Pull request #43682 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 74286cba8c2c14d5360caec44d2da74858e9c707 rather than 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 Obtained Jenkinsfile from 74286cba8c2c14d5360caec44d2da74858e9c707 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-43682@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-17T08:59:31.149Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-17T08:59:31.154Z] Trying to pass milestone 23 [Pipeline] milestone [2022-06-17T08:59:31.243Z] Trying to pass milestone 24 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-17T08:59:46.431Z] Still waiting to schedule task [2022-06-17T08:59:46.432Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08cbf5eca8e155ece)’ is offline [2022-06-17T09:00:35.647Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08cbf5eca8e155ece) in /home/ubuntu/workspace/moby_PR-43682 [Pipeline] { [Pipeline] checkout [2022-06-17T09:00:35.831Z] The recommended git tool is: git [2022-06-17T09:00:38.108Z] using credential docker-jenkins-github-credentials [2022-06-17T09:00:38.115Z] Cloning the remote Git repository [2022-06-17T09:00:38.115Z] Cloning with configured refspecs honoured and without tags [2022-06-17T09:00:37.971Z] Cloning repository https://github.com/moby/moby.git [2022-06-17T09:00:38.023Z] > git init /home/ubuntu/workspace/moby_PR-43682 # timeout=10 [2022-06-17T09:00:38.310Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:00:38.310Z] > git --version # timeout=10 [2022-06-17T09:00:38.322Z] > git --version # 'git version 2.17.1' [2022-06-17T09:00:38.322Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:00:38.323Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:01:00.909Z] Fetching without tags [2022-06-17T09:01:01.219Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 [2022-06-17T09:01:00.809Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:01:00.842Z] > git config --add remote.origin.fetch +refs/pull/43682/head:refs/remotes/origin/PR-43682 # timeout=10 [2022-06-17T09:01:00.866Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:01:00.894Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:01:00.922Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:01:00.922Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:01:00.924Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:01:01.241Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:01:01.268Z] > git checkout -f 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 # timeout=10 [2022-06-17T09:01:02.474Z] Merge succeeded, producing 889f870cf46f34bcaa5b3cb07779deaa90a9c522 [2022-06-17T09:01:02.474Z] Checking out Revision 889f870cf46f34bcaa5b3cb07779deaa90a9c522 (PR-43682) [2022-06-17T09:01:02.105Z] > git remote # timeout=10 [2022-06-17T09:01:02.133Z] > git config --get remote.origin.url # timeout=10 [2022-06-17T09:01:02.155Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:01:02.156Z] > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10 [2022-06-17T09:01:02.462Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-17T09:01:02.487Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:01:02.508Z] > git checkout -f 889f870cf46f34bcaa5b3cb07779deaa90a9c522 # timeout=10 [2022-06-17T09:01:06.567Z] Commit message: "Merge commit '74286cba8c2c14d5360caec44d2da74858e9c707' into HEAD" [2022-06-17T09:01:06.595Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-17T09:01:07.716Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/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-17T09:01:06.585Z] > git rev-list --no-walk 08c809cab3cc0d29d6eecef6ad2e56d2849ee0ea # timeout=10 [2022-06-17T09:01:15.826Z] Unable to find image 'alpine:latest' locally [2022-06-17T09:01:16.084Z] latest: Pulling from library/alpine [2022-06-17T09:01:16.084Z] 2408cc74d12b: Pulling fs layer [2022-06-17T09:01:16.342Z] 2408cc74d12b: Verifying Checksum [2022-06-17T09:01:16.342Z] 2408cc74d12b: Download complete [2022-06-17T09:01:16.915Z] 2408cc74d12b: Pull complete [2022-06-17T09:01:16.915Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-17T09:01:16.915Z] Status: Downloaded newer image for alpine:latest [2022-06-17T09:01:25.029Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [Pipeline] node [2022-06-17T09:01:25.284Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08cbf5eca8e155ece) in /home/ubuntu/workspace/moby_PR-43682 [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-17T09:01:25.332Z] The recommended git tool is: git [2022-06-17T09:01:25.342Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-06-17T09:01:25.360Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] // stage [2022-06-17T09:01:25.387Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) 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-17T09:01:25.674Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 [2022-06-17T09:01:25.364Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43682/.git # timeout=10 [2022-06-17T09:01:25.380Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:01:25.404Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:01:25.404Z] > git --version # timeout=10 [2022-06-17T09:01:25.413Z] > git --version # 'git version 2.17.1' [2022-06-17T09:01:25.413Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:01:25.414Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:01:25.690Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:01:25.697Z] > git checkout -f 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 # timeout=10 [2022-06-17T09:01:25.852Z] > git remote # timeout=10 [2022-06-17T09:01:25.862Z] > git config --get remote.origin.url # timeout=10 [2022-06-17T09:01:25.870Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:01:25.871Z] > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10 [2022-06-17T09:01:26.016Z] Merge succeeded, producing ea19413969123458cc2a9ec808dec7ee02d2b72a [2022-06-17T09:01:26.016Z] Checking out Revision ea19413969123458cc2a9ec808dec7ee02d2b72a (PR-43682) [2022-06-17T09:01:26.289Z] Commit message: "Merge commit '74286cba8c2c14d5360caec44d2da74858e9c707' into HEAD" [2022-06-17T09:01:26.315Z] First time build. Skipping changelog. [2022-06-17T09:01:26.020Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-17T09:01:26.031Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:01:26.060Z] > git checkout -f ea19413969123458cc2a9ec808dec7ee02d2b72a # timeout=10 [2022-06-17T09:01:26.309Z] > git rev-list --no-walk 08c809cab3cc0d29d6eecef6ad2e56d2849ee0ea # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-17T09:01:26.923Z] + [ PR != PR ] [2022-06-17T09:01:26.923Z] + [ master != master ] [2022-06-17T09:01:26.923Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-17T09:01:27.234Z] + docker version [2022-06-17T09:01:27.234Z] Client: Docker Engine - Community [2022-06-17T09:01:27.234Z] Version: 20.10.14 [2022-06-17T09:01:27.234Z] API version: 1.41 [2022-06-17T09:01:27.234Z] Go version: go1.16.15 [2022-06-17T09:01:27.234Z] Git commit: a224086 [2022-06-17T09:01:27.234Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-17T09:01:27.234Z] OS/Arch: linux/amd64 [2022-06-17T09:01:27.234Z] Context: default [2022-06-17T09:01:27.234Z] Experimental: true [2022-06-17T09:01:27.234Z] [2022-06-17T09:01:27.234Z] Server: Docker Engine - Community [2022-06-17T09:01:27.234Z] Engine: [2022-06-17T09:01:27.234Z] Version: 20.10.14 [2022-06-17T09:01:27.234Z] API version: 1.41 (minimum version 1.12) [2022-06-17T09:01:27.234Z] Go version: go1.16.15 [2022-06-17T09:01:27.234Z] Git commit: 87a90dc [2022-06-17T09:01:27.235Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-17T09:01:27.235Z] OS/Arch: linux/amd64 [2022-06-17T09:01:27.235Z] Experimental: true [2022-06-17T09:01:27.235Z] containerd: [2022-06-17T09:01:27.235Z] Version: 1.5.11 [2022-06-17T09:01:27.235Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:01:27.235Z] runc: [2022-06-17T09:01:27.235Z] Version: 1.0.3 [2022-06-17T09:01:27.235Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-17T09:01:27.235Z] docker-init: [2022-06-17T09:01:27.235Z] Version: 0.19.0 [2022-06-17T09:01:27.235Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-17T09:01:27.520Z] + docker info [2022-06-17T09:01:40.283Z] Still waiting to schedule task [2022-06-17T09:01:40.284Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08cbf5eca8e155ece)’ [2022-06-17T09:01:40.284Z] Still waiting to schedule task [2022-06-17T09:01:40.285Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08cbf5eca8e155ece)’ [2022-06-17T09:01:40.285Z] Still waiting to schedule task [2022-06-17T09:01:40.285Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-06-17T09:01:40.288Z] Still waiting to schedule task [2022-06-17T09:01:40.288Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-06-17T09:01:54.051Z] Client: [2022-06-17T09:01:54.051Z] Context: default [2022-06-17T09:01:54.051Z] Debug Mode: false [2022-06-17T09:01:54.051Z] Plugins: [2022-06-17T09:01:54.051Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-17T09:01:54.051Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-17T09:01:54.051Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-17T09:01:54.051Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-17T09:01:54.051Z] [2022-06-17T09:01:54.051Z] Server: [2022-06-17T09:01:54.051Z] Containers: 0 [2022-06-17T09:01:54.051Z] Running: 0 [2022-06-17T09:01:54.051Z] Paused: 0 [2022-06-17T09:01:54.051Z] Stopped: 0 [2022-06-17T09:01:54.051Z] Images: 1 [2022-06-17T09:01:54.051Z] Server Version: 20.10.14 [2022-06-17T09:01:54.051Z] Storage Driver: overlay2 [2022-06-17T09:01:54.051Z] Backing Filesystem: extfs [2022-06-17T09:01:54.051Z] Supports d_type: true [2022-06-17T09:01:54.051Z] Native Overlay Diff: true [2022-06-17T09:01:54.051Z] userxattr: false [2022-06-17T09:01:54.051Z] Logging Driver: json-file [2022-06-17T09:01:54.051Z] Cgroup Driver: cgroupfs [2022-06-17T09:01:54.051Z] Cgroup Version: 1 [2022-06-17T09:01:54.051Z] Plugins: [2022-06-17T09:01:54.051Z] Volume: local [2022-06-17T09:01:54.051Z] Network: bridge host ipvlan macvlan null overlay [2022-06-17T09:01:54.051Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-17T09:01:54.051Z] Swarm: inactive [2022-06-17T09:01:54.051Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-06-17T09:01:54.051Z] Default Runtime: runc [2022-06-17T09:01:54.051Z] Init Binary: docker-init [2022-06-17T09:01:54.051Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:01:54.051Z] runc version: v1.0.3-0-gf46b6ba [2022-06-17T09:01:54.051Z] init version: de40ad0 [2022-06-17T09:01:54.051Z] Security Options: [2022-06-17T09:01:54.051Z] apparmor [2022-06-17T09:01:54.051Z] seccomp [2022-06-17T09:01:54.051Z] Profile: default [2022-06-17T09:01:54.051Z] Kernel Version: 5.4.0-1071-aws [2022-06-17T09:01:54.051Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-17T09:01:54.051Z] OSType: linux [2022-06-17T09:01:54.051Z] Architecture: x86_64 [2022-06-17T09:01:54.051Z] CPUs: 2 [2022-06-17T09:01:54.051Z] Total Memory: 7.483GiB [2022-06-17T09:01:54.051Z] Name: ip-10-100-92-19 [2022-06-17T09:01:54.051Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-17T09:01:54.051Z] Docker Root Dir: /var/lib/docker [2022-06-17T09:01:54.051Z] Debug Mode: false [2022-06-17T09:01:54.051Z] Registry: https://index.docker.io/v1/ [2022-06-17T09:01:54.051Z] Labels: [2022-06-17T09:01:54.051Z] Experimental: true [2022-06-17T09:01:54.051Z] Insecure Registries: [2022-06-17T09:01:54.051Z] 127.0.0.0/8 [2022-06-17T09:01:54.051Z] Live Restore Enabled: true [2022-06-17T09:01:54.051Z] [2022-06-17T09:01:54.051Z] WARNING: No swap limit support [Pipeline] sh [2022-06-17T09:01:54.375Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:01:54.375Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:01:54.375Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43682/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-17T09:01:54.633Z] + bash /home/ubuntu/workspace/moby_PR-43682/check-config.sh [2022-06-17T09:01:54.633Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-17T09:01:54.633Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-17T09:01:54.633Z] [2022-06-17T09:01:54.633Z] Generally Necessary: [2022-06-17T09:01:54.633Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-17T09:01:54.633Z] - apparmor: enabled and tools installed [2022-06-17T09:01:54.633Z] - CONFIG_NAMESPACES: enabled [2022-06-17T09:01:54.633Z] - CONFIG_NET_NS: enabled [2022-06-17T09:01:54.633Z] - CONFIG_PID_NS: enabled [2022-06-17T09:01:54.633Z] - CONFIG_IPC_NS: enabled [2022-06-17T09:01:54.633Z] - CONFIG_UTS_NS: enabled [2022-06-17T09:01:54.633Z] - CONFIG_CGROUPS: enabled [2022-06-17T09:01:54.633Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-17T09:01:54.633Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-17T09:01:54.633Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-17T09:01:54.633Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-17T09:01:54.633Z] - CONFIG_CPUSETS: enabled [2022-06-17T09:01:54.633Z] - CONFIG_MEMCG: enabled [2022-06-17T09:01:54.633Z] - CONFIG_KEYS: enabled [2022-06-17T09:01:54.633Z] - CONFIG_VETH: enabled (as module) [2022-06-17T09:01:54.633Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-17T09:01:54.633Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-17T09:01:54.633Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-17T09:01:54.633Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-17T09:01:54.892Z] - CONFIG_CGROUP_BPF: enabled [2022-06-17T09:01:54.892Z] [2022-06-17T09:01:54.892Z] Optional Features: [2022-06-17T09:01:54.892Z] - CONFIG_USER_NS: enabled [2022-06-17T09:01:54.892Z] - CONFIG_SECCOMP: enabled [2022-06-17T09:01:54.892Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-17T09:01:54.892Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-17T09:01:54.892Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-17T09:01:54.892Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-17T09:01:54.892Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-17T09:01:54.892Z] - CONFIG_BLK_CGROUP: enabled [2022-06-17T09:01:54.892Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-17T09:01:54.892Z] - CONFIG_CGROUP_PERF: enabled [2022-06-17T09:01:54.892Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-17T09:01:54.892Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-17T09:01:54.892Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-17T09:01:54.892Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-17T09:01:54.892Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-17T09:01:54.892Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-17T09:01:54.892Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-17T09:01:54.893Z] - CONFIG_IP_VS: enabled (as module) [2022-06-17T09:01:54.893Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-17T09:01:54.893Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-17T09:01:54.893Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-17T09:01:54.893Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-17T09:01:54.893Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-17T09:01:54.893Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-17T09:01:54.893Z] - CONFIG_EXT4_FS: enabled [2022-06-17T09:01:54.893Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-17T09:01:54.893Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-17T09:01:54.893Z] - Network Drivers: [2022-06-17T09:01:54.893Z] - "overlay": [2022-06-17T09:01:54.893Z] - CONFIG_VXLAN: enabled (as module) [2022-06-17T09:01:54.893Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-17T09:01:54.893Z] Optional (for encrypted networks): [2022-06-17T09:01:55.152Z] - CONFIG_CRYPTO: enabled [2022-06-17T09:01:55.152Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-17T09:01:55.152Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-17T09:01:55.152Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-17T09:01:55.152Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-17T09:01:55.152Z] - CONFIG_XFRM: enabled [2022-06-17T09:01:55.152Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-17T09:01:55.152Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-17T09:01:55.152Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-17T09:01:55.152Z] - "ipvlan": [2022-06-17T09:01:55.152Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-17T09:01:55.152Z] - "macvlan": [2022-06-17T09:01:55.152Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-17T09:01:55.153Z] - CONFIG_DUMMY: enabled (as module) [2022-06-17T09:01:55.153Z] - "ftp,tftp client in container": [2022-06-17T09:01:55.153Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-17T09:01:55.153Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-17T09:01:55.153Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-17T09:01:55.153Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-17T09:01:55.153Z] - Storage Drivers: [2022-06-17T09:01:55.153Z] - "aufs": [2022-06-17T09:01:55.153Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-17T09:01:55.153Z] - "btrfs": [2022-06-17T09:01:55.153Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-17T09:01:55.153Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-17T09:01:55.153Z] - "devicemapper": [2022-06-17T09:01:55.153Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-17T09:01:55.153Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-17T09:01:55.153Z] - "overlay": [2022-06-17T09:01:55.153Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-17T09:01:55.153Z] - "zfs": [2022-06-17T09:01:55.153Z] - /dev/zfs: present [2022-06-17T09:01:55.153Z] - zfs command: missing [2022-06-17T09:01:55.153Z] - zpool command: missing [2022-06-17T09:01:55.153Z] [2022-06-17T09:01:55.153Z] Limits: [2022-06-17T09:01:55.153Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-17T09:01:55.153Z] [2022-06-17T09:01:55.153Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-17T09:01:55.531Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:ea19413969123458cc2a9ec808dec7ee02d2b72a . [2022-06-17T09:01:55.531Z] #1 [internal] load build definition from Dockerfile [2022-06-17T09:01:55.531Z] #1 sha256:ceaebb70ba954ecd635d5e0c23022744ae3462eff0b6f0dc52fe6f9b1f3883fa [2022-06-17T09:01:55.788Z] #1 transferring dockerfile: [2022-06-17T09:01:55.788Z] #1 transferring dockerfile: 18.90kB done [2022-06-17T09:01:55.788Z] #1 DONE 0.1s [2022-06-17T09:01:55.788Z] [2022-06-17T09:01:55.788Z] #2 [internal] load .dockerignore [2022-06-17T09:01:55.788Z] #2 sha256:82509dd97aa75636bfcad38e5e6b2d183df86a0d6ee6ad5693860615b400982c [2022-06-17T09:01:55.788Z] #2 transferring context: 145B done [2022-06-17T09:01:55.788Z] #2 DONE 0.0s [2022-06-17T09:01:55.788Z] [2022-06-17T09:01:55.788Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-17T09:01:55.788Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-17T09:01:56.350Z] #3 DONE 0.4s [2022-06-17T09:01:56.350Z] [2022-06-17T09:01:56.350Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-17T09:01:56.350Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-17T09:01:56.350Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-17T09:01:56.350Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-17T09:01:56.350Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-17T09:01:56.350Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-17T09:01:56.350Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-17T09:01:56.607Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-17T09:01:56.607Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-17T09:01:56.866Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-17T09:01:56.866Z] #4 DONE 0.8s [2022-06-17T09:01:57.428Z] [2022-06-17T09:01:57.428Z] #6 [internal] load build definition from Dockerfile [2022-06-17T09:01:57.428Z] #6 sha256:af3659d7142628b793f2a3b03ccb3d431a7e166b822ac35fc71e5b1755894014 [2022-06-17T09:01:57.428Z] #6 DONE 0.0s [2022-06-17T09:01:57.428Z] [2022-06-17T09:01:57.428Z] #5 [internal] load .dockerignore [2022-06-17T09:01:57.428Z] #5 sha256:cb060ee9beac88f0a6acad963c16a7750732b1e87596d1b4aed220d6a9933673 [2022-06-17T09:01:57.428Z] #5 DONE 0.0s [2022-06-17T09:01:57.428Z] [2022-06-17T09:01:57.428Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-17T09:01:57.428Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-17T09:01:58.356Z] #10 DONE 1.3s [2022-06-17T09:01:58.356Z] [2022-06-17T09:01:58.356Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:01:58.356Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-17T09:01:58.356Z] #7 DONE 1.2s [2022-06-17T09:01:58.356Z] [2022-06-17T09:01:58.356Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-17T09:01:58.356Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-17T09:01:58.356Z] #8 DONE 1.2s [2022-06-17T09:01:58.356Z] [2022-06-17T09:01:58.356Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:01:58.356Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-17T09:01:58.356Z] #9 DONE 1.2s [2022-06-17T09:02:00.875Z] [2022-06-17T09:02:00.875Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:02:00.875Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:02:00.875Z] #35 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-17T09:02:00.875Z] #35 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-17T09:02:00.875Z] #35 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-17T09:02:00.875Z] #35 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-17T09:02:01.141Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0B / 55.01MB 0.2s [2022-06-17T09:02:01.141Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.24MB / 55.01MB 0.3s [2022-06-17T09:02:01.141Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 13.63MB / 55.01MB 0.5s [2022-06-17T09:02:01.400Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 20.97MB / 55.01MB 0.6s [2022-06-17T09:02:01.400Z] #35 ... [2022-06-17T09:02:01.400Z] [2022-06-17T09:02:01.400Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-17T09:02:01.400Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-17T09:02:01.400Z] #56 DONE 0.0s [2022-06-17T09:02:01.400Z] [2022-06-17T09:02:01.400Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:02:01.400Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:02:01.657Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 29.36MB / 55.01MB 0.8s [2022-06-17T09:02:01.913Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 35.59MB / 55.01MB 1.0s [2022-06-17T09:02:01.913Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 47.19MB / 55.01MB 1.2s [2022-06-17T09:02:02.173Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.4s [2022-06-17T09:02:02.737Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.7s done [2022-06-17T09:02:02.993Z] #35 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-06-17T09:02:07.168Z] #35 ... [2022-06-17T09:02:07.168Z] [2022-06-17T09:02:07.168Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:07.168Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:07.168Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-17T09:02:07.168Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-17T09:02:07.168Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-17T09:02:07.168Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-17T09:02:07.168Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.6s done [2022-06-17T09:02:07.168Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 1.0s done [2022-06-17T09:02:07.168Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.7s done [2022-06-17T09:02:07.168Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 110.10MB / 141.75MB 6.1s [2022-06-17T09:02:07.168Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 6.1s [2022-06-17T09:02:07.168Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 4.8s done [2022-06-17T09:02:07.168Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 5.2s done [2022-06-17T09:02:07.168Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 120.59MB / 141.75MB 6.3s [2022-06-17T09:02:07.424Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 127.93MB / 141.75MB 6.5s [2022-06-17T09:02:07.681Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 6.9s [2022-06-17T09:02:07.681Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 6.8s done [2022-06-17T09:02:08.244Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.1s [2022-06-17T09:02:08.806Z] #11 ... [2022-06-17T09:02:08.806Z] [2022-06-17T09:02:08.806Z] #31 [internal] load build context [2022-06-17T09:02:08.806Z] #31 sha256:6fae5037ac542393ac9b92f91866bd021d93d00645849417d3f0deaec9239054 [2022-06-17T09:02:08.806Z] #31 transferring context: 61.19MB 7.3s done [2022-06-17T09:02:08.806Z] #31 DONE 8.2s [2022-06-17T09:02:08.806Z] [2022-06-17T09:02:08.806Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:08.806Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:08.806Z] #11 ... [2022-06-17T09:02:08.806Z] [2022-06-17T09:02:08.806Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:02:08.806Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:02:08.806Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-17T09:02:08.806Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:02:08.806Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-17T09:02:08.806Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-17T09:02:08.806Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.3s done [2022-06-17T09:02:08.806Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.1s done [2022-06-17T09:02:09.063Z] #80 DONE 8.3s [2022-06-17T09:02:09.063Z] [2022-06-17T09:02:09.063Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:09.063Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:09.063Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 8.0s done [2022-06-17T09:02:09.333Z] #11 ... [2022-06-17T09:02:09.333Z] [2022-06-17T09:02:09.333Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:02:09.333Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-17T09:02:09.333Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:02:09.333Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-17T09:02:09.333Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-17T09:02:09.333Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 6.0s done [2022-06-17T09:02:09.333Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done [2022-06-17T09:02:09.333Z] #78 DONE 8.5s [2022-06-17T09:02:09.598Z] [2022-06-17T09:02:09.598Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:02:09.598Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:02:12.878Z] #35 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 9.7s done [2022-06-17T09:02:12.879Z] #35 DONE 12.2s [2022-06-17T09:02:12.879Z] [2022-06-17T09:02:12.879Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-17T09:02:12.879Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-17T09:02:12.879Z] #79 DONE 0.7s [2022-06-17T09:02:12.879Z] [2022-06-17T09:02:12.879Z] #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-17T09:02:12.879Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:02:14.250Z] #36 ... [2022-06-17T09:02:14.250Z] [2022-06-17T09:02:14.251Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-17T09:02:14.251Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-17T09:02:14.251Z] #81 DONE 1.3s [2022-06-17T09:02:14.251Z] [2022-06-17T09:02:14.251Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:14.251Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:14.251Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.7s done [2022-06-17T09:02:14.251Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.2s [2022-06-17T09:02:15.187Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 1.0s done [2022-06-17T09:02:15.445Z] #11 ... [2022-06-17T09:02:15.445Z] [2022-06-17T09:02:15.445Z] #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-17T09:02:15.445Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:02:15.445Z] #36 2.394 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:02:15.445Z] #36 2.404 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:02:15.445Z] #36 2.404 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:02:15.445Z] #36 2.596 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:02:15.704Z] #36 2.870 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:02:15.962Z] #36 3.126 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:02:17.868Z] #36 4.630 Fetched 8539 kB in 3s (3399 kB/s) [2022-06-17T09:02:18.432Z] #36 4.630 Reading package lists... [2022-06-17T09:02:19.362Z] #36 5.450 Reading package lists... [2022-06-17T09:02:19.362Z] #36 6.233 Building dependency tree... [2022-06-17T09:02:19.618Z] #36 6.603 The following additional packages will be installed: [2022-06-17T09:02:19.618Z] #36 6.603 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-17T09:02:19.618Z] #36 6.603 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-17T09:02:19.618Z] #36 6.603 Recommended packages: [2022-06-17T09:02:19.618Z] #36 6.603 libldap-common publicsuffix libsasl2-modules [2022-06-17T09:02:19.874Z] #36 6.852 The following NEW packages will be installed: [2022-06-17T09:02:19.874Z] #36 6.852 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-17T09:02:19.874Z] #36 6.852 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-17T09:02:19.874Z] #36 6.852 libssh2-1 openssl [2022-06-17T09:02:20.130Z] #36 7.130 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-17T09:02:20.130Z] #36 7.130 Need to get 3040 kB of archives. [2022-06-17T09:02:20.130Z] #36 7.130 After this operation, 6651 kB of additional disk space will be used. [2022-06-17T09:02:20.130Z] #36 7.130 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-17T09:02:20.130Z] #36 7.142 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-17T09:02:20.130Z] #36 7.142 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-17T09:02:20.130Z] #36 7.151 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-17T09:02:20.130Z] #36 7.151 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-17T09:02:20.130Z] #36 7.151 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-17T09:02:20.130Z] #36 7.151 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-17T09:02:20.130Z] #36 7.151 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-17T09:02:20.130Z] #36 7.151 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-17T09:02:20.130Z] #36 7.156 Get:10 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-17T09:02:20.130Z] #36 7.164 Get:11 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-17T09:02:20.130Z] #36 7.164 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-17T09:02:20.130Z] #36 7.164 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:02:20.130Z] #36 7.182 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:02:20.130Z] #36 7.182 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:02:20.386Z] #36 7.402 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:02:20.386Z] #36 7.439 Fetched 3040 kB in 0s (9459 kB/s) [2022-06-17T09:02:20.386Z] #36 7.481 Selecting previously unselected package openssl. [2022-06-17T09:02:20.386Z] #36 7.481 (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-17T09:02:20.386Z] #36 7.481 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-17T09:02:20.386Z] #36 7.481 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:02:20.641Z] #36 7.653 Selecting previously unselected package ca-certificates. [2022-06-17T09:02:20.641Z] #36 7.653 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-17T09:02:20.641Z] #36 7.663 Unpacking ca-certificates (20210119) ... [2022-06-17T09:02:20.641Z] #36 7.761 Selecting previously unselected package libbrotli1:amd64. [2022-06-17T09:02:20.641Z] #36 7.761 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-17T09:02:20.641Z] #36 7.773 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:02:20.897Z] #36 7.856 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-17T09:02:20.897Z] #36 7.856 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:02:20.897Z] #36 7.865 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:02:20.897Z] #36 7.906 Selecting previously unselected package libsasl2-2:amd64. [2022-06-17T09:02:20.897Z] #36 7.906 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:02:20.897Z] #36 7.910 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:02:20.897Z] #36 7.960 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-17T09:02:20.897Z] #36 7.960 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-17T09:02:20.897Z] #36 7.968 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:02:20.897Z] #36 8.035 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-17T09:02:20.897Z] #36 8.035 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-17T09:02:21.153Z] #36 8.039 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:02:21.153Z] #36 8.093 Selecting previously unselected package libpsl5:amd64. [2022-06-17T09:02:21.153Z] #36 8.093 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-17T09:02:21.153Z] #36 8.103 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:02:21.153Z] #36 8.172 Selecting previously unselected package librtmp1:amd64. [2022-06-17T09:02:21.153Z] #36 8.172 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-17T09:02:21.153Z] #36 8.179 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:02:21.153Z] #36 8.224 Selecting previously unselected package libssh2-1:amd64. [2022-06-17T09:02:21.153Z] #36 8.224 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-17T09:02:21.153Z] #36 8.229 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:02:21.153Z] #36 8.290 Selecting previously unselected package libcurl4:amd64. [2022-06-17T09:02:21.153Z] #36 8.290 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:02:21.412Z] #36 8.294 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:02:21.412Z] #36 8.393 Selecting previously unselected package curl. [2022-06-17T09:02:21.412Z] #36 8.393 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:02:21.412Z] #36 8.401 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:02:21.412Z] #36 8.465 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:02:21.412Z] #36 8.465 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:02:21.412Z] #36 8.473 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:02:21.675Z] #36 8.569 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:02:21.675Z] #36 8.569 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:02:21.675Z] #36 8.578 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:02:21.675Z] #36 8.632 Selecting previously unselected package jq. [2022-06-17T09:02:21.675Z] #36 8.632 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:02:21.675Z] #36 8.636 Unpacking jq (1.6-2.1) ... [2022-06-17T09:02:21.675Z] #36 8.693 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:02:21.675Z] #36 8.706 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:02:21.675Z] #36 8.720 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:02:21.675Z] #36 8.728 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:02:21.675Z] #36 8.739 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:02:21.675Z] #36 8.750 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:02:21.675Z] #36 8.760 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:02:21.675Z] #36 8.776 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:02:21.675Z] #36 8.795 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:02:21.930Z] #36 8.803 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:02:21.930Z] #36 8.814 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:02:21.930Z] #36 8.826 Setting up ca-certificates (20210119) ... [2022-06-17T09:02:22.535Z] #36 9.426 Updating certificates in /etc/ssl/certs... [2022-06-17T09:02:23.991Z] #36 10.69 129 added, 0 removed; done. [2022-06-17T09:02:23.991Z] #36 10.74 Setting up jq (1.6-2.1) ... [2022-06-17T09:02:23.991Z] #36 10.75 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:02:23.991Z] #36 10.76 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:02:23.991Z] #36 10.77 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:02:23.991Z] #36 10.79 Processing triggers for ca-certificates (20210119) ... [2022-06-17T09:02:23.991Z] #36 10.81 Updating certificates in /etc/ssl/certs... [2022-06-17T09:02:24.923Z] #36 11.74 0 added, 0 removed; done. [2022-06-17T09:02:24.923Z] #36 11.74 Running hooks in /etc/ca-certificates/update.d... [2022-06-17T09:02:24.923Z] #36 11.75 done. [2022-06-17T09:02:25.487Z] #36 ... [2022-06-17T09:02:25.487Z] [2022-06-17T09:02:25.487Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:25.487Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:25.487Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 8.6s done [2022-06-17T09:02:25.487Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0.8s [2022-06-17T09:02:25.834Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-041797a604192a1ff) in /home/ubuntu/workspace/moby_PR-43682 [Pipeline] { [Pipeline] checkout [2022-06-17T09:02:25.926Z] The recommended git tool is: git [2022-06-17T09:02:26.907Z] #11 ... [2022-06-17T09:02:26.907Z] [2022-06-17T09:02:26.907Z] #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-17T09:02:26.907Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:02:26.907Z] #36 DONE 13.7s [2022-06-17T09:02:26.907Z] [2022-06-17T09:02:26.907Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:26.907Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:26.907Z] #11 ... [2022-06-17T09:02:26.907Z] [2022-06-17T09:02:26.907Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-17T09:02:26.907Z] #37 sha256:5b9586187c337e02b59c438d29589e32aaed8dab5b4e879a9203331ee7512ff3 [2022-06-17T09:02:26.907Z] #37 DONE 0.2s [2022-06-17T09:02:26.907Z] [2022-06-17T09:02:26.907Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:26.907Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:28.324Z] using credential docker-jenkins-github-credentials [2022-06-17T09:02:28.333Z] Cloning the remote Git repository [2022-06-17T09:02:28.333Z] Cloning with configured refspecs honoured and without tags [2022-06-17T09:02:28.351Z] Cloning repository https://github.com/moby/moby.git [2022-06-17T09:02:28.403Z] > git init /home/ubuntu/workspace/moby_PR-43682 # timeout=10 [2022-06-17T09:02:28.841Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:02:28.841Z] > git --version # timeout=10 [2022-06-17T09:02:28.858Z] > git --version # 'git version 2.17.1' [2022-06-17T09:02:28.858Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:02:28.860Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:02:31.166Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 5.9s [2022-06-17T09:02:31.421Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 6.7s done [2022-06-17T09:02:31.677Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-17T09:02:33.308Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02806be83ea0cdba7) in /home/ubuntu/workspace/moby_PR-43682 [Pipeline] { [Pipeline] checkout [2022-06-17T09:02:33.486Z] The recommended git tool is: git [2022-06-17T09:02:36.191Z] using credential docker-jenkins-github-credentials [2022-06-17T09:02:36.201Z] Cloning the remote Git repository [2022-06-17T09:02:36.201Z] Cloning with configured refspecs honoured and without tags [2022-06-17T09:02:35.778Z] Cloning repository https://github.com/moby/moby.git [2022-06-17T09:02:35.843Z] > git init /home/ubuntu/workspace/moby_PR-43682 # timeout=10 [2022-06-17T09:02:36.187Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:02:36.187Z] > git --version # timeout=10 [2022-06-17T09:02:36.198Z] > git --version # 'git version 2.17.1' [2022-06-17T09:02:36.198Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:02:36.200Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:02:37.094Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.0s [2022-06-17T09:02:37.094Z] #11 ... [2022-06-17T09:02:37.094Z] [2022-06-17T09:02:37.094Z] #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-17T09:02:37.094Z] #38 sha256:455c11c94bccca1101dcc9337d4f7ffcccade91af2cb4a936e1052c5498090f4 [2022-06-17T09:02:37.094Z] #38 1.768 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-17T09:02:37.094Z] #38 2.080 [2022-06-17T09:02:37.094Z] #38 2.301 #=#=# ######################################################################## 100.0% [2022-06-17T09:02:37.094Z] #38 2.610 [2022-06-17T09:02:37.094Z] #38 3.678 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-17T09:02:37.094Z] #38 3.994 [2022-06-17T09:02:37.094Z] #38 4.238 #=#=# ######################################################################## 100.0% [2022-06-17T09:02:37.094Z] #38 4.589 [2022-06-17T09:02:37.094Z] #38 5.762 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-17T09:02:37.094Z] #38 6.072 [2022-06-17T09:02:37.094Z] #38 6.297 #=#=# ###### 9.7% #################################### 50.6% ################################################################ 89.1% ######################################################################## 100.0% [2022-06-17T09:02:37.094Z] #38 6.900 [2022-06-17T09:02:37.094Z] #38 7.953 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-17T09:02:37.094Z] #38 8.229 [2022-06-17T09:02:37.094Z] #38 8.455 #=#=# ######################################################################## 100.0% [2022-06-17T09:02:37.094Z] #38 8.806 [2022-06-17T09:02:37.094Z] #38 9.624 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-17T09:02:37.094Z] #38 9.983 [2022-06-17T09:02:37.094Z] #38 10.20 #=#=# [2022-06-17T09:02:37.094Z] #38 ... [2022-06-17T09:02:37.094Z] [2022-06-17T09:02:37.094Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:37.094Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:40.908Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0896b262f7693ad3e) in /home/ubuntu/workspace/moby_PR-43682 [Pipeline] { [Pipeline] checkout [2022-06-17T09:02:41.030Z] The recommended git tool is: git [2022-06-17T09:02:41.311Z] #11 ... [2022-06-17T09:02:41.311Z] [2022-06-17T09:02:41.311Z] #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-17T09:02:41.311Z] #38 sha256:455c11c94bccca1101dcc9337d4f7ffcccade91af2cb4a936e1052c5498090f4 [2022-06-17T09:02:41.311Z] #38 10.20 #=#=# ######################################################################## 100.0% [2022-06-17T09:02:41.311Z] #38 10.54 [2022-06-17T09:02:41.311Z] #38 10.61 Download of images into '/build' complete. [2022-06-17T09:02:41.311Z] #38 10.61 Use something like the following to load the result into a Docker daemon: [2022-06-17T09:02:41.311Z] #38 10.61 tar -cC '/build' . | docker load [2022-06-17T09:02:41.311Z] #38 DONE 13.8s [2022-06-17T09:02:41.311Z] [2022-06-17T09:02:41.311Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:02:41.311Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:02:41.875Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.1s [2022-06-17T09:02:44.437Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 12.8s done [2022-06-17T09:02:44.501Z] using credential docker-jenkins-github-credentials [2022-06-17T09:02:44.511Z] Cloning the remote Git repository [2022-06-17T09:02:44.511Z] Cloning with configured refspecs honoured and without tags [2022-06-17T09:02:44.527Z] Cloning repository https://github.com/moby/moby.git [2022-06-17T09:02:44.693Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-17T09:02:44.957Z] #11 DONE 44.2s [2022-06-17T09:02:44.957Z] [2022-06-17T09:02:44.957Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-17T09:02:44.957Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-17T09:02:44.583Z] > git init /home/ubuntu/workspace/moby_PR-43682 # timeout=10 [2022-06-17T09:02:44.884Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:02:44.884Z] > git --version # timeout=10 [2022-06-17T09:02:44.912Z] > git --version # 'git version 2.25.1' [2022-06-17T09:02:44.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:02:44.915Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:02:46.325Z] #12 DONE 1.3s [2022-06-17T09:02:46.325Z] [2022-06-17T09:02:46.325Z] #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-17T09:02:46.325Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-17T09:02:46.889Z] #13 DONE 0.7s [2022-06-17T09:02:46.889Z] [2022-06-17T09:02:46.889Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-17T09:02:46.889Z] #53 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-17T09:02:46.889Z] #53 DONE 0.1s [2022-06-17T09:02:46.889Z] [2022-06-17T09:02:46.889Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-17T09:02:46.889Z] #40 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-17T09:02:47.145Z] #40 DONE 0.2s [2022-06-17T09:02:47.145Z] [2022-06-17T09:02:47.145Z] #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-17T09:02:47.145Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:02:47.145Z] #41 ... [2022-06-17T09:02:47.145Z] [2022-06-17T09:02:47.145Z] #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-17T09:02:47.145Z] #57 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-17T09:02:47.145Z] #57 DONE 0.2s [2022-06-17T09:02:47.401Z] [2022-06-17T09:02:47.401Z] #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-17T09:02:47.401Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:02:51.551Z] Fetching without tags [2022-06-17T09:02:51.569Z] #58 ... [2022-06-17T09:02:51.569Z] [2022-06-17T09:02:51.569Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-17T09:02:51.569Z] #14 sha256:c10cc1eea96998e41dccff613d787249f97bcf112d778877134a9a907562f09e [2022-06-17T09:02:51.569Z] #14 DONE 3.9s [2022-06-17T09:02:51.569Z] [2022-06-17T09:02:51.569Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-17T09:02:51.569Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915 [2022-06-17T09:02:51.822Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 [2022-06-17T09:02:51.464Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:02:51.483Z] > git config --add remote.origin.fetch +refs/pull/43682/head:refs/remotes/origin/PR-43682 # timeout=10 [2022-06-17T09:02:51.501Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:02:51.522Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:02:51.554Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:02:51.554Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:02:51.555Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:02:51.828Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:02:51.847Z] > git checkout -f 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 # timeout=10 [2022-06-17T09:02:53.642Z] Merge succeeded, producing a40fc86724391889e146ec907269b3f9e64ed86f [2022-06-17T09:02:53.643Z] Checking out Revision a40fc86724391889e146ec907269b3f9e64ed86f (PR-43682) [2022-06-17T09:02:54.099Z] #15 DONE 2.9s [2022-06-17T09:02:54.099Z] [2022-06-17T09:02:54.099Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-17T09:02:54.099Z] #16 sha256:d0ce3404b8d1dfc9a599885e174278cca4a095ef61de2314bc2f15c61ec9115f [2022-06-17T09:02:52.697Z] > git remote # timeout=10 [2022-06-17T09:02:52.716Z] > git config --get remote.origin.url # timeout=10 [2022-06-17T09:02:52.733Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:02:52.734Z] > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10 [2022-06-17T09:02:53.626Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-17T09:02:53.644Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:02:53.661Z] > git checkout -f a40fc86724391889e146ec907269b3f9e64ed86f # timeout=10 [2022-06-17T09:02:54.381Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a9421459a068c19b) in /home/ubuntu/workspace/moby_PR-43682 [Pipeline] { [Pipeline] checkout [2022-06-17T09:02:54.853Z] The recommended git tool is: git [2022-06-17T09:02:56.001Z] #16 DONE 1.9s [2022-06-17T09:02:56.001Z] [2022-06-17T09:02:56.001Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-17T09:02:56.001Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35 [2022-06-17T09:02:56.932Z] #17 ... [2022-06-17T09:02:56.932Z] [2022-06-17T09:02:56.932Z] #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-17T09:02:56.932Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:02:56.932Z] #45 4.951 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-17T09:02:56.932Z] #45 ... [2022-06-17T09:02:56.932Z] [2022-06-17T09:02:56.932Z] #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-17T09:02:56.932Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:02:56.932Z] #64 6.083 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-17T09:02:56.932Z] #64 9.947 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-17T09:02:56.932Z] #64 9.951 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-17T09:02:57.189Z] #64 10.24 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-17T09:02:57.189Z] #64 ... [2022-06-17T09:02:57.189Z] [2022-06-17T09:02:57.189Z] #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-17T09:02:57.189Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:02:57.189Z] #43 6.125 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-17T09:02:57.447Z] #43 ... [2022-06-17T09:02:57.447Z] [2022-06-17T09:02:57.447Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-17T09:02:57.447Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:02:57.447Z] #54 4.574 + git clone https://github.com/docker/distribution.git . [2022-06-17T09:02:57.447Z] #54 4.574 Cloning into '.'... [2022-06-17T09:02:57.447Z] #54 ... [2022-06-17T09:02:57.447Z] [2022-06-17T09:02:57.447Z] #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-17T09:02:57.447Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:02:57.447Z] #62 5.539 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-17T09:02:57.704Z] #62 ... [2022-06-17T09:02:57.704Z] [2022-06-17T09:02:57.704Z] #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-17T09:02:57.704Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:02:57.704Z] #60 5.102 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-17T09:02:57.704Z] #60 6.379 go: downloading github.com/fatih/color v1.10.0 [2022-06-17T09:02:57.704Z] #60 6.388 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-17T09:02:57.704Z] #60 6.395 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-17T09:02:57.704Z] #60 6.425 go: downloading github.com/pkg/errors v0.9.1 [2022-06-17T09:02:57.704Z] #60 6.864 go: downloading golang.org/x/tools v0.1.0 [2022-06-17T09:02:57.704Z] #60 7.141 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-17T09:02:57.704Z] #60 7.165 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-17T09:02:57.704Z] #60 7.476 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-17T09:02:57.704Z] #60 7.638 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-17T09:02:57.704Z] #60 ... [2022-06-17T09:02:57.704Z] [2022-06-17T09:02:57.704Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-17T09:02:57.704Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35 [2022-06-17T09:02:57.704Z] #17 DONE 2.1s [2022-06-17T09:02:57.704Z] [2022-06-17T09:02:57.704Z] #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-17T09:02:57.704Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:02:57.704Z] #47 5.815 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-17T09:02:57.704Z] #47 7.007 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-17T09:02:57.704Z] #47 8.598 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-17T09:02:57.704Z] #47 8.891 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-17T09:02:57.704Z] #47 9.128 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-17T09:02:57.714Z] Commit message: "Merge commit '74286cba8c2c14d5360caec44d2da74858e9c707' into HEAD" [2022-06-17T09:02:57.744Z] First time build. Skipping changelog. [2022-06-17T09:02:58.001Z] #47 ... [2022-06-17T09:02:58.001Z] [2022-06-17T09:02:58.001Z] #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-17T09:02:58.001Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:02:58.001Z] #83 5.145 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:02:58.001Z] #83 5.328 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:02:58.001Z] #83 5.562 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:02:58.001Z] #83 6.016 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:02:58.001Z] #83 8.108 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:02:58.001Z] #83 ... [2022-06-17T09:02:58.001Z] [2022-06-17T09:02:58.001Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-17T09:02:58.001Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-17T09:02:58.364Z] using credential docker-jenkins-github-credentials [2022-06-17T09:02:58.373Z] Cloning the remote Git repository [2022-06-17T09:02:58.373Z] Cloning with configured refspecs honoured and without tags [2022-06-17T09:02:58.430Z] Cloning repository https://github.com/moby/moby.git [2022-06-17T09:02:58.910Z] + docker version [2022-06-17T09:02:57.716Z] > git rev-list --no-walk 08c809cab3cc0d29d6eecef6ad2e56d2849ee0ea # timeout=10 [2022-06-17T09:02:58.613Z] > git init /home/ubuntu/workspace/moby_PR-43682 # timeout=10 [2022-06-17T09:02:59.267Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:02:59.268Z] > git --version # timeout=10 [2022-06-17T09:02:59.291Z] > git --version # 'git version 2.25.1' [2022-06-17T09:02:59.291Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:02:59.293Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:02:59.899Z] #18 DONE 1.8s [2022-06-17T09:02:59.899Z] [2022-06-17T09:02:59.899Z] #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-17T09:02:59.899Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:02:59.899Z] #64 12.66 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-17T09:03:01.786Z] #64 ... [2022-06-17T09:03:01.786Z] [2022-06-17T09:03:01.786Z] #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-17T09:03:01.786Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:03:01.786Z] #41 4.760 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-17T09:03:01.786Z] #41 4.764 Cloning into '.'... [2022-06-17T09:03:02.043Z] #41 ... [2022-06-17T09:03:02.043Z] [2022-06-17T09:03:02.043Z] #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-17T09:03:02.043Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:03:02.043Z] #60 13.50 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-17T09:03:02.043Z] #60 13.55 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-17T09:03:02.043Z] #60 13.70 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-17T09:03:02.971Z] #60 15.92 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-17T09:03:02.971Z] #60 16.04 go: downloading golang.org/x/mod v0.3.0 [2022-06-17T09:03:03.159Z] Fetching without tags [2022-06-17T09:03:03.272Z] #60 ... [2022-06-17T09:03:03.272Z] [2022-06-17T09:03:03.272Z] #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-17T09:03:03.272Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:03:03.272Z] #58 6.214 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:03:03.272Z] #58 6.264 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:03:03.272Z] #58 6.264 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:03:03.272Z] #58 6.893 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-17T09:03:03.272Z] #58 7.601 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:03:03.272Z] #58 10.24 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:03:03.272Z] #58 12.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:03:03.529Z] #58 16.30 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-17T09:03:03.529Z] #58 ... [2022-06-17T09:03:03.529Z] [2022-06-17T09:03:03.529Z] #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-17T09:03:03.529Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:03:03.529Z] #19 1.892 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:03:03.529Z] #19 1.973 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:03:03.529Z] #19 2.002 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:03:03.529Z] #19 3.591 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:03:03.059Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:03:03.081Z] > git config --add remote.origin.fetch +refs/pull/43682/head:refs/remotes/origin/PR-43682 # timeout=10 [2022-06-17T09:03:03.113Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:03:03.137Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:03:03.167Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:03:03.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:03:03.169Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:03:04.415Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 [2022-06-17T09:03:04.458Z] #19 4.692 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-17T09:03:05.022Z] #19 ... [2022-06-17T09:03:05.022Z] [2022-06-17T09:03:05.022Z] #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-17T09:03:05.022Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:03:05.022Z] #43 17.91 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-17T09:03:05.022Z] #43 17.93 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-17T09:03:05.587Z] #43 18.62 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-17T09:03:05.821Z] Fetching without tags [2022-06-17T09:03:05.843Z] #43 18.96 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-17T09:03:06.020Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 [2022-06-17T09:03:06.099Z] #43 19.20 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-17T09:03:06.181Z] Merge succeeded, producing 66570ca23164f52e187cb0a2dad9874403aec2ca [2022-06-17T09:03:06.182Z] Checking out Revision 66570ca23164f52e187cb0a2dad9874403aec2ca (PR-43682) [2022-06-17T09:03:06.355Z] #43 19.59 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-17T09:03:04.426Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:03:04.453Z] > git checkout -f 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 # timeout=10 [2022-06-17T09:03:05.350Z] > git remote # timeout=10 [2022-06-17T09:03:05.378Z] > git config --get remote.origin.url # timeout=10 [2022-06-17T09:03:05.402Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:03:05.403Z] > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10 [2022-06-17T09:03:06.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-17T09:03:06.186Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:03:06.205Z] > git checkout -f 66570ca23164f52e187cb0a2dad9874403aec2ca # timeout=10 [2022-06-17T09:03:06.919Z] #43 20.04 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-17T09:03:07.052Z] Client: Docker Engine - Community [2022-06-17T09:03:07.053Z] Version: 20.10.14 [2022-06-17T09:03:07.053Z] API version: 1.41 [2022-06-17T09:03:07.053Z] Go version: go1.16.15 [2022-06-17T09:03:07.053Z] Git commit: a224086 [2022-06-17T09:03:07.053Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-17T09:03:07.053Z] OS/Arch: linux/amd64 [2022-06-17T09:03:07.053Z] Context: default [2022-06-17T09:03:07.053Z] Experimental: true [2022-06-17T09:03:07.053Z] [2022-06-17T09:03:07.053Z] Server: Docker Engine - Community [2022-06-17T09:03:07.053Z] Engine: [2022-06-17T09:03:07.053Z] Version: 20.10.14 [2022-06-17T09:03:07.053Z] API version: 1.41 (minimum version 1.12) [2022-06-17T09:03:07.053Z] Go version: go1.16.15 [2022-06-17T09:03:07.053Z] Git commit: 87a90dc [2022-06-17T09:03:07.053Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-17T09:03:07.053Z] OS/Arch: linux/amd64 [2022-06-17T09:03:07.053Z] Experimental: true [2022-06-17T09:03:07.053Z] containerd: [2022-06-17T09:03:07.053Z] Version: 1.5.11 [2022-06-17T09:03:07.053Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:07.053Z] runc: [2022-06-17T09:03:07.053Z] Version: 1.0.3 [2022-06-17T09:03:07.053Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-17T09:03:07.053Z] docker-init: [2022-06-17T09:03:07.053Z] Version: 0.19.0 [2022-06-17T09:03:07.053Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-17T09:03:05.776Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:03:05.782Z] > git config --add remote.origin.fetch +refs/pull/43682/head:refs/remotes/origin/PR-43682 # timeout=10 [2022-06-17T09:03:05.797Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:03:05.810Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:03:05.823Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:03:05.823Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:03:05.824Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:03:06.026Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:03:06.041Z] > git checkout -f 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 # timeout=10 [2022-06-17T09:03:06.930Z] > git remote # timeout=10 [2022-06-17T09:03:06.943Z] > git config --get remote.origin.url # timeout=10 [2022-06-17T09:03:06.954Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:03:06.955Z] > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10 [2022-06-17T09:03:07.175Z] #43 20.05 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-17T09:03:07.175Z] #43 20.09 go: downloading github.com/peterh/liner v1.2.2 [2022-06-17T09:03:07.175Z] #43 20.32 go: downloading github.com/google/go-dap v0.6.0 [2022-06-17T09:03:07.390Z] + docker info [2022-06-17T09:03:07.728Z] Merge succeeded, producing 0e4e4058252247cf39688a34caf1b52007c0a784 [2022-06-17T09:03:07.728Z] Checking out Revision 0e4e4058252247cf39688a34caf1b52007c0a784 (PR-43682) [2022-06-17T09:03:07.737Z] #43 20.88 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-17T09:03:08.300Z] #43 21.39 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-17T09:03:08.566Z] #43 ... [2022-06-17T09:03:08.566Z] [2022-06-17T09:03:08.566Z] #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-17T09:03:08.566Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:03:08.566Z] #83 11.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:03:08.566Z] #83 21.63 Fetched 8539 kB in 17s (504 kB/s) [2022-06-17T09:03:08.566Z] #83 21.63 Reading package lists... [2022-06-17T09:03:08.566Z] #83 ... [2022-06-17T09:03:08.566Z] [2022-06-17T09:03:08.566Z] #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-17T09:03:08.566Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:03:08.566Z] #19 6.489 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:03:08.566Z] #19 8.374 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-17T09:03:07.713Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-17T09:03:07.730Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:03:07.735Z] > git checkout -f 0e4e4058252247cf39688a34caf1b52007c0a784 # timeout=10 [2022-06-17T09:03:10.179Z] Commit message: "Merge commit '74286cba8c2c14d5360caec44d2da74858e9c707' into HEAD" [2022-06-17T09:03:10.198Z] First time build. Skipping changelog. [2022-06-17T09:03:10.457Z] #19 10.54 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-17T09:03:10.457Z] #19 ... [2022-06-17T09:03:10.457Z] [2022-06-17T09:03:10.457Z] #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-17T09:03:10.457Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:03:10.457Z] #47 13.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-17T09:03:10.457Z] #47 14.01 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-17T09:03:10.712Z] #47 ... [2022-06-17T09:03:10.712Z] [2022-06-17T09:03:10.712Z] #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-17T09:03:10.712Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:03:10.712Z] #43 22.23 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-17T09:03:10.712Z] #43 22.46 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-17T09:03:10.712Z] #43 22.59 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-17T09:03:11.159Z] + docker version [2022-06-17T09:03:11.370Z] Commit message: "Merge commit '74286cba8c2c14d5360caec44d2da74858e9c707' into HEAD" [2022-06-17T09:03:11.381Z] First time build. Skipping changelog. [2022-06-17T09:03:11.650Z] #43 ... [2022-06-17T09:03:11.650Z] [2022-06-17T09:03:11.650Z] #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-17T09:03:11.650Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:03:11.650Z] #45 22.81 tomll can be used in two ways: [2022-06-17T09:03:11.650Z] #45 22.81 Writing to STDIN and reading from STDOUT: [2022-06-17T09:03:11.650Z] #45 22.81 cat file.toml | tomll > file.toml [2022-06-17T09:03:11.650Z] #45 22.81 [2022-06-17T09:03:11.650Z] #45 22.81 Reading and updating a list of files: [2022-06-17T09:03:11.650Z] #45 22.81 tomll a.toml b.toml c.toml [2022-06-17T09:03:11.650Z] #45 22.81 [2022-06-17T09:03:11.650Z] #45 22.81 When given a list of files, tomll will modify all files in place without asking. [2022-06-17T09:03:11.650Z] #45 DONE 24.6s [2022-06-17T09:03:11.650Z] [2022-06-17T09:03:11.650Z] #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-17T09:03:11.650Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:03:11.650Z] #43 24.61 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-17T09:03:11.650Z] #43 24.73 go: downloading github.com/cilium/ebpf v0.7.0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-17T09:03:11.372Z] > git rev-list --no-walk 08c809cab3cc0d29d6eecef6ad2e56d2849ee0ea # timeout=10 [2022-06-17T09:03:10.186Z] > git rev-list --no-walk 08c809cab3cc0d29d6eecef6ad2e56d2849ee0ea # timeout=10 [2022-06-17T09:03:12.236Z] + docker version [2022-06-17T09:03:14.257Z] #43 ... [2022-06-17T09:03:14.257Z] [2022-06-17T09:03:14.257Z] #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-17T09:03:14.257Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:03:14.257Z] #19 12.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-17T09:03:14.257Z] #19 13.56 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [155 kB] [2022-06-17T09:03:14.257Z] #19 13.56 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-17T09:03:14.257Z] #19 13.56 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:03:14.257Z] #19 13.56 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [136 kB] [2022-06-17T09:03:14.257Z] #19 13.58 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:03:14.257Z] #19 13.62 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [128 kB] [2022-06-17T09:03:14.257Z] #19 13.66 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-17T09:03:14.257Z] #19 13.66 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-17T09:03:14.257Z] #19 13.66 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:03:14.257Z] #19 13.67 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-17T09:03:14.257Z] #19 13.67 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:03:14.257Z] #19 13.67 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-17T09:03:14.465Z] Client: Docker Engine - Community [2022-06-17T09:03:14.465Z] Version: 20.10.14 [2022-06-17T09:03:14.465Z] API version: 1.41 [2022-06-17T09:03:14.465Z] Go version: go1.16.15 [2022-06-17T09:03:14.465Z] Git commit: a224086 [2022-06-17T09:03:14.465Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-17T09:03:14.465Z] OS/Arch: linux/amd64 [2022-06-17T09:03:14.465Z] Context: default [2022-06-17T09:03:14.465Z] Experimental: true [2022-06-17T09:03:14.465Z] [2022-06-17T09:03:14.465Z] Server: Docker Engine - Community [2022-06-17T09:03:14.465Z] Engine: [2022-06-17T09:03:14.465Z] Version: 20.10.14 [2022-06-17T09:03:14.465Z] API version: 1.41 (minimum version 1.12) [2022-06-17T09:03:14.465Z] Go version: go1.16.15 [2022-06-17T09:03:14.465Z] Git commit: 87a90dc [2022-06-17T09:03:14.465Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-17T09:03:14.465Z] OS/Arch: linux/amd64 [2022-06-17T09:03:14.465Z] Experimental: true [2022-06-17T09:03:14.465Z] containerd: [2022-06-17T09:03:14.465Z] Version: 1.5.11 [2022-06-17T09:03:14.465Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:14.465Z] runc: [2022-06-17T09:03:14.465Z] Version: 1.0.3 [2022-06-17T09:03:14.465Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-17T09:03:14.465Z] docker-init: [2022-06-17T09:03:14.465Z] Version: 0.19.0 [2022-06-17T09:03:14.465Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-17T09:03:14.808Z] + docker info [2022-06-17T09:03:17.588Z] #19 ... [2022-06-17T09:03:17.588Z] [2022-06-17T09:03:17.588Z] #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-17T09:03:17.588Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:03:18.110Z] #54 30.01 Updating files: 59% (1288/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: 98% (2152/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-17T09:03:18.110Z] #54 31.07 + git checkout -q v2.3.0 [2022-06-17T09:03:20.387Z] Fetching without tags [2022-06-17T09:03:20.713Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 [2022-06-17T09:03:20.227Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:03:20.279Z] > git config --add remote.origin.fetch +refs/pull/43682/head:refs/remotes/origin/PR-43682 # timeout=10 [2022-06-17T09:03:20.295Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:03:20.324Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-17T09:03:20.371Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-17T09:03:20.371Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:03:20.372Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43682/head:refs/remotes/origin/PR-43682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-17T09:03:20.711Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:03:20.751Z] > git checkout -f 15716fc9aeeb6cfe0646bd33b57b6c10723845c3 # timeout=10 [2022-06-17T09:03:21.391Z] #54 34.32 + 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-17T09:03:22.224Z] Client: Docker Engine - Community [2022-06-17T09:03:22.224Z] Version: 20.10.14 [2022-06-17T09:03:22.224Z] API version: 1.41 [2022-06-17T09:03:22.224Z] Go version: go1.16.15 [2022-06-17T09:03:22.224Z] Git commit: a224086 [2022-06-17T09:03:22.224Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-17T09:03:22.224Z] OS/Arch: linux/amd64 [2022-06-17T09:03:22.224Z] Context: default [2022-06-17T09:03:22.224Z] Experimental: true [2022-06-17T09:03:22.224Z] [2022-06-17T09:03:22.224Z] Server: Docker Engine - Community [2022-06-17T09:03:22.224Z] Engine: [2022-06-17T09:03:22.224Z] Version: 20.10.14 [2022-06-17T09:03:22.224Z] API version: 1.41 (minimum version 1.12) [2022-06-17T09:03:22.224Z] Go version: go1.16.15 [2022-06-17T09:03:22.224Z] Git commit: 87a90dc [2022-06-17T09:03:22.224Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-17T09:03:22.224Z] OS/Arch: linux/amd64 [2022-06-17T09:03:22.224Z] Experimental: true [2022-06-17T09:03:22.224Z] containerd: [2022-06-17T09:03:22.224Z] Version: 1.5.11 [2022-06-17T09:03:22.224Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:22.224Z] runc: [2022-06-17T09:03:22.224Z] Version: 1.0.3 [2022-06-17T09:03:22.224Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-17T09:03:22.224Z] docker-init: [2022-06-17T09:03:22.224Z] Version: 0.19.0 [2022-06-17T09:03:22.224Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-17T09:03:22.324Z] #54 ... [2022-06-17T09:03:22.324Z] [2022-06-17T09:03:22.324Z] #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-17T09:03:22.324Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:03:22.324Z] #58 25.26 Fetched 8542 kB in 19s (440 kB/s) [2022-06-17T09:03:22.324Z] #58 25.26 Reading package lists... [2022-06-17T09:03:22.541Z] + docker info [2022-06-17T09:03:22.589Z] #58 32.73 Reading package lists... [2022-06-17T09:03:22.589Z] #58 ... [2022-06-17T09:03:22.589Z] [2022-06-17T09:03:22.589Z] #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-17T09:03:22.589Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:03:22.589Z] #83 21.63 Reading package lists... [2022-06-17T09:03:22.845Z] #83 29.52 Reading package lists... [2022-06-17T09:03:22.845Z] #83 ... [2022-06-17T09:03:22.845Z] [2022-06-17T09:03:22.845Z] #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-17T09:03:22.845Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:03:22.845Z] #62 35.93 go: downloading github.com/fatih/color v1.13.0 [2022-06-17T09:03:22.845Z] #62 35.93 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:03:22.845Z] #62 36.02 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-17T09:03:23.102Z] #62 36.16 go: downloading github.com/spf13/viper v1.10.1 [2022-06-17T09:03:23.358Z] #62 36.37 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-17T09:03:22.468Z] > git remote # timeout=10 [2022-06-17T09:03:22.497Z] > git config --get remote.origin.url # timeout=10 [2022-06-17T09:03:22.510Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-17T09:03:22.555Z] > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10 [2022-06-17T09:03:23.712Z] Merge succeeded, producing 3586a8b96c5882ecd36ababdee19f462227acd11 [2022-06-17T09:03:23.713Z] Checking out Revision 3586a8b96c5882ecd36ababdee19f462227acd11 (PR-43682) [2022-06-17T09:03:23.963Z] #62 37.09 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-17T09:03:23.963Z] #62 37.21 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-17T09:03:25.490Z] Client: [2022-06-17T09:03:25.490Z] Context: default [2022-06-17T09:03:25.490Z] Debug Mode: false [2022-06-17T09:03:25.490Z] Plugins: [2022-06-17T09:03:25.490Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-17T09:03:25.490Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-17T09:03:25.490Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-17T09:03:25.490Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-17T09:03:25.490Z] [2022-06-17T09:03:25.490Z] Server: [2022-06-17T09:03:25.490Z] Containers: 0 [2022-06-17T09:03:25.490Z] Running: 0 [2022-06-17T09:03:25.490Z] Paused: 0 [2022-06-17T09:03:25.490Z] Stopped: 0 [2022-06-17T09:03:25.490Z] Images: 0 [2022-06-17T09:03:25.490Z] Server Version: 20.10.14 [2022-06-17T09:03:25.490Z] Storage Driver: overlay2 [2022-06-17T09:03:25.490Z] Backing Filesystem: extfs [2022-06-17T09:03:25.490Z] Supports d_type: true [2022-06-17T09:03:25.490Z] Native Overlay Diff: true [2022-06-17T09:03:25.490Z] userxattr: false [2022-06-17T09:03:25.490Z] Logging Driver: json-file [2022-06-17T09:03:25.490Z] Cgroup Driver: cgroupfs [2022-06-17T09:03:25.490Z] Cgroup Version: 1 [2022-06-17T09:03:25.490Z] Plugins: [2022-06-17T09:03:25.490Z] Volume: local [2022-06-17T09:03:25.490Z] Network: bridge host ipvlan macvlan null overlay [2022-06-17T09:03:25.490Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-17T09:03:25.490Z] Swarm: inactive [2022-06-17T09:03:25.490Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-17T09:03:25.490Z] Default Runtime: runc [2022-06-17T09:03:25.490Z] Init Binary: docker-init [2022-06-17T09:03:25.490Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:25.490Z] runc version: v1.0.3-0-gf46b6ba [2022-06-17T09:03:25.490Z] init version: de40ad0 [2022-06-17T09:03:25.490Z] Security Options: [2022-06-17T09:03:25.490Z] apparmor [2022-06-17T09:03:25.490Z] seccomp [2022-06-17T09:03:25.490Z] Profile: default [2022-06-17T09:03:25.490Z] Kernel Version: 5.4.0-1071-aws [2022-06-17T09:03:25.490Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-17T09:03:25.490Z] OSType: linux [2022-06-17T09:03:25.490Z] Architecture: x86_64 [2022-06-17T09:03:25.490Z] CPUs: 2 [2022-06-17T09:03:25.490Z] Total Memory: 7.483GiB [2022-06-17T09:03:25.490Z] Name: ip-10-100-97-43 [2022-06-17T09:03:25.490Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-17T09:03:25.490Z] Docker Root Dir: /var/lib/docker [2022-06-17T09:03:25.490Z] Debug Mode: false [2022-06-17T09:03:25.490Z] Registry: https://index.docker.io/v1/ [2022-06-17T09:03:25.490Z] Labels: [2022-06-17T09:03:25.490Z] Experimental: true [2022-06-17T09:03:25.490Z] Insecure Registries: [2022-06-17T09:03:25.490Z] 127.0.0.0/8 [2022-06-17T09:03:25.490Z] Live Restore Enabled: true [2022-06-17T09:03:25.490Z] [2022-06-17T09:03:25.490Z] WARNING: No swap limit support [Pipeline] sh [2022-06-17T09:03:25.799Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:03:25.799Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:03:25.799Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43682/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-17T09:03:25.799Z] + bash /home/ubuntu/workspace/moby_PR-43682/check-config.sh [2022-06-17T09:03:25.799Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-17T09:03:25.799Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-17T09:03:25.799Z] [2022-06-17T09:03:25.799Z] Generally Necessary: [2022-06-17T09:03:25.799Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-17T09:03:25.799Z] - apparmor: enabled and tools installed [2022-06-17T09:03:25.799Z] - CONFIG_NAMESPACES: enabled [2022-06-17T09:03:25.799Z] - CONFIG_NET_NS: enabled [2022-06-17T09:03:25.799Z] - CONFIG_PID_NS: enabled [2022-06-17T09:03:25.799Z] - CONFIG_IPC_NS: enabled [2022-06-17T09:03:23.658Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-17T09:03:23.696Z] > git config core.sparsecheckout # timeout=10 [2022-06-17T09:03:23.714Z] > git checkout -f 3586a8b96c5882ecd36ababdee19f462227acd11 # timeout=10 [2022-06-17T09:03:25.897Z] #62 38.90 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-17T09:03:25.897Z] #62 39.04 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-17T09:03:26.068Z] - CONFIG_UTS_NS: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUPS: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CPUSETS: enabled [2022-06-17T09:03:26.068Z] - CONFIG_MEMCG: enabled [2022-06-17T09:03:26.068Z] - CONFIG_KEYS: enabled [2022-06-17T09:03:26.068Z] - CONFIG_VETH: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_BPF: enabled [2022-06-17T09:03:26.068Z] [2022-06-17T09:03:26.068Z] Optional Features: [2022-06-17T09:03:26.068Z] - CONFIG_USER_NS: enabled [2022-06-17T09:03:26.068Z] - CONFIG_SECCOMP: enabled [2022-06-17T09:03:26.068Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-17T09:03:26.068Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-17T09:03:26.068Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-17T09:03:26.068Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-17T09:03:26.068Z] - CONFIG_BLK_CGROUP: enabled [2022-06-17T09:03:26.068Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_PERF: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-17T09:03:26.068Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-17T09:03:26.068Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-17T09:03:26.068Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-17T09:03:26.068Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-17T09:03:26.068Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-17T09:03:26.328Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_IP_VS: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-17T09:03:26.328Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-17T09:03:26.328Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-17T09:03:26.328Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-17T09:03:26.328Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-17T09:03:26.328Z] - CONFIG_EXT4_FS: enabled [2022-06-17T09:03:26.328Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-17T09:03:26.328Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-17T09:03:26.328Z] - Network Drivers: [2022-06-17T09:03:26.328Z] - "overlay": [2022-06-17T09:03:26.328Z] - CONFIG_VXLAN: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-17T09:03:26.328Z] Optional (for encrypted networks): [2022-06-17T09:03:26.328Z] - CONFIG_CRYPTO: enabled [2022-06-17T09:03:26.328Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-17T09:03:26.328Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-17T09:03:26.328Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-17T09:03:26.328Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-17T09:03:26.328Z] - CONFIG_XFRM: enabled [2022-06-17T09:03:26.328Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-17T09:03:26.328Z] - "ipvlan": [2022-06-17T09:03:26.328Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-17T09:03:26.328Z] - "macvlan": [2022-06-17T09:03:26.328Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_DUMMY: enabled (as module) [2022-06-17T09:03:26.328Z] - "ftp,tftp client in container": [2022-06-17T09:03:26.328Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-17T09:03:26.328Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-17T09:03:26.328Z] - Storage Drivers: [2022-06-17T09:03:26.328Z] - "aufs": [2022-06-17T09:03:26.328Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-17T09:03:26.328Z] - "btrfs": [2022-06-17T09:03:26.328Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-17T09:03:26.593Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-17T09:03:26.593Z] - "devicemapper": [2022-06-17T09:03:26.593Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-17T09:03:26.593Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-17T09:03:26.593Z] - "overlay": [2022-06-17T09:03:26.593Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-17T09:03:26.593Z] - "zfs": [2022-06-17T09:03:26.593Z] - /dev/zfs: present [2022-06-17T09:03:26.593Z] - zfs command: missing [2022-06-17T09:03:26.593Z] - zpool command: missing [2022-06-17T09:03:26.593Z] [2022-06-17T09:03:26.593Z] Limits: [2022-06-17T09:03:26.593Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-17T09:03:26.593Z] [2022-06-17T09:03:26.593Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-17T09:03:27.104Z] + sudo modprobe ip_vs [2022-06-17T09:03:27.104Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a40fc86724391889e146ec907269b3f9e64ed86f . [2022-06-17T09:03:27.431Z] Commit message: "Merge commit '74286cba8c2c14d5360caec44d2da74858e9c707' into HEAD" [2022-06-17T09:03:27.447Z] First time build. Skipping changelog. [2022-06-17T09:03:27.672Z] #2 [internal] load .dockerignore [2022-06-17T09:03:27.672Z] #2 sha256:8dbb4e51b7864ec8fd880b270fcce5896bb87879f886e7992325d832d243ff58 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-17T09:03:28.242Z] #2 transferring context: [2022-06-17T09:03:27.416Z] > git rev-list --no-walk 08c809cab3cc0d29d6eecef6ad2e56d2849ee0ea # timeout=10 [2022-06-17T09:03:28.418Z] + docker version [2022-06-17T09:03:28.501Z] #2 transferring context: 145B done [2022-06-17T09:03:28.501Z] #2 DONE 0.8s [2022-06-17T09:03:28.501Z] [2022-06-17T09:03:28.501Z] #1 [internal] load build definition from Dockerfile [2022-06-17T09:03:28.501Z] #1 sha256:a3b85da93629faee94bf53c2b5ad6662dbed85efc264bb301c65685b68241680 [2022-06-17T09:03:28.501Z] #1 transferring dockerfile: 18.90kB done [2022-06-17T09:03:28.501Z] #1 DONE 0.9s [2022-06-17T09:03:28.501Z] [2022-06-17T09:03:28.501Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-17T09:03:28.501Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-17T09:03:28.761Z] #3 DONE 0.4s [2022-06-17T09:03:28.761Z] [2022-06-17T09:03:28.761Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-17T09:03:28.761Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-17T09:03:28.761Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-17T09:03:29.021Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-17T09:03:29.021Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-17T09:03:29.021Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-17T09:03:29.021Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-17T09:03:29.021Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-17T09:03:29.021Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-17T09:03:29.741Z] Client: [2022-06-17T09:03:29.742Z] Context: default [2022-06-17T09:03:29.742Z] Debug Mode: false [2022-06-17T09:03:29.742Z] Plugins: [2022-06-17T09:03:29.742Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-17T09:03:29.742Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-17T09:03:29.742Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-17T09:03:29.742Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-17T09:03:29.742Z] [2022-06-17T09:03:29.742Z] Server: [2022-06-17T09:03:29.742Z] Containers: 0 [2022-06-17T09:03:29.742Z] Running: 0 [2022-06-17T09:03:29.742Z] Paused: 0 [2022-06-17T09:03:29.742Z] Stopped: 0 [2022-06-17T09:03:29.742Z] Images: 0 [2022-06-17T09:03:29.742Z] Server Version: 20.10.14 [2022-06-17T09:03:29.742Z] Storage Driver: overlay2 [2022-06-17T09:03:29.742Z] Backing Filesystem: extfs [2022-06-17T09:03:29.742Z] Supports d_type: true [2022-06-17T09:03:29.742Z] Native Overlay Diff: true [2022-06-17T09:03:29.742Z] userxattr: false [2022-06-17T09:03:29.742Z] Logging Driver: json-file [2022-06-17T09:03:29.742Z] Cgroup Driver: cgroupfs [2022-06-17T09:03:29.742Z] Cgroup Version: 1 [2022-06-17T09:03:29.742Z] Plugins: [2022-06-17T09:03:29.742Z] Volume: local [2022-06-17T09:03:29.742Z] Network: bridge host ipvlan macvlan null overlay [2022-06-17T09:03:29.742Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-17T09:03:29.742Z] Swarm: inactive [2022-06-17T09:03:29.742Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-17T09:03:29.742Z] Default Runtime: runc [2022-06-17T09:03:29.742Z] Init Binary: docker-init [2022-06-17T09:03:29.742Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:29.742Z] runc version: v1.0.3-0-gf46b6ba [2022-06-17T09:03:29.742Z] init version: de40ad0 [2022-06-17T09:03:29.742Z] Security Options: [2022-06-17T09:03:29.742Z] apparmor [2022-06-17T09:03:29.742Z] seccomp [2022-06-17T09:03:29.742Z] Profile: default [2022-06-17T09:03:29.742Z] Kernel Version: 5.4.0-1071-aws [2022-06-17T09:03:29.742Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-17T09:03:29.742Z] OSType: linux [2022-06-17T09:03:29.742Z] Architecture: x86_64 [2022-06-17T09:03:29.742Z] CPUs: 2 [2022-06-17T09:03:29.742Z] Total Memory: 7.565GiB [2022-06-17T09:03:29.742Z] Name: ip-10-100-54-153 [2022-06-17T09:03:29.742Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-17T09:03:29.742Z] Docker Root Dir: /var/lib/docker [2022-06-17T09:03:29.742Z] Debug Mode: false [2022-06-17T09:03:29.742Z] Registry: https://index.docker.io/v1/ [2022-06-17T09:03:29.742Z] Labels: [2022-06-17T09:03:29.742Z] Experimental: true [2022-06-17T09:03:29.742Z] Insecure Registries: [2022-06-17T09:03:29.742Z] 127.0.0.0/8 [2022-06-17T09:03:29.742Z] Live Restore Enabled: true [2022-06-17T09:03:29.742Z] [2022-06-17T09:03:29.742Z] WARNING: No swap limit support [Pipeline] sh [2022-06-17T09:03:29.970Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.7s done [2022-06-17T09:03:29.970Z] #4 DONE 1.1s [2022-06-17T09:03:30.041Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:03:30.041Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:03:30.041Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43682/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-17T09:03:30.041Z] + bash /home/ubuntu/workspace/moby_PR-43682/check-config.sh [2022-06-17T09:03:30.041Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-17T09:03:30.041Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-17T09:03:30.041Z] [2022-06-17T09:03:30.041Z] Generally Necessary: [2022-06-17T09:03:30.041Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-17T09:03:30.041Z] - apparmor: enabled and tools installed [2022-06-17T09:03:30.041Z] - CONFIG_NAMESPACES: enabled [2022-06-17T09:03:30.041Z] - CONFIG_NET_NS: enabled [2022-06-17T09:03:30.041Z] - CONFIG_PID_NS: enabled [2022-06-17T09:03:30.041Z] - CONFIG_IPC_NS: enabled [2022-06-17T09:03:30.041Z] - CONFIG_UTS_NS: enabled [2022-06-17T09:03:30.041Z] - CONFIG_CGROUPS: enabled [2022-06-17T09:03:30.041Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-17T09:03:30.041Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-17T09:03:30.041Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-17T09:03:30.041Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-17T09:03:30.041Z] - CONFIG_CPUSETS: enabled [2022-06-17T09:03:30.041Z] - CONFIG_MEMCG: enabled [2022-06-17T09:03:30.041Z] - CONFIG_KEYS: enabled [2022-06-17T09:03:30.041Z] - CONFIG_VETH: enabled (as module) [2022-06-17T09:03:30.041Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-17T09:03:30.041Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-17T09:03:30.041Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-17T09:03:30.041Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-17T09:03:30.041Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-17T09:03:30.041Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-17T09:03:30.041Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-17T09:03:30.158Z] #62 ... [2022-06-17T09:03:30.158Z] [2022-06-17T09:03:30.158Z] #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-17T09:03:30.158Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:03:30.158Z] #83 29.52 Reading package lists... [2022-06-17T09:03:30.158Z] #83 36.93 Building dependency tree... [2022-06-17T09:03:30.158Z] #83 41.21 python3 is already the newest version (3.9.2-3). [2022-06-17T09:03:30.158Z] #83 41.21 The following additional packages will be installed: [2022-06-17T09:03:30.158Z] #83 41.23 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-17T09:03:30.158Z] #83 41.24 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-17T09:03:30.158Z] #83 41.28 Suggested packages: [2022-06-17T09:03:30.158Z] #83 41.28 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-17T09:03:30.158Z] #83 41.28 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-17T09:03:30.158Z] #83 41.28 m4-doc ed diffutils-doc [2022-06-17T09:03:30.158Z] #83 41.28 Recommended packages: [2022-06-17T09:03:30.158Z] #83 41.28 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-17T09:03:30.158Z] #83 43.11 The following NEW packages will be installed: [2022-06-17T09:03:30.158Z] #83 43.12 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-17T09:03:30.158Z] #83 43.12 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-17T09:03:30.158Z] #83 43.14 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-17T09:03:30.158Z] #83 43.14 libyajl2 m4 patch xz-utils [2022-06-17T09:03:30.158Z] #83 ... [2022-06-17T09:03:30.158Z] [2022-06-17T09:03:30.158Z] #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-17T09:03:30.158Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:03:30.158Z] #62 43.33 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-17T09:03:30.158Z] #62 43.35 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:03:30.158Z] #62 43.38 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-17T09:03:30.234Z] [2022-06-17T09:03:30.234Z] #6 [internal] load .dockerignore [2022-06-17T09:03:30.234Z] #6 sha256:477c9f0484963c84bfd140dc889cb99b2b73c1e0f35d41b2bac3eb190f5c52f7 [2022-06-17T09:03:30.234Z] #6 DONE 0.0s [2022-06-17T09:03:30.234Z] [2022-06-17T09:03:30.234Z] #5 [internal] load build definition from Dockerfile [2022-06-17T09:03:30.234Z] #5 sha256:f8a1191aa5c628b7496241292514f28a0e93e9d3b3ebd371285f27976d7c950b [2022-06-17T09:03:30.234Z] #5 DONE 0.0s [2022-06-17T09:03:30.234Z] [2022-06-17T09:03:30.234Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:03:30.234Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-17T09:03:30.310Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-17T09:03:30.310Z] - CONFIG_CGROUP_BPF: enabled [2022-06-17T09:03:30.310Z] [2022-06-17T09:03:30.310Z] Optional Features: [2022-06-17T09:03:30.310Z] - CONFIG_USER_NS: enabled [2022-06-17T09:03:30.310Z] - CONFIG_SECCOMP: enabled [2022-06-17T09:03:30.310Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-17T09:03:30.310Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-17T09:03:30.310Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-17T09:03:30.310Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-17T09:03:30.310Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-17T09:03:30.310Z] - CONFIG_BLK_CGROUP: enabled [2022-06-17T09:03:30.310Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-17T09:03:30.310Z] - CONFIG_CGROUP_PERF: enabled [2022-06-17T09:03:30.310Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-17T09:03:30.310Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-17T09:03:30.310Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-17T09:03:30.310Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-17T09:03:30.310Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-17T09:03:30.310Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_IP_VS: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-17T09:03:30.310Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-17T09:03:30.310Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-17T09:03:30.310Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-17T09:03:30.310Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-17T09:03:30.310Z] - CONFIG_EXT4_FS: enabled [2022-06-17T09:03:30.310Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-17T09:03:30.310Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-17T09:03:30.310Z] - Network Drivers: [2022-06-17T09:03:30.310Z] - "overlay": [2022-06-17T09:03:30.310Z] - CONFIG_VXLAN: enabled (as module) [2022-06-17T09:03:30.310Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-17T09:03:30.310Z] Optional (for encrypted networks): [2022-06-17T09:03:30.573Z] - CONFIG_CRYPTO: enabled [2022-06-17T09:03:30.573Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-17T09:03:30.573Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-17T09:03:30.573Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-17T09:03:30.573Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-17T09:03:30.573Z] - CONFIG_XFRM: enabled [2022-06-17T09:03:30.573Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-17T09:03:30.573Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-17T09:03:30.573Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-17T09:03:30.573Z] - "ipvlan": [2022-06-17T09:03:30.573Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-17T09:03:30.573Z] - "macvlan": [2022-06-17T09:03:30.573Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-17T09:03:30.573Z] - CONFIG_DUMMY: enabled (as module) [2022-06-17T09:03:30.573Z] - "ftp,tftp client in container": [2022-06-17T09:03:30.573Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-17T09:03:30.573Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-17T09:03:30.573Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-17T09:03:30.573Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-17T09:03:30.573Z] - Storage Drivers: [2022-06-17T09:03:30.573Z] - "aufs": [2022-06-17T09:03:30.573Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-17T09:03:30.573Z] - "btrfs": [2022-06-17T09:03:30.573Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-17T09:03:30.573Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-17T09:03:30.573Z] - "devicemapper": [2022-06-17T09:03:30.573Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-17T09:03:30.573Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-17T09:03:30.573Z] - "overlay": [2022-06-17T09:03:30.573Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-17T09:03:30.573Z] - "zfs": [2022-06-17T09:03:30.573Z] - /dev/zfs: present [2022-06-17T09:03:30.573Z] - zfs command: missing [2022-06-17T09:03:30.573Z] - zpool command: missing [2022-06-17T09:03:30.573Z] [2022-06-17T09:03:30.573Z] Limits: [2022-06-17T09:03:30.573Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-17T09:03:30.573Z] [2022-06-17T09:03:30.573Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-17T09:03:30.720Z] #62 43.65 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-17T09:03:30.720Z] #62 43.71 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-17T09:03:30.720Z] #62 43.79 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-17T09:03:30.921Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0e4e4058252247cf39688a34caf1b52007c0a784 . [2022-06-17T09:03:30.976Z] #62 43.90 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-17T09:03:30.976Z] #62 44.00 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-17T09:03:30.976Z] #62 44.03 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-17T09:03:30.976Z] #62 44.10 go: downloading github.com/spf13/afero v1.6.0 [2022-06-17T09:03:30.976Z] #62 44.21 go: downloading github.com/spf13/cast v1.4.1 [2022-06-17T09:03:31.176Z] #10 DONE 0.8s [2022-06-17T09:03:31.176Z] [2022-06-17T09:03:31.176Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-17T09:03:31.176Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-17T09:03:31.176Z] #8 DONE 0.7s [2022-06-17T09:03:31.176Z] [2022-06-17T09:03:31.176Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-17T09:03:31.176Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-17T09:03:31.176Z] #7 DONE 0.7s [2022-06-17T09:03:31.176Z] [2022-06-17T09:03:31.176Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:03:31.176Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-17T09:03:31.176Z] #9 DONE 0.7s [2022-06-17T09:03:31.182Z] #1 [internal] load build definition from Dockerfile [2022-06-17T09:03:31.182Z] #1 sha256:e5ef8331e071e917ac78d400adda91686f783da8238b0fc00b96203179f0ff4f [2022-06-17T09:03:31.182Z] #1 transferring dockerfile: [2022-06-17T09:03:31.182Z] #1 transferring dockerfile: 18.90kB done [2022-06-17T09:03:31.182Z] #1 DONE 0.2s [2022-06-17T09:03:31.182Z] [2022-06-17T09:03:31.182Z] #2 [internal] load .dockerignore [2022-06-17T09:03:31.182Z] #2 sha256:c55340c36d95214cf5c0899ddd1407212a9d62b93b2a83cb22ec4601c6b7907c [2022-06-17T09:03:31.182Z] #2 transferring context: 145B done [2022-06-17T09:03:31.182Z] #2 DONE 0.2s [2022-06-17T09:03:31.182Z] [2022-06-17T09:03:31.182Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-17T09:03:31.182Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-17T09:03:31.232Z] #62 44.24 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-17T09:03:31.232Z] #62 44.30 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-17T09:03:31.232Z] #62 44.37 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-17T09:03:31.232Z] #62 44.42 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-17T09:03:31.232Z] #62 44.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-17T09:03:31.447Z] [2022-06-17T09:03:31.447Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:31.447Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:03:31.447Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-17T09:03:31.447Z] #73 DONE 0.1s [2022-06-17T09:03:31.447Z] [2022-06-17T09:03:31.447Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:31.447Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-17T09:03:31.447Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-17T09:03:31.488Z] #62 44.50 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-17T09:03:31.488Z] #62 44.56 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-17T09:03:31.488Z] #62 44.56 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-17T09:03:31.488Z] #62 44.57 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-17T09:03:31.488Z] #62 44.58 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-17T09:03:31.488Z] #62 44.59 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-17T09:03:31.488Z] #62 44.69 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-17T09:03:31.707Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:03:31.707Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-17T09:03:31.707Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-17T09:03:31.707Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.0s [2022-06-17T09:03:31.707Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.10MB / 9.86MB 0.2s [2022-06-17T09:03:31.707Z] #71 ... [2022-06-17T09:03:31.707Z] [2022-06-17T09:03:31.707Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-17T09:03:31.707Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-17T09:03:31.707Z] #49 DONE 0.0s [2022-06-17T09:03:31.707Z] [2022-06-17T09:03:31.707Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:31.707Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-17T09:03:31.707Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.24MB / 9.86MB 0.3s [2022-06-17T09:03:31.744Z] #62 44.82 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-17T09:03:31.744Z] #62 44.83 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-17T09:03:31.757Z] #3 DONE 0.6s [2022-06-17T09:03:31.975Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2022-06-17T09:03:32.000Z] #62 45.03 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-17T09:03:32.000Z] #62 45.24 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-17T09:03:32.018Z] [2022-06-17T09:03:32.018Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-17T09:03:32.018Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-17T09:03:32.018Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-17T09:03:32.018Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-17T09:03:32.018Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-17T09:03:32.018Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-17T09:03:32.018Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s [2022-06-17T09:03:32.018Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-17T09:03:32.241Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-06-17T09:03:32.241Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-06-17T09:03:32.257Z] #62 45.28 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-17T09:03:32.280Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-17T09:03:32.280Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-06-17T09:03:32.542Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-17T09:03:32.803Z] #4 DONE 0.8s [2022-06-17T09:03:32.819Z] #62 45.72 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-17T09:03:32.819Z] #62 45.85 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-17T09:03:32.819Z] #62 45.90 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-17T09:03:32.819Z] #62 45.96 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-17T09:03:32.819Z] #62 46.00 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-17T09:03:32.819Z] #62 46.04 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-17T09:03:32.819Z] #62 46.07 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-17T09:03:33.064Z] [2022-06-17T09:03:33.064Z] #6 [internal] load build definition from Dockerfile [2022-06-17T09:03:33.064Z] #6 sha256:48f14f9f460421e3c79d754ae5227cb8a4eb212c593efc4407695a138da97666 [2022-06-17T09:03:33.064Z] #6 DONE 0.0s [2022-06-17T09:03:33.064Z] [2022-06-17T09:03:33.064Z] #5 [internal] load .dockerignore [2022-06-17T09:03:33.064Z] #5 sha256:d499bccf9de378276c5697c3e5fbca564a0e052e8ed554ffbc3c7b02c3fcc42b [2022-06-17T09:03:33.064Z] #5 DONE 0.0s [2022-06-17T09:03:33.064Z] [2022-06-17T09:03:33.064Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:03:33.064Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-17T09:03:33.075Z] #62 46.14 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-17T09:03:33.075Z] #62 46.23 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-17T09:03:33.075Z] #62 46.28 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-17T09:03:33.331Z] #62 46.37 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-17T09:03:33.587Z] #62 46.62 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-17T09:03:33.587Z] #62 46.62 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-17T09:03:33.587Z] #62 46.69 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-17T09:03:33.587Z] #62 46.70 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-17T09:03:33.587Z] #62 46.72 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-17T09:03:33.587Z] #62 46.75 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-17T09:03:33.587Z] #62 46.77 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-17T09:03:33.587Z] #62 46.84 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-17T09:03:33.843Z] #62 46.85 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-17T09:03:34.099Z] #62 47.11 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-17T09:03:34.099Z] #62 47.24 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-17T09:03:34.355Z] #62 47.28 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-17T09:03:34.355Z] #62 47.46 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-17T09:03:34.355Z] #62 47.49 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-17T09:03:34.466Z] #10 DONE 1.2s [2022-06-17T09:03:34.466Z] [2022-06-17T09:03:34.466Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-17T09:03:34.466Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-17T09:03:34.466Z] #8 DONE 1.2s [2022-06-17T09:03:34.466Z] [2022-06-17T09:03:34.466Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-17T09:03:34.466Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-17T09:03:34.466Z] #7 DONE 1.2s [2022-06-17T09:03:34.466Z] [2022-06-17T09:03:34.466Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:03:34.466Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-17T09:03:34.466Z] #9 DONE 1.2s [2022-06-17T09:03:34.611Z] #62 47.52 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-17T09:03:34.611Z] #62 47.59 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-17T09:03:34.611Z] #62 47.60 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-17T09:03:34.611Z] #62 47.63 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-17T09:03:34.611Z] #62 47.66 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-17T09:03:34.726Z] [2022-06-17T09:03:34.726Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:34.726Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:34.726Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-17T09:03:34.872Z] #62 47.87 go: downloading github.com/julz/importas v0.1.0 [2022-06-17T09:03:34.872Z] #62 47.98 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-17T09:03:34.872Z] #62 47.98 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-17T09:03:34.872Z] #62 48.03 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-17T09:03:34.992Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-17T09:03:34.992Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-17T09:03:34.992Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-17T09:03:35.129Z] #62 48.03 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-17T09:03:35.129Z] #62 48.10 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-17T09:03:35.129Z] #62 48.12 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-17T09:03:35.129Z] #62 48.16 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-17T09:03:35.129Z] #62 48.17 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-17T09:03:35.266Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0B / 55.01MB 0.2s [2022-06-17T09:03:35.266Z] #28 ... [2022-06-17T09:03:35.266Z] [2022-06-17T09:03:35.266Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-17T09:03:35.266Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-17T09:03:35.266Z] #49 DONE 0.0s [2022-06-17T09:03:35.266Z] [2022-06-17T09:03:35.266Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:35.266Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:35.386Z] #62 48.32 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-17T09:03:35.386Z] #62 48.35 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-17T09:03:35.386Z] #62 48.38 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-17T09:03:35.386Z] #62 48.43 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-17T09:03:35.838Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 7.34MB / 55.01MB 0.7s [2022-06-17T09:03:35.991Z] #62 49.12 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-17T09:03:35.991Z] #62 49.12 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-17T09:03:35.991Z] #62 49.16 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-17T09:03:36.100Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 16.78MB / 55.01MB 1.0s [2022-06-17T09:03:36.100Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 20.97MB / 55.01MB 1.1s [2022-06-17T09:03:36.248Z] #62 49.24 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-17T09:03:36.248Z] #62 49.30 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-17T09:03:36.248Z] #62 49.34 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-17T09:03:36.248Z] #62 49.35 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-17T09:03:36.248Z] #62 49.43 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-17T09:03:36.362Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 24.12MB / 55.01MB 1.2s [2022-06-17T09:03:36.362Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 32.51MB / 55.01MB 1.4s [2022-06-17T09:03:36.504Z] #62 49.46 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-17T09:03:36.623Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 41.94MB / 55.01MB 1.5s [2022-06-17T09:03:36.760Z] #62 49.82 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-17T09:03:36.760Z] #62 49.85 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-17T09:03:36.760Z] #62 49.90 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-17T09:03:36.760Z] #62 49.90 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-17T09:03:36.760Z] #62 49.93 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-17T09:03:36.760Z] #62 49.98 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-17T09:03:36.890Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 48.23MB / 55.01MB 1.8s [2022-06-17T09:03:36.890Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 52.43MB / 55.01MB 1.9s [2022-06-17T09:03:37.017Z] #62 50.06 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-17T09:03:37.017Z] #62 ... [2022-06-17T09:03:37.017Z] [2022-06-17T09:03:37.017Z] #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-17T09:03:37.017Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:03:37.017Z] #58 32.73 Reading package lists... [2022-06-17T09:03:37.017Z] #58 39.96 Building dependency tree... [2022-06-17T09:03:37.017Z] #58 44.53 The following additional packages will be installed: [2022-06-17T09:03:37.017Z] #58 44.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:03:37.017Z] #58 44.54 python3-protobuf python3-six [2022-06-17T09:03:37.017Z] #58 44.55 Suggested packages: [2022-06-17T09:03:37.017Z] #58 44.56 python3-setuptools [2022-06-17T09:03:37.017Z] #58 44.56 Recommended packages: [2022-06-17T09:03:37.017Z] #58 44.56 iproute2 | iproute [2022-06-17T09:03:37.017Z] #58 45.55 The following NEW packages will be installed: [2022-06-17T09:03:37.017Z] #58 45.57 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:03:37.017Z] #58 45.58 python3-protobuf python3-six [2022-06-17T09:03:37.017Z] #58 46.17 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:03:37.017Z] #58 46.17 Need to get 2314 kB of archives. [2022-06-17T09:03:37.017Z] #58 46.17 After this operation, 11.1 MB of additional disk space will be used. [2022-06-17T09:03:37.017Z] #58 46.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-17T09:03:37.017Z] #58 46.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:03:37.017Z] #58 46.22 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-17T09:03:37.017Z] #58 46.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-17T09:03:37.017Z] #58 46.25 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-17T09:03:37.017Z] #58 46.26 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-17T09:03:37.017Z] #58 46.27 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-17T09:03:37.017Z] #58 48.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-17T09:03:37.017Z] #58 ... [2022-06-17T09:03:37.017Z] [2022-06-17T09:03:37.017Z] #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-17T09:03:37.017Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:03:37.017Z] #62 50.15 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-17T09:03:37.017Z] #62 50.18 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-17T09:03:37.273Z] #62 50.30 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-17T09:03:37.273Z] #62 50.32 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-17T09:03:37.273Z] #62 50.34 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-17T09:03:37.549Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.1s [2022-06-17T09:03:37.549Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.3s done [2022-06-17T09:03:37.808Z] #71 ... [2022-06-17T09:03:37.808Z] [2022-06-17T09:03:37.808Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:37.808Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:37.808Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-17T09:03:37.808Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-17T09:03:37.808Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-17T09:03:37.808Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-17T09:03:37.808Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 3.0s done [2022-06-17T09:03:37.808Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 1.1s done [2022-06-17T09:03:37.808Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.9s done [2022-06-17T09:03:37.808Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 5.1s done [2022-06-17T09:03:37.808Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 6.0s [2022-06-17T09:03:37.808Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 66.06MB / 141.75MB 6.0s [2022-06-17T09:03:37.808Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-06-17T09:03:37.808Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 5.4s done [2022-06-17T09:03:37.833Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.6s done [2022-06-17T09:03:37.859Z] #62 50.83 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-17T09:03:37.859Z] #62 50.85 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-17T09:03:37.859Z] #62 50.87 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-17T09:03:37.859Z] #62 50.91 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-17T09:03:37.859Z] #62 50.92 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-17T09:03:38.069Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 6.4s done [2022-06-17T09:03:38.069Z] #11 ... [2022-06-17T09:03:38.069Z] [2022-06-17T09:03:38.069Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:38.069Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-17T09:03:38.069Z] #71 DONE 6.7s [2022-06-17T09:03:38.069Z] [2022-06-17T09:03:38.069Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:38.069Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:38.069Z] #11 ... [2022-06-17T09:03:38.069Z] [2022-06-17T09:03:38.069Z] #24 [internal] load build context [2022-06-17T09:03:38.069Z] #24 sha256:d3b06791789516975d06d1f65124b8cd61c6aa3042a0bf63bbc6e8be0898632a [2022-06-17T09:03:38.069Z] #24 transferring context: 39.29MB 6.8s [2022-06-17T09:03:38.097Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-06-17T09:03:38.328Z] #24 ... [2022-06-17T09:03:38.328Z] [2022-06-17T09:03:38.328Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:38.328Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:38.328Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 75.50MB / 141.75MB 6.7s [2022-06-17T09:03:38.328Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 82.84MB / 141.75MB 7.0s [2022-06-17T09:03:38.368Z] Client: Docker Engine - Community [2022-06-17T09:03:38.368Z] Version: 20.10.14 [2022-06-17T09:03:38.368Z] API version: 1.41 [2022-06-17T09:03:38.368Z] Go version: go1.16.15 [2022-06-17T09:03:38.368Z] Git commit: a224086 [2022-06-17T09:03:38.368Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-17T09:03:38.368Z] OS/Arch: linux/arm64 [2022-06-17T09:03:38.368Z] Context: default [2022-06-17T09:03:38.368Z] Experimental: true [2022-06-17T09:03:38.368Z] [2022-06-17T09:03:38.368Z] Server: Docker Engine - Community [2022-06-17T09:03:38.368Z] Engine: [2022-06-17T09:03:38.368Z] Version: 20.10.14 [2022-06-17T09:03:38.368Z] API version: 1.41 (minimum version 1.12) [2022-06-17T09:03:38.368Z] Go version: go1.16.15 [2022-06-17T09:03:38.368Z] Git commit: 87a90dc [2022-06-17T09:03:38.368Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-17T09:03:38.368Z] OS/Arch: linux/arm64 [2022-06-17T09:03:38.368Z] Experimental: true [2022-06-17T09:03:38.368Z] containerd: [2022-06-17T09:03:38.368Z] Version: 1.5.11 [2022-06-17T09:03:38.368Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:38.368Z] runc: [2022-06-17T09:03:38.368Z] Version: 1.0.3 [2022-06-17T09:03:38.368Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-17T09:03:38.368Z] docker-init: [2022-06-17T09:03:38.368Z] Version: 0.19.0 [2022-06-17T09:03:38.368Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-17T09:03:38.437Z] #62 51.49 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-17T09:03:38.705Z] + docker info [2022-06-17T09:03:38.713Z] #62 51.71 go: downloading honnef.co/go/tools v0.2.2 [2022-06-17T09:03:38.903Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 92.27MB / 141.75MB 7.4s [2022-06-17T09:03:39.162Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 99.61MB / 141.75MB 7.6s [2022-06-17T09:03:39.422Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 108.00MB / 141.75MB 7.9s [2022-06-17T09:03:39.643Z] #62 ... [2022-06-17T09:03:39.643Z] [2022-06-17T09:03:39.643Z] #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-17T09:03:39.643Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:03:39.643Z] #64 51.20 v3.0.2 [2022-06-17T09:03:39.643Z] #64 DONE 52.6s [2022-06-17T09:03:39.643Z] [2022-06-17T09:03:39.643Z] #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-17T09:03:39.643Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:03:39.643Z] #47 52.55 NAME: [2022-06-17T09:03:39.643Z] #47 52.55 go-winres - A tool for embedding resources in Windows executables [2022-06-17T09:03:39.643Z] #47 52.55 [2022-06-17T09:03:39.643Z] #47 52.55 USAGE: [2022-06-17T09:03:39.643Z] #47 52.55 go-winres [global options] command [command options] [arguments...] [2022-06-17T09:03:39.643Z] #47 52.55 [2022-06-17T09:03:39.643Z] #47 52.55 COMMANDS: [2022-06-17T09:03:39.643Z] #47 52.55 init Create an initial ./winres/winres.json [2022-06-17T09:03:39.643Z] #47 52.55 make Make syso files for the "go build" command [2022-06-17T09:03:39.643Z] #47 52.55 simply Make syso files for the "go build" command (simplified) [2022-06-17T09:03:39.643Z] #47 52.55 extract Extract all resources from an executable [2022-06-17T09:03:39.643Z] #47 52.55 patch Replace resources in an executable file (exe, dll) [2022-06-17T09:03:39.643Z] #47 52.55 help, h Shows a list of commands or help for one command [2022-06-17T09:03:39.643Z] #47 52.55 [2022-06-17T09:03:39.643Z] #47 52.55 GLOBAL OPTIONS: [2022-06-17T09:03:39.643Z] #47 52.55 --help, -h show help (default: false) [2022-06-17T09:03:39.643Z] #47 DONE 52.7s [2022-06-17T09:03:39.643Z] [2022-06-17T09:03:39.643Z] #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-17T09:03:39.643Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:03:39.643Z] #83 43.61 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:03:39.643Z] #83 43.61 Need to get 5939 kB of archives. [2022-06-17T09:03:39.643Z] #83 43.61 After this operation, 18.7 MB of additional disk space will be used. [2022-06-17T09:03:39.643Z] #83 43.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:03:39.643Z] #83 43.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-17T09:03:39.643Z] #83 43.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-17T09:03:39.643Z] #83 43.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-17T09:03:39.643Z] #83 43.65 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-17T09:03:39.643Z] #83 43.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-17T09:03:39.643Z] #83 43.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-17T09:03:39.643Z] #83 43.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-17T09:03:39.643Z] #83 43.74 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-17T09:03:39.643Z] #83 43.74 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-17T09:03:39.643Z] #83 43.84 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:03:39.643Z] #83 43.84 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-17T09:03:39.643Z] #83 43.98 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-17T09:03:39.643Z] #83 43.99 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:03:39.643Z] #83 44.00 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-17T09:03:39.643Z] #83 44.00 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-17T09:03:39.643Z] #83 44.01 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-17T09:03:39.643Z] #83 44.02 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-17T09:03:39.643Z] #83 44.03 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:03:39.643Z] #83 44.06 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-17T09:03:39.643Z] #83 44.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:03:39.643Z] #83 44.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:03:39.643Z] #83 44.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-17T09:03:39.643Z] #83 45.40 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:03:39.643Z] #83 45.88 Fetched 5939 kB in 1s (6876 kB/s) [2022-06-17T09:03:39.643Z] #83 46.17 Selecting previously unselected package bzip2. [2022-06-17T09:03:39.643Z] #83 46.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 ... 15718 files and directories currently installed.) [2022-06-17T09:03:39.643Z] #83 46.24 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 46.26 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:03:39.643Z] #83 46.50 Selecting previously unselected package libmagic-mgc. [2022-06-17T09:03:39.643Z] #83 46.51 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 46.52 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-17T09:03:39.643Z] #83 47.50 Selecting previously unselected package libmagic1:amd64. [2022-06-17T09:03:39.643Z] #83 47.51 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 47.52 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:03:39.643Z] #83 47.87 Selecting previously unselected package file. [2022-06-17T09:03:39.643Z] #83 47.88 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 47.89 Unpacking file (1:5.39-3) ... [2022-06-17T09:03:39.643Z] #83 48.07 Selecting previously unselected package xz-utils. [2022-06-17T09:03:39.643Z] #83 48.08 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 48.08 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:03:39.643Z] #83 48.59 Selecting previously unselected package libsigsegv2:amd64. [2022-06-17T09:03:39.643Z] #83 48.59 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 48.60 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:03:39.643Z] #83 48.77 Selecting previously unselected package m4. [2022-06-17T09:03:39.643Z] #83 48.80 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 48.81 Unpacking m4 (1.4.18-5) ... [2022-06-17T09:03:39.643Z] #83 49.23 Selecting previously unselected package autoconf. [2022-06-17T09:03:39.643Z] #83 49.24 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-17T09:03:39.643Z] #83 49.25 Unpacking autoconf (2.69-14) ... [2022-06-17T09:03:39.643Z] #83 49.74 Selecting previously unselected package autotools-dev. [2022-06-17T09:03:39.643Z] #83 49.75 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-17T09:03:39.643Z] #83 49.75 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:03:39.643Z] #83 50.02 Selecting previously unselected package automake. [2022-06-17T09:03:39.643Z] #83 50.03 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-17T09:03:39.643Z] #83 50.04 Unpacking automake (1:1.16.3-2) ... [2022-06-17T09:03:39.643Z] #83 50.99 Selecting previously unselected package patch. [2022-06-17T09:03:39.643Z] #83 51.02 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:03:39.643Z] #83 51.03 Unpacking patch (2.7.6-7) ... [2022-06-17T09:03:39.643Z] #83 51.42 Selecting previously unselected package dpkg-dev. [2022-06-17T09:03:39.643Z] #83 51.42 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-17T09:03:39.643Z] #83 51.48 Unpacking dpkg-dev (1.20.10) ... [2022-06-17T09:03:39.643Z] #83 52.90 Selecting previously unselected package build-essential. [2022-06-17T09:03:39.643Z] #83 52.90 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-17T09:03:39.903Z] #83 52.91 Unpacking build-essential (12.9) ... [2022-06-17T09:03:40.001Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 117.44MB / 141.75MB 8.6s [2022-06-17T09:03:40.161Z] #83 53.06 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:03:40.161Z] #83 53.07 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:03:40.161Z] #83 53.09 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:03:40.161Z] #83 53.27 Selecting previously unselected package libcap-dev:amd64. [2022-06-17T09:03:40.161Z] #83 53.27 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-17T09:03:40.161Z] #83 53.27 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:03:40.261Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 130.02MB / 141.75MB 8.8s [2022-06-17T09:03:40.416Z] #83 ... [2022-06-17T09:03:40.416Z] [2022-06-17T09:03:40.416Z] #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-17T09:03:40.416Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:03:40.416Z] #62 53.48 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-17T09:03:40.416Z] #62 53.49 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-17T09:03:40.559Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 140.51MB / 141.75MB 9.0s [2022-06-17T09:03:40.672Z] #62 53.62 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-17T09:03:40.672Z] #62 53.73 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-17T09:03:40.819Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.4s [2022-06-17T09:03:40.927Z] #62 53.86 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-17T09:03:40.927Z] #62 53.99 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-17T09:03:40.927Z] #62 54.08 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-17T09:03:41.392Z] #11 ... [2022-06-17T09:03:41.392Z] [2022-06-17T09:03:41.392Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:41.392Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:41.392Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-06-17T09:03:41.392Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 3.0s done [2022-06-17T09:03:41.392Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-17T09:03:41.392Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-17T09:03:41.392Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-17T09:03:41.392Z] #28 ... [2022-06-17T09:03:41.392Z] [2022-06-17T09:03:41.392Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:41.392Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:03:41.392Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:03:41.392Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-17T09:03:41.392Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-17T09:03:41.392Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.3s done [2022-06-17T09:03:41.392Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.2s done [2022-06-17T09:03:41.407Z] #28 ... [2022-06-17T09:03:41.407Z] [2022-06-17T09:03:41.407Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:41.407Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:41.407Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-17T09:03:41.407Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-17T09:03:41.407Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-17T09:03:41.407Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-17T09:03:41.407Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.4s done [2022-06-17T09:03:41.407Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 1.4s done [2022-06-17T09:03:41.407Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.9s done [2022-06-17T09:03:41.407Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 4.3s done [2022-06-17T09:03:41.407Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 5.9s [2022-06-17T09:03:41.407Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 89.13MB / 141.75MB 5.9s [2022-06-17T09:03:41.407Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 4.9s done [2022-06-17T09:03:41.651Z] #73 ... [2022-06-17T09:03:41.651Z] [2022-06-17T09:03:41.651Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:41.651Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:41.668Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 101.71MB / 141.75MB 6.5s [2022-06-17T09:03:41.911Z] #11 ... [2022-06-17T09:03:41.911Z] [2022-06-17T09:03:41.911Z] #24 [internal] load build context [2022-06-17T09:03:41.911Z] #24 sha256:d3b06791789516975d06d1f65124b8cd61c6aa3042a0bf63bbc6e8be0898632a [2022-06-17T09:03:41.911Z] #24 transferring context: 61.19MB 9.2s done [2022-06-17T09:03:41.911Z] #24 DONE 10.6s [2022-06-17T09:03:41.911Z] [2022-06-17T09:03:41.911Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:41.911Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:41.930Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 6.6s done [2022-06-17T09:03:41.930Z] #11 ... [2022-06-17T09:03:41.930Z] [2022-06-17T09:03:41.930Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:41.930Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-17T09:03:41.930Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-17T09:03:41.930Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:03:41.930Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-17T09:03:41.930Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-17T09:03:41.930Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2022-06-17T09:03:41.930Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.8s done [2022-06-17T09:03:41.930Z] #71 DONE 7.2s [2022-06-17T09:03:41.930Z] [2022-06-17T09:03:41.930Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:41.930Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:41.930Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 113.25MB / 141.75MB 6.9s [2022-06-17T09:03:41.930Z] #11 ... [2022-06-17T09:03:41.930Z] [2022-06-17T09:03:41.930Z] #24 [internal] load build context [2022-06-17T09:03:41.930Z] #24 sha256:a17f9b5a3f78288e17a7bfa8cc109c3c5fbf03cd154d8f75cd99c72a9531c998 [2022-06-17T09:03:41.930Z] #24 transferring context: 47.33MB 7.2s [2022-06-17T09:03:42.175Z] #11 ... [2022-06-17T09:03:42.175Z] [2022-06-17T09:03:42.175Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:42.175Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:03:42.175Z] #73 DONE 10.7s [2022-06-17T09:03:42.175Z] [2022-06-17T09:03:42.175Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:42.175Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:42.193Z] #24 ... [2022-06-17T09:03:42.193Z] [2022-06-17T09:03:42.193Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:42.193Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:42.193Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 124.78MB / 141.75MB 7.2s [2022-06-17T09:03:42.780Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 135.27MB / 141.75MB 7.6s [2022-06-17T09:03:42.816Z] #62 56.03 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-17T09:03:43.072Z] #62 56.20 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-17T09:03:43.072Z] #62 56.25 go: downloading golang.org/x/text v0.3.7 [2022-06-17T09:03:43.118Z] #11 ... [2022-06-17T09:03:43.118Z] [2022-06-17T09:03:43.118Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-17T09:03:43.118Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-17T09:03:43.118Z] #72 DONE 0.5s [2022-06-17T09:03:43.118Z] [2022-06-17T09:03:43.118Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:43.118Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:43.356Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.4s [2022-06-17T09:03:43.685Z] #28 ... [2022-06-17T09:03:43.685Z] [2022-06-17T09:03:43.685Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-17T09:03:43.685Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-17T09:03:43.685Z] #74 DONE 0.6s [2022-06-17T09:03:43.685Z] [2022-06-17T09:03:43.685Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:43.685Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:44.335Z] #11 ... [2022-06-17T09:03:44.335Z] [2022-06-17T09:03:44.335Z] #24 [internal] load build context [2022-06-17T09:03:44.335Z] #24 sha256:a17f9b5a3f78288e17a7bfa8cc109c3c5fbf03cd154d8f75cd99c72a9531c998 [2022-06-17T09:03:44.335Z] #24 transferring context: 61.19MB 8.4s done [2022-06-17T09:03:44.335Z] #24 DONE 9.5s [2022-06-17T09:03:44.335Z] [2022-06-17T09:03:44.335Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:44.335Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:44.914Z] #11 ... [2022-06-17T09:03:44.914Z] [2022-06-17T09:03:44.915Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:44.915Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:03:44.915Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-17T09:03:44.915Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:03:44.915Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-17T09:03:44.915Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-17T09:03:44.915Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2022-06-17T09:03:44.915Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.4s done [2022-06-17T09:03:44.915Z] #73 ... [2022-06-17T09:03:44.915Z] [2022-06-17T09:03:44.915Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:44.915Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:44.967Z] #62 ... [2022-06-17T09:03:44.967Z] [2022-06-17T09:03:44.967Z] #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-17T09:03:44.967Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:03:44.967Z] #83 53.51 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:03:44.967Z] #83 53.51 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:03:44.967Z] #83 53.54 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:03:44.967Z] #83 53.64 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-17T09:03:44.967Z] #83 53.66 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:03:44.967Z] #83 53.69 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:03:44.967Z] #83 53.83 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:03:44.967Z] #83 53.86 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:03:44.967Z] #83 53.88 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:03:44.967Z] #83 54.15 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:03:44.967Z] #83 54.15 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:03:44.967Z] #83 54.19 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:03:44.967Z] #83 55.09 Selecting previously unselected package libtool. [2022-06-17T09:03:44.967Z] #83 55.12 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-17T09:03:44.967Z] #83 55.12 Unpacking libtool (2.4.6-15) ... [2022-06-17T09:03:44.967Z] #83 55.56 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:03:44.967Z] #83 55.56 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:03:44.967Z] #83 55.65 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:03:44.967Z] #83 55.94 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:03:44.967Z] #83 55.94 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:03:44.967Z] #83 55.94 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:03:44.967Z] #83 56.06 Selecting previously unselected package libyajl-dev:amd64. [2022-06-17T09:03:44.967Z] #83 56.07 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-17T09:03:44.967Z] #83 56.08 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:03:44.967Z] #83 56.43 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:03:44.967Z] #83 56.45 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-17T09:03:44.967Z] #83 56.49 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:03:44.967Z] #83 56.49 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:03:44.967Z] #83 56.52 Setting up file (1:5.39-3) ... [2022-06-17T09:03:44.967Z] #83 56.53 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:03:44.967Z] #83 56.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:03:44.967Z] #83 56.57 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:03:44.967Z] #83 56.57 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:03:44.967Z] #83 56.61 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:03:44.967Z] #83 56.61 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:03:44.967Z] #83 56.67 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:03:44.967Z] #83 56.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:03:44.967Z] #83 56.71 Setting up patch (2.7.6-7) ... [2022-06-17T09:03:44.967Z] #83 56.72 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:03:44.967Z] #83 56.75 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:03:44.967Z] #83 56.75 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:03:44.967Z] #83 56.75 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:03:44.967Z] #83 56.77 Setting up libtool (2.4.6-15) ... [2022-06-17T09:03:44.967Z] #83 56.79 Setting up m4 (1.4.18-5) ... [2022-06-17T09:03:44.967Z] #83 56.80 Setting up dpkg-dev (1.20.10) ... [2022-06-17T09:03:44.967Z] #83 56.87 Setting up autoconf (2.69-14) ... [2022-06-17T09:03:44.967Z] #83 56.99 Setting up build-essential (12.9) ... [2022-06-17T09:03:44.967Z] #83 57.40 Setting up automake (1:1.16.3-2) ... [2022-06-17T09:03:44.967Z] #83 57.62 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-17T09:03:44.967Z] #83 57.64 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:03:44.967Z] #83 DONE 58.1s [2022-06-17T09:03:45.222Z] [2022-06-17T09:03:45.222Z] #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-17T09:03:45.222Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:03:45.222Z] #41 55.69 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: 93% (1422/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-17T09:03:45.222Z] #41 56.77 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-17T09:03:45.222Z] #41 57.12 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-17T09:03:45.499Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 10.3s done [2022-06-17T09:03:45.589Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 10.2s done [2022-06-17T09:03:45.589Z] #28 DONE 14.1s [2022-06-17T09:03:45.589Z] [2022-06-17T09:03:45.589Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:45.589Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:45.589Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-17T09:03:45.762Z] #11 ... [2022-06-17T09:03:45.762Z] [2022-06-17T09:03:45.762Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:03:45.762Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:03:45.762Z] #73 DONE 10.7s [2022-06-17T09:03:45.762Z] [2022-06-17T09:03:45.762Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:45.762Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:46.526Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.7s done [2022-06-17T09:03:46.526Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f [2022-06-17T09:03:46.704Z] #28 ... [2022-06-17T09:03:46.704Z] [2022-06-17T09:03:46.704Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-17T09:03:46.704Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-17T09:03:46.704Z] #72 DONE 0.7s [2022-06-17T09:03:46.704Z] [2022-06-17T09:03:46.704Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:46.704Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:46.704Z] #28 ... [2022-06-17T09:03:46.704Z] [2022-06-17T09:03:46.704Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:46.704Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:47.094Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.7s done [2022-06-17T09:03:47.645Z] #11 ... [2022-06-17T09:03:47.645Z] [2022-06-17T09:03:47.645Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-17T09:03:47.645Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-17T09:03:47.645Z] #74 DONE 1.2s [2022-06-17T09:03:47.645Z] [2022-06-17T09:03:47.645Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:47.645Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:47.645Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-17T09:03:47.664Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0.1s [2022-06-17T09:03:47.742Z] #41 ... [2022-06-17T09:03:47.742Z] [2022-06-17T09:03:47.742Z] #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-17T09:03:47.742Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:03:47.742Z] #58 50.68 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:03:47.742Z] #58 50.98 Fetched 2314 kB in 4s (657 kB/s) [2022-06-17T09:03:47.742Z] #58 51.35 Selecting previously unselected package libprotobuf23:amd64. [2022-06-17T09:03:47.742Z] #58 51.35 (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-17T09:03:47.742Z] #58 51.42 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-17T09:03:47.742Z] #58 51.77 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:03:47.742Z] #58 53.04 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:03:47.742Z] #58 53.04 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:03:47.742Z] #58 53.04 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:03:47.742Z] #58 53.37 Selecting previously unselected package python3-six. [2022-06-17T09:03:47.742Z] #58 53.37 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-17T09:03:47.742Z] #58 53.39 Unpacking python3-six (1.16.0-2) ... [2022-06-17T09:03:47.742Z] #58 53.56 Selecting previously unselected package python3-protobuf. [2022-06-17T09:03:47.742Z] #58 53.60 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-17T09:03:47.742Z] #58 53.60 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-17T09:03:47.742Z] #58 54.36 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:03:47.742Z] #58 54.39 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:03:47.742Z] #58 54.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:03:47.742Z] #58 54.56 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:03:47.742Z] #58 54.56 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:03:47.742Z] #58 54.59 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:03:47.742Z] #58 54.75 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:03:47.742Z] #58 54.77 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:03:47.742Z] #58 54.77 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:03:47.742Z] #58 54.92 Selecting previously unselected package criu. [2022-06-17T09:03:47.742Z] #58 54.92 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-17T09:03:47.742Z] #58 54.92 Unpacking criu (3.17-1) ... [2022-06-17T09:03:47.742Z] #58 56.00 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:03:47.742Z] #58 58.00 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:03:47.742Z] #58 58.01 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:03:47.742Z] #58 58.06 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:03:47.742Z] #58 58.09 Setting up python3-six (1.16.0-2) ... [2022-06-17T09:03:47.742Z] #58 59.19 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:03:47.742Z] #58 59.21 Setting up python3-protobuf (3.12.4-1) ... [2022-06-17T09:03:47.906Z] #11 ... [2022-06-17T09:03:47.906Z] [2022-06-17T09:03:47.906Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:03:47.906Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:03:47.906Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 9.1s done [2022-06-17T09:03:47.906Z] #28 DONE 13.0s [2022-06-17T09:03:47.906Z] [2022-06-17T09:03:47.906Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:47.906Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:48.169Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.6s done [2022-06-17T09:03:48.429Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.1s [2022-06-17T09:03:49.029Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.5s done [2022-06-17T09:03:49.106Z] Client: [2022-06-17T09:03:49.106Z] Context: default [2022-06-17T09:03:49.106Z] Debug Mode: false [2022-06-17T09:03:49.106Z] Plugins: [2022-06-17T09:03:49.106Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-17T09:03:49.106Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-17T09:03:49.106Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-17T09:03:49.106Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-17T09:03:49.106Z] [2022-06-17T09:03:49.106Z] Server: [2022-06-17T09:03:49.106Z] Containers: 0 [2022-06-17T09:03:49.106Z] Running: 0 [2022-06-17T09:03:49.106Z] Paused: 0 [2022-06-17T09:03:49.106Z] Stopped: 0 [2022-06-17T09:03:49.106Z] Images: 0 [2022-06-17T09:03:49.106Z] Server Version: 20.10.14 [2022-06-17T09:03:49.106Z] Storage Driver: overlay2 [2022-06-17T09:03:49.106Z] Backing Filesystem: extfs [2022-06-17T09:03:49.106Z] Supports d_type: true [2022-06-17T09:03:49.106Z] Native Overlay Diff: true [2022-06-17T09:03:49.106Z] userxattr: false [2022-06-17T09:03:49.106Z] Logging Driver: json-file [2022-06-17T09:03:49.106Z] Cgroup Driver: systemd [2022-06-17T09:03:49.106Z] Cgroup Version: 2 [2022-06-17T09:03:49.106Z] Plugins: [2022-06-17T09:03:49.106Z] Volume: local [2022-06-17T09:03:49.106Z] Network: bridge host ipvlan macvlan null overlay [2022-06-17T09:03:49.106Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-17T09:03:49.106Z] Swarm: inactive [2022-06-17T09:03:49.106Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-06-17T09:03:49.106Z] Default Runtime: runc [2022-06-17T09:03:49.106Z] Init Binary: docker-init [2022-06-17T09:03:49.106Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:49.106Z] runc version: v1.0.3-0-gf46b6ba [2022-06-17T09:03:49.106Z] init version: de40ad0 [2022-06-17T09:03:49.106Z] Security Options: [2022-06-17T09:03:49.106Z] apparmor [2022-06-17T09:03:49.106Z] seccomp [2022-06-17T09:03:49.106Z] Profile: default [2022-06-17T09:03:49.106Z] cgroupns [2022-06-17T09:03:49.107Z] Kernel Version: 5.13.0-1021-aws [2022-06-17T09:03:49.107Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-17T09:03:49.107Z] OSType: linux [2022-06-17T09:03:49.107Z] Architecture: x86_64 [2022-06-17T09:03:49.107Z] CPUs: 2 [2022-06-17T09:03:49.107Z] Total Memory: 7.559GiB [2022-06-17T09:03:49.107Z] Name: ip-10-100-41-34 [2022-06-17T09:03:49.107Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-17T09:03:49.107Z] Docker Root Dir: /var/lib/docker [2022-06-17T09:03:49.107Z] Debug Mode: false [2022-06-17T09:03:49.107Z] Registry: https://index.docker.io/v1/ [2022-06-17T09:03:49.107Z] Labels: [2022-06-17T09:03:49.107Z] Experimental: true [2022-06-17T09:03:49.107Z] Insecure Registries: [2022-06-17T09:03:49.107Z] 127.0.0.0/8 [2022-06-17T09:03:49.107Z] Live Restore Enabled: true [2022-06-17T09:03:49.107Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-17T09:03:49.290Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 [2022-06-17T09:03:49.436Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:0e4e4058252247cf39688a34caf1b52007c0a784 . [2022-06-17T09:03:49.631Z] #58 ... [2022-06-17T09:03:49.631Z] [2022-06-17T09:03:49.631Z] #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-17T09:03:49.631Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:03:49.631Z] #62 62.64 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-17T09:03:49.631Z] #62 62.72 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-17T09:03:49.631Z] #62 62.73 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-17T09:03:49.631Z] #62 62.82 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-17T09:03:49.697Z] #1 [internal] load build definition from Dockerfile [2022-06-17T09:03:49.697Z] #1 sha256:481418af86fccd44ed47a8668b111052c93458074f6750a9ab27e48caf00dfb2 [2022-06-17T09:03:49.697Z] #1 transferring dockerfile: 18.90kB done [2022-06-17T09:03:49.697Z] #1 DONE 0.3s [2022-06-17T09:03:49.697Z] [2022-06-17T09:03:49.697Z] #2 [internal] load .dockerignore [2022-06-17T09:03:49.697Z] #2 sha256:9a5afbce2d98d5927c55664da7ddad6e4c514b8acaa990fa4fb2da2ae7be1e77 [2022-06-17T09:03:49.697Z] #2 transferring context: 145B done [2022-06-17T09:03:49.887Z] #62 62.92 go: downloading golang.org/x/mod v0.5.1 [2022-06-17T09:03:49.887Z] #62 62.98 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-17T09:03:49.976Z] #2 DONE 0.1s [2022-06-17T09:03:49.976Z] [2022-06-17T09:03:49.976Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-17T09:03:49.976Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-17T09:03:50.144Z] #62 63.18 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-17T09:03:50.144Z] #62 63.23 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-17T09:03:50.144Z] #62 63.27 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-17T09:03:50.236Z] #3 DONE 0.4s [2022-06-17T09:03:50.236Z] [2022-06-17T09:03:50.236Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-17T09:03:50.236Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-17T09:03:50.236Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-17T09:03:50.236Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-17T09:03:50.236Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-17T09:03:50.236Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-17T09:03:50.236Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s [2022-06-17T09:03:50.400Z] #62 63.29 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-17T09:03:50.400Z] #62 63.42 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-17T09:03:50.400Z] #62 63.53 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-17T09:03:50.496Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-17T09:03:50.496Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-06-17T09:03:50.496Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-17T09:03:50.756Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-17T09:03:50.756Z] #4 DONE 0.7s [2022-06-17T09:03:50.962Z] #62 64.10 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-17T09:03:51.016Z] [2022-06-17T09:03:51.016Z] #6 [internal] load .dockerignore [2022-06-17T09:03:51.016Z] #6 sha256:dd9ded55097f4262d2531c0a58dd520a28ce8ad430f8e6c4568be111ffad262f [2022-06-17T09:03:51.016Z] #6 DONE 0.0s [2022-06-17T09:03:51.016Z] [2022-06-17T09:03:51.016Z] #5 [internal] load build definition from Dockerfile [2022-06-17T09:03:51.016Z] #5 sha256:52ac6913d8b06d69920ad1a271bcd42e3a88cb6901dff5cc781d1dafa9b533b5 [2022-06-17T09:03:51.016Z] #5 DONE 0.0s [2022-06-17T09:03:51.016Z] [2022-06-17T09:03:51.016Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-17T09:03:51.016Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-17T09:03:51.219Z] #62 64.15 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-17T09:03:51.475Z] #62 64.57 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-17T09:03:51.475Z] #62 64.67 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-17T09:03:51.731Z] #62 64.71 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-17T09:03:51.731Z] #62 64.79 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-17T09:03:51.731Z] #62 64.80 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-17T09:03:51.731Z] #62 64.81 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-17T09:03:51.731Z] #62 64.86 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-17T09:03:51.987Z] #62 65.09 go: downloading github.com/prometheus/common v0.10.0 [2022-06-17T09:03:52.243Z] #62 65.28 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-17T09:03:52.243Z] #62 65.31 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-17T09:03:52.396Z] #10 DONE 1.2s [2022-06-17T09:03:52.396Z] [2022-06-17T09:03:52.396Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-17T09:03:52.396Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-17T09:03:52.396Z] #7 DONE 1.2s [2022-06-17T09:03:52.396Z] [2022-06-17T09:03:52.396Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:03:52.396Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-17T09:03:52.396Z] #9 DONE 1.3s [2022-06-17T09:03:52.396Z] [2022-06-17T09:03:52.396Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:03:52.396Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-17T09:03:52.396Z] #8 DONE 1.3s [2022-06-17T09:03:52.499Z] #62 65.51 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-17T09:03:52.655Z] [2022-06-17T09:03:52.655Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:52.655Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:52.655Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-17T09:03:52.917Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-17T09:03:52.917Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-17T09:03:52.917Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-17T09:03:52.959Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 5.2s [2022-06-17T09:03:53.182Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.05MB / 55.01MB 0.3s [2022-06-17T09:03:53.182Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0B / 5.16MB 0.3s [2022-06-17T09:03:53.466Z] #11 ... [2022-06-17T09:03:53.466Z] [2022-06-17T09:03:53.466Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-17T09:03:53.466Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-17T09:03:53.466Z] #49 DONE 0.7s [2022-06-17T09:03:53.466Z] [2022-06-17T09:03:53.466Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:53.466Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:53.466Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 1.34MB / 5.16MB 0.4s [2022-06-17T09:03:53.466Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0B / 10.88MB 0.4s [2022-06-17T09:03:53.466Z] #11 ... [2022-06-17T09:03:53.466Z] [2022-06-17T09:03:53.466Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-17T09:03:53.466Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-17T09:03:53.466Z] #49 DONE 0.0s [2022-06-17T09:03:53.466Z] [2022-06-17T09:03:53.466Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:53.466Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:53.466Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 18.87MB / 55.01MB 0.6s [2022-06-17T09:03:53.466Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.6s [2022-06-17T09:03:53.466Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 5.24MB / 10.88MB 0.6s [2022-06-17T09:03:53.818Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 29.36MB / 55.01MB 0.7s [2022-06-17T09:03:53.818Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.7s [2022-06-17T09:03:53.818Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 47.19MB / 55.01MB 0.8s [2022-06-17T09:03:53.818Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.7s done [2022-06-17T09:03:53.818Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0B / 54.58MB 0.8s [2022-06-17T09:03:53.818Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 0.9s [2022-06-17T09:03:53.818Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.34MB / 54.58MB 0.9s [2022-06-17T09:03:53.906Z] #62 ... [2022-06-17T09:03:53.907Z] [2022-06-17T09:03:53.907Z] #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-17T09:03:53.907Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:03:53.907Z] #58 63.47 Setting up criu (3.17-1) ... [2022-06-17T09:03:53.907Z] #58 65.72 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:03:53.907Z] #58 DONE 66.8s [2022-06-17T09:03:54.088Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 11.12MB / 54.58MB 1.0s [2022-06-17T09:03:54.088Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.0s done [2022-06-17T09:03:54.088Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 15.73MB / 54.58MB 1.1s [2022-06-17T09:03:54.088Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 30.41MB / 54.58MB 1.2s [2022-06-17T09:03:54.088Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 1.2s [2022-06-17T09:03:54.162Z] [2022-06-17T09:03:54.162Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:03:54.162Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:03:54.162Z] #84 1.465 Cloning into '/tmp/crun-build'... [2022-06-17T09:03:54.162Z] #84 8.481 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-17T09:03:54.162Z] #84 8.538 Cloning into '/tmp/crun-build/libocispec'... [2022-06-17T09:03:54.348Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 50.33MB / 54.58MB 1.4s [2022-06-17T09:03:54.348Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 7.75MB / 85.87MB 1.4s [2022-06-17T09:03:54.348Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.5s [2022-06-17T09:03:54.348Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 14.68MB / 85.87MB 1.5s [2022-06-17T09:03:54.354Z] #11 ... [2022-06-17T09:03:54.354Z] [2022-06-17T09:03:54.354Z] #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-17T09:03:54.354Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:03:54.354Z] #29 1.751 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:03:54.354Z] #29 1.765 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:03:54.354Z] #29 1.770 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:03:54.354Z] #29 1.908 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:03:54.354Z] #29 2.191 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:03:54.354Z] #29 2.407 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:03:54.354Z] #29 3.810 Fetched 8539 kB in 2s (3667 kB/s) [2022-06-17T09:03:54.354Z] #29 3.810 Reading package lists... [2022-06-17T09:03:54.354Z] #29 4.672 Reading package lists... [2022-06-17T09:03:54.354Z] #29 5.459 Building dependency tree... [2022-06-17T09:03:54.354Z] #29 5.827 The following additional packages will be installed: [2022-06-17T09:03:54.354Z] #29 5.827 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-17T09:03:54.354Z] #29 5.827 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-17T09:03:54.354Z] #29 5.827 Recommended packages: [2022-06-17T09:03:54.354Z] #29 5.827 libldap-common publicsuffix libsasl2-modules [2022-06-17T09:03:54.354Z] #29 5.951 The following NEW packages will be installed: [2022-06-17T09:03:54.354Z] #29 5.951 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-17T09:03:54.354Z] #29 5.951 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-17T09:03:54.354Z] #29 5.951 libssh2-1 openssl [2022-06-17T09:03:54.354Z] #29 6.237 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-17T09:03:54.354Z] #29 6.237 Need to get 3040 kB of archives. [2022-06-17T09:03:54.354Z] #29 6.237 After this operation, 6651 kB of additional disk space will be used. [2022-06-17T09:03:54.354Z] #29 6.237 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-17T09:03:54.354Z] #29 6.240 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-17T09:03:54.354Z] #29 6.241 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-17T09:03:54.354Z] #29 6.246 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-17T09:03:54.354Z] #29 6.256 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-17T09:03:54.354Z] #29 6.257 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-17T09:03:54.354Z] #29 6.258 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-17T09:03:54.354Z] #29 6.267 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-17T09:03:54.354Z] #29 6.268 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-17T09:03:54.354Z] #29 6.270 Get:10 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-17T09:03:54.354Z] #29 6.278 Get:11 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-17T09:03:54.354Z] #29 6.280 Get:12 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-17T09:03:54.354Z] #29 6.287 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:03:54.354Z] #29 6.289 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:03:54.355Z] #29 6.291 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:03:54.355Z] #29 6.500 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:03:54.355Z] #29 6.559 Fetched 3040 kB in 0s (9011 kB/s) [2022-06-17T09:03:54.355Z] #29 6.585 Selecting previously unselected package openssl. [2022-06-17T09:03:54.355Z] #29 6.585 (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-17T09:03:54.355Z] #29 6.592 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 6.622 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:03:54.355Z] #29 6.854 Selecting previously unselected package ca-certificates. [2022-06-17T09:03:54.355Z] #29 6.854 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-17T09:03:54.355Z] #29 6.889 Unpacking ca-certificates (20210119) ... [2022-06-17T09:03:54.355Z] #29 7.038 Selecting previously unselected package libbrotli1:amd64. [2022-06-17T09:03:54.355Z] #29 7.038 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.074 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:03:54.355Z] #29 7.166 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-17T09:03:54.355Z] #29 7.166 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.174 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 7.273 Selecting previously unselected package libsasl2-2:amd64. [2022-06-17T09:03:54.355Z] #29 7.273 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.277 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 7.391 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-17T09:03:54.355Z] #29 7.395 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.403 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 7.532 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-17T09:03:54.355Z] #29 7.532 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.532 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:03:54.355Z] #29 7.645 Selecting previously unselected package libpsl5:amd64. [2022-06-17T09:03:54.355Z] #29 7.648 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.651 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:03:54.355Z] #29 7.732 Selecting previously unselected package librtmp1:amd64. [2022-06-17T09:03:54.355Z] #29 7.732 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.765 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:03:54.355Z] #29 7.852 Selecting previously unselected package libssh2-1:amd64. [2022-06-17T09:03:54.355Z] #29 7.855 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.858 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:03:54.355Z] #29 7.950 Selecting previously unselected package libcurl4:amd64. [2022-06-17T09:03:54.355Z] #29 7.950 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 7.955 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 8.168 Selecting previously unselected package curl. [2022-06-17T09:03:54.355Z] #29 8.171 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 8.187 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 8.370 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:03:54.355Z] #29 8.370 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 8.374 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:03:54.355Z] #29 8.483 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:03:54.355Z] #29 8.483 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 8.528 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:03:54.355Z] #29 8.628 Selecting previously unselected package jq. [2022-06-17T09:03:54.355Z] #29 8.628 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:03:54.355Z] #29 8.639 Unpacking jq (1.6-2.1) ... [2022-06-17T09:03:54.355Z] #29 8.670 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:03:54.355Z] #29 8.680 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:03:54.355Z] #29 8.691 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:03:54.355Z] #29 8.700 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 8.710 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:03:54.355Z] #29 8.721 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 8.734 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:03:54.355Z] #29 8.750 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:03:54.355Z] #29 8.769 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:03:54.355Z] #29 8.770 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:03:54.355Z] #29 8.797 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:03:54.355Z] #29 8.804 Setting up ca-certificates (20210119) ... [2022-06-17T09:03:54.355Z] #29 ... [2022-06-17T09:03:54.355Z] [2022-06-17T09:03:54.355Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:54.355Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:54.418Z] #84 ... [2022-06-17T09:03:54.418Z] [2022-06-17T09:03:54.418Z] #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-17T09:03:54.418Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:03:54.418Z] #62 67.45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-17T09:03:54.615Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 24.12MB / 85.87MB 1.6s [2022-06-17T09:03:54.615Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 35.65MB / 85.87MB 1.7s [2022-06-17T09:03:54.696Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 5.1s [2022-06-17T09:03:54.876Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 43.43MB / 85.87MB 1.8s [2022-06-17T09:03:54.876Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 68.34MB / 85.87MB 2.0s [2022-06-17T09:03:55.138Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 84.93MB / 85.87MB 2.3s [2022-06-17T09:03:55.402Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0.1s [2022-06-17T09:03:55.972Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.7s done [2022-06-17T09:03:55.972Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.0s [2022-06-17T09:03:56.272Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 8.6s done [2022-06-17T09:03:56.533Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0.1s [2022-06-17T09:03:56.756Z] Client: [2022-06-17T09:03:56.756Z] Context: default [2022-06-17T09:03:56.756Z] Debug Mode: false [2022-06-17T09:03:56.756Z] Plugins: [2022-06-17T09:03:56.756Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-17T09:03:56.756Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-17T09:03:56.756Z] [2022-06-17T09:03:56.756Z] Server: [2022-06-17T09:03:56.756Z] Containers: 0 [2022-06-17T09:03:56.756Z] Running: 0 [2022-06-17T09:03:56.756Z] Paused: 0 [2022-06-17T09:03:56.756Z] Stopped: 0 [2022-06-17T09:03:56.756Z] Images: 0 [2022-06-17T09:03:56.756Z] Server Version: 20.10.14 [2022-06-17T09:03:56.756Z] Storage Driver: overlay2 [2022-06-17T09:03:56.756Z] Backing Filesystem: extfs [2022-06-17T09:03:56.756Z] Supports d_type: true [2022-06-17T09:03:56.756Z] Native Overlay Diff: true [2022-06-17T09:03:56.756Z] userxattr: false [2022-06-17T09:03:56.756Z] Logging Driver: json-file [2022-06-17T09:03:56.756Z] Cgroup Driver: cgroupfs [2022-06-17T09:03:56.756Z] Cgroup Version: 1 [2022-06-17T09:03:56.756Z] Plugins: [2022-06-17T09:03:56.756Z] Volume: local [2022-06-17T09:03:56.756Z] Network: bridge host ipvlan macvlan null overlay [2022-06-17T09:03:56.756Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-17T09:03:56.756Z] Swarm: inactive [2022-06-17T09:03:56.756Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-06-17T09:03:56.756Z] Default Runtime: runc [2022-06-17T09:03:56.756Z] Init Binary: docker-init [2022-06-17T09:03:56.756Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-17T09:03:56.756Z] runc version: v1.0.3-0-gf46b6ba [2022-06-17T09:03:56.756Z] init version: de40ad0 [2022-06-17T09:03:56.756Z] Security Options: [2022-06-17T09:03:56.756Z] apparmor [2022-06-17T09:03:56.756Z] seccomp [2022-06-17T09:03:56.756Z] Profile: default [2022-06-17T09:03:56.756Z] Kernel Version: 5.13.0-1021-aws [2022-06-17T09:03:56.756Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-17T09:03:56.756Z] OSType: linux [2022-06-17T09:03:56.756Z] Architecture: aarch64 [2022-06-17T09:03:56.756Z] CPUs: 2 [2022-06-17T09:03:56.756Z] Total Memory: 7.562GiB [2022-06-17T09:03:56.756Z] Name: ip-10-100-86-158 [2022-06-17T09:03:56.756Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-17T09:03:56.756Z] Docker Root Dir: /var/lib/docker [2022-06-17T09:03:56.756Z] Debug Mode: false [2022-06-17T09:03:56.756Z] Registry: https://index.docker.io/v1/ [2022-06-17T09:03:56.756Z] Labels: [2022-06-17T09:03:56.756Z] Experimental: true [2022-06-17T09:03:56.756Z] Insecure Registries: [2022-06-17T09:03:56.756Z] 127.0.0.0/8 [2022-06-17T09:03:56.756Z] Live Restore Enabled: true [2022-06-17T09:03:56.756Z] [Pipeline] sh [2022-06-17T09:03:56.914Z] #11 ... [2022-06-17T09:03:56.914Z] [2022-06-17T09:03:56.914Z] #24 [internal] load build context [2022-06-17T09:03:56.914Z] #24 sha256:5df3e153a8a673656552cee2f9b680701d671682ad94200046779b8c1fe2fc63 [2022-06-17T09:03:56.914Z] #24 transferring context: 61.17MB 3.8s done [2022-06-17T09:03:56.914Z] #24 DONE 4.2s [2022-06-17T09:03:56.914Z] [2022-06-17T09:03:56.914Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:56.914Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:56.914Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 3.9s done [2022-06-17T09:03:56.914Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 4.0s [2022-06-17T09:03:57.079Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:03:57.079Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-17T09:03:57.079Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43682/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-17T09:03:57.079Z] + bash /home/ubuntu/workspace/moby_PR-43682/check-config.sh [2022-06-17T09:03:57.079Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-17T09:03:57.079Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-17T09:03:57.079Z] [2022-06-17T09:03:57.079Z] Generally Necessary: [2022-06-17T09:03:57.079Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-17T09:03:57.079Z] - apparmor: enabled and tools installed [2022-06-17T09:03:57.079Z] - CONFIG_NAMESPACES: enabled [2022-06-17T09:03:57.079Z] - CONFIG_NET_NS: enabled [2022-06-17T09:03:57.079Z] - CONFIG_PID_NS: enabled [2022-06-17T09:03:57.079Z] - CONFIG_IPC_NS: enabled [2022-06-17T09:03:57.079Z] - CONFIG_UTS_NS: enabled [2022-06-17T09:03:57.079Z] - CONFIG_CGROUPS: enabled [2022-06-17T09:03:57.079Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-17T09:03:57.079Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-17T09:03:57.079Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-17T09:03:57.079Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-17T09:03:57.079Z] - CONFIG_CPUSETS: enabled [2022-06-17T09:03:57.079Z] - CONFIG_MEMCG: enabled [2022-06-17T09:03:57.079Z] - CONFIG_KEYS: enabled [2022-06-17T09:03:57.079Z] - CONFIG_VETH: enabled (as module) [2022-06-17T09:03:57.079Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-17T09:03:57.079Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-17T09:03:57.079Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-17T09:03:57.079Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-17T09:03:57.079Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-17T09:03:57.176Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 4.0s done [2022-06-17T09:03:57.176Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 8.39MB / 141.75MB 4.1s [2022-06-17T09:03:57.176Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 23.43MB / 141.75MB 4.3s [2022-06-17T09:03:57.244Z] #11 ... [2022-06-17T09:03:57.244Z] [2022-06-17T09:03:57.244Z] #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-17T09:03:57.244Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:03:57.244Z] #29 1.126 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:03:57.244Z] #29 1.126 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:03:57.244Z] #29 1.132 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:03:57.244Z] #29 1.366 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:03:57.244Z] #29 1.632 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:03:57.244Z] #29 1.932 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:03:57.244Z] #29 3.635 Fetched 8539 kB in 3s (2992 kB/s) [2022-06-17T09:03:57.244Z] #29 3.635 Reading package lists... [2022-06-17T09:03:57.244Z] #29 4.475 Reading package lists... [2022-06-17T09:03:57.244Z] #29 5.375 Building dependency tree... [2022-06-17T09:03:57.244Z] #29 5.715 The following additional packages will be installed: [2022-06-17T09:03:57.244Z] #29 5.715 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-17T09:03:57.244Z] #29 5.715 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-17T09:03:57.244Z] #29 5.715 Recommended packages: [2022-06-17T09:03:57.244Z] #29 5.715 libldap-common publicsuffix libsasl2-modules [2022-06-17T09:03:57.244Z] #29 5.855 The following NEW packages will be installed: [2022-06-17T09:03:57.244Z] #29 5.855 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-17T09:03:57.244Z] #29 5.855 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-17T09:03:57.244Z] #29 5.855 libssh2-1 openssl [2022-06-17T09:03:57.244Z] #29 6.138 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-17T09:03:57.244Z] #29 6.138 Need to get 3040 kB of archives. [2022-06-17T09:03:57.244Z] #29 6.138 After this operation, 6651 kB of additional disk space will be used. [2022-06-17T09:03:57.244Z] #29 6.138 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-17T09:03:57.244Z] #29 6.143 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-17T09:03:57.244Z] #29 6.152 Get:3 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-17T09:03:57.244Z] #29 6.154 Get:4 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-17T09:03:57.244Z] #29 6.161 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-17T09:03:57.244Z] #29 6.162 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-17T09:03:57.244Z] #29 6.164 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-17T09:03:57.244Z] #29 6.168 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-17T09:03:57.244Z] #29 6.169 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-17T09:03:57.244Z] #29 6.170 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-17T09:03:57.244Z] #29 6.172 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-17T09:03:57.244Z] #29 6.182 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-17T09:03:57.244Z] #29 6.185 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:03:57.244Z] #29 6.187 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:03:57.244Z] #29 6.189 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:03:57.244Z] #29 6.498 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:03:57.244Z] #29 6.519 Fetched 3040 kB in 0s (9126 kB/s) [2022-06-17T09:03:57.244Z] #29 6.541 Selecting previously unselected package openssl. [2022-06-17T09:03:57.244Z] #29 6.541 (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-17T09:03:57.244Z] #29 6.541 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 6.548 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:03:57.244Z] #29 6.851 Selecting previously unselected package ca-certificates. [2022-06-17T09:03:57.244Z] #29 6.851 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-17T09:03:57.244Z] #29 6.857 Unpacking ca-certificates (20210119) ... [2022-06-17T09:03:57.244Z] #29 7.075 Selecting previously unselected package libbrotli1:amd64. [2022-06-17T09:03:57.244Z] #29 7.075 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.086 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:03:57.244Z] #29 7.265 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-17T09:03:57.244Z] #29 7.265 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.271 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:57.244Z] #29 7.331 Selecting previously unselected package libsasl2-2:amd64. [2022-06-17T09:03:57.244Z] #29 7.331 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.336 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:57.244Z] #29 7.407 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-17T09:03:57.244Z] #29 7.407 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.407 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:03:57.244Z] #29 7.537 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-17T09:03:57.244Z] #29 7.537 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.541 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:03:57.244Z] #29 7.608 Selecting previously unselected package libpsl5:amd64. [2022-06-17T09:03:57.244Z] #29 7.608 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.611 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:03:57.244Z] #29 7.667 Selecting previously unselected package librtmp1:amd64. [2022-06-17T09:03:57.244Z] #29 7.667 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.676 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:03:57.244Z] #29 7.725 Selecting previously unselected package libssh2-1:amd64. [2022-06-17T09:03:57.244Z] #29 7.725 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.735 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:03:57.244Z] #29 7.801 Selecting previously unselected package libcurl4:amd64. [2022-06-17T09:03:57.244Z] #29 7.801 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:03:57.244Z] #29 7.801 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:03:57.244Z] #29 7.892 Selecting previously unselected package curl. [2022-06-17T09:03:57.244Z] #29 7.892 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:03:57.245Z] #29 7.896 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:03:57.245Z] #29 8.007 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:03:57.245Z] #29 8.007 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:03:57.245Z] #29 8.011 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:03:57.245Z] #29 8.081 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:03:57.245Z] #29 8.081 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:03:57.245Z] #29 8.087 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:03:57.245Z] #29 8.138 Selecting previously unselected package jq. [2022-06-17T09:03:57.245Z] #29 8.138 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:03:57.245Z] #29 8.143 Unpacking jq (1.6-2.1) ... [2022-06-17T09:03:57.245Z] #29 8.190 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:03:57.245Z] #29 8.203 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:03:57.245Z] #29 8.214 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:03:57.245Z] #29 8.227 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:57.245Z] #29 8.242 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:03:57.245Z] #29 8.255 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:03:57.245Z] #29 8.267 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:03:57.245Z] #29 8.281 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:03:57.245Z] #29 8.304 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:03:57.245Z] #29 8.312 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:03:57.245Z] #29 8.325 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:03:57.245Z] #29 8.342 Setting up ca-certificates (20210119) ... [2022-06-17T09:03:57.245Z] #29 8.974 Updating certificates in /etc/ssl/certs... [2022-06-17T09:03:57.245Z] #29 ... [2022-06-17T09:03:57.245Z] [2022-06-17T09:03:57.245Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:57.245Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:57.245Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.9s done [2022-06-17T09:03:57.340Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-17T09:03:57.340Z] - CONFIG_CGROUP_BPF: enabled [2022-06-17T09:03:57.340Z] [2022-06-17T09:03:57.340Z] Optional Features: [2022-06-17T09:03:57.340Z] - CONFIG_USER_NS: enabled [2022-06-17T09:03:57.340Z] - CONFIG_SECCOMP: enabled [2022-06-17T09:03:57.340Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-17T09:03:57.340Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-17T09:03:57.340Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-17T09:03:57.340Z] (cgroup swap accounting is currently enabled) [2022-06-17T09:03:57.340Z] - CONFIG_BLK_CGROUP: enabled [2022-06-17T09:03:57.340Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-17T09:03:57.340Z] - CONFIG_CGROUP_PERF: enabled [2022-06-17T09:03:57.340Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-17T09:03:57.340Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-17T09:03:57.340Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-17T09:03:57.340Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-17T09:03:57.340Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-17T09:03:57.340Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_IP_VS: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-17T09:03:57.340Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-17T09:03:57.340Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-17T09:03:57.340Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-17T09:03:57.340Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-17T09:03:57.340Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-17T09:03:57.340Z] - CONFIG_EXT4_FS: enabled [2022-06-17T09:03:57.340Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-17T09:03:57.340Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-17T09:03:57.437Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 40.89MB / 141.75MB 4.5s [2022-06-17T09:03:57.437Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 48.23MB / 141.75MB 4.6s [2022-06-17T09:03:57.522Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0.1s [2022-06-17T09:03:57.597Z] - Network Drivers: [2022-06-17T09:03:57.597Z] - "overlay": [2022-06-17T09:03:57.597Z] - CONFIG_VXLAN: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-17T09:03:57.597Z] Optional (for encrypted networks): [2022-06-17T09:03:57.597Z] - CONFIG_CRYPTO: enabled [2022-06-17T09:03:57.597Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-17T09:03:57.597Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-17T09:03:57.597Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-17T09:03:57.597Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-17T09:03:57.597Z] - CONFIG_XFRM: enabled [2022-06-17T09:03:57.597Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-17T09:03:57.597Z] - "ipvlan": [2022-06-17T09:03:57.597Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-17T09:03:57.597Z] - "macvlan": [2022-06-17T09:03:57.597Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_DUMMY: enabled (as module) [2022-06-17T09:03:57.597Z] - "ftp,tftp client in container": [2022-06-17T09:03:57.597Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-17T09:03:57.597Z] - Storage Drivers: [2022-06-17T09:03:57.597Z] - "aufs": [2022-06-17T09:03:57.597Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-17T09:03:57.597Z] - "btrfs": [2022-06-17T09:03:57.597Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-17T09:03:57.597Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-17T09:03:57.597Z] - "devicemapper": [2022-06-17T09:03:57.597Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-17T09:03:57.597Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-17T09:03:57.597Z] - "overlay": [2022-06-17T09:03:57.597Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-17T09:03:57.597Z] - "zfs": [2022-06-17T09:03:57.597Z] - /dev/zfs: present [2022-06-17T09:03:57.597Z] - zfs command: missing [2022-06-17T09:03:57.597Z] - zpool command: missing [2022-06-17T09:03:57.597Z] [2022-06-17T09:03:57.597Z] Limits: [2022-06-17T09:03:57.702Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 56.62MB / 141.75MB 4.7s [2022-06-17T09:03:57.702Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 63.96MB / 141.75MB 4.8s [2022-06-17T09:03:57.854Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-17T09:03:57.854Z] [2022-06-17T09:03:57.854Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-17T09:03:57.964Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 71.30MB / 141.75MB 4.9s [2022-06-17T09:03:57.964Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 87.03MB / 141.75MB 5.1s [2022-06-17T09:03:58.219Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3586a8b96c5882ecd36ababdee19f462227acd11 . [2022-06-17T09:03:58.225Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 94.37MB / 141.75MB 5.2s [2022-06-17T09:03:58.225Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 102.51MB / 141.75MB 5.3s [2022-06-17T09:03:58.442Z] #11 ... [2022-06-17T09:03:58.442Z] [2022-06-17T09:03:58.442Z] #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-17T09:03:58.442Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:03:58.442Z] #29 9.582 Updating certificates in /etc/ssl/certs... [2022-06-17T09:03:58.442Z] #29 10.76 129 added, 0 removed; done. [2022-06-17T09:03:58.442Z] #29 10.79 Setting up jq (1.6-2.1) ... [2022-06-17T09:03:58.442Z] #29 10.80 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:03:58.442Z] #29 10.81 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:03:58.442Z] #29 10.82 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:03:58.442Z] #29 10.83 Processing triggers for ca-certificates (20210119) ... [2022-06-17T09:03:58.442Z] #29 10.84 Updating certificates in /etc/ssl/certs... [2022-06-17T09:03:58.442Z] #29 11.96 0 added, 0 removed; done. [2022-06-17T09:03:58.442Z] #29 11.96 Running hooks in /etc/ca-certificates/update.d... [2022-06-17T09:03:58.442Z] #29 11.96 done. [2022-06-17T09:03:58.442Z] #29 DONE 13.0s [2022-06-17T09:03:58.442Z] [2022-06-17T09:03:58.442Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:58.442Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:58.475Z] #2 [internal] load .dockerignore [2022-06-17T09:03:58.475Z] #2 sha256:3c227333f36cc27861c008e4022f3c07c05c731e899175d09b43ccdd78e58fd7 [2022-06-17T09:03:58.486Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 113.25MB / 141.75MB 5.5s [2022-06-17T09:03:58.486Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 121.63MB / 141.75MB 5.6s [2022-06-17T09:03:58.705Z] #11 ... [2022-06-17T09:03:58.705Z] [2022-06-17T09:03:58.705Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-17T09:03:58.705Z] #30 sha256:1f20cb9e9492e43556485fbc076e4b0354a30dc134b0f20bcc13916c4fe8d322 [2022-06-17T09:03:58.705Z] #30 DONE 0.1s [2022-06-17T09:03:58.748Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 131.07MB / 141.75MB 5.7s [2022-06-17T09:03:58.966Z] [2022-06-17T09:03:58.966Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:03:58.966Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:03:59.009Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 5.9s [2022-06-17T09:03:59.038Z] #2 transferring context: [2022-06-17T09:03:59.038Z] #2 transferring context: 145B done [2022-06-17T09:03:59.294Z] #2 ... [2022-06-17T09:03:59.294Z] [2022-06-17T09:03:59.294Z] #1 [internal] load build definition from Dockerfile [2022-06-17T09:03:59.294Z] #1 sha256:d24e237a4c26731ce2f3b4f5b91c128b5ca63cb5f9e9063acae2ae0f70cca928 [2022-06-17T09:03:59.294Z] #1 transferring dockerfile: 18.90kB 0.1s done [2022-06-17T09:03:59.294Z] #1 DONE 1.0s [2022-06-17T09:03:59.550Z] [2022-06-17T09:03:59.550Z] #2 [internal] load .dockerignore [2022-06-17T09:03:59.550Z] #2 sha256:3c227333f36cc27861c008e4022f3c07c05c731e899175d09b43ccdd78e58fd7 [2022-06-17T09:03:59.550Z] #2 DONE 1.2s [2022-06-17T09:03:59.550Z] [2022-06-17T09:03:59.550Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-17T09:03:59.550Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-17T09:04:00.392Z] #11 ... [2022-06-17T09:04:00.392Z] [2022-06-17T09:04:00.392Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:04:00.392Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-17T09:04:00.392Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-06-17T09:04:00.392Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:04:00.392Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-17T09:04:00.392Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-17T09:04:00.392Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.5s done [2022-06-17T09:04:00.392Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done [2022-06-17T09:04:00.392Z] #71 DONE 7.5s [2022-06-17T09:04:00.392Z] [2022-06-17T09:04:00.392Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:04:00.392Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:04:00.392Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-06-17T09:04:00.392Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:04:00.392Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-17T09:04:00.392Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-17T09:04:00.392Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.0s done [2022-06-17T09:04:00.392Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.6s done [2022-06-17T09:04:00.392Z] #73 DONE 7.6s [2022-06-17T09:04:00.392Z] [2022-06-17T09:04:00.392Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:00.392Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:00.392Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-17T09:04:00.653Z] #11 ... [2022-06-17T09:04:00.653Z] [2022-06-17T09:04:00.653Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:04:00.653Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-17T09:04:00.653Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-17T09:04:00.653Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-17T09:04:00.653Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-17T09:04:00.653Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-17T09:04:00.653Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.0s done [2022-06-17T09:04:00.653Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 4.8s done [2022-06-17T09:04:00.653Z] #28 DONE 7.8s [2022-06-17T09:04:00.653Z] [2022-06-17T09:04:00.653Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:00.653Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:00.922Z] #3 DONE 1.2s [2022-06-17T09:04:00.922Z] [2022-06-17T09:04:00.922Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-17T09:04:00.922Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-17T09:04:00.922Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.1s done [2022-06-17T09:04:00.922Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-17T09:04:00.976Z] #62 ... [2022-06-17T09:04:00.976Z] [2022-06-17T09:04:00.976Z] #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-17T09:04:00.976Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:04:00.976Z] #84 9.898 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-17T09:04:00.976Z] #84 9.906 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-17T09:04:00.976Z] #84 9.934 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-17T09:04:00.976Z] #84 9.934 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-17T09:04:00.976Z] #84 9.950 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-17T09:04:00.976Z] #84 12.36 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-17T09:04:00.976Z] #84 14.51 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-17T09:04:01.190Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-06-17T09:04:01.190Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-06-17T09:04:01.190Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 5.24MB / 9.06MB 0.3s [2022-06-17T09:04:01.223Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.7s done [2022-06-17T09:04:01.223Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.1s [2022-06-17T09:04:01.238Z] #84 16.30 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-17T09:04:01.447Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.4s [2022-06-17T09:04:01.483Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.3s done [2022-06-17T09:04:01.707Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done [2022-06-17T09:04:01.707Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-06-17T09:04:01.728Z] #11 ... [2022-06-17T09:04:01.728Z] [2022-06-17T09:04:01.728Z] #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-17T09:04:01.728Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:04:01.728Z] #29 9.933 129 added, 0 removed; done. [2022-06-17T09:04:01.728Z] #29 9.999 Setting up jq (1.6-2.1) ... [2022-06-17T09:04:01.728Z] #29 10.01 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:01.728Z] #29 10.02 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:01.728Z] #29 10.04 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:04:01.728Z] #29 10.05 Processing triggers for ca-certificates (20210119) ... [2022-06-17T09:04:01.728Z] #29 10.06 Updating certificates in /etc/ssl/certs... [2022-06-17T09:04:01.728Z] #29 10.81 0 added, 0 removed; done. [2022-06-17T09:04:01.728Z] #29 10.81 Running hooks in /etc/ca-certificates/update.d... [2022-06-17T09:04:01.728Z] #29 10.81 done. [2022-06-17T09:04:01.728Z] #29 DONE 14.1s [2022-06-17T09:04:01.819Z] #84 16.62 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-17T09:04:01.819Z] #84 16.91 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-17T09:04:01.965Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-06-17T09:04:01.965Z] #4 DONE 1.1s [2022-06-17T09:04:01.990Z] [2022-06-17T09:04:01.990Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-17T09:04:01.990Z] #30 sha256:f124c4ea25405d4d8da0676ee53fed1858e71e17ff06cdce289e75bf100cc2aa [2022-06-17T09:04:01.990Z] #30 DONE 0.1s [2022-06-17T09:04:01.990Z] [2022-06-17T09:04:01.990Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:01.990Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:02.054Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0.1s [2022-06-17T09:04:02.221Z] [2022-06-17T09:04:02.221Z] #5 [internal] load .dockerignore [2022-06-17T09:04:02.221Z] #5 sha256:dcd849f39f25f6a63e655e17d7548daea6ebf2b7aeefb01c1ee41a26b159938e [2022-06-17T09:04:02.221Z] #5 DONE 0.0s [2022-06-17T09:04:02.221Z] [2022-06-17T09:04:02.221Z] #6 [internal] load build definition from Dockerfile [2022-06-17T09:04:02.221Z] #6 sha256:ed82de85a6f9782c95501fe054f495dd54499162f043b68a1d4064d86115ea8f [2022-06-17T09:04:02.221Z] #6 DONE 0.0s [2022-06-17T09:04:02.221Z] [2022-06-17T09:04:02.221Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-17T09:04:02.221Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-17T09:04:02.257Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 5.2s [2022-06-17T09:04:02.769Z] #84 ... [2022-06-17T09:04:02.769Z] [2022-06-17T09:04:02.769Z] #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-17T09:04:02.769Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:02.769Z] #60 75.86 gotestsum version dev [2022-06-17T09:04:02.930Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 5.2s [2022-06-17T09:04:03.161Z] #10 ... [2022-06-17T09:04:03.161Z] [2022-06-17T09:04:03.161Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:04:03.161Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-17T09:04:03.161Z] #9 DONE 1.0s [2022-06-17T09:04:03.161Z] [2022-06-17T09:04:03.161Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-17T09:04:03.161Z] #7 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-17T09:04:03.161Z] #7 DONE 1.0s [2022-06-17T09:04:03.161Z] [2022-06-17T09:04:03.161Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-17T09:04:03.161Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-17T09:04:03.161Z] #10 DONE 1.0s [2022-06-17T09:04:03.161Z] [2022-06-17T09:04:03.161Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-17T09:04:03.161Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-17T09:04:03.161Z] #8 DONE 1.0s [2022-06-17T09:04:03.199Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 6.5s done [2022-06-17T09:04:03.199Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-17T09:04:03.330Z] #60 DONE 76.3s [2022-06-17T09:04:03.330Z] [2022-06-17T09:04:03.330Z] #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-17T09:04:03.330Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:03.421Z] [2022-06-17T09:04:03.421Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:03.421Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:03.421Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-17T09:04:03.421Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-17T09:04:03.421Z] #11 sha256:f9dd8baf438f408e37393c61dcd6daa467d87014c98def6469f369e825152aa1 1.80kB / 1.80kB done [2022-06-17T09:04:03.527Z] #11 ... [2022-06-17T09:04:03.527Z] [2022-06-17T09:04:03.527Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-17T09:04:03.527Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-17T09:04:03.527Z] #72 DONE 0.8s [2022-06-17T09:04:03.527Z] [2022-06-17T09:04:03.527Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:03.527Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:03.682Z] #11 sha256:c6edb1d568eeb978f3273dd71d09a0ea574227b20e310f00a895b8fc2ecc35cf 7.12kB / 7.12kB done [2022-06-17T09:04:03.683Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 0B / 53.70MB 0.2s [2022-06-17T09:04:03.683Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 7.34MB / 53.70MB 0.3s [2022-06-17T09:04:03.873Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 6.4s done [2022-06-17T09:04:03.940Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 14.68MB / 53.70MB 0.4s [2022-06-17T09:04:03.940Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0B / 4.94MB 0.4s [2022-06-17T09:04:04.134Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0.1s [2022-06-17T09:04:04.196Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 19.02MB / 53.70MB 0.5s [2022-06-17T09:04:04.197Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.19MB / 4.94MB 0.5s [2022-06-17T09:04:04.197Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0B / 10.66MB 0.5s [2022-06-17T09:04:04.197Z] #11 ... [2022-06-17T09:04:04.197Z] [2022-06-17T09:04:04.197Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-17T09:04:04.197Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-17T09:04:04.197Z] #49 DONE 1.0s [2022-06-17T09:04:04.197Z] [2022-06-17T09:04:04.197Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:04.197Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:04.197Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 22.02MB / 53.70MB 0.6s [2022-06-17T09:04:04.197Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.94MB / 4.94MB 0.6s [2022-06-17T09:04:04.197Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 1.84MB / 10.66MB 0.6s [2022-06-17T09:04:04.197Z] #11 ... [2022-06-17T09:04:04.197Z] [2022-06-17T09:04:04.197Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-17T09:04:04.197Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-17T09:04:04.197Z] #49 DONE 0.0s [2022-06-17T09:04:04.197Z] [2022-06-17T09:04:04.197Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:04.197Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:04.197Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.94MB / 4.94MB 0.6s done [2022-06-17T09:04:04.197Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 5.24MB / 10.66MB 0.7s [2022-06-17T09:04:04.469Z] #11 ... [2022-06-17T09:04:04.469Z] [2022-06-17T09:04:04.469Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-17T09:04:04.469Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-17T09:04:04.469Z] #74 DONE 1.1s [2022-06-17T09:04:04.469Z] [2022-06-17T09:04:04.469Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:04.469Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:04.526Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 0.9s [2022-06-17T09:04:04.526Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 10.66MB / 10.66MB 0.9s [2022-06-17T09:04:04.526Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 8.39MB / 54.67MB 0.9s [2022-06-17T09:04:04.526Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 18.87MB / 54.67MB 1.0s [2022-06-17T09:04:04.789Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 24.12MB / 54.67MB 1.1s [2022-06-17T09:04:04.789Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 10.66MB / 10.66MB 1.1s done [2022-06-17T09:04:04.789Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 37.75MB / 54.67MB 1.2s [2022-06-17T09:04:04.789Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 0B / 81.08MB 1.2s [2022-06-17T09:04:04.789Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 48.23MB / 54.67MB 1.3s [2022-06-17T09:04:05.055Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 1.4s [2022-06-17T09:04:05.055Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 16.78MB / 81.08MB 1.6s [2022-06-17T09:04:05.317Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 32.51MB / 81.08MB 1.8s [2022-06-17T09:04:05.882Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 50.33MB / 81.08MB 2.2s [2022-06-17T09:04:05.882Z] #11 ... [2022-06-17T09:04:05.882Z] [2022-06-17T09:04:05.882Z] #24 [internal] load build context [2022-06-17T09:04:05.882Z] #24 sha256:6b0a14977ac19739868ca41cd88bd9859e0b818183db8ca796904f238898309c [2022-06-17T09:04:05.882Z] #24 transferring context: 61.19MB 2.3s done [2022-06-17T09:04:05.882Z] #24 DONE 2.6s [2022-06-17T09:04:05.882Z] [2022-06-17T09:04:05.882Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:05.882Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:05.882Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 61.89MB / 81.08MB 2.3s [2022-06-17T09:04:05.882Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 2.3s done [2022-06-17T09:04:05.882Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 66.06MB / 81.08MB 2.4s [2022-06-17T09:04:05.882Z] #11 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 0.1s [2022-06-17T09:04:06.138Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 70.37MB / 81.08MB 2.5s [2022-06-17T09:04:06.138Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 2.6s [2022-06-17T09:04:07.012Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.9s done [2022-06-17T09:04:07.012Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-17T09:04:07.068Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 3.4s done [2022-06-17T09:04:07.068Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 0B / 108.88MB 3.5s [2022-06-17T09:04:07.068Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 0B / 127B 3.5s [2022-06-17T09:04:07.068Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 3.6s [2022-06-17T09:04:07.325Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 16.78MB / 108.88MB 3.7s [2022-06-17T09:04:07.325Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 35.65MB / 108.88MB 3.9s [2022-06-17T09:04:07.583Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 50.33MB / 108.88MB 4.0s [2022-06-17T09:04:07.841Z] #11 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 1.8s done [2022-06-17T09:04:07.841Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 63.96MB / 108.88MB 4.2s [2022-06-17T09:04:08.098Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 70.25MB / 108.88MB 4.5s [2022-06-17T09:04:08.355Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 84.93MB / 108.88MB 4.8s [2022-06-17T09:04:08.355Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 99.61MB / 108.88MB 4.9s [2022-06-17T09:04:08.474Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.1s [2022-06-17T09:04:08.571Z] #54 ... [2022-06-17T09:04:08.571Z] [2022-06-17T09:04:08.571Z] #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-17T09:04:08.571Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:04:08.571Z] #19 68.63 Fetched 49.1 MB in 1min 7s (732 kB/s) [2022-06-17T09:04:08.611Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 [2022-06-17T09:04:08.611Z] #11 ... [2022-06-17T09:04:08.611Z] [2022-06-17T09:04:08.611Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-17T09:04:08.611Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-17T09:04:08.611Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.2s done [2022-06-17T09:04:08.611Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-17T09:04:08.611Z] #28 sha256:e38a1b1bebd53396928bac3000fcc9fee3970cd022eae1e79fbd08d46a1a6ea8 1.48kB / 1.48kB done [2022-06-17T09:04:08.611Z] #28 sha256:1623b714f66926243b9b946d59d200082a1b86043169f4d6602b6e64bc20a38a 529B / 529B done [2022-06-17T09:04:08.611Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 2.3s done [2022-06-17T09:04:08.611Z] #28 DONE 5.2s [2022-06-17T09:04:08.611Z] [2022-06-17T09:04:08.611Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:08.611Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:08.611Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.00MB / 108.88MB 5.1s [2022-06-17T09:04:08.611Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0.3s done [2022-06-17T09:04:08.733Z] #11 ... [2022-06-17T09:04:08.733Z] [2022-06-17T09:04:08.733Z] #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-17T09:04:08.733Z] #31 sha256:080c55ed8e4e9fba8344ce8aed1ba712aa39573672964dc304e1b6b3f9838501 [2022-06-17T09:04:08.733Z] #31 1.956 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-17T09:04:08.733Z] #31 2.240 [2022-06-17T09:04:08.733Z] #31 2.474 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:08.733Z] #31 2.780 [2022-06-17T09:04:08.733Z] #31 3.746 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-17T09:04:08.733Z] #31 4.034 [2022-06-17T09:04:08.733Z] #31 4.254 #=#=# ################### 26.6% ######################################################################## 100.0% [2022-06-17T09:04:08.733Z] #31 4.561 [2022-06-17T09:04:08.733Z] #31 5.503 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-17T09:04:08.733Z] #31 5.807 [2022-06-17T09:04:08.733Z] #31 6.033 #=#=# ############ 17.9% ########################################### 60.0% ################################################################## 92.2% ######################################################################## 100.0% [2022-06-17T09:04:08.733Z] #31 6.602 [2022-06-17T09:04:08.733Z] #31 7.772 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-17T09:04:08.733Z] #31 8.107 [2022-06-17T09:04:08.733Z] #31 8.342 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:08.733Z] #31 8.639 [2022-06-17T09:04:08.733Z] #31 9.448 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-17T09:04:08.733Z] #31 9.790 [2022-06-17T09:04:08.733Z] #31 10.01 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:08.992Z] #31 10.28 [2022-06-17T09:04:08.992Z] #31 10.36 Download of images into '/build' complete. [2022-06-17T09:04:08.992Z] #31 10.36 Use something like the following to load the result into a Docker daemon: [2022-06-17T09:04:08.992Z] #31 10.36 tar -cC '/build' . | docker load [2022-06-17T09:04:08.992Z] #31 ... [2022-06-17T09:04:08.992Z] [2022-06-17T09:04:08.992Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:08.992Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:09.434Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.1s [2022-06-17T09:04:10.510Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef [2022-06-17T09:04:10.510Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.2s done [2022-06-17T09:04:10.767Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 7.1s done [2022-06-17T09:04:10.767Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 0.1s [2022-06-17T09:04:11.217Z] #11 ... [2022-06-17T09:04:11.217Z] [2022-06-17T09:04:11.217Z] #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-17T09:04:11.217Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:04:11.217Z] #29 1.082 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:11.217Z] #29 1.094 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:11.217Z] #29 1.094 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:11.217Z] #29 1.245 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:11.217Z] #29 1.556 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:11.217Z] #29 1.783 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:11.217Z] #29 3.453 Fetched 8539 kB in 3s (3226 kB/s) [2022-06-17T09:04:11.217Z] #29 3.453 Reading package lists... [2022-06-17T09:04:11.217Z] #29 4.249 Reading package lists... [2022-06-17T09:04:11.217Z] #29 5.018 Building dependency tree... [2022-06-17T09:04:11.217Z] #29 5.401 The following additional packages will be installed: [2022-06-17T09:04:11.217Z] #29 5.402 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-17T09:04:11.217Z] #29 5.402 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-17T09:04:11.217Z] #29 5.403 Recommended packages: [2022-06-17T09:04:11.217Z] #29 5.404 libldap-common publicsuffix libsasl2-modules [2022-06-17T09:04:11.217Z] #29 5.542 The following NEW packages will be installed: [2022-06-17T09:04:11.217Z] #29 5.543 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-17T09:04:11.217Z] #29 5.543 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-17T09:04:11.217Z] #29 5.543 libssh2-1 openssl [2022-06-17T09:04:11.217Z] #29 5.824 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-17T09:04:11.217Z] #29 5.824 Need to get 3040 kB of archives. [2022-06-17T09:04:11.217Z] #29 5.824 After this operation, 6651 kB of additional disk space will be used. [2022-06-17T09:04:11.217Z] #29 5.824 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-17T09:04:11.217Z] #29 5.825 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-17T09:04:11.217Z] #29 5.831 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-17T09:04:11.217Z] #29 5.838 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-17T09:04:11.217Z] #29 5.840 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-17T09:04:11.217Z] #29 5.842 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-17T09:04:11.217Z] #29 5.843 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-17T09:04:11.217Z] #29 5.844 Get:8 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-17T09:04:11.217Z] #29 5.847 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-17T09:04:11.217Z] #29 5.848 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-17T09:04:11.217Z] #29 5.851 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-17T09:04:11.217Z] #29 5.856 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-17T09:04:11.217Z] #29 5.861 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:04:11.217Z] #29 5.861 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:04:11.217Z] #29 5.863 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:04:11.217Z] #29 6.048 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:04:11.217Z] #29 6.079 Fetched 3040 kB in 0s (9680 kB/s) [2022-06-17T09:04:11.217Z] #29 6.109 Selecting previously unselected package openssl. [2022-06-17T09:04:11.217Z] #29 6.109 (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-17T09:04:11.217Z] #29 6.111 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.117 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:04:11.217Z] #29 6.260 Selecting previously unselected package ca-certificates. [2022-06-17T09:04:11.217Z] #29 6.260 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-17T09:04:11.217Z] #29 6.273 Unpacking ca-certificates (20210119) ... [2022-06-17T09:04:11.217Z] #29 6.349 Selecting previously unselected package libbrotli1:amd64. [2022-06-17T09:04:11.217Z] #29 6.349 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.357 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:04:11.217Z] #29 6.427 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-17T09:04:11.217Z] #29 6.427 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.435 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 6.485 Selecting previously unselected package libsasl2-2:amd64. [2022-06-17T09:04:11.217Z] #29 6.485 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.490 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 6.555 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-17T09:04:11.217Z] #29 6.555 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.559 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 6.631 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-17T09:04:11.217Z] #29 6.631 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.635 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:04:11.217Z] #29 6.688 Selecting previously unselected package libpsl5:amd64. [2022-06-17T09:04:11.217Z] #29 6.688 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.694 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:04:11.217Z] #29 6.741 Selecting previously unselected package librtmp1:amd64. [2022-06-17T09:04:11.217Z] #29 6.741 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.746 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:04:11.217Z] #29 6.786 Selecting previously unselected package libssh2-1:amd64. [2022-06-17T09:04:11.217Z] #29 6.786 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.790 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:04:11.217Z] #29 6.849 Selecting previously unselected package libcurl4:amd64. [2022-06-17T09:04:11.217Z] #29 6.850 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.855 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 6.930 Selecting previously unselected package curl. [2022-06-17T09:04:11.217Z] #29 6.930 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 6.934 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 7.005 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:04:11.217Z] #29 7.005 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 7.010 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:04:11.217Z] #29 7.078 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:04:11.217Z] #29 7.078 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 7.083 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:04:11.217Z] #29 7.131 Selecting previously unselected package jq. [2022-06-17T09:04:11.217Z] #29 7.133 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:04:11.217Z] #29 7.139 Unpacking jq (1.6-2.1) ... [2022-06-17T09:04:11.217Z] #29 7.178 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-17T09:04:11.217Z] #29 7.197 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-17T09:04:11.217Z] #29 7.206 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-17T09:04:11.217Z] #29 7.220 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 7.233 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:04:11.217Z] #29 7.247 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 7.259 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-17T09:04:11.217Z] #29 7.275 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:04:11.217Z] #29 7.292 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:04:11.217Z] #29 7.306 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:04:11.217Z] #29 7.319 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 7.332 Setting up ca-certificates (20210119) ... [2022-06-17T09:04:11.217Z] #29 7.949 Updating certificates in /etc/ssl/certs... [2022-06-17T09:04:11.217Z] #29 8.591 129 added, 0 removed; done. [2022-06-17T09:04:11.217Z] #29 8.683 Setting up jq (1.6-2.1) ... [2022-06-17T09:04:11.217Z] #29 8.697 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 8.707 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:11.217Z] #29 8.720 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:04:11.217Z] #29 8.740 Processing triggers for ca-certificates (20210119) ... [2022-06-17T09:04:11.217Z] #29 8.748 Updating certificates in /etc/ssl/certs... [2022-06-17T09:04:11.217Z] #29 9.318 0 added, 0 removed; done. [2022-06-17T09:04:11.217Z] #29 9.318 Running hooks in /etc/ca-certificates/update.d... [2022-06-17T09:04:11.217Z] #29 9.319 done. [2022-06-17T09:04:11.217Z] #29 ... [2022-06-17T09:04:11.217Z] [2022-06-17T09:04:11.217Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:11.217Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:11.217Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 3.9s done [2022-06-17T09:04:11.476Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-17T09:04:11.736Z] #11 ... [2022-06-17T09:04:11.736Z] [2022-06-17T09:04:11.736Z] #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-17T09:04:11.736Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-17T09:04:11.736Z] #29 DONE 11.3s [2022-06-17T09:04:11.736Z] [2022-06-17T09:04:11.736Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:11.736Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:11.981Z] #11 ... [2022-06-17T09:04:11.981Z] [2022-06-17T09:04:11.981Z] #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-17T09:04:11.981Z] #31 sha256:0adfdcddf9482d1793a798c63f2e4382f24f3d416d2ccdda35c688cfc6164e77 [2022-06-17T09:04:11.981Z] #31 1.802 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-17T09:04:11.981Z] #31 2.106 [2022-06-17T09:04:11.981Z] #31 2.331 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:11.981Z] #31 2.634 [2022-06-17T09:04:11.981Z] #31 3.640 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-17T09:04:11.981Z] #31 3.955 [2022-06-17T09:04:11.981Z] #31 4.187 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:11.981Z] #31 4.484 [2022-06-17T09:04:11.981Z] #31 5.422 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-17T09:04:11.981Z] #31 5.777 [2022-06-17T09:04:11.981Z] #31 6.005 #=#=# ########### 15.3% ######################################## 56.5% ############################################################### 88.6% ######################################################################## 100.0% [2022-06-17T09:04:11.981Z] #31 6.600 [2022-06-17T09:04:11.981Z] #31 7.635 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-17T09:04:11.981Z] #31 7.924 [2022-06-17T09:04:11.981Z] #31 8.145 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:11.981Z] #31 8.487 [2022-06-17T09:04:11.981Z] #31 9.313 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-17T09:04:11.981Z] #31 9.642 [2022-06-17T09:04:11.981Z] #31 9.860 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:12.146Z] #11 ... [2022-06-17T09:04:12.146Z] [2022-06-17T09:04:12.146Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:04:12.146Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-17T09:04:12.146Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-17T09:04:12.146Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:04:12.146Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-17T09:04:12.146Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-17T09:04:12.146Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 7.3s done [2022-06-17T09:04:12.146Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-06-17T09:04:12.146Z] #71 DONE 8.7s [2022-06-17T09:04:12.146Z] [2022-06-17T09:04:12.146Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:12.146Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:12.241Z] #31 10.17 [2022-06-17T09:04:12.241Z] #31 10.28 Download of images into '/build' complete. [2022-06-17T09:04:12.241Z] #31 10.28 Use something like the following to load the result into a Docker daemon: [2022-06-17T09:04:12.241Z] #31 10.28 tar -cC '/build' . | docker load [2022-06-17T09:04:12.241Z] #31 ... [2022-06-17T09:04:12.241Z] [2022-06-17T09:04:12.241Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:12.241Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:12.387Z] #11 ... [2022-06-17T09:04:12.387Z] [2022-06-17T09:04:12.387Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-17T09:04:12.387Z] #30 sha256:852b8ecd6e86e1fbf86d37e846f0b9c7b524013782e40f86c65c102e9a59b573 [2022-06-17T09:04:12.387Z] #30 DONE 0.4s [2022-06-17T09:04:12.387Z] [2022-06-17T09:04:12.388Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:12.388Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:13.079Z] #11 ... [2022-06-17T09:04:13.079Z] [2022-06-17T09:04:13.079Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-17T09:04:13.079Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-17T09:04:13.079Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-17T09:04:13.079Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-17T09:04:13.079Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-17T09:04:13.079Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-17T09:04:13.079Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 7.6s done [2022-06-17T09:04:13.079Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2022-06-17T09:04:13.079Z] #73 DONE 9.7s [2022-06-17T09:04:13.079Z] [2022-06-17T09:04:13.079Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:13.079Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:13.191Z] #11 ... [2022-06-17T09:04:13.192Z] [2022-06-17T09:04:13.192Z] #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-17T09:04:13.192Z] #31 sha256:080c55ed8e4e9fba8344ce8aed1ba712aa39573672964dc304e1b6b3f9838501 [2022-06-17T09:04:13.192Z] #31 DONE 13.8s [2022-06-17T09:04:13.192Z] [2022-06-17T09:04:13.192Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:13.192Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:13.760Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.4s [2022-06-17T09:04:14.786Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.2s [2022-06-17T09:04:14.786Z] #11 ... [2022-06-17T09:04:14.786Z] [2022-06-17T09:04:14.786Z] #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-17T09:04:14.786Z] #31 sha256:0adfdcddf9482d1793a798c63f2e4382f24f3d416d2ccdda35c688cfc6164e77 [2022-06-17T09:04:14.786Z] #31 DONE 12.8s [2022-06-17T09:04:14.786Z] [2022-06-17T09:04:14.786Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:14.786Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-17T09:04:14.970Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 4.2s done [2022-06-17T09:04:15.665Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 11.9s done [2022-06-17T09:04:15.665Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-17T09:04:15.665Z] #11 DONE 44.4s [2022-06-17T09:04:15.899Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 [2022-06-17T09:04:15.925Z] [2022-06-17T09:04:15.925Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-17T09:04:15.925Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-17T09:04:16.493Z] #12 DONE 0.7s [2022-06-17T09:04:16.493Z] [2022-06-17T09:04:16.493Z] #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-17T09:04:16.493Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-17T09:04:16.668Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.2s [2022-06-17T09:04:17.430Z] #13 DONE 0.6s [2022-06-17T09:04:17.430Z] [2022-06-17T09:04:17.430Z] #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-17T09:04:17.430Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:17.430Z] #76 ... [2022-06-17T09:04:17.430Z] [2022-06-17T09:04:17.430Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-17T09:04:17.430Z] #25 sha256:fc7446fe9c4cba5ab9eaa3bb274ac9db438e27587ceceaa2693cc896a228471b [2022-06-17T09:04:17.430Z] #25 DONE 0.2s [2022-06-17T09:04:17.430Z] [2022-06-17T09:04:17.430Z] #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-17T09:04:17.430Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-17T09:04:17.430Z] #50 DONE 0.2s [2022-06-17T09:04:17.430Z] [2022-06-17T09:04:17.430Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-17T09:04:17.430Z] #66 sha256:e37aa343e38a62c0dad6daf3187d0135dcfee62d7934d8a99a7c29e156e8a236 [2022-06-17T09:04:17.430Z] #66 DONE 0.3s [2022-06-17T09:04:17.430Z] [2022-06-17T09:04:17.430Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-17T09:04:17.430Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-17T09:04:17.430Z] #46 DONE 0.3s [2022-06-17T09:04:17.430Z] [2022-06-17T09:04:17.430Z] #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-17T09:04:17.430Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:17.691Z] #47 ... [2022-06-17T09:04:17.691Z] [2022-06-17T09:04:17.691Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-17T09:04:17.692Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-17T09:04:17.692Z] #33 DONE 0.4s [2022-06-17T09:04:17.692Z] [2022-06-17T09:04:17.692Z] #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-17T09:04:17.692Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:04:18.993Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 14.2s done [2022-06-17T09:04:18.993Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 [2022-06-17T09:04:18.993Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-17T09:04:18.993Z] #11 DONE 44.0s [2022-06-17T09:04:18.993Z] [2022-06-17T09:04:18.993Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-17T09:04:18.993Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-17T09:04:19.215Z] #11 ... [2022-06-17T09:04:19.215Z] [2022-06-17T09:04:19.215Z] #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-17T09:04:19.215Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-17T09:04:19.215Z] #29 2.750 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:19.215Z] #29 2.750 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:19.215Z] #29 2.761 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:19.215Z] #29 2.894 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:04:19.215Z] #29 3.071 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:04:19.215Z] #29 3.294 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:04:19.215Z] #29 4.238 Fetched 8426 kB in 2s (4784 kB/s) [2022-06-17T09:04:19.215Z] #29 4.238 Reading package lists... [2022-06-17T09:04:19.215Z] #29 4.834 Reading package lists... [2022-06-17T09:04:19.215Z] #29 5.411 Building dependency tree... [2022-06-17T09:04:19.215Z] #29 6.008 The following additional packages will be installed: [2022-06-17T09:04:19.215Z] #29 6.008 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-17T09:04:19.215Z] #29 6.010 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-17T09:04:19.215Z] #29 6.012 Recommended packages: [2022-06-17T09:04:19.215Z] #29 6.012 libldap-common publicsuffix libsasl2-modules [2022-06-17T09:04:19.215Z] #29 6.126 The following NEW packages will be installed: [2022-06-17T09:04:19.215Z] #29 6.126 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-17T09:04:19.215Z] #29 6.126 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-17T09:04:19.215Z] #29 6.126 libssh2-1 openssl [2022-06-17T09:04:19.215Z] #29 6.429 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-17T09:04:19.215Z] #29 6.429 Need to get 2935 kB of archives. [2022-06-17T09:04:19.215Z] #29 6.429 After this operation, 6476 kB of additional disk space will be used. [2022-06-17T09:04:19.215Z] #29 6.429 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u2 [831 kB] [2022-06-17T09:04:19.215Z] #29 6.429 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-06-17T09:04:19.215Z] #29 6.458 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-06-17T09:04:19.215Z] #29 6.476 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-17T09:04:19.215Z] #29 6.478 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2022-06-17T09:04:19.216Z] #29 6.480 Get:6 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-06-17T09:04:19.216Z] #29 6.492 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-06-17T09:04:19.216Z] #29 6.513 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-06-17T09:04:19.216Z] #29 6.534 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-06-17T09:04:19.216Z] #29 6.536 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-06-17T09:04:19.216Z] #29 6.538 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-06-17T09:04:19.216Z] #29 6.549 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-06-17T09:04:19.216Z] #29 6.551 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-17T09:04:19.216Z] #29 6.554 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-17T09:04:19.216Z] #29 6.555 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-17T09:04:19.216Z] #29 6.936 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:04:19.216Z] #29 7.195 Fetched 2935 kB in 0s (6938 kB/s) [2022-06-17T09:04:19.216Z] #29 7.548 Selecting previously unselected package openssl. [2022-06-17T09:04:19.216Z] #29 7.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-17T09:04:19.216Z] #29 7.553 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_arm64.deb ... [2022-06-17T09:04:19.216Z] #29 7.619 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:04:19.216Z] #29 8.194 Selecting previously unselected package ca-certificates. [2022-06-17T09:04:19.216Z] #29 8.194 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-17T09:04:19.216Z] #29 8.222 Unpacking ca-certificates (20210119) ... [2022-06-17T09:04:19.216Z] #29 8.403 Selecting previously unselected package libbrotli1:arm64. [2022-06-17T09:04:19.216Z] #29 8.403 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-06-17T09:04:19.216Z] #29 8.423 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-17T09:04:19.216Z] #29 8.518 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-06-17T09:04:19.216Z] #29 8.518 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-17T09:04:19.216Z] #29 8.532 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:19.216Z] #29 9.029 Selecting previously unselected package libsasl2-2:arm64. [2022-06-17T09:04:19.216Z] #29 9.029 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-17T09:04:19.216Z] #29 9.084 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:19.216Z] #29 9.166 Selecting previously unselected package libldap-2.4-2:arm64. [2022-06-17T09:04:19.216Z] #29 9.166 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-06-17T09:04:19.216Z] #29 9.184 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:04:19.216Z] #29 ... [2022-06-17T09:04:19.216Z] [2022-06-17T09:04:19.216Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:19.216Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:19.216Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 2.9s done [2022-06-17T09:04:19.565Z] #12 DONE 0.9s [2022-06-17T09:04:19.777Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 [2022-06-17T09:04:19.826Z] [2022-06-17T09:04:19.826Z] #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-17T09:04:19.826Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-17T09:04:19.965Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 8.3s done [2022-06-17T09:04:20.228Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 [2022-06-17T09:04:20.228Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-17T09:04:20.396Z] #13 DONE 0.7s [2022-06-17T09:04:20.396Z] [2022-06-17T09:04:20.396Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-17T09:04:20.396Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-17T09:04:20.488Z] #11 DONE 27.6s [2022-06-17T09:04:20.488Z] [2022-06-17T09:04:20.488Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-17T09:04:20.488Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-17T09:04:20.657Z] #46 ... [2022-06-17T09:04:20.657Z] [2022-06-17T09:04:20.657Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-17T09:04:20.657Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-17T09:04:20.657Z] #33 DONE 0.1s [2022-06-17T09:04:20.657Z] [2022-06-17T09:04:20.657Z] #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-17T09:04:20.657Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-17T09:04:20.657Z] #50 DONE 0.2s [2022-06-17T09:04:20.657Z] [2022-06-17T09:04:20.657Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-17T09:04:20.657Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-17T09:04:20.657Z] #46 DONE 0.3s [2022-06-17T09:04:20.657Z] [2022-06-17T09:04:20.657Z] #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-17T09:04:20.657Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:20.780Z] #19 68.63 Reading package lists... [2022-06-17T09:04:20.780Z] #19 ... [2022-06-17T09:04:20.780Z] [2022-06-17T09:04:20.780Z] #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-17T09:04:20.780Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:04:20.780Z] #84 35.47 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-17T09:04:20.919Z] #51 ... [2022-06-17T09:04:20.919Z] [2022-06-17T09:04:20.919Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-17T09:04:20.919Z] #25 sha256:3d7cdab9d05ae085206c99b43b63828eef55275a0443b8ca0dc31b2ab77d6625 [2022-06-17T09:04:20.919Z] #25 DONE 0.4s [2022-06-17T09:04:20.919Z] [2022-06-17T09:04:20.919Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-17T09:04:20.919Z] #66 sha256:5214006dd5c8ca80a54c3f9f73a12d0f43750a11a47cce5be5a04d6f9bcfdf57 [2022-06-17T09:04:20.919Z] #66 DONE 0.4s [2022-06-17T09:04:20.919Z] [2022-06-17T09:04:20.919Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-17T09:04:20.919Z] #67 sha256:917fbb21744d8d26a1f6ea826b92fe3bcc90bb2d7c6140045a4f6d95568979f1 [2022-06-17T09:04:21.148Z] #11 ... [2022-06-17T09:04:21.149Z] [2022-06-17T09:04:21.149Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-17T09:04:21.149Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-17T09:04:21.149Z] #72 DONE 1.3s [2022-06-17T09:04:21.149Z] [2022-06-17T09:04:21.149Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:21.149Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:21.870Z] #12 DONE 1.4s [2022-06-17T09:04:21.871Z] [2022-06-17T09:04:21.871Z] #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-17T09:04:21.871Z] #31 sha256:33f2c02448859dcbacdf883f3007d89b1c7563073641bd32b0f66b7fb59a36fc [2022-06-17T09:04:21.871Z] #31 1.685 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-17T09:04:21.871Z] #31 1.948 [2022-06-17T09:04:21.871Z] #31 2.162 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:21.871Z] #31 2.484 [2022-06-17T09:04:21.871Z] #31 3.358 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-17T09:04:21.871Z] #31 3.626 [2022-06-17T09:04:21.871Z] #31 3.842 #=#=# ############################################ 61.8% ######################################################################## 100.0% [2022-06-17T09:04:21.871Z] #31 4.147 [2022-06-17T09:04:21.871Z] #31 5.079 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-17T09:04:21.871Z] #31 5.344 [2022-06-17T09:04:21.871Z] #31 5.559 #=#=# ########## 14.6% ########################################## 58.7% ################################################################# 90.6% ######################################################################## 100.0% [2022-06-17T09:04:21.871Z] #31 6.093 [2022-06-17T09:04:21.871Z] #31 6.963 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-17T09:04:21.871Z] #31 7.217 [2022-06-17T09:04:21.871Z] #31 7.435 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:21.871Z] #31 7.702 [2022-06-17T09:04:21.871Z] #31 8.362 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-17T09:04:21.871Z] #31 8.617 [2022-06-17T09:04:21.871Z] #31 8.838 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:21.871Z] #31 9.015 [2022-06-17T09:04:21.871Z] #31 9.056 Download of images into '/build' complete. [2022-06-17T09:04:21.871Z] #31 9.056 Use something like the following to load the result into a Docker daemon: [2022-06-17T09:04:21.871Z] #31 9.056 tar -cC '/build' . | docker load [2022-06-17T09:04:21.871Z] #31 DONE 9.6s [2022-06-17T09:04:21.871Z] [2022-06-17T09:04:21.871Z] #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-17T09:04:21.871Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-17T09:04:22.440Z] #13 DONE 0.7s [2022-06-17T09:04:22.440Z] [2022-06-17T09:04:22.440Z] #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-17T09:04:22.440Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:04:22.706Z] #40 ... [2022-06-17T09:04:22.706Z] [2022-06-17T09:04:22.706Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-17T09:04:22.706Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-17T09:04:22.706Z] #33 DONE 0.2s [2022-06-17T09:04:22.706Z] [2022-06-17T09:04:22.706Z] #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-17T09:04:22.706Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-17T09:04:22.706Z] #50 DONE 0.2s [2022-06-17T09:04:22.706Z] [2022-06-17T09:04:22.706Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-17T09:04:22.706Z] #66 sha256:a588e9d661331548d8669f8979a372b5bbf728cfe1f5e0596328f28084644d71 [2022-06-17T09:04:22.706Z] #66 DONE 0.3s [2022-06-17T09:04:22.706Z] [2022-06-17T09:04:22.706Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-17T09:04:22.706Z] #25 sha256:3d5e1576fa47539c5509d62fb970042180844e174efb73737aa1c0928a35770e [2022-06-17T09:04:22.706Z] #25 DONE 0.3s [2022-06-17T09:04:22.706Z] [2022-06-17T09:04:22.706Z] #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-17T09:04:22.706Z] #26 sha256:eb5f001cfe34d4ee3f0370a15746007985eb212982f3869eb7a751fe3b5822df [2022-06-17T09:04:22.966Z] #26 ... [2022-06-17T09:04:22.966Z] [2022-06-17T09:04:22.966Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-17T09:04:22.966Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-17T09:04:22.966Z] #46 DONE 0.4s [2022-06-17T09:04:22.966Z] [2022-06-17T09:04:22.966Z] #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-17T09:04:22.966Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:22.978Z] #34 ... [2022-06-17T09:04:22.978Z] [2022-06-17T09:04:22.978Z] #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-17T09:04:22.978Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:04:22.978Z] #40 5.923 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-17T09:04:23.668Z] #11 ... [2022-06-17T09:04:23.668Z] [2022-06-17T09:04:23.668Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-17T09:04:23.668Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-17T09:04:23.668Z] #74 DONE 2.5s [2022-06-17T09:04:23.668Z] [2022-06-17T09:04:23.668Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-17T09:04:23.668Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-17T09:04:23.917Z] #40 ... [2022-06-17T09:04:23.917Z] [2022-06-17T09:04:23.917Z] #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-17T09:04:23.917Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:23.917Z] #14 6.709 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:23.917Z] #14 6.799 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:23.917Z] #14 6.799 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:23.917Z] #14 ... [2022-06-17T09:04:23.917Z] [2022-06-17T09:04:23.917Z] #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-17T09:04:23.917Z] #26 sha256:ddc98bd19c6f46576ef521b8412e18835285a0d8e50063b36dfe9943527733e9 [2022-06-17T09:04:23.917Z] #26 6.684 + RM_GOPATH=0 [2022-06-17T09:04:23.917Z] #26 6.684 + TMP_GOPATH= [2022-06-17T09:04:23.917Z] #26 6.684 + : /build [2022-06-17T09:04:23.917Z] #26 6.684 + '[' -z '' ']' [2022-06-17T09:04:23.917Z] #26 6.684 ++ mktemp -d [2022-06-17T09:04:23.917Z] #26 6.684 + export GOPATH=/tmp/tmp.DzP2KOcqTs [2022-06-17T09:04:23.917Z] #26 6.684 + GOPATH=/tmp/tmp.DzP2KOcqTs [2022-06-17T09:04:23.917Z] #26 6.684 + RM_GOPATH=1 [2022-06-17T09:04:23.917Z] #26 6.684 + case "$(go env GOARCH)" in [2022-06-17T09:04:23.917Z] #26 6.684 ++ go env GOARCH [2022-06-17T09:04:23.917Z] #26 6.684 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:23.917Z] #26 6.684 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:23.917Z] #26 6.684 ++ dirname /install.sh [2022-06-17T09:04:24.176Z] #26 6.696 Install docker/cli version 17.06.2-ce from stable [2022-06-17T09:04:24.176Z] #26 6.704 + dir=/ [2022-06-17T09:04:24.176Z] #26 6.704 + bin=dockercli [2022-06-17T09:04:24.176Z] #26 6.704 + shift [2022-06-17T09:04:24.176Z] #26 6.704 + '[' '!' -f //dockercli.installer ']' [2022-06-17T09:04:24.176Z] #26 6.704 + . //dockercli.installer [2022-06-17T09:04:24.176Z] #26 6.704 ++ : stable [2022-06-17T09:04:24.176Z] #26 6.704 ++ : 17.06.2-ce [2022-06-17T09:04:24.176Z] #26 6.704 + install_dockercli [2022-06-17T09:04:24.176Z] #26 6.704 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-17T09:04:24.176Z] #26 6.709 ++ uname -m [2022-06-17T09:04:24.176Z] #26 6.709 + arch=x86_64 [2022-06-17T09:04:24.176Z] #26 6.709 + '[' x86_64 '!=' x86_64 ']' [2022-06-17T09:04:24.176Z] #26 6.709 + url=https://download.docker.com/linux/static [2022-06-17T09:04:24.176Z] #26 6.714 + tar -xz docker/docker [2022-06-17T09:04:24.176Z] #26 6.714 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-17T09:04:24.176Z] #26 ... [2022-06-17T09:04:24.176Z] [2022-06-17T09:04:24.176Z] #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-17T09:04:24.176Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:04:24.176Z] #40 6.919 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-17T09:04:25.037Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 5.2s [2022-06-17T09:04:26.014Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 6.1s done [2022-06-17T09:04:26.205Z] #67 ... [2022-06-17T09:04:26.205Z] [2022-06-17T09:04:26.205Z] #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-17T09:04:26.205Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:26.205Z] #42 5.363 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:26.205Z] #42 5.388 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:26.205Z] #42 5.412 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:26.273Z] #11 extracting sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 done [2022-06-17T09:04:26.530Z] #11 DONE 23.3s [2022-06-17T09:04:26.530Z] [2022-06-17T09:04:26.530Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-17T09:04:26.530Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f [2022-06-17T09:04:26.753Z] #40 9.588 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-17T09:04:26.783Z] #42 6.188 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:26.789Z] #12 ... [2022-06-17T09:04:26.789Z] [2022-06-17T09:04:26.789Z] #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-17T09:04:26.789Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-17T09:04:26.789Z] #29 10.51 Selecting previously unselected package libnghttp2-14:arm64. [2022-06-17T09:04:26.789Z] #29 10.52 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 10.55 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-17T09:04:26.789Z] #29 11.11 Selecting previously unselected package libpsl5:arm64. [2022-06-17T09:04:26.789Z] #29 11.11 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 11.12 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-06-17T09:04:26.789Z] #29 11.99 Selecting previously unselected package librtmp1:arm64. [2022-06-17T09:04:26.789Z] #29 11.99 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 12.01 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:04:26.789Z] #29 12.37 Selecting previously unselected package libssh2-1:arm64. [2022-06-17T09:04:26.789Z] #29 12.37 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 12.37 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-06-17T09:04:26.789Z] #29 12.44 Selecting previously unselected package libcurl4:arm64. [2022-06-17T09:04:26.789Z] #29 12.44 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 12.44 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:26.789Z] #29 12.51 Selecting previously unselected package curl. [2022-06-17T09:04:26.789Z] #29 12.51 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 12.52 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:26.789Z] #29 13.16 Selecting previously unselected package libonig5:arm64. [2022-06-17T09:04:26.789Z] #29 13.16 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 13.21 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-17T09:04:26.789Z] #29 13.72 Selecting previously unselected package libjq1:arm64. [2022-06-17T09:04:26.789Z] #29 13.72 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 13.72 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-17T09:04:26.789Z] #29 14.24 Selecting previously unselected package jq. [2022-06-17T09:04:26.789Z] #29 14.24 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-06-17T09:04:26.789Z] #29 14.34 Unpacking jq (1.6-2.1) ... [2022-06-17T09:04:26.789Z] #29 14.81 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-06-17T09:04:26.789Z] #29 14.84 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-17T09:04:26.789Z] #29 14.86 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-17T09:04:26.789Z] #29 14.88 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:26.789Z] #29 14.91 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-17T09:04:26.789Z] #29 14.93 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-17T09:04:26.789Z] #29 14.94 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-06-17T09:04:26.789Z] #29 14.95 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-17T09:04:26.789Z] #29 14.97 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-17T09:04:26.789Z] #29 14.98 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-17T09:04:26.789Z] #29 14.99 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-17T09:04:26.789Z] #29 15.11 Setting up ca-certificates (20210119) ... [2022-06-17T09:04:26.789Z] #29 15.84 Updating certificates in /etc/ssl/certs... [2022-06-17T09:04:26.789Z] #29 16.80 129 added, 0 removed; done. [2022-06-17T09:04:26.789Z] #29 16.93 Setting up jq (1.6-2.1) ... [2022-06-17T09:04:26.789Z] #29 16.94 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:26.789Z] #29 16.95 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-17T09:04:26.789Z] #29 16.97 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:04:26.789Z] #29 16.99 Processing triggers for ca-certificates (20210119) ... [2022-06-17T09:04:26.789Z] #29 17.00 Updating certificates in /etc/ssl/certs... [2022-06-17T09:04:26.789Z] #29 17.73 0 added, 0 removed; done. [2022-06-17T09:04:26.789Z] #29 17.73 Running hooks in /etc/ca-certificates/update.d... [2022-06-17T09:04:26.789Z] #29 17.74 done. [2022-06-17T09:04:26.789Z] #29 DONE 18.1s [2022-06-17T09:04:26.789Z] [2022-06-17T09:04:26.789Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-17T09:04:26.789Z] #30 sha256:ebfeab438c04e7d2f985910fc51c537ef47d9661df4c69d4ea2a3dea7905c54a [2022-06-17T09:04:26.789Z] #30 DONE 0.1s [2022-06-17T09:04:26.789Z] [2022-06-17T09:04:26.789Z] #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-17T09:04:26.789Z] #31 sha256:589cb1f9ed061dd484faf70b722e0a723d99445c33b9c017e26d09039f2e6ffb [2022-06-17T09:04:27.020Z] #40 9.775 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-17T09:04:27.044Z] #42 ... [2022-06-17T09:04:27.044Z] [2022-06-17T09:04:27.044Z] #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-17T09:04:27.044Z] #26 sha256:dc6caacea50ef4c73d8cef3210bf96ee93772e0e4702e128815e90c9969bbf98 [2022-06-17T09:04:27.044Z] #26 6.052 + RM_GOPATH=0 [2022-06-17T09:04:27.044Z] #26 6.052 + TMP_GOPATH= [2022-06-17T09:04:27.044Z] #26 6.052 + : /build [2022-06-17T09:04:27.044Z] #26 6.052 + '[' -z '' ']' [2022-06-17T09:04:27.044Z] #26 6.052 ++ mktemp -d [2022-06-17T09:04:27.044Z] #26 6.053 + export GOPATH=/tmp/tmp.G4jnoPVZft [2022-06-17T09:04:27.044Z] #26 6.053 + GOPATH=/tmp/tmp.G4jnoPVZft [2022-06-17T09:04:27.044Z] #26 6.053 + RM_GOPATH=1 [2022-06-17T09:04:27.044Z] #26 6.053 + case "$(go env GOARCH)" in [2022-06-17T09:04:27.044Z] #26 6.054 ++ go env GOARCH [2022-06-17T09:04:27.044Z] #26 6.248 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:27.044Z] #26 6.248 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:27.044Z] #26 6.248 ++ dirname /install.sh [2022-06-17T09:04:27.044Z] #26 6.270 + dir=/ [2022-06-17T09:04:27.044Z] #26 6.270 + bin=dockercli [2022-06-17T09:04:27.044Z] #26 6.270 + shift [2022-06-17T09:04:27.044Z] #26 6.270 + '[' '!' -f //dockercli.installer ']' [2022-06-17T09:04:27.044Z] #26 6.270 + . //dockercli.installer [2022-06-17T09:04:27.044Z] #26 6.270 ++ : stable [2022-06-17T09:04:27.044Z] #26 6.270 ++ : 17.06.2-ce [2022-06-17T09:04:27.044Z] #26 6.274 Install docker/cli version 17.06.2-ce from stable [2022-06-17T09:04:27.044Z] #26 6.274 + install_dockercli [2022-06-17T09:04:27.044Z] #26 6.274 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-17T09:04:27.044Z] #26 6.274 ++ uname -m [2022-06-17T09:04:27.044Z] #26 6.284 + arch=x86_64 [2022-06-17T09:04:27.044Z] #26 6.284 + '[' x86_64 '!=' x86_64 ']' [2022-06-17T09:04:27.044Z] #26 6.284 + url=https://download.docker.com/linux/static [2022-06-17T09:04:27.044Z] #26 6.285 + tar -xz docker/docker [2022-06-17T09:04:27.044Z] #26 6.285 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-17T09:04:27.292Z] #40 9.972 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-17T09:04:27.292Z] #40 ... [2022-06-17T09:04:27.292Z] [2022-06-17T09:04:27.292Z] #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-17T09:04:27.292Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:27.292Z] #53 6.698 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-17T09:04:27.292Z] #53 9.414 go: downloading github.com/fatih/color v1.10.0 [2022-06-17T09:04:27.292Z] #53 9.474 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-17T09:04:27.292Z] #53 9.707 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-17T09:04:27.292Z] #53 9.816 go: downloading github.com/pkg/errors v0.9.1 [2022-06-17T09:04:27.292Z] #53 10.21 go: downloading golang.org/x/tools v0.1.0 [2022-06-17T09:04:27.292Z] #53 ... [2022-06-17T09:04:27.292Z] [2022-06-17T09:04:27.292Z] #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-17T09:04:27.292Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:27.292Z] #36 7.551 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-17T09:04:27.305Z] #26 ... [2022-06-17T09:04:27.305Z] [2022-06-17T09:04:27.305Z] #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-17T09:04:27.305Z] #67 sha256:917fbb21744d8d26a1f6ea826b92fe3bcc90bb2d7c6140045a4f6d95568979f1 [2022-06-17T09:04:27.305Z] #67 6.482 + RM_GOPATH=0 [2022-06-17T09:04:27.305Z] #67 6.482 + TMP_GOPATH= [2022-06-17T09:04:27.305Z] #67 6.482 + : /build [2022-06-17T09:04:27.305Z] #67 6.482 + '[' -z '' ']' [2022-06-17T09:04:27.305Z] #67 6.482 ++ mktemp -d [2022-06-17T09:04:27.305Z] #67 6.483 + export GOPATH=/tmp/tmp.rx3WI2Xair [2022-06-17T09:04:27.305Z] #67 6.483 + GOPATH=/tmp/tmp.rx3WI2Xair [2022-06-17T09:04:27.305Z] #67 6.483 + RM_GOPATH=1 [2022-06-17T09:04:27.305Z] #67 6.483 + case "$(go env GOARCH)" in [2022-06-17T09:04:27.305Z] #67 6.509 ++ go env GOARCH [2022-06-17T09:04:27.305Z] #67 6.575 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:27.305Z] #67 6.575 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:27.305Z] #67 6.575 ++ dirname /install.sh [2022-06-17T09:04:27.305Z] #67 6.579 + dir=/ [2022-06-17T09:04:27.305Z] #67 6.579 + bin=rootlesskit [2022-06-17T09:04:27.305Z] #67 6.579 + shift [2022-06-17T09:04:27.305Z] #67 6.579 + '[' '!' -f //rootlesskit.installer ']' [2022-06-17T09:04:27.305Z] #67 6.579 + . //rootlesskit.installer [2022-06-17T09:04:27.305Z] #67 6.579 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:27.305Z] #67 6.579 + install_rootlesskit [2022-06-17T09:04:27.305Z] #67 6.579 + case "$1" in [2022-06-17T09:04:27.305Z] #67 6.579 + export CGO_ENABLED=0 [2022-06-17T09:04:27.305Z] #67 6.579 + CGO_ENABLED=0 [2022-06-17T09:04:27.305Z] #67 6.579 + _install_rootlesskit [2022-06-17T09:04:27.305Z] #67 6.579 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-17T09:04:27.354Z] #31 ... [2022-06-17T09:04:27.354Z] [2022-06-17T09:04:27.354Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-17T09:04:27.354Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f [2022-06-17T09:04:27.354Z] #12 DONE 0.7s [2022-06-17T09:04:27.354Z] [2022-06-17T09:04:27.354Z] #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-17T09:04:27.354Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b [2022-06-17T09:04:27.561Z] #36 ... [2022-06-17T09:04:27.561Z] [2022-06-17T09:04:27.561Z] #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-17T09:04:27.561Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:04:27.561Z] #57 6.871 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-17T09:04:27.561Z] #57 8.361 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-17T09:04:27.561Z] #57 8.403 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-17T09:04:27.561Z] #57 8.509 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-17T09:04:27.561Z] #57 ... [2022-06-17T09:04:27.561Z] [2022-06-17T09:04:27.561Z] #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-17T09:04:27.561Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:27.561Z] #42 8.033 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:27.561Z] #42 8.160 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:27.561Z] #42 8.164 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:27.561Z] #42 9.651 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:27.566Z] #67 6.580 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:27.566Z] #67 6.580 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:04:27.566Z] #67 6.580 + GOBIN=/build [2022-06-17T09:04:27.566Z] #67 6.580 + GO111MODULE=on [2022-06-17T09:04:27.566Z] #67 6.580 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:27.830Z] #42 ... [2022-06-17T09:04:27.830Z] [2022-06-17T09:04:27.830Z] #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-17T09:04:27.830Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:04:27.831Z] #38 7.171 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-17T09:04:27.831Z] #38 ... [2022-06-17T09:04:27.831Z] [2022-06-17T09:04:27.831Z] #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-17T09:04:27.831Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:04:27.831Z] #55 7.778 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-17T09:04:27.919Z] #13 DONE 0.7s [2022-06-17T09:04:27.919Z] [2022-06-17T09:04:27.919Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-17T09:04:27.919Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c [2022-06-17T09:04:28.093Z] #55 ... [2022-06-17T09:04:28.093Z] [2022-06-17T09:04:28.093Z] #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-17T09:04:28.093Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:04:28.093Z] #67 7.093 + RM_GOPATH=0 [2022-06-17T09:04:28.093Z] #67 7.093 + TMP_GOPATH= [2022-06-17T09:04:28.093Z] #67 7.093 + : /build [2022-06-17T09:04:28.093Z] #67 7.093 + '[' -z '' ']' [2022-06-17T09:04:28.093Z] #67 7.093 ++ mktemp -d [2022-06-17T09:04:28.093Z] #67 7.093 + export GOPATH=/tmp/tmp.nASaIWP3AW [2022-06-17T09:04:28.093Z] #67 7.093 + GOPATH=/tmp/tmp.nASaIWP3AW [2022-06-17T09:04:28.093Z] #67 7.093 + RM_GOPATH=1 [2022-06-17T09:04:28.093Z] #67 7.093 + case "$(go env GOARCH)" in [2022-06-17T09:04:28.093Z] #67 7.093 ++ go env GOARCH [2022-06-17T09:04:28.093Z] #67 7.129 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:28.093Z] #67 7.129 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:28.093Z] #67 7.129 ++ dirname /install.sh [2022-06-17T09:04:28.093Z] #67 7.129 + dir=/ [2022-06-17T09:04:28.093Z] #67 7.129 + bin=rootlesskit [2022-06-17T09:04:28.093Z] #67 7.129 + shift [2022-06-17T09:04:28.093Z] #67 7.129 + '[' '!' -f //rootlesskit.installer ']' [2022-06-17T09:04:28.093Z] #67 7.129 + . //rootlesskit.installer [2022-06-17T09:04:28.093Z] #67 7.129 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:28.093Z] #67 7.129 + install_rootlesskit [2022-06-17T09:04:28.093Z] #67 7.129 + case "$1" in [2022-06-17T09:04:28.093Z] #67 7.129 + export CGO_ENABLED=0 [2022-06-17T09:04:28.093Z] #67 7.129 + CGO_ENABLED=0 [2022-06-17T09:04:28.093Z] #67 7.129 + _install_rootlesskit [2022-06-17T09:04:28.093Z] #67 7.129 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-17T09:04:28.093Z] #67 7.129 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:28.093Z] #67 7.147 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:04:28.093Z] #67 7.147 + GOBIN=/build [2022-06-17T09:04:28.093Z] #67 7.147 + GO111MODULE=on [2022-06-17T09:04:28.093Z] #67 7.147 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:28.093Z] #67 ... [2022-06-17T09:04:28.093Z] [2022-06-17T09:04:28.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-17T09:04:28.093Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:28.093Z] #51 8.068 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:28.093Z] #51 8.186 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:28.093Z] #51 8.186 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:28.093Z] #51 9.071 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-17T09:04:28.094Z] #51 10.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:28.199Z] #33 DONE 0.4s [2022-06-17T09:04:28.199Z] [2022-06-17T09:04:28.199Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-17T09:04:28.199Z] #46 sha256:cacbf2cfa4ab13dff562c28782e871e97f9ff85babc531eb8d72b550b2a830c2 [2022-06-17T09:04:28.199Z] #46 DONE 0.2s [2022-06-17T09:04:28.199Z] [2022-06-17T09:04:28.199Z] #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-17T09:04:28.199Z] #50 sha256:09d3390f173ffd2393382e684a37165de6586e9a40139587235f6dc12aae5495 [2022-06-17T09:04:28.199Z] #50 DONE 0.3s [2022-06-17T09:04:28.199Z] [2022-06-17T09:04:28.199Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-17T09:04:28.199Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-17T09:04:28.247Z] #47 ... [2022-06-17T09:04:28.247Z] [2022-06-17T09:04:28.247Z] #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-17T09:04:28.247Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:28.247Z] #53 2.881 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-17T09:04:28.247Z] #53 3.650 go: downloading github.com/fatih/color v1.10.0 [2022-06-17T09:04:28.247Z] #53 3.704 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-17T09:04:28.247Z] #53 3.714 go: downloading golang.org/x/tools v0.1.0 [2022-06-17T09:04:28.247Z] #53 3.790 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-17T09:04:28.247Z] #53 3.837 go: downloading github.com/pkg/errors v0.9.1 [2022-06-17T09:04:28.247Z] #53 3.856 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-17T09:04:28.247Z] #53 3.874 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-17T09:04:28.247Z] #53 3.942 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-17T09:04:28.247Z] #53 3.990 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-17T09:04:28.247Z] #53 4.026 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-17T09:04:28.247Z] #53 4.043 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-17T09:04:28.247Z] #53 4.068 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-17T09:04:28.247Z] #53 ... [2022-06-17T09:04:28.247Z] [2022-06-17T09:04:28.247Z] #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-17T09:04:28.247Z] #26 sha256:eb5f001cfe34d4ee3f0370a15746007985eb212982f3869eb7a751fe3b5822df [2022-06-17T09:04:28.247Z] #26 5.473 + RM_GOPATH=0 [2022-06-17T09:04:28.247Z] #26 5.473 + TMP_GOPATH= [2022-06-17T09:04:28.247Z] #26 5.473 + : /build [2022-06-17T09:04:28.247Z] #26 5.473 + '[' -z '' ']' [2022-06-17T09:04:28.247Z] #26 5.476 ++ mktemp -d [2022-06-17T09:04:28.247Z] #26 5.476 + export GOPATH=/tmp/tmp.Gta2Cr4rJB [2022-06-17T09:04:28.247Z] #26 5.476 + GOPATH=/tmp/tmp.Gta2Cr4rJB [2022-06-17T09:04:28.247Z] #26 5.476 + RM_GOPATH=1 [2022-06-17T09:04:28.247Z] #26 5.476 + case "$(go env GOARCH)" in [2022-06-17T09:04:28.247Z] #26 5.476 ++ go env GOARCH [2022-06-17T09:04:28.247Z] #26 5.486 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:28.247Z] #26 5.486 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:28.247Z] #26 5.486 ++ dirname /install.sh [2022-06-17T09:04:28.247Z] #26 5.487 + dir=/ [2022-06-17T09:04:28.247Z] #26 5.487 + bin=dockercli [2022-06-17T09:04:28.247Z] #26 5.487 + shift [2022-06-17T09:04:28.247Z] #26 5.488 + '[' '!' -f //dockercli.installer ']' [2022-06-17T09:04:28.247Z] #26 5.533 + . //dockercli.installer [2022-06-17T09:04:28.247Z] #26 5.533 ++ : stable [2022-06-17T09:04:28.247Z] #26 5.533 ++ : 17.06.2-ce [2022-06-17T09:04:28.247Z] #26 5.533 + install_dockercli [2022-06-17T09:04:28.247Z] #26 5.533 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-17T09:04:28.247Z] #26 5.533 ++ uname -m [2022-06-17T09:04:28.247Z] #26 5.533 + arch=x86_64 [2022-06-17T09:04:28.247Z] #26 5.533 + '[' x86_64 '!=' x86_64 ']' [2022-06-17T09:04:28.247Z] #26 5.533 + url=https://download.docker.com/linux/static [2022-06-17T09:04:28.247Z] #26 5.533 + tar -xz docker/docker [2022-06-17T09:04:28.247Z] #26 5.533 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-17T09:04:28.247Z] #26 5.533 Install docker/cli version 17.06.2-ce from stable [2022-06-17T09:04:28.353Z] #51 ... [2022-06-17T09:04:28.353Z] [2022-06-17T09:04:28.353Z] #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-17T09:04:28.353Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:28.353Z] #62 8.233 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:28.353Z] #62 8.329 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:28.353Z] #62 8.334 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:28.353Z] #62 10.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:28.460Z] #51 ... [2022-06-17T09:04:28.460Z] [2022-06-17T09:04:28.460Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-17T09:04:28.460Z] #25 sha256:e4d8f675ee20b9ea61d4ec146d7fdd247f4ff763928e5111cbbd66a7a986ca7f [2022-06-17T09:04:28.460Z] #25 DONE 0.6s [2022-06-17T09:04:28.513Z] #67 7.677 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-17T09:04:28.611Z] #62 ... [2022-06-17T09:04:28.611Z] [2022-06-17T09:04:28.611Z] #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-17T09:04:28.611Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:28.611Z] #53 11.12 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-17T09:04:28.611Z] #53 11.46 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-17T09:04:28.721Z] [2022-06-17T09:04:28.721Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-17T09:04:28.721Z] #66 sha256:1de741383416c018b9f3a983fe823bb01a8f4b0a9510a6069e09f552ddc6dd5f [2022-06-17T09:04:28.721Z] #66 DONE 0.7s [2022-06-17T09:04:28.721Z] [2022-06-17T09:04:28.721Z] #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-17T09:04:28.721Z] #67 sha256:1e043b9cac1237e83156e0e3415e11320e65b8914d94507adb98b4606a43eba8 [2022-06-17T09:04:28.870Z] #53 11.76 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-17T09:04:29.437Z] #53 12.25 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-17T09:04:30.437Z] #67 ... [2022-06-17T09:04:30.437Z] [2022-06-17T09:04:30.437Z] #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-17T09:04:30.437Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:30.437Z] #53 6.393 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-17T09:04:30.437Z] #53 9.091 go: downloading github.com/fatih/color v1.10.0 [2022-06-17T09:04:30.437Z] #53 9.200 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-17T09:04:30.437Z] #53 9.239 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-17T09:04:30.437Z] #53 9.272 go: downloading github.com/pkg/errors v0.9.1 [2022-06-17T09:04:30.437Z] #53 9.995 go: downloading golang.org/x/tools v0.1.0 [2022-06-17T09:04:30.437Z] #53 9.999 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-17T09:04:30.437Z] #53 10.18 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-17T09:04:30.437Z] #53 ... [2022-06-17T09:04:30.437Z] [2022-06-17T09:04:30.437Z] #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-17T09:04:30.437Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:04:30.437Z] #55 5.484 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-17T09:04:30.698Z] #55 ... [2022-06-17T09:04:30.698Z] [2022-06-17T09:04:30.698Z] #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-17T09:04:30.698Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:04:30.698Z] #38 7.562 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-17T09:04:30.698Z] #38 ... [2022-06-17T09:04:30.698Z] [2022-06-17T09:04:30.698Z] #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-17T09:04:30.698Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:30.698Z] #47 5.359 + git clone https://github.com/docker/distribution.git . [2022-06-17T09:04:30.698Z] #47 5.359 Cloning into '.'... [2022-06-17T09:04:30.811Z] #84 ... [2022-06-17T09:04:30.812Z] [2022-06-17T09:04:30.812Z] #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-17T09:04:30.812Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:04:30.812Z] #19 68.63 Reading package lists... [2022-06-17T09:04:30.959Z] #47 ... [2022-06-17T09:04:30.959Z] [2022-06-17T09:04:30.959Z] #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-17T09:04:30.959Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:30.959Z] #14 7.186 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:30.959Z] #14 7.269 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:30.960Z] #14 7.270 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:30.960Z] #14 8.981 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:31.220Z] #14 ... [2022-06-17T09:04:31.220Z] [2022-06-17T09:04:31.220Z] #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-17T09:04:31.220Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:04:31.220Z] #40 6.040 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-17T09:04:31.220Z] #40 6.993 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-17T09:04:31.220Z] #40 8.725 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-17T09:04:31.220Z] #40 8.988 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-17T09:04:31.220Z] #40 9.037 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-17T09:04:31.220Z] #40 ... [2022-06-17T09:04:31.220Z] [2022-06-17T09:04:31.220Z] #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-17T09:04:31.220Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:04:31.220Z] #57 6.288 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-17T09:04:31.220Z] #57 7.635 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-17T09:04:31.220Z] #57 7.730 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-17T09:04:31.220Z] #57 7.736 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-17T09:04:31.220Z] #57 10.06 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-17T09:04:31.482Z] #57 ... [2022-06-17T09:04:31.482Z] [2022-06-17T09:04:31.482Z] #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-17T09:04:31.482Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:31.482Z] #62 6.952 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:31.482Z] #62 6.994 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:31.482Z] #62 6.994 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:31.482Z] #62 9.255 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:31.482Z] #62 ... [2022-06-17T09:04:31.482Z] [2022-06-17T09:04:31.482Z] #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-17T09:04:31.482Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:04:31.482Z] #34 6.343 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-17T09:04:31.482Z] #34 6.343 Cloning into '.'... [2022-06-17T09:04:31.744Z] #34 ... [2022-06-17T09:04:31.744Z] [2022-06-17T09:04:31.744Z] #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-17T09:04:31.744Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:31.744Z] #36 5.971 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-17T09:04:31.744Z] #36 ... [2022-06-17T09:04:31.744Z] [2022-06-17T09:04:31.744Z] #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-17T09:04:31.744Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:31.744Z] #76 5.506 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:31.744Z] #76 5.547 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:31.744Z] #76 5.547 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:31.744Z] #76 6.333 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:31.744Z] #76 9.791 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:32.008Z] #76 ... [2022-06-17T09:04:32.008Z] [2022-06-17T09:04:32.008Z] #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-17T09:04:32.008Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:32.008Z] #53 11.10 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-17T09:04:32.008Z] #53 11.49 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-17T09:04:32.450Z] #26 ... [2022-06-17T09:04:32.450Z] [2022-06-17T09:04:32.450Z] #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-17T09:04:32.450Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:04:32.450Z] #57 4.701 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-17T09:04:32.450Z] #57 6.245 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-17T09:04:32.450Z] #57 6.247 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-17T09:04:32.450Z] #57 6.462 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-17T09:04:32.450Z] #57 8.648 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-17T09:04:32.710Z] #57 ... [2022-06-17T09:04:32.710Z] [2022-06-17T09:04:32.710Z] #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-17T09:04:32.710Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:32.710Z] #62 6.331 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:32.710Z] #62 6.384 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:32.710Z] #62 6.384 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:32.710Z] #62 7.440 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:32.710Z] #62 10.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:32.710Z] #62 ... [2022-06-17T09:04:32.710Z] [2022-06-17T09:04:32.710Z] #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-17T09:04:32.710Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:04:32.710Z] #38 5.219 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-17T09:04:32.901Z] #67 4.171 + RM_GOPATH=0 [2022-06-17T09:04:32.901Z] #67 4.172 + TMP_GOPATH= [2022-06-17T09:04:32.901Z] #67 4.172 + : /build [2022-06-17T09:04:32.901Z] #67 4.172 + '[' -z '' ']' [2022-06-17T09:04:32.901Z] #67 4.178 ++ mktemp -d [2022-06-17T09:04:32.901Z] #67 4.185 + export GOPATH=/tmp/tmp.MvjJKiD3KV [2022-06-17T09:04:32.901Z] #67 4.188 + GOPATH=/tmp/tmp.MvjJKiD3KV [2022-06-17T09:04:32.901Z] #67 4.189 + RM_GOPATH=1 [2022-06-17T09:04:32.901Z] #67 4.189 + case "$(go env GOARCH)" in [2022-06-17T09:04:32.902Z] #67 4.195 ++ go env GOARCH [2022-06-17T09:04:32.902Z] #67 4.236 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:32.902Z] #67 4.236 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:32.902Z] #67 4.237 ++ dirname /install.sh [2022-06-17T09:04:32.902Z] #67 4.238 + dir=/ [2022-06-17T09:04:32.902Z] #67 4.238 + bin=rootlesskit [2022-06-17T09:04:32.902Z] #67 4.238 + shift [2022-06-17T09:04:32.902Z] #67 4.238 + '[' '!' -f //rootlesskit.installer ']' [2022-06-17T09:04:32.902Z] #67 4.238 + . //rootlesskit.installer [2022-06-17T09:04:32.902Z] #67 4.238 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:32.902Z] #67 4.238 + install_rootlesskit [2022-06-17T09:04:32.902Z] #67 4.238 + case "$1" in [2022-06-17T09:04:32.902Z] #67 4.238 + export CGO_ENABLED=0 [2022-06-17T09:04:32.902Z] #67 4.238 + CGO_ENABLED=0 [2022-06-17T09:04:32.902Z] #67 4.238 + _install_rootlesskit [2022-06-17T09:04:32.902Z] #67 4.238 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-17T09:04:32.902Z] #67 4.238 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:32.902Z] #67 4.239 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:04:32.902Z] #67 4.239 + GOBIN=/build [2022-06-17T09:04:32.902Z] #67 4.239 + GO111MODULE=on [2022-06-17T09:04:32.902Z] #67 4.239 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:32.970Z] #38 ... [2022-06-17T09:04:32.970Z] [2022-06-17T09:04:32.970Z] #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-17T09:04:32.970Z] #67 sha256:938123cbe5815ac78f0a4f46e89fe7ee779a3128672a1340d52ee5e6a51cc7a8 [2022-06-17T09:04:32.970Z] #67 6.406 + RM_GOPATH=0 [2022-06-17T09:04:32.970Z] #67 6.406 + TMP_GOPATH= [2022-06-17T09:04:32.970Z] #67 6.406 + : /build [2022-06-17T09:04:32.970Z] #67 6.406 + '[' -z '' ']' [2022-06-17T09:04:32.970Z] #67 6.407 ++ mktemp -d [2022-06-17T09:04:32.970Z] #67 6.413 + export GOPATH=/tmp/tmp.VKpglUCNro [2022-06-17T09:04:32.970Z] #67 6.426 + GOPATH=/tmp/tmp.VKpglUCNro [2022-06-17T09:04:32.970Z] #67 6.426 + RM_GOPATH=1 [2022-06-17T09:04:32.970Z] #67 6.426 + case "$(go env GOARCH)" in [2022-06-17T09:04:32.970Z] #67 6.426 ++ go env GOARCH [2022-06-17T09:04:32.970Z] #67 6.464 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:32.970Z] #67 6.464 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:32.970Z] #67 6.468 ++ dirname /install.sh [2022-06-17T09:04:32.970Z] #67 6.474 + dir=/ [2022-06-17T09:04:32.970Z] #67 6.475 + bin=rootlesskit [2022-06-17T09:04:32.970Z] #67 6.475 + shift [2022-06-17T09:04:32.970Z] #67 6.477 + '[' '!' -f //rootlesskit.installer ']' [2022-06-17T09:04:32.970Z] #67 6.477 + . //rootlesskit.installer [2022-06-17T09:04:32.970Z] #67 6.478 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:32.970Z] #67 6.478 + install_rootlesskit [2022-06-17T09:04:32.970Z] #67 6.489 + case "$1" in [2022-06-17T09:04:32.970Z] #67 6.489 + export CGO_ENABLED=0 [2022-06-17T09:04:32.970Z] #67 6.489 + CGO_ENABLED=0 [2022-06-17T09:04:32.970Z] #67 6.489 + _install_rootlesskit [2022-06-17T09:04:32.970Z] #67 6.493 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-17T09:04:32.970Z] #67 6.493 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:04:32.970Z] #67 6.493 + GOBIN=/build [2022-06-17T09:04:32.970Z] #67 6.493 + GO111MODULE=on [2022-06-17T09:04:32.970Z] #67 6.493 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:32.970Z] #67 6.493 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:04:32.970Z] #67 7.151 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-17T09:04:32.970Z] #67 9.568 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-17T09:04:32.970Z] #67 9.570 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:04:32.970Z] #67 10.09 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-17T09:04:32.970Z] #67 ... [2022-06-17T09:04:32.970Z] [2022-06-17T09:04:32.970Z] #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-17T09:04:32.970Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:32.970Z] #76 5.609 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:32.970Z] #76 5.661 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:32.970Z] #76 5.661 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:32.970Z] #76 6.415 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:32.970Z] #76 8.583 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:33.234Z] #76 ... [2022-06-17T09:04:33.234Z] [2022-06-17T09:04:33.234Z] #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-17T09:04:33.234Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:33.234Z] #42 3.449 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:33.234Z] #42 3.473 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:33.234Z] #42 3.473 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:33.234Z] #42 3.734 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:33.234Z] #42 4.214 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:33.234Z] #42 5.135 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:33.234Z] #42 ... [2022-06-17T09:04:33.234Z] [2022-06-17T09:04:33.234Z] #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-17T09:04:33.234Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:33.234Z] #36 7.388 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-17T09:04:33.464Z] #67 4.847 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-17T09:04:33.494Z] #36 ... [2022-06-17T09:04:33.494Z] [2022-06-17T09:04:33.494Z] #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-17T09:04:33.494Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:33.494Z] #51 5.800 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:33.494Z] #51 5.855 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:33.494Z] #51 5.855 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:33.494Z] #51 6.382 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-17T09:04:33.494Z] #51 6.987 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:33.494Z] #51 9.323 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:33.630Z] #53 ... [2022-06-17T09:04:33.630Z] [2022-06-17T09:04:33.630Z] #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-17T09:04:33.630Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:04:33.630Z] #40 16.18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-17T09:04:33.630Z] #40 16.36 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:33.755Z] #51 ... [2022-06-17T09:04:33.755Z] [2022-06-17T09:04:33.755Z] #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-17T09:04:33.755Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:04:33.755Z] #55 4.458 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-17T09:04:33.755Z] #55 ... [2022-06-17T09:04:33.755Z] [2022-06-17T09:04:33.755Z] #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-17T09:04:33.755Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:33.755Z] #14 5.829 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:33.755Z] #14 5.829 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:33.755Z] #14 5.829 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:33.755Z] #14 6.557 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:33.755Z] #14 8.928 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:34.016Z] #14 ... [2022-06-17T09:04:34.016Z] [2022-06-17T09:04:34.016Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-17T09:04:34.016Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:04:34.016Z] #34 4.810 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-17T09:04:34.016Z] #34 4.813 Cloning into '.'... [2022-06-17T09:04:34.016Z] #34 ... [2022-06-17T09:04:34.016Z] [2022-06-17T09:04:34.016Z] #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-17T09:04:34.016Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:34.016Z] #14 11.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:34.196Z] #40 ... [2022-06-17T09:04:34.196Z] [2022-06-17T09:04:34.196Z] #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-17T09:04:34.196Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:34.196Z] #47 6.824 + git clone https://github.com/docker/distribution.git . [2022-06-17T09:04:34.196Z] #47 6.824 Cloning into '.'... [2022-06-17T09:04:34.455Z] #47 ... [2022-06-17T09:04:34.455Z] [2022-06-17T09:04:34.455Z] #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-17T09:04:34.455Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:04:34.455Z] #34 7.362 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-17T09:04:34.455Z] #34 7.364 Cloning into '.'... [2022-06-17T09:04:35.021Z] #34 ... [2022-06-17T09:04:35.021Z] [2022-06-17T09:04:35.021Z] #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-17T09:04:35.021Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:35.021Z] #14 7.943 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:35.021Z] #14 12.71 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:35.021Z] #14 16.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:35.280Z] #14 ... [2022-06-17T09:04:35.280Z] [2022-06-17T09:04:35.280Z] #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-17T09:04:35.280Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:35.280Z] #76 8.016 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:35.280Z] #76 8.122 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:35.280Z] #76 8.123 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:35.280Z] #76 10.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:35.280Z] #76 15.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:35.280Z] #76 ... [2022-06-17T09:04:35.280Z] [2022-06-17T09:04:35.280Z] #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-17T09:04:35.280Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:04:35.280Z] #67 11.23 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-17T09:04:35.280Z] #67 14.99 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:04:35.280Z] #67 15.00 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-17T09:04:35.280Z] #67 16.56 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-17T09:04:35.850Z] #67 ... [2022-06-17T09:04:35.850Z] [2022-06-17T09:04:35.850Z] #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-17T09:04:35.850Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:35.850Z] #53 18.61 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-17T09:04:35.850Z] #53 18.71 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-17T09:04:35.850Z] #53 18.85 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-17T09:04:36.747Z] #67 7.584 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:04:36.748Z] #67 7.594 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-17T09:04:37.302Z] #53 ... [2022-06-17T09:04:37.302Z] [2022-06-17T09:04:37.302Z] #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-17T09:04:37.302Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:04:37.302Z] #40 15.24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-17T09:04:37.302Z] #40 15.47 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:37.313Z] #67 8.578 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-17T09:04:37.651Z] #19 91.43 Reading package lists... [2022-06-17T09:04:37.651Z] #19 ... [2022-06-17T09:04:37.651Z] [2022-06-17T09:04:37.651Z] #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-17T09:04:37.651Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:04:37.651Z] #84 49.39 libtoolize: putting auxiliary files in '.'. [2022-06-17T09:04:37.651Z] #84 49.39 libtoolize: copying file './ltmain.sh' [2022-06-17T09:04:37.651Z] #84 50.24 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-17T09:04:37.651Z] #84 50.25 libtoolize: and rerunning libtoolize and aclocal. [2022-06-17T09:04:37.651Z] #84 50.25 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:04:37.876Z] #67 ... [2022-06-17T09:04:37.876Z] [2022-06-17T09:04:37.876Z] #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-17T09:04:37.876Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-17T09:04:37.876Z] #40 5.170 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-17T09:04:37.876Z] #40 6.028 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-17T09:04:37.876Z] #40 7.445 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-17T09:04:37.876Z] #40 7.773 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-17T09:04:37.876Z] #40 7.833 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-17T09:04:38.133Z] #40 ... [2022-06-17T09:04:38.133Z] [2022-06-17T09:04:38.133Z] #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-17T09:04:38.133Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-17T09:04:38.133Z] #36 5.113 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-17T09:04:38.133Z] #36 ... [2022-06-17T09:04:38.133Z] [2022-06-17T09:04:38.133Z] #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-17T09:04:38.133Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-17T09:04:38.133Z] #57 4.412 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-17T09:04:38.133Z] #57 5.522 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-17T09:04:38.133Z] #57 5.544 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-17T09:04:38.133Z] #57 5.603 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-17T09:04:38.133Z] #57 7.149 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-17T09:04:38.133Z] #57 ... [2022-06-17T09:04:38.133Z] [2022-06-17T09:04:38.133Z] #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-17T09:04:38.133Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-17T09:04:38.133Z] #55 5.087 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-17T09:04:38.231Z] #14 ... [2022-06-17T09:04:38.231Z] [2022-06-17T09:04:38.231Z] #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-17T09:04:38.231Z] #26 sha256:eb5f001cfe34d4ee3f0370a15746007985eb212982f3869eb7a751fe3b5822df [2022-06-17T09:04:38.231Z] #26 14.65 + mkdir -p /build [2022-06-17T09:04:38.231Z] #26 14.65 + mv docker/docker /build/ [2022-06-17T09:04:38.231Z] #26 14.66 + rmdir docker [2022-06-17T09:04:38.231Z] #26 DONE 15.4s [2022-06-17T09:04:38.231Z] [2022-06-17T09:04:38.231Z] #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-17T09:04:38.231Z] #67 sha256:938123cbe5815ac78f0a4f46e89fe7ee779a3128672a1340d52ee5e6a51cc7a8 [2022-06-17T09:04:38.231Z] #67 14.07 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-17T09:04:38.231Z] #67 14.87 go: downloading github.com/google/uuid v1.3.0 [2022-06-17T09:04:38.231Z] #67 14.88 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-17T09:04:38.231Z] #67 15.08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-17T09:04:38.231Z] #67 15.33 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:04:38.231Z] #67 15.54 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-17T09:04:38.246Z] #40 ... [2022-06-17T09:04:38.246Z] [2022-06-17T09:04:38.246Z] #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-17T09:04:38.246Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:38.246Z] #51 7.535 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:38.246Z] #51 7.590 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:38.246Z] #51 7.593 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:38.246Z] #51 8.287 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-17T09:04:38.246Z] #51 10.21 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:04:38.246Z] #51 13.68 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:38.246Z] #51 17.32 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:38.390Z] #55 ... [2022-06-17T09:04:38.390Z] [2022-06-17T09:04:38.390Z] #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-17T09:04:38.390Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-17T09:04:38.390Z] #38 4.853 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-17T09:04:38.390Z] #38 ... [2022-06-17T09:04:38.390Z] [2022-06-17T09:04:38.390Z] #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-17T09:04:38.390Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f [2022-06-17T09:04:38.390Z] #76 4.756 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:38.390Z] #76 4.783 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:38.390Z] #76 4.783 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:38.390Z] #76 5.903 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:04:38.390Z] #76 8.653 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:04:38.491Z] #67 15.68 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-17T09:04:38.491Z] #67 ... [2022-06-17T09:04:38.491Z] [2022-06-17T09:04:38.491Z] #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-17T09:04:38.491Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:38.491Z] #53 5.998 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-17T09:04:38.491Z] #53 5.998 go: downloading golang.org/x/mod v0.3.0 [2022-06-17T09:04:38.491Z] #53 ... [2022-06-17T09:04:38.491Z] [2022-06-17T09:04:38.491Z] #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-17T09:04:38.491Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:04:38.491Z] #40 5.903 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-17T09:04:38.491Z] #40 6.835 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-17T09:04:38.491Z] #40 8.443 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-17T09:04:38.491Z] #40 8.772 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-17T09:04:38.491Z] #40 8.824 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-17T09:04:38.491Z] #40 12.66 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-17T09:04:38.491Z] #40 12.87 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:38.647Z] #76 ... [2022-06-17T09:04:38.647Z] [2022-06-17T09:04:38.647Z] #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-17T09:04:38.647Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-17T09:04:38.647Z] #53 4.941 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-17T09:04:38.647Z] #53 6.143 go: downloading github.com/fatih/color v1.10.0 [2022-06-17T09:04:38.647Z] #53 6.154 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-17T09:04:38.647Z] #53 6.176 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-17T09:04:38.647Z] #53 6.210 go: downloading github.com/pkg/errors v0.9.1 [2022-06-17T09:04:38.647Z] #53 6.592 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-17T09:04:38.647Z] #53 6.680 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-17T09:04:38.647Z] #53 6.763 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-17T09:04:38.647Z] #53 6.765 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-17T09:04:38.647Z] #53 7.094 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-17T09:04:38.647Z] #53 7.263 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-17T09:04:38.647Z] #53 7.328 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-17T09:04:38.647Z] #53 7.524 go: downloading golang.org/x/tools v0.1.0 [2022-06-17T09:04:38.647Z] #53 ... [2022-06-17T09:04:38.647Z] [2022-06-17T09:04:38.647Z] #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-17T09:04:38.647Z] #26 sha256:1c79aafd0c3c995354c13f1c051491aae1696b8485d5ca5a41835d3c6874f614 [2022-06-17T09:04:38.647Z] #26 4.161 + RM_GOPATH=0 [2022-06-17T09:04:38.647Z] #26 4.161 + TMP_GOPATH= [2022-06-17T09:04:38.647Z] #26 4.161 + : /build [2022-06-17T09:04:38.647Z] #26 4.161 + '[' -z '' ']' [2022-06-17T09:04:38.647Z] #26 4.162 ++ mktemp -d [2022-06-17T09:04:38.647Z] #26 4.166 + export GOPATH=/tmp/tmp.x4CEUZptq1 [2022-06-17T09:04:38.647Z] #26 4.166 + GOPATH=/tmp/tmp.x4CEUZptq1 [2022-06-17T09:04:38.647Z] #26 4.166 + RM_GOPATH=1 [2022-06-17T09:04:38.647Z] #26 4.166 + case "$(go env GOARCH)" in [2022-06-17T09:04:38.647Z] #26 4.167 ++ go env GOARCH [2022-06-17T09:04:38.647Z] #26 4.188 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:38.647Z] #26 4.188 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:04:38.647Z] #26 4.192 ++ dirname /install.sh [2022-06-17T09:04:38.647Z] #26 4.203 + dir=/ [2022-06-17T09:04:38.647Z] #26 4.206 + bin=dockercli [2022-06-17T09:04:38.647Z] #26 4.206 + shift [2022-06-17T09:04:38.647Z] #26 4.207 + '[' '!' -f //dockercli.installer ']' [2022-06-17T09:04:38.647Z] #26 4.207 + . //dockercli.installer [2022-06-17T09:04:38.647Z] #26 4.208 ++ : stable [2022-06-17T09:04:38.647Z] #26 4.208 ++ : 17.06.2-ce [2022-06-17T09:04:38.647Z] #26 4.210 + install_dockercli [2022-06-17T09:04:38.647Z] #26 4.210 Install docker/cli version 17.06.2-ce from stable [2022-06-17T09:04:38.647Z] #26 4.210 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-17T09:04:38.647Z] #26 4.213 ++ uname -m [2022-06-17T09:04:38.647Z] #26 4.227 + arch=aarch64 [2022-06-17T09:04:38.647Z] #26 4.227 + '[' aarch64 '!=' x86_64 ']' [2022-06-17T09:04:38.647Z] #26 4.227 + '[' aarch64 '!=' s390x ']' [2022-06-17T09:04:38.647Z] #26 4.227 + '[' aarch64 '!=' armhf ']' [2022-06-17T09:04:38.647Z] #26 4.227 + build_dockercli [2022-06-17T09:04:38.647Z] #26 4.227 + git clone https://github.com/docker/docker-ce /tmp/tmp.x4CEUZptq1/tmp/docker-ce [2022-06-17T09:04:38.647Z] #26 4.241 Cloning into '/tmp/tmp.x4CEUZptq1/tmp/docker-ce'... [2022-06-17T09:04:38.751Z] #40 ... [2022-06-17T09:04:38.751Z] [2022-06-17T09:04:38.751Z] #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-17T09:04:38.751Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:38.751Z] #47 6.051 + git clone https://github.com/docker/distribution.git . [2022-06-17T09:04:38.751Z] #47 6.051 Cloning into '.'... [2022-06-17T09:04:38.904Z] #26 ... [2022-06-17T09:04:38.904Z] [2022-06-17T09:04:38.904Z] #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-17T09:04:38.904Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-17T09:04:38.904Z] #47 3.472 + git clone https://github.com/docker/distribution.git . [2022-06-17T09:04:38.904Z] #47 3.472 Cloning into '.'... [2022-06-17T09:04:38.904Z] #47 ... [2022-06-17T09:04:38.904Z] [2022-06-17T09:04:38.904Z] #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-17T09:04:38.904Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-17T09:04:38.904Z] #62 4.817 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:38.904Z] #62 4.866 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:38.904Z] #62 4.866 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:38.904Z] #62 5.871 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:04:38.904Z] #62 8.433 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:04:39.011Z] #47 ... [2022-06-17T09:04:39.011Z] [2022-06-17T09:04:39.011Z] #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-17T09:04:39.011Z] #67 sha256:938123cbe5815ac78f0a4f46e89fe7ee779a3128672a1340d52ee5e6a51cc7a8 [2022-06-17T09:04:39.011Z] #67 16.27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-17T09:04:39.144Z] #53 ... [2022-06-17T09:04:39.144Z] [2022-06-17T09:04:39.144Z] #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-17T09:04:39.144Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:04:39.144Z] #57 11.88 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-17T09:04:39.144Z] #57 ... [2022-06-17T09:04:39.144Z] [2022-06-17T09:04:39.144Z] #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-17T09:04:39.144Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:04:39.144Z] #67 20.15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-17T09:04:39.144Z] #67 21.87 go: downloading github.com/google/uuid v1.3.0 [2022-06-17T09:04:39.160Z] #62 ... [2022-06-17T09:04:39.160Z] [2022-06-17T09:04:39.161Z] #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-17T09:04:39.161Z] #31 sha256:589cb1f9ed061dd484faf70b722e0a723d99445c33b9c017e26d09039f2e6ffb [2022-06-17T09:04:39.161Z] #31 1.724 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-17T09:04:39.161Z] #31 2.081 [2022-06-17T09:04:39.161Z] #31 2.332 #=#=# # 2.0% ######################################################################## 100.0% [2022-06-17T09:04:39.161Z] #31 2.679 [2022-06-17T09:04:39.161Z] #31 4.007 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-17T09:04:39.161Z] #31 4.312 [2022-06-17T09:04:39.161Z] #31 4.538 #=#=# 0.1% ######################################################################## 100.0% [2022-06-17T09:04:39.161Z] #31 4.901 [2022-06-17T09:04:39.161Z] #31 8.770 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-17T09:04:39.161Z] #31 10.57 #=#=# [2022-06-17T09:04:39.161Z] #31 10.95 #=#=# 0.0% ############# 19.4% ##################### 29.9% ############################# 41.2% #################################### 50.1% ############################################ 62.3% #################################################### 72.8% ############################################################# 85.4% ###################################################################### 98.5% ######################################################################## 100.0% [2022-06-17T09:04:39.161Z] #31 ... [2022-06-17T09:04:39.161Z] [2022-06-17T09:04:39.161Z] #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-17T09:04:39.161Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-17T09:04:39.161Z] #34 4.275 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-17T09:04:39.161Z] #34 4.277 Cloning into '.'... [2022-06-17T09:04:39.203Z] #51 ... [2022-06-17T09:04:39.203Z] [2022-06-17T09:04:39.203Z] #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-17T09:04:39.203Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:39.203Z] #53 18.96 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-17T09:04:39.271Z] #67 16.43 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-17T09:04:39.271Z] #67 16.55 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-17T09:04:39.404Z] #67 22.14 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-17T09:04:39.417Z] #34 ... [2022-06-17T09:04:39.417Z] [2022-06-17T09:04:39.417Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:04:39.417Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:04:39.417Z] #14 4.045 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:39.417Z] #14 4.077 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:39.418Z] #14 4.077 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:39.418Z] #14 4.984 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:04:39.418Z] #14 7.929 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:04:39.418Z] #14 10.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:04:39.464Z] #53 19.08 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-17T09:04:39.674Z] #14 ... [2022-06-17T09:04:39.674Z] [2022-06-17T09:04:39.674Z] #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-17T09:04:39.674Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:04:39.674Z] #42 4.867 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:39.674Z] #42 4.925 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:39.674Z] #42 4.926 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:39.674Z] #42 5.958 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:04:39.674Z] #42 8.706 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:04:39.674Z] #42 11.72 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:04:39.674Z] #42 ... [2022-06-17T09:04:39.674Z] [2022-06-17T09:04:39.674Z] #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-17T09:04:39.674Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f [2022-06-17T09:04:39.674Z] #76 11.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:04:39.725Z] #53 19.25 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-17T09:04:39.992Z] #53 ... [2022-06-17T09:04:39.992Z] [2022-06-17T09:04:39.992Z] #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-17T09:04:39.992Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:39.992Z] #42 9.566 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:39.992Z] #42 12.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:40.254Z] #42 ... [2022-06-17T09:04:40.254Z] [2022-06-17T09:04:40.254Z] #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-17T09:04:40.254Z] #67 sha256:917fbb21744d8d26a1f6ea826b92fe3bcc90bb2d7c6140045a4f6d95568979f1 [2022-06-17T09:04:40.254Z] #67 11.86 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:04:40.254Z] #67 11.86 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-17T09:04:40.254Z] #67 13.16 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-17T09:04:40.254Z] #67 18.90 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-17T09:04:40.788Z] #67 ... [2022-06-17T09:04:40.788Z] [2022-06-17T09:04:40.788Z] #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-17T09:04:40.788Z] #26 sha256:ddc98bd19c6f46576ef521b8412e18835285a0d8e50063b36dfe9943527733e9 [2022-06-17T09:04:40.788Z] #26 22.55 + mkdir -p /build [2022-06-17T09:04:40.788Z] #26 22.57 + mv docker/docker /build/ [2022-06-17T09:04:40.788Z] #26 22.58 + rmdir docker [2022-06-17T09:04:40.788Z] #26 DONE 23.3s [2022-06-17T09:04:40.788Z] [2022-06-17T09:04:40.788Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-17T09:04:40.788Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:40.788Z] #53 22.72 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-17T09:04:40.788Z] #53 22.75 go: downloading golang.org/x/mod v0.3.0 [2022-06-17T09:04:41.197Z] #67 20.29 go: downloading github.com/google/uuid v1.3.0 [2022-06-17T09:04:41.197Z] #67 20.29 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-17T09:04:41.197Z] #67 ... [2022-06-17T09:04:41.197Z] [2022-06-17T09:04:41.197Z] #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-17T09:04:41.197Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:41.197Z] #51 20.72 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-17T09:04:41.730Z] #53 ... [2022-06-17T09:04:41.730Z] [2022-06-17T09:04:41.730Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-17T09:04:41.730Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:41.730Z] #51 14.37 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:41.730Z] #51 18.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:41.730Z] #51 22.89 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-17T09:04:41.816Z] #67 ... [2022-06-17T09:04:41.817Z] [2022-06-17T09:04:41.817Z] #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-17T09:04:41.817Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:04:41.817Z] #38 18.66 tomll can be used in two ways: [2022-06-17T09:04:41.817Z] #38 18.66 Writing to STDIN and reading from STDOUT: [2022-06-17T09:04:41.817Z] #38 18.66 cat file.toml | tomll > file.toml [2022-06-17T09:04:41.817Z] #38 18.66 [2022-06-17T09:04:41.817Z] #38 18.66 Reading and updating a list of files: [2022-06-17T09:04:41.817Z] #38 18.66 tomll a.toml b.toml c.toml [2022-06-17T09:04:41.817Z] #38 18.66 [2022-06-17T09:04:41.817Z] #38 18.66 When given a list of files, tomll will modify all files in place without asking. [2022-06-17T09:04:41.817Z] #38 DONE 19.2s [2022-06-17T09:04:41.817Z] [2022-06-17T09:04:41.817Z] #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-17T09:04:41.817Z] #67 sha256:938123cbe5815ac78f0a4f46e89fe7ee779a3128672a1340d52ee5e6a51cc7a8 [2022-06-17T09:04:41.817Z] #67 18.97 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:41.990Z] #51 ... [2022-06-17T09:04:41.990Z] [2022-06-17T09:04:41.990Z] #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-17T09:04:41.990Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:41.990Z] #42 14.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:41.990Z] #42 18.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:41.990Z] #42 ... [2022-06-17T09:04:41.990Z] [2022-06-17T09:04:41.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-17T09:04:41.990Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:04:41.990Z] #67 24.56 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-17T09:04:42.252Z] #67 24.85 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:04:42.252Z] #67 ... [2022-06-17T09:04:42.252Z] [2022-06-17T09:04:42.252Z] #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-17T09:04:42.252Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:42.252Z] #62 15.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:42.252Z] #62 20.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:42.513Z] #62 ... [2022-06-17T09:04:42.513Z] [2022-06-17T09:04:42.513Z] #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-17T09:04:42.513Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:04:42.513Z] #67 25.01 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-17T09:04:42.775Z] #67 25.36 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-17T09:04:43.110Z] #51 ... [2022-06-17T09:04:43.110Z] [2022-06-17T09:04:43.110Z] #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-17T09:04:43.110Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:43.110Z] #14 12.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:43.110Z] #14 16.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:43.110Z] #14 ... [2022-06-17T09:04:43.110Z] [2022-06-17T09:04:43.110Z] #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-17T09:04:43.110Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:04:43.110Z] #53 22.11 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-17T09:04:43.110Z] #53 22.12 go: downloading golang.org/x/mod v0.3.0 [2022-06-17T09:04:43.345Z] #67 26.01 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-17T09:04:43.371Z] #53 ... [2022-06-17T09:04:43.371Z] [2022-06-17T09:04:43.371Z] #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-17T09:04:43.371Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:43.371Z] #62 13.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:04:43.371Z] #62 16.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:43.604Z] #67 26.23 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-17T09:04:43.632Z] #62 ... [2022-06-17T09:04:43.632Z] [2022-06-17T09:04:43.632Z] #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-17T09:04:43.632Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:43.632Z] #76 13.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:43.725Z] #67 ... [2022-06-17T09:04:43.725Z] [2022-06-17T09:04:43.725Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-17T09:04:43.725Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:43.725Z] #76 11.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:43.725Z] #76 20.97 Fetched 8539 kB in 16s (549 kB/s) [2022-06-17T09:04:43.725Z] #76 20.97 Reading package lists... [2022-06-17T09:04:43.725Z] #76 ... [2022-06-17T09:04:43.725Z] [2022-06-17T09:04:43.725Z] #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-17T09:04:43.725Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:43.725Z] #36 17.14 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-17T09:04:43.725Z] #36 17.14 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-17T09:04:43.725Z] #36 17.70 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-17T09:04:43.725Z] #36 17.94 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-17T09:04:43.725Z] #36 18.10 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-17T09:04:43.725Z] #36 18.49 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-17T09:04:43.725Z] #36 18.86 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-17T09:04:43.725Z] #36 18.90 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-17T09:04:43.725Z] #36 18.96 go: downloading github.com/peterh/liner v1.2.2 [2022-06-17T09:04:43.725Z] #36 19.19 go: downloading github.com/google/go-dap v0.6.0 [2022-06-17T09:04:43.725Z] #36 19.67 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-17T09:04:43.725Z] #36 20.01 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-17T09:04:43.725Z] #36 20.74 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-17T09:04:43.725Z] #36 20.93 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-17T09:04:43.725Z] #36 20.98 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-17T09:04:43.847Z] #76 ... [2022-06-17T09:04:43.847Z] [2022-06-17T09:04:43.847Z] #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-17T09:04:43.847Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-17T09:04:43.848Z] #51 5.097 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:04:43.848Z] #51 5.165 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:04:43.848Z] #51 5.166 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:04:43.848Z] #51 5.546 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-17T09:04:43.848Z] #51 6.304 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:04:43.848Z] #51 8.950 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:04:43.848Z] #51 12.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:04:43.848Z] #51 15.24 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-17T09:04:43.848Z] #51 ... [2022-06-17T09:04:43.848Z] [2022-06-17T09:04:43.848Z] #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-17T09:04:43.848Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-17T09:04:43.848Z] #36 12.08 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-17T09:04:43.848Z] #36 12.08 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-17T09:04:43.848Z] #36 12.45 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-17T09:04:43.848Z] #36 12.62 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-17T09:04:43.848Z] #36 12.79 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-17T09:04:43.848Z] #36 13.04 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-17T09:04:43.848Z] #36 13.44 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-17T09:04:43.848Z] #36 13.57 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-17T09:04:43.848Z] #36 13.64 go: downloading github.com/peterh/liner v1.2.2 [2022-06-17T09:04:43.848Z] #36 14.13 go: downloading github.com/google/go-dap v0.6.0 [2022-06-17T09:04:43.848Z] #36 14.42 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-17T09:04:43.848Z] #36 14.77 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-17T09:04:43.848Z] #36 15.36 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-17T09:04:43.848Z] #36 15.54 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-17T09:04:43.848Z] #36 15.54 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-17T09:04:43.870Z] #67 26.54 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-17T09:04:43.892Z] #76 ... [2022-06-17T09:04:43.892Z] [2022-06-17T09:04:43.892Z] #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-17T09:04:43.892Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:43.892Z] #36 21.63 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-17T09:04:43.892Z] #36 21.67 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-17T09:04:43.892Z] #36 22.58 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-17T09:04:43.892Z] #36 22.83 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-17T09:04:43.892Z] #36 22.89 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-17T09:04:44.415Z] #36 16.29 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-17T09:04:44.568Z] #36 24.20 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-17T09:04:44.668Z] #36 ... [2022-06-17T09:04:44.668Z] [2022-06-17T09:04:44.668Z] #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-17T09:04:44.668Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:44.668Z] #51 12.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:44.668Z] #51 15.12 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-17T09:04:44.836Z] #36 24.50 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-17T09:04:44.929Z] #51 ... [2022-06-17T09:04:44.929Z] [2022-06-17T09:04:44.929Z] #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-17T09:04:44.929Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:44.929Z] #62 12.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:44.929Z] #62 21.90 Fetched 8539 kB in 16s (543 kB/s) [2022-06-17T09:04:44.929Z] #62 21.90 Reading package lists... [2022-06-17T09:04:44.929Z] #62 ... [2022-06-17T09:04:44.929Z] [2022-06-17T09:04:44.929Z] #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-17T09:04:44.929Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:44.929Z] #42 12.23 Fetched 8539 kB in 9s (943 kB/s) [2022-06-17T09:04:44.929Z] #42 12.23 Reading package lists... [2022-06-17T09:04:45.097Z] #36 ... [2022-06-17T09:04:45.097Z] [2022-06-17T09:04:45.097Z] #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-17T09:04:45.097Z] #26 sha256:dc6caacea50ef4c73d8cef3210bf96ee93772e0e4702e128815e90c9969bbf98 [2022-06-17T09:04:45.097Z] #26 23.16 + mkdir -p /build [2022-06-17T09:04:45.097Z] #26 23.16 + mv docker/docker /build/ [2022-06-17T09:04:45.097Z] #26 23.16 + rmdir docker [2022-06-17T09:04:45.097Z] #26 DONE 24.3s [2022-06-17T09:04:45.097Z] [2022-06-17T09:04:45.097Z] #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-17T09:04:45.097Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:45.097Z] #36 24.64 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-17T09:04:45.190Z] #42 19.09 Reading package lists... [2022-06-17T09:04:45.190Z] #42 ... [2022-06-17T09:04:45.190Z] [2022-06-17T09:04:45.190Z] #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-17T09:04:45.190Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:45.190Z] #36 22.76 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-17T09:04:45.190Z] #36 22.88 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-17T09:04:45.342Z] #36 ... [2022-06-17T09:04:45.342Z] [2022-06-17T09:04:45.342Z] #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-17T09:04:45.342Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:04:45.342Z] #42 17.31 Fetched 8426 kB in 13s (665 kB/s) [2022-06-17T09:04:45.682Z] #36 25.05 go: downloading github.com/peterh/liner v1.2.2 [2022-06-17T09:04:45.943Z] #36 25.53 go: downloading github.com/google/go-dap v0.6.0 [2022-06-17T09:04:46.408Z] #67 ... [2022-06-17T09:04:46.408Z] [2022-06-17T09:04:46.408Z] #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-17T09:04:46.408Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:46.408Z] #76 19.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:04:46.408Z] #76 ... [2022-06-17T09:04:46.408Z] [2022-06-17T09:04:46.408Z] #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-17T09:04:46.408Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:04:46.408Z] #38 29.25 tomll can be used in two ways: [2022-06-17T09:04:46.408Z] #38 29.25 Writing to STDIN and reading from STDOUT: [2022-06-17T09:04:46.408Z] #38 29.25 cat file.toml | tomll > file.toml [2022-06-17T09:04:46.408Z] #38 29.25 [2022-06-17T09:04:46.408Z] #38 29.25 Reading and updating a list of files: [2022-06-17T09:04:46.408Z] #38 29.25 tomll a.toml b.toml c.toml [2022-06-17T09:04:46.408Z] #38 29.25 [2022-06-17T09:04:46.409Z] #38 29.25 When given a list of files, tomll will modify all files in place without asking. [2022-06-17T09:04:46.668Z] #38 DONE 29.5s [2022-06-17T09:04:46.668Z] [2022-06-17T09:04:46.668Z] #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-17T09:04:46.668Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:46.668Z] #36 24.42 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-17T09:04:46.668Z] #36 24.42 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-17T09:04:46.668Z] #36 25.06 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-17T09:04:46.668Z] #36 25.62 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-17T09:04:46.668Z] #36 26.10 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-17T09:04:46.668Z] #36 26.41 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-17T09:04:46.668Z] #36 26.83 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-17T09:04:46.668Z] #36 26.87 go: downloading github.com/peterh/liner v1.2.2 [2022-06-17T09:04:46.668Z] #36 27.20 go: downloading github.com/google/go-dap v0.6.0 [2022-06-17T09:04:46.668Z] #36 27.51 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-17T09:04:46.668Z] #36 28.33 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-17T09:04:46.710Z] #42 17.31 Reading package lists... [2022-06-17T09:04:46.710Z] #42 ... [2022-06-17T09:04:46.710Z] [2022-06-17T09:04:46.710Z] #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-17T09:04:46.710Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-17T09:04:46.710Z] #38 17.45 tomll can be used in two ways: [2022-06-17T09:04:46.710Z] #38 17.46 Writing to STDIN and reading from STDOUT: [2022-06-17T09:04:46.710Z] #38 17.46 cat file.toml | tomll > file.toml [2022-06-17T09:04:46.710Z] #38 17.46 [2022-06-17T09:04:46.710Z] #38 17.46 Reading and updating a list of files: [2022-06-17T09:04:46.710Z] #38 17.46 tomll a.toml b.toml c.toml [2022-06-17T09:04:46.710Z] #38 17.46 [2022-06-17T09:04:46.710Z] #38 17.46 When given a list of files, tomll will modify all files in place without asking. [2022-06-17T09:04:46.710Z] #38 DONE 18.5s [2022-06-17T09:04:46.710Z] [2022-06-17T09:04:46.710Z] #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-17T09:04:46.710Z] #67 sha256:1e043b9cac1237e83156e0e3415e11320e65b8914d94507adb98b4606a43eba8 [2022-06-17T09:04:46.710Z] #67 11.50 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-17T09:04:46.710Z] #67 11.86 go: downloading github.com/google/uuid v1.3.0 [2022-06-17T09:04:46.710Z] #67 11.86 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-17T09:04:46.710Z] #67 12.21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-17T09:04:46.710Z] #67 12.33 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:04:46.710Z] #67 12.44 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-17T09:04:46.710Z] #67 12.56 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-17T09:04:46.710Z] #67 12.86 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-17T09:04:46.710Z] #67 12.96 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-17T09:04:46.710Z] #67 13.07 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-17T09:04:46.710Z] #67 15.00 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:46.883Z] #36 26.37 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-17T09:04:46.928Z] #36 29.88 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-17T09:04:47.453Z] #36 27.10 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-17T09:04:47.496Z] #36 30.28 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-17T09:04:47.496Z] #36 30.33 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-17T09:04:47.600Z] #84 62.19 configure.ac:7: installing './compile' [2022-06-17T09:04:47.600Z] #84 62.19 configure.ac:11: installing './config.guess' [2022-06-17T09:04:47.600Z] #84 62.21 configure.ac:11: installing './config.sub' [2022-06-17T09:04:47.600Z] #84 62.22 configure.ac:8: installing './install-sh' [2022-06-17T09:04:47.600Z] #84 62.23 configure.ac:8: installing './missing' [2022-06-17T09:04:47.600Z] #84 62.40 Makefile.am: installing './depcomp' [2022-06-17T09:04:48.078Z] #67 ... [2022-06-17T09:04:48.078Z] [2022-06-17T09:04:48.078Z] #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-17T09:04:48.078Z] #31 sha256:589cb1f9ed061dd484faf70b722e0a723d99445c33b9c017e26d09039f2e6ffb [2022-06-17T09:04:48.078Z] #31 13.28 [2022-06-17T09:04:48.078Z] #31 18.69 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-17T09:04:48.078Z] #31 20.62 [2022-06-17T09:04:48.078Z] #31 21.00 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:48.340Z] #31 ... [2022-06-17T09:04:48.340Z] [2022-06-17T09:04:48.340Z] #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-17T09:04:48.340Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-17T09:04:48.340Z] #40 10.45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-17T09:04:48.340Z] #40 10.51 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:48.596Z] #40 ... [2022-06-17T09:04:48.596Z] [2022-06-17T09:04:48.596Z] #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-17T09:04:48.596Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-17T09:04:48.596Z] #51 17.64 Fetched 8429 kB in 13s (653 kB/s) [2022-06-17T09:04:48.838Z] #36 28.42 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-17T09:04:48.876Z] #36 ... [2022-06-17T09:04:48.876Z] [2022-06-17T09:04:48.876Z] #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-17T09:04:48.876Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:48.876Z] #42 31.89 Fetched 8539 kB in 24s (354 kB/s) [2022-06-17T09:04:49.159Z] #51 17.64 Reading package lists... [2022-06-17T09:04:49.159Z] #51 ... [2022-06-17T09:04:49.159Z] [2022-06-17T09:04:49.159Z] #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-17T09:04:49.159Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-17T09:04:49.159Z] #62 11.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:04:49.159Z] #62 16.73 Fetched 8426 kB in 12s (691 kB/s) [2022-06-17T09:04:49.410Z] #36 ... [2022-06-17T09:04:49.410Z] [2022-06-17T09:04:49.410Z] #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-17T09:04:49.410Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-17T09:04:49.410Z] #38 28.69 tomll can be used in two ways: [2022-06-17T09:04:49.410Z] #38 28.71 Writing to STDIN and reading from STDOUT: [2022-06-17T09:04:49.410Z] #38 28.71 cat file.toml | tomll > file.toml [2022-06-17T09:04:49.410Z] #38 28.71 [2022-06-17T09:04:49.410Z] #38 28.71 Reading and updating a list of files: [2022-06-17T09:04:49.410Z] #38 28.71 tomll a.toml b.toml c.toml [2022-06-17T09:04:49.410Z] #38 28.71 [2022-06-17T09:04:49.410Z] #38 28.71 When given a list of files, tomll will modify all files in place without asking. [2022-06-17T09:04:49.410Z] #38 DONE 28.9s [2022-06-17T09:04:49.410Z] [2022-06-17T09:04:49.410Z] #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-17T09:04:49.410Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:49.410Z] #36 28.98 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-17T09:04:49.421Z] #62 16.73 Reading package lists... [2022-06-17T09:04:49.421Z] #62 ... [2022-06-17T09:04:49.421Z] [2022-06-17T09:04:49.421Z] #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-17T09:04:49.421Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-17T09:04:49.421Z] #47 20.87 Updating files: 82% (1806/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-17T09:04:49.421Z] #47 21.13 + git checkout -q v2.3.0 [2022-06-17T09:04:49.490Z] #84 64.18 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:04:49.490Z] #84 64.18 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:04:49.490Z] #84 64.42 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:04:49.490Z] #84 64.42 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:04:49.490Z] #84 64.59 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:04:49.670Z] #36 29.20 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-17T09:04:49.747Z] #84 64.71 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:04:49.984Z] #47 ... [2022-06-17T09:04:49.984Z] [2022-06-17T09:04:49.984Z] #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-17T09:04:49.984Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-17T09:04:49.984Z] #53 12.18 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-17T09:04:49.984Z] #53 12.19 go: downloading golang.org/x/mod v0.3.0 [2022-06-17T09:04:50.003Z] #84 64.93 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:04:50.003Z] #84 65.05 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:04:50.003Z] #84 65.13 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:04:50.241Z] #53 ... [2022-06-17T09:04:50.241Z] [2022-06-17T09:04:50.241Z] #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-17T09:04:50.241Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-17T09:04:50.241Z] #62 16.73 Reading package lists... [2022-06-17T09:04:50.471Z] #36 ... [2022-06-17T09:04:50.471Z] [2022-06-17T09:04:50.471Z] #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-17T09:04:50.471Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:50.471Z] #62 21.90 Reading package lists... [2022-06-17T09:04:51.584Z] #36 ... [2022-06-17T09:04:51.584Z] [2022-06-17T09:04:51.584Z] #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-17T09:04:51.584Z] #67 sha256:917fbb21744d8d26a1f6ea826b92fe3bcc90bb2d7c6140045a4f6d95568979f1 [2022-06-17T09:04:51.584Z] #67 20.58 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-17T09:04:51.584Z] #67 20.88 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:04:51.584Z] #67 20.95 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-17T09:04:51.584Z] #67 21.52 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-17T09:04:51.584Z] #67 22.94 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-17T09:04:51.584Z] #67 23.10 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-17T09:04:51.584Z] #67 23.64 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-17T09:04:51.584Z] #67 27.09 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:51.584Z] #67 ... [2022-06-17T09:04:51.584Z] [2022-06-17T09:04:51.584Z] #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-17T09:04:51.584Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:51.584Z] #62 31.00 Fetched 8539 kB in 24s (351 kB/s) [2022-06-17T09:04:53.273Z] #84 ... [2022-06-17T09:04:53.273Z] [2022-06-17T09:04:53.273Z] #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-17T09:04:53.273Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:04:53.273Z] #19 91.43 Reading package lists... [2022-06-17T09:04:53.776Z] #62 28.01 Reading package lists... [2022-06-17T09:04:53.776Z] #62 ... [2022-06-17T09:04:53.776Z] [2022-06-17T09:04:53.776Z] #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-17T09:04:53.776Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:53.776Z] #14 20.68 Fetched 8539 kB in 15s (570 kB/s) [2022-06-17T09:04:53.776Z] #14 20.68 Reading package lists... [2022-06-17T09:04:53.776Z] #14 26.67 Reading package lists... [2022-06-17T09:04:53.776Z] #14 ... [2022-06-17T09:04:53.776Z] [2022-06-17T09:04:53.777Z] #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-17T09:04:53.777Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:04:53.777Z] #55 30.17 go: downloading github.com/fatih/color v1.13.0 [2022-06-17T09:04:53.777Z] #55 30.17 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:04:53.777Z] #55 30.22 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-17T09:04:53.777Z] #55 30.29 go: downloading github.com/spf13/viper v1.10.1 [2022-06-17T09:04:53.777Z] #55 30.62 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-17T09:04:53.777Z] #55 31.02 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-17T09:04:53.777Z] #55 31.06 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-17T09:04:54.443Z] #62 22.41 Reading package lists... [2022-06-17T09:04:54.443Z] #62 ... [2022-06-17T09:04:54.443Z] [2022-06-17T09:04:54.443Z] #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-17T09:04:54.443Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:04:54.443Z] #14 15.84 Fetched 8426 kB in 12s (697 kB/s) [2022-06-17T09:04:54.443Z] #14 15.84 Reading package lists... [2022-06-17T09:04:54.443Z] #14 21.28 Reading package lists... [2022-06-17T09:04:54.443Z] #14 ... [2022-06-17T09:04:54.443Z] [2022-06-17T09:04:54.443Z] #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-17T09:04:54.443Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-17T09:04:54.443Z] #55 25.80 go: downloading github.com/fatih/color v1.13.0 [2022-06-17T09:04:54.443Z] #55 25.81 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:04:54.443Z] #55 25.93 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-17T09:04:54.443Z] #55 26.09 go: downloading github.com/spf13/viper v1.10.1 [2022-06-17T09:04:54.443Z] #55 26.13 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-17T09:04:54.443Z] #55 26.56 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-17T09:04:54.443Z] #55 26.57 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-17T09:04:54.443Z] #55 26.58 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-17T09:04:54.443Z] #55 26.64 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-17T09:04:54.443Z] #55 ... [2022-06-17T09:04:54.443Z] [2022-06-17T09:04:54.443Z] #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-17T09:04:54.443Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f [2022-06-17T09:04:54.443Z] #76 16.59 Fetched 8426 kB in 12s (695 kB/s) [2022-06-17T09:04:54.443Z] #76 16.59 Reading package lists... [2022-06-17T09:04:54.700Z] #76 22.29 Reading package lists... [2022-06-17T09:04:54.700Z] #76 ... [2022-06-17T09:04:54.700Z] [2022-06-17T09:04:54.700Z] #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-17T09:04:54.700Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:04:54.700Z] #14 21.28 Reading package lists... [2022-06-17T09:04:54.717Z] #55 32.31 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-17T09:04:54.977Z] #55 32.41 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-17T09:04:54.977Z] #55 ... [2022-06-17T09:04:54.977Z] [2022-06-17T09:04:54.977Z] #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-17T09:04:54.977Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:54.977Z] #51 22.28 Fetched 8542 kB in 17s (508 kB/s) [2022-06-17T09:04:54.977Z] #51 22.28 Reading package lists... [2022-06-17T09:04:54.977Z] #51 28.52 Reading package lists... [2022-06-17T09:04:54.977Z] #51 ... [2022-06-17T09:04:54.977Z] [2022-06-17T09:04:54.977Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:04:54.977Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:54.977Z] #14 26.67 Reading package lists... [2022-06-17T09:04:55.454Z] #42 31.89 Reading package lists... [2022-06-17T09:04:55.454Z] #42 ... [2022-06-17T09:04:55.454Z] [2022-06-17T09:04:55.454Z] #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-17T09:04:55.454Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:55.454Z] #36 32.57 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-17T09:04:55.454Z] #36 32.97 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-17T09:04:55.454Z] #36 34.25 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-17T09:04:56.024Z] #36 ... [2022-06-17T09:04:56.024Z] [2022-06-17T09:04:56.024Z] #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-17T09:04:56.024Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:04:56.024Z] #14 28.79 Fetched 8539 kB in 22s (384 kB/s) [2022-06-17T09:04:56.024Z] #14 28.79 Reading package lists... [2022-06-17T09:04:56.068Z] #14 26.42 Building dependency tree...#14 ... [2022-06-17T09:04:56.068Z] [2022-06-17T09:04:56.068Z] #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-17T09:04:56.068Z] #31 sha256:589cb1f9ed061dd484faf70b722e0a723d99445c33b9c017e26d09039f2e6ffb [2022-06-17T09:04:56.068Z] #31 22.37 [2022-06-17T09:04:56.068Z] #31 25.29 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-17T09:04:56.068Z] #31 27.06 [2022-06-17T09:04:56.068Z] #31 27.40 #=#=# ######################################################################## 100.0% [2022-06-17T09:04:56.068Z] #31 28.73 [2022-06-17T09:04:56.068Z] #31 29.06 Download of images into '/build' complete. [2022-06-17T09:04:56.068Z] #31 29.08 Use something like the following to load the result into a Docker daemon: [2022-06-17T09:04:56.068Z] #31 29.08 tar -cC '/build' . | docker load [2022-06-17T09:04:56.068Z] #31 DONE 29.2s [2022-06-17T09:04:56.068Z] [2022-06-17T09:04:56.068Z] #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-17T09:04:56.068Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:04:56.068Z] #14 26.42 Building dependency tree... [2022-06-17T09:04:56.855Z] #14 39.06 Reading package lists... [2022-06-17T09:04:56.855Z] #14 ... [2022-06-17T09:04:56.855Z] [2022-06-17T09:04:56.855Z] #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-17T09:04:56.855Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:04:56.855Z] #67 29.30 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:04:56.855Z] #67 ... [2022-06-17T09:04:56.855Z] [2022-06-17T09:04:56.855Z] #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-17T09:04:56.855Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:56.855Z] #51 32.72 Fetched 8542 kB in 25s (343 kB/s) [2022-06-17T09:04:56.886Z] #14 32.65 Building dependency tree... [2022-06-17T09:04:57.456Z] #14 ... [2022-06-17T09:04:57.456Z] [2022-06-17T09:04:57.456Z] #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-17T09:04:57.456Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:57.456Z] #42 19.09 Reading package lists... [2022-06-17T09:04:57.456Z] #42 25.26 Building dependency tree... [2022-06-17T09:04:57.456Z] #42 28.90 The following additional packages will be installed: [2022-06-17T09:04:57.456Z] #42 28.94 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-17T09:04:57.456Z] #42 28.94 Suggested packages: [2022-06-17T09:04:57.456Z] #42 28.94 cmake-doc ninja-build lrzip [2022-06-17T09:04:57.456Z] #42 28.94 Recommended packages: [2022-06-17T09:04:57.456Z] #42 28.94 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-17T09:04:57.456Z] #42 29.97 The following NEW packages will be installed: [2022-06-17T09:04:57.456Z] #42 30.02 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-17T09:04:57.456Z] #42 30.02 vim-common xxd [2022-06-17T09:04:57.456Z] #42 30.47 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:04:57.456Z] #42 30.47 Need to get 17.7 MB of archives. [2022-06-17T09:04:57.456Z] #42 30.47 After this operation, 70.7 MB of additional disk space will be used. [2022-06-17T09:04:57.456Z] #42 30.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:04:57.456Z] #42 30.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-17T09:04:57.456Z] #42 30.48 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-17T09:04:57.456Z] #42 30.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-17T09:04:57.456Z] #42 31.30 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-17T09:04:57.456Z] #42 31.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-17T09:04:57.456Z] #42 31.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-17T09:04:57.456Z] #42 31.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-17T09:04:57.456Z] #42 31.37 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-17T09:04:57.456Z] #42 31.37 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-17T09:04:57.456Z] #42 33.11 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:04:57.456Z] #42 33.36 Fetched 17.7 MB in 2s (10.5 MB/s) [2022-06-17T09:04:57.456Z] #42 33.48 Selecting previously unselected package xxd. [2022-06-17T09:04:57.456Z] #42 33.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:04:57.456Z] #42 33.62 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:04:57.456Z] #42 33.63 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:04:57.456Z] #42 33.82 Selecting previously unselected package vim-common. [2022-06-17T09:04:57.456Z] #42 33.83 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:04:57.456Z] #42 33.86 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:04:57.456Z] #42 34.20 Selecting previously unselected package cmake-data. [2022-06-17T09:04:57.456Z] #42 34.21 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-17T09:04:57.456Z] #42 34.21 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:04:58.173Z] #62 31.00 Reading package lists... [2022-06-17T09:04:58.173Z] #62 ... [2022-06-17T09:04:58.173Z] [2022-06-17T09:04:58.173Z] #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-17T09:04:58.173Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:58.173Z] #76 26.65 Fetched 8539 kB in 21s (401 kB/s) [2022-06-17T09:04:58.173Z] #76 26.65 Reading package lists... [2022-06-17T09:04:58.173Z] #76 ... [2022-06-17T09:04:58.173Z] [2022-06-17T09:04:58.173Z] #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-17T09:04:58.173Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:04:58.173Z] #36 31.46 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-17T09:04:58.173Z] #36 31.61 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-17T09:04:58.173Z] #36 ... [2022-06-17T09:04:58.173Z] [2022-06-17T09:04:58.173Z] #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-17T09:04:58.173Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:58.173Z] #76 36.88 Reading package lists... [2022-06-17T09:04:58.173Z] #76 ... [2022-06-17T09:04:58.173Z] [2022-06-17T09:04:58.173Z] #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-17T09:04:58.173Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:58.173Z] #42 27.32 Fetched 8539 kB in 22s (386 kB/s) [2022-06-17T09:04:58.173Z] #42 27.32 Reading package lists... [2022-06-17T09:04:58.241Z] #51 32.72 Reading package lists... [2022-06-17T09:04:58.241Z] #51 ... [2022-06-17T09:04:58.241Z] [2022-06-17T09:04:58.241Z] #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-17T09:04:58.241Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:04:58.241Z] #42 31.89 Reading package lists... [2022-06-17T09:04:58.408Z] #42 ... [2022-06-17T09:04:58.408Z] [2022-06-17T09:04:58.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-17T09:04:58.408Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:04:58.408Z] #55 35.92 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-17T09:04:58.408Z] #55 35.92 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:04:58.408Z] #55 35.94 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-17T09:04:58.668Z] #55 36.18 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-17T09:04:58.668Z] #55 36.23 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-17T09:04:58.668Z] #55 36.24 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-17T09:04:58.668Z] #55 36.30 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-17T09:04:58.668Z] #55 36.32 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-17T09:04:58.747Z] #42 36.99 Reading package lists... [2022-06-17T09:04:58.747Z] #42 ... [2022-06-17T09:04:58.747Z] [2022-06-17T09:04:58.747Z] #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-17T09:04:58.747Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:58.929Z] #55 36.41 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-17T09:04:58.929Z] #55 36.43 go: downloading github.com/spf13/afero v1.6.0 [2022-06-17T09:04:58.929Z] #55 36.59 go: downloading github.com/spf13/cast v1.4.1 [2022-06-17T09:04:59.188Z] #55 36.66 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-17T09:04:59.188Z] #55 36.70 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-17T09:04:59.188Z] #55 36.70 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-17T09:04:59.188Z] #55 36.79 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-17T09:04:59.188Z] #55 36.83 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-17T09:04:59.188Z] #55 36.85 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-17T09:04:59.188Z] #55 36.86 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-17T09:04:59.188Z] #55 36.88 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-17T09:04:59.188Z] #55 36.90 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-17T09:04:59.188Z] #55 ... [2022-06-17T09:04:59.188Z] [2022-06-17T09:04:59.188Z] #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-17T09:04:59.189Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:59.189Z] #76 20.97 Reading package lists... [2022-06-17T09:04:59.189Z] #76 27.13 Reading package lists... [2022-06-17T09:04:59.189Z] #76 33.28 Building dependency tree... [2022-06-17T09:04:59.355Z] #14 30.89 The following additional packages will be installed: [2022-06-17T09:04:59.355Z] #14 30.90 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:04:59.355Z] #14 30.90 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-17T09:04:59.355Z] #14 30.90 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-17T09:04:59.355Z] #14 30.90 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-17T09:04:59.355Z] #14 30.91 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-17T09:04:59.355Z] #14 30.92 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-17T09:04:59.355Z] #14 30.92 mingw-w64-common mingw-w64-x86-64-dev [2022-06-17T09:04:59.355Z] #14 30.92 Suggested packages: [2022-06-17T09:04:59.355Z] #14 30.94 gcc-10-locales seccomp wine64 [2022-06-17T09:04:59.385Z] #42 41.49 Reading package lists... [2022-06-17T09:04:59.385Z] #42 ... [2022-06-17T09:04:59.385Z] [2022-06-17T09:04:59.385Z] #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-17T09:04:59.385Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:04:59.385Z] #76 32.11 Fetched 8539 kB in 24s (350 kB/s) [2022-06-17T09:04:59.385Z] #76 32.11 Reading package lists... [2022-06-17T09:04:59.385Z] #76 41.48 Reading package lists... [2022-06-17T09:04:59.385Z] #76 ... [2022-06-17T09:04:59.385Z] [2022-06-17T09:04:59.385Z] #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-17T09:04:59.385Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:04:59.385Z] #51 32.72 Reading package lists... [2022-06-17T09:04:59.448Z] #76 ... [2022-06-17T09:04:59.449Z] [2022-06-17T09:04:59.449Z] #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-17T09:04:59.449Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:04:59.449Z] #55 36.90 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-17T09:04:59.449Z] #55 36.92 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-17T09:04:59.449Z] #55 36.97 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-17T09:04:59.645Z] #51 42.02 Reading package lists... [2022-06-17T09:04:59.645Z] #51 ... [2022-06-17T09:04:59.645Z] [2022-06-17T09:04:59.645Z] #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-17T09:04:59.645Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:04:59.645Z] #62 32.35 Fetched 8539 kB in 24s (351 kB/s) [2022-06-17T09:04:59.645Z] #62 32.35 Reading package lists... [2022-06-17T09:04:59.645Z] #62 41.95 Reading package lists... [2022-06-17T09:04:59.645Z] #62 ... [2022-06-17T09:04:59.645Z] [2022-06-17T09:04:59.645Z] #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-17T09:04:59.645Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:04:59.709Z] #55 37.06 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-17T09:04:59.709Z] #55 37.11 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-17T09:04:59.709Z] #55 37.30 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-17T09:04:59.709Z] #55 37.37 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-17T09:04:59.709Z] #55 37.41 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-17T09:04:59.858Z] #19 113.4 Building dependency tree... [2022-06-17T09:05:00.282Z] #14 32.24 The following NEW packages will be installed: [2022-06-17T09:05:00.282Z] #14 32.25 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:05:00.282Z] #14 32.26 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-17T09:05:00.282Z] #14 32.26 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-17T09:05:00.282Z] #14 32.26 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-17T09:05:00.282Z] #14 32.26 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-17T09:05:00.282Z] #14 32.26 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-17T09:05:00.282Z] #14 32.27 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-17T09:05:00.282Z] #14 32.27 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-17T09:05:00.282Z] #14 32.27 mingw-w64-x86-64-dev [2022-06-17T09:05:00.294Z] #55 37.76 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-17T09:05:00.294Z] #55 37.85 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-17T09:05:00.294Z] #55 37.89 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-17T09:05:00.294Z] #55 37.93 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-17T09:05:00.294Z] #55 37.97 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-17T09:05:00.324Z] #47 37.93 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-17T09:05:00.324Z] #47 39.40 + git checkout -q v2.3.0 [2022-06-17T09:05:00.538Z] #14 32.66 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:00.538Z] #14 32.66 Need to get 108 MB of archives. [2022-06-17T09:05:00.538Z] #14 32.66 After this operation, 620 MB of additional disk space will be used. [2022-06-17T09:05:00.538Z] #14 32.66 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-17T09:05:00.554Z] #55 38.00 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-17T09:05:00.554Z] #55 38.15 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-17T09:05:00.795Z] #14 32.82 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-17T09:05:00.795Z] #14 ... [2022-06-17T09:05:00.795Z] [2022-06-17T09:05:00.795Z] #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-17T09:05:00.795Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:05:00.795Z] #42 17.31 Reading package lists... [2022-06-17T09:05:00.795Z] #42 22.98 Reading package lists... [2022-06-17T09:05:00.795Z] #42 27.70 Building dependency tree... [2022-06-17T09:05:00.795Z] #42 31.91 The following additional packages will be installed: [2022-06-17T09:05:00.795Z] #42 31.92 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-17T09:05:00.795Z] #42 31.94 Suggested packages: [2022-06-17T09:05:00.795Z] #42 31.94 cmake-doc ninja-build lrzip [2022-06-17T09:05:00.795Z] #42 31.94 Recommended packages: [2022-06-17T09:05:00.795Z] #42 31.94 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-17T09:05:00.795Z] #42 32.63 The following NEW packages will be installed: [2022-06-17T09:05:00.795Z] #42 32.65 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-17T09:05:00.795Z] #42 32.66 vim-common xxd [2022-06-17T09:05:00.795Z] #42 ... [2022-06-17T09:05:00.795Z] [2022-06-17T09:05:00.795Z] #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-17T09:05:00.795Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:05:00.795Z] #14 32.89 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-17T09:05:00.795Z] #14 32.91 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-17T09:05:00.795Z] #14 32.92 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-17T09:05:00.795Z] #14 32.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-17T09:05:00.813Z] #55 38.22 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-17T09:05:00.813Z] #55 38.26 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-17T09:05:00.813Z] #55 38.31 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-17T09:05:00.813Z] #55 38.35 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-17T09:05:00.813Z] #55 ... [2022-06-17T09:05:00.813Z] [2022-06-17T09:05:00.813Z] #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-17T09:05:00.813Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:05:00.813Z] #47 27.95 Updating files: 74% (1614/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-17T09:05:00.813Z] #47 28.46 + git checkout -q v2.3.0 [2022-06-17T09:05:00.813Z] #47 30.29 + 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-17T09:05:00.813Z] #47 ... [2022-06-17T09:05:00.813Z] [2022-06-17T09:05:00.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-17T09:05:00.814Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:00.814Z] #55 38.36 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-17T09:05:00.814Z] #55 38.40 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-17T09:05:00.814Z] #55 38.43 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-17T09:05:00.814Z] #55 38.47 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-17T09:05:01.051Z] #14 ... [2022-06-17T09:05:01.051Z] [2022-06-17T09:05:01.051Z] #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-17T09:05:01.051Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-17T09:05:01.051Z] #47 22.70 + 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-17T09:05:01.051Z] #47 ... [2022-06-17T09:05:01.051Z] [2022-06-17T09:05:01.051Z] #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-17T09:05:01.051Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-17T09:05:01.051Z] #51 17.64 Reading package lists... [2022-06-17T09:05:01.051Z] #51 23.12 Reading package lists... [2022-06-17T09:05:01.051Z] #51 28.38 Building dependency tree... [2022-06-17T09:05:01.051Z] #51 32.33 The following additional packages will be installed: [2022-06-17T09:05:01.051Z] #51 32.34 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:01.051Z] #51 32.34 python3-protobuf python3-six [2022-06-17T09:05:01.051Z] #51 32.35 Suggested packages: [2022-06-17T09:05:01.051Z] #51 32.37 python3-setuptools [2022-06-17T09:05:01.051Z] #51 32.37 Recommended packages: [2022-06-17T09:05:01.051Z] #51 32.37 iproute2 | iproute [2022-06-17T09:05:01.051Z] #51 ... [2022-06-17T09:05:01.051Z] [2022-06-17T09:05:01.051Z] #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-17T09:05:01.051Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:05:01.051Z] #42 33.12 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:01.051Z] #42 33.12 Need to get 15.6 MB of archives. [2022-06-17T09:05:01.051Z] #42 33.12 After this operation, 67.4 MB of additional disk space will be used. [2022-06-17T09:05:01.051Z] #42 33.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:05:01.051Z] #42 33.12 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-17T09:05:01.051Z] #42 33.13 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-17T09:05:01.051Z] #42 33.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-17T09:05:01.073Z] #55 38.50 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-17T09:05:01.073Z] #55 38.50 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-17T09:05:01.073Z] #55 38.59 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-17T09:05:01.073Z] #55 38.63 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-17T09:05:01.073Z] #55 38.70 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-17T09:05:01.073Z] #55 38.81 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-17T09:05:01.266Z] #47 ... [2022-06-17T09:05:01.266Z] [2022-06-17T09:05:01.266Z] #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-17T09:05:01.266Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:01.266Z] #14 30.80 Fetched 8539 kB in 24s (359 kB/s) [2022-06-17T09:05:01.266Z] #14 30.80 Reading package lists... [2022-06-17T09:05:01.334Z] #55 38.93 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-17T09:05:01.334Z] #55 38.96 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-17T09:05:01.463Z] #47 42.30 Updating files: 47% (1030/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: 81% (1778/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-17T09:05:01.463Z] #47 44.03 + git checkout -q v2.3.0 [2022-06-17T09:05:01.526Z] #14 39.79 Reading package lists... [2022-06-17T09:05:01.526Z] #14 ... [2022-06-17T09:05:01.526Z] [2022-06-17T09:05:01.526Z] #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-17T09:05:01.526Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:01.526Z] #62 31.00 Reading package lists... [2022-06-17T09:05:01.603Z] #55 39.17 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-17T09:05:01.603Z] #55 39.21 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-17T09:05:01.616Z] #42 33.66 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-17T09:05:01.616Z] #42 33.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-06-17T09:05:01.616Z] #42 33.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-06-17T09:05:01.616Z] #42 33.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-06-17T09:05:01.616Z] #42 33.71 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-06-17T09:05:01.616Z] #42 33.71 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-06-17T09:05:01.866Z] #55 39.36 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-17T09:05:01.866Z] #55 39.50 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-17T09:05:02.127Z] #55 39.52 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-17T09:05:02.127Z] #55 39.55 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-17T09:05:02.127Z] #55 39.55 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-17T09:05:02.127Z] #55 39.58 go: downloading github.com/julz/importas v0.1.0 [2022-06-17T09:05:02.127Z] #55 39.60 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-17T09:05:02.127Z] #55 39.63 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-17T09:05:02.127Z] #55 39.65 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-17T09:05:02.127Z] #55 39.72 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-17T09:05:02.388Z] #55 39.79 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-17T09:05:02.388Z] #55 39.79 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-17T09:05:02.388Z] #55 39.83 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-17T09:05:02.388Z] #55 39.90 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-17T09:05:02.388Z] #55 39.97 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-17T09:05:02.388Z] #55 40.03 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-17T09:05:02.650Z] #55 40.05 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-17T09:05:02.650Z] #55 40.09 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-17T09:05:02.927Z] #55 ... [2022-06-17T09:05:02.927Z] [2022-06-17T09:05:02.927Z] #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-17T09:05:02.927Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:05:02.927Z] #57 40.14 v3.0.2 [2022-06-17T09:05:02.927Z] #57 DONE 40.6s [2022-06-17T09:05:03.192Z] [2022-06-17T09:05:03.192Z] #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-17T09:05:03.192Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:03.192Z] #76 37.09 python3 is already the newest version (3.9.2-3). [2022-06-17T09:05:03.192Z] #76 37.09 The following additional packages will be installed: [2022-06-17T09:05:03.192Z] #76 37.11 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-17T09:05:03.192Z] #76 37.12 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-17T09:05:03.192Z] #76 37.13 Suggested packages: [2022-06-17T09:05:03.192Z] #76 37.14 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-17T09:05:03.192Z] #76 37.14 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-17T09:05:03.192Z] #76 37.14 m4-doc ed diffutils-doc [2022-06-17T09:05:03.192Z] #76 37.14 Recommended packages: [2022-06-17T09:05:03.192Z] #76 37.14 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-17T09:05:03.192Z] #76 38.56 The following NEW packages will be installed: [2022-06-17T09:05:03.192Z] #76 38.59 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-17T09:05:03.192Z] #76 38.60 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-17T09:05:03.192Z] #76 38.60 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-17T09:05:03.192Z] #76 38.60 libyajl2 m4 patch xz-utils [2022-06-17T09:05:03.192Z] #76 39.03 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:03.192Z] #76 39.03 Need to get 5939 kB of archives. [2022-06-17T09:05:03.192Z] #76 39.03 After this operation, 18.7 MB of additional disk space will be used. [2022-06-17T09:05:03.192Z] #76 39.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:05:03.192Z] #76 39.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-17T09:05:03.192Z] #76 39.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-17T09:05:03.192Z] #76 39.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-17T09:05:03.192Z] #76 39.06 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-17T09:05:03.192Z] #76 39.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-17T09:05:03.192Z] #76 39.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-17T09:05:03.192Z] #76 39.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-17T09:05:03.192Z] #76 39.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-17T09:05:03.192Z] #76 39.15 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-17T09:05:03.192Z] #76 39.20 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:05:03.192Z] #76 39.22 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-17T09:05:03.192Z] #76 39.30 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-17T09:05:03.192Z] #76 39.31 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:05:03.192Z] #76 39.32 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-17T09:05:03.192Z] #76 39.32 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-17T09:05:03.192Z] #76 39.33 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-17T09:05:03.192Z] #76 39.33 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-17T09:05:03.192Z] #76 39.34 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:05:03.192Z] #76 39.39 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-17T09:05:03.192Z] #76 39.41 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:05:03.192Z] #76 39.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:05:03.192Z] #76 39.42 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-17T09:05:03.192Z] #76 40.75 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:03.453Z] #76 40.97 Fetched 5939 kB in 1s (8070 kB/s) [2022-06-17T09:05:03.453Z] #76 41.06 Selecting previously unselected package bzip2. [2022-06-17T09:05:03.713Z] #76 41.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:03.713Z] #76 41.17 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:05:03.713Z] #76 41.17 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:05:03.713Z] #76 41.33 Selecting previously unselected package libmagic-mgc. [2022-06-17T09:05:03.713Z] #76 41.33 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:03.974Z] #76 41.33 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:04.022Z] #42 35.56 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:04.022Z] #42 ... [2022-06-17T09:05:04.022Z] [2022-06-17T09:05:04.022Z] #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-17T09:05:04.022Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-17T09:05:04.022Z] #57 34.28 v3.0.2 [2022-06-17T09:05:04.022Z] #57 DONE 36.2s [2022-06-17T09:05:04.029Z] #19 124.2 The following additional packages will be installed: [2022-06-17T09:05:04.029Z] #19 124.2 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-17T09:05:04.029Z] #19 124.2 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-17T09:05:04.029Z] #19 124.2 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-17T09:05:04.029Z] #19 124.2 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-17T09:05:04.029Z] #19 124.2 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-17T09:05:04.029Z] #19 124.2 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-17T09:05:04.029Z] #19 124.2 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-17T09:05:04.029Z] #19 124.2 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-17T09:05:04.029Z] #19 124.2 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.2 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-17T09:05:04.029Z] #19 124.2 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-17T09:05:04.029Z] #19 124.2 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-17T09:05:04.029Z] #19 124.2 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-17T09:05:04.029Z] #19 124.2 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-17T09:05:04.029Z] #19 124.2 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-17T09:05:04.029Z] #19 124.2 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-17T09:05:04.029Z] #19 124.2 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-17T09:05:04.029Z] #19 124.2 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-17T09:05:04.029Z] #19 124.2 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-17T09:05:04.029Z] #19 124.2 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-17T09:05:04.029Z] #19 124.2 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-17T09:05:04.029Z] #19 124.2 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-17T09:05:04.029Z] #19 124.2 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-17T09:05:04.029Z] #19 124.2 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-17T09:05:04.029Z] #19 124.2 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-17T09:05:04.029Z] #19 124.3 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-17T09:05:04.029Z] #19 124.3 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-17T09:05:04.029Z] #19 124.3 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-17T09:05:04.029Z] #19 124.3 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-17T09:05:04.029Z] #19 124.3 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-17T09:05:04.029Z] #19 124.3 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-17T09:05:04.029Z] #19 124.3 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-17T09:05:04.029Z] #19 124.3 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-17T09:05:04.029Z] #19 124.3 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-17T09:05:04.029Z] #19 124.3 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-17T09:05:04.029Z] #19 124.3 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-17T09:05:04.029Z] #19 124.3 linux-libc-dev-s390x-cross patch xz-utils [2022-06-17T09:05:04.029Z] #19 124.3 Suggested packages: [2022-06-17T09:05:04.029Z] #19 124.3 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-17T09:05:04.029Z] #19 124.3 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.3 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-17T09:05:04.029Z] #19 124.3 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-17T09:05:04.029Z] #19 124.3 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-17T09:05:04.029Z] #19 124.3 libyaml-shell-perl ed diffutils-doc [2022-06-17T09:05:04.029Z] #19 124.3 Recommended packages: [2022-06-17T09:05:04.029Z] #19 124.3 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-17T09:05:04.029Z] #19 124.3 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-17T09:05:04.278Z] [2022-06-17T09:05:04.278Z] #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-17T09:05:04.278Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-17T09:05:04.278Z] #40 35.99 NAME: [2022-06-17T09:05:04.278Z] #40 35.99 go-winres - A tool for embedding resources in Windows executables [2022-06-17T09:05:04.278Z] #40 35.99 [2022-06-17T09:05:04.278Z] #40 35.99 USAGE: [2022-06-17T09:05:04.278Z] #40 35.99 go-winres [global options] command [command options] [arguments...] [2022-06-17T09:05:04.278Z] #40 35.99 [2022-06-17T09:05:04.278Z] #40 35.99 COMMANDS: [2022-06-17T09:05:04.278Z] #40 35.99 init Create an initial ./winres/winres.json [2022-06-17T09:05:04.278Z] #40 35.99 make Make syso files for the "go build" command [2022-06-17T09:05:04.278Z] #40 35.99 simply Make syso files for the "go build" command (simplified) [2022-06-17T09:05:04.278Z] #40 35.99 extract Extract all resources from an executable [2022-06-17T09:05:04.278Z] #40 35.99 patch Replace resources in an executable file (exe, dll) [2022-06-17T09:05:04.278Z] #40 35.99 help, h Shows a list of commands or help for one command [2022-06-17T09:05:04.278Z] #40 35.99 [2022-06-17T09:05:04.278Z] #40 35.99 GLOBAL OPTIONS: [2022-06-17T09:05:04.278Z] #40 35.99 --help, -h show help (default: false) [2022-06-17T09:05:04.286Z] #19 ... [2022-06-17T09:05:04.286Z] [2022-06-17T09:05:04.286Z] #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-17T09:05:04.286Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:04.286Z] #84 79.45 configure.ac:7: installing 'build-aux/compile' [2022-06-17T09:05:04.542Z] #84 79.45 configure.ac:9: installing 'build-aux/config.guess' [2022-06-17T09:05:04.542Z] #84 79.47 configure.ac:9: installing 'build-aux/config.sub' [2022-06-17T09:05:04.542Z] #84 79.47 configure.ac:11: installing 'build-aux/install-sh' [2022-06-17T09:05:04.542Z] #84 79.48 configure.ac:11: installing 'build-aux/missing' [2022-06-17T09:05:04.563Z] #76 42.15 Selecting previously unselected package libmagic1:amd64. [2022-06-17T09:05:04.563Z] #76 42.15 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:04.563Z] #76 42.15 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:05:04.760Z] #47 47.06 + 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-17T09:05:04.798Z] #84 79.65 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:05:04.798Z] #84 79.75 parallel-tests: installing 'build-aux/test-driver' [2022-06-17T09:05:04.822Z] #62 40.05 Reading package lists... [2022-06-17T09:05:04.822Z] #62 ... [2022-06-17T09:05:04.822Z] [2022-06-17T09:05:04.822Z] #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-17T09:05:04.822Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:04.822Z] #51 33.80 Fetched 8542 kB in 27s (320 kB/s) [2022-06-17T09:05:04.822Z] #51 33.80 Reading package lists... [2022-06-17T09:05:04.822Z] #51 43.03 Reading package lists... [2022-06-17T09:05:04.822Z] #51 ... [2022-06-17T09:05:04.822Z] [2022-06-17T09:05:04.822Z] #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-17T09:05:04.822Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:05:04.822Z] #47 43.10 + 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-17T09:05:04.824Z] #76 42.25 Selecting previously unselected package file. [2022-06-17T09:05:04.824Z] #76 42.25 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:04.824Z] #76 42.33 Unpacking file (1:5.39-3) ... [2022-06-17T09:05:05.085Z] #76 ... [2022-06-17T09:05:05.085Z] [2022-06-17T09:05:05.085Z] #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-17T09:05:05.085Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:05.085Z] #62 28.01 Reading package lists... [2022-06-17T09:05:05.085Z] #62 34.27 Building dependency tree... [2022-06-17T09:05:05.085Z] #62 37.87 The following additional packages will be installed: [2022-06-17T09:05:05.085Z] #62 37.89 libbtrfs0 [2022-06-17T09:05:05.085Z] #62 38.14 The following NEW packages will be installed: [2022-06-17T09:05:05.085Z] #62 38.14 libbtrfs-dev libbtrfs0 [2022-06-17T09:05:05.085Z] #62 38.65 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:05.085Z] #62 38.65 Need to get 460 kB of archives. [2022-06-17T09:05:05.085Z] #62 38.65 After this operation, 1237 kB of additional disk space will be used. [2022-06-17T09:05:05.085Z] #62 38.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:05:05.085Z] #62 38.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:05:05.085Z] #62 39.98 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:05.085Z] #62 40.33 Fetched 460 kB in 0s (1191 kB/s) [2022-06-17T09:05:05.085Z] #62 40.71 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:05:05.085Z] #62 40.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-17T09:05:05.085Z] #62 40.78 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:05:05.085Z] #62 40.82 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:05:05.085Z] #62 41.10 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:05:05.085Z] #62 41.10 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:05:05.085Z] #62 41.17 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:05:05.085Z] #62 41.52 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:05:05.085Z] #62 41.53 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:05:05.085Z] #62 41.55 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:05.085Z] #62 DONE 42.5s [2022-06-17T09:05:05.085Z] [2022-06-17T09:05:05.085Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-17T09:05:05.085Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:05.085Z] #76 42.55 Selecting previously unselected package xz-utils. [2022-06-17T09:05:05.085Z] #76 42.55 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:05:05.085Z] #76 42.55 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:05.085Z] #76 ... [2022-06-17T09:05:05.085Z] [2022-06-17T09:05:05.085Z] #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-17T09:05:05.085Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:05.085Z] #55 40.98 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-17T09:05:05.085Z] #55 40.98 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-17T09:05:05.085Z] #55 40.98 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-17T09:05:05.085Z] #55 41.04 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-17T09:05:05.085Z] #55 41.17 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-17T09:05:05.085Z] #55 41.17 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-17T09:05:05.085Z] #55 41.21 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-17T09:05:05.085Z] #55 41.30 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-17T09:05:05.085Z] #55 41.31 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-17T09:05:05.085Z] #55 41.59 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-17T09:05:05.085Z] #55 41.64 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-17T09:05:05.085Z] #55 41.67 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-17T09:05:05.085Z] #55 41.67 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-17T09:05:05.085Z] #55 41.70 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-17T09:05:05.085Z] #55 41.72 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-17T09:05:05.085Z] #55 41.79 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-17T09:05:05.085Z] #55 41.82 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-17T09:05:05.085Z] #55 41.85 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-17T09:05:05.085Z] #55 41.93 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-17T09:05:05.085Z] #55 41.97 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-17T09:05:05.085Z] #55 42.15 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-17T09:05:05.085Z] #55 42.35 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-17T09:05:05.085Z] #55 42.35 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-17T09:05:05.085Z] #55 42.35 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-17T09:05:05.085Z] #55 42.44 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-17T09:05:05.085Z] #55 42.44 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-17T09:05:05.325Z] #40 DONE 37.1s [2022-06-17T09:05:05.325Z] [2022-06-17T09:05:05.325Z] #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-17T09:05:05.325Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-17T09:05:05.325Z] #55 27.58 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-17T09:05:05.325Z] #55 27.59 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-17T09:05:05.325Z] #55 30.31 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:05:05.325Z] #55 30.35 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-17T09:05:05.325Z] #55 30.45 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-17T09:05:05.325Z] #55 30.54 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-17T09:05:05.325Z] #55 30.66 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-17T09:05:05.325Z] #55 30.69 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-17T09:05:05.325Z] #55 30.73 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-17T09:05:05.325Z] #55 30.74 go: downloading github.com/spf13/afero v1.6.0 [2022-06-17T09:05:05.325Z] #55 30.78 go: downloading github.com/spf13/cast v1.4.1 [2022-06-17T09:05:05.325Z] #55 30.83 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-17T09:05:05.325Z] #55 30.88 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-17T09:05:05.325Z] #55 30.90 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-17T09:05:05.325Z] #55 31.08 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-17T09:05:05.325Z] #55 31.11 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-17T09:05:05.325Z] #55 31.22 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-17T09:05:05.325Z] #55 31.27 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-17T09:05:05.325Z] #55 31.43 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-17T09:05:05.325Z] #55 31.49 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-17T09:05:05.325Z] #55 31.52 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-17T09:05:05.325Z] #55 31.53 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-17T09:05:05.325Z] #55 31.57 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-17T09:05:05.325Z] #55 32.17 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-17T09:05:05.325Z] #55 32.23 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-17T09:05:05.325Z] #55 32.29 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-17T09:05:05.325Z] #55 32.34 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-17T09:05:05.325Z] #55 32.44 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-17T09:05:05.325Z] #55 32.48 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-17T09:05:05.325Z] #55 33.37 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-17T09:05:05.325Z] #55 33.40 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-17T09:05:05.325Z] #55 33.43 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-17T09:05:05.325Z] #55 33.48 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-17T09:05:05.325Z] #55 33.52 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-17T09:05:05.325Z] #55 33.52 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-17T09:05:05.325Z] #55 33.53 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-17T09:05:05.325Z] #55 33.58 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-17T09:05:05.325Z] #55 33.58 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-17T09:05:05.325Z] #55 33.63 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-17T09:05:05.325Z] #55 33.66 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-17T09:05:05.325Z] #55 33.75 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-17T09:05:05.325Z] #55 33.75 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-17T09:05:05.325Z] #55 33.79 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-17T09:05:05.325Z] #55 33.83 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-17T09:05:05.325Z] #55 33.84 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-17T09:05:05.325Z] #55 33.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-17T09:05:05.326Z] #55 33.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-17T09:05:05.326Z] #55 33.95 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-17T09:05:05.326Z] #55 34.03 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-17T09:05:05.326Z] #55 34.16 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-17T09:05:05.326Z] #55 34.17 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-17T09:05:05.326Z] #55 34.23 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-17T09:05:05.326Z] #55 34.24 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-17T09:05:05.326Z] #55 34.30 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-17T09:05:05.326Z] #55 34.35 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-17T09:05:05.326Z] #55 34.43 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-17T09:05:05.326Z] #55 34.44 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-17T09:05:05.326Z] #55 34.48 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-17T09:05:05.326Z] #55 34.49 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-17T09:05:05.326Z] #55 34.50 go: downloading github.com/julz/importas v0.1.0 [2022-06-17T09:05:05.326Z] #55 34.52 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-17T09:05:05.326Z] #55 34.53 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-17T09:05:05.326Z] #55 34.60 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-17T09:05:05.326Z] #55 34.67 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-17T09:05:05.326Z] #55 35.34 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-17T09:05:05.326Z] #55 35.35 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-17T09:05:05.326Z] #55 35.38 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-17T09:05:05.326Z] #55 35.39 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-17T09:05:05.326Z] #55 35.50 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-17T09:05:05.326Z] #55 35.50 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-17T09:05:05.326Z] #55 35.53 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-17T09:05:05.326Z] #55 35.54 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-17T09:05:05.326Z] #55 36.26 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-17T09:05:05.326Z] #55 36.31 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-17T09:05:05.326Z] #55 36.39 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-17T09:05:05.326Z] #55 36.41 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-17T09:05:05.326Z] #55 36.58 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-17T09:05:05.326Z] #55 36.61 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-17T09:05:05.326Z] #55 36.65 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-17T09:05:05.326Z] #55 36.66 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-17T09:05:05.326Z] #55 36.87 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-17T09:05:05.326Z] #55 37.21 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-17T09:05:05.326Z] #55 37.21 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-17T09:05:05.326Z] #55 37.27 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-17T09:05:05.326Z] #55 37.27 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-17T09:05:05.326Z] #55 ... [2022-06-17T09:05:05.326Z] [2022-06-17T09:05:05.326Z] #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-17T09:05:05.326Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f [2022-06-17T09:05:05.326Z] #76 22.29 Reading package lists... [2022-06-17T09:05:05.326Z] #76 27.23 Building dependency tree... [2022-06-17T09:05:05.326Z] #76 31.59 python3 is already the newest version (3.9.2-3). [2022-06-17T09:05:05.326Z] #76 31.59 The following additional packages will be installed: [2022-06-17T09:05:05.326Z] #76 31.60 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-17T09:05:05.326Z] #76 31.62 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-17T09:05:05.326Z] #76 31.62 Suggested packages: [2022-06-17T09:05:05.326Z] #76 31.64 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-17T09:05:05.326Z] #76 31.64 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-17T09:05:05.326Z] #76 31.64 m4-doc ed diffutils-doc [2022-06-17T09:05:05.326Z] #76 31.64 Recommended packages: [2022-06-17T09:05:05.326Z] #76 31.64 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-17T09:05:05.326Z] #76 32.85 The following NEW packages will be installed: [2022-06-17T09:05:05.326Z] #76 32.85 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-17T09:05:05.326Z] #76 32.85 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-17T09:05:05.326Z] #76 32.85 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-17T09:05:05.326Z] #76 32.86 libyajl2 m4 patch xz-utils [2022-06-17T09:05:05.326Z] #76 33.26 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:05.326Z] #76 33.26 Need to get 5914 kB of archives. [2022-06-17T09:05:05.326Z] #76 33.26 After this operation, 18.6 MB of additional disk space will be used. [2022-06-17T09:05:05.326Z] #76 33.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-17T09:05:05.326Z] #76 33.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB] [2022-06-17T09:05:05.326Z] #76 33.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB] [2022-06-17T09:05:05.326Z] #76 33.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB] [2022-06-17T09:05:05.326Z] #76 33.27 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-17T09:05:05.326Z] #76 33.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2022-06-17T09:05:05.326Z] #76 33.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2022-06-17T09:05:05.326Z] #76 33.27 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2022-06-17T09:05:05.326Z] #76 33.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-17T09:05:05.326Z] #76 33.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2022-06-17T09:05:05.326Z] #76 33.37 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-17T09:05:05.326Z] #76 33.38 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-17T09:05:05.326Z] #76 33.42 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2022-06-17T09:05:05.326Z] #76 33.45 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-17T09:05:05.326Z] #76 33.46 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-06-17T09:05:05.326Z] #76 33.47 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-17T09:05:05.326Z] #76 33.48 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-17T09:05:05.326Z] #76 33.48 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-17T09:05:05.326Z] #76 33.49 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-17T09:05:05.326Z] #76 33.49 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2022-06-17T09:05:05.326Z] #76 33.51 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-17T09:05:05.326Z] #76 33.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-17T09:05:05.326Z] #76 33.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB] [2022-06-17T09:05:05.326Z] #76 35.43 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:05.326Z] #76 35.83 Fetched 5914 kB in 1s (9334 kB/s) [2022-06-17T09:05:05.326Z] #76 36.46 Selecting previously unselected package bzip2. [2022-06-17T09:05:05.326Z] #76 36.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-17T09:05:05.326Z] #76 36.52 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2022-06-17T09:05:05.326Z] #76 36.61 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:05:05.326Z] #76 37.01 Selecting previously unselected package libmagic-mgc. [2022-06-17T09:05:05.326Z] #76 37.09 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ... [2022-06-17T09:05:05.326Z] #76 37.21 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:05.326Z] #76 ... [2022-06-17T09:05:05.326Z] [2022-06-17T09:05:05.326Z] #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-17T09:05:05.326Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-17T09:05:05.326Z] #62 22.41 Reading package lists... [2022-06-17T09:05:05.326Z] #62 27.27 Building dependency tree... [2022-06-17T09:05:05.326Z] #62 31.48 The following additional packages will be installed: [2022-06-17T09:05:05.326Z] #62 31.50 libbtrfs0 [2022-06-17T09:05:05.326Z] #62 31.74 The following NEW packages will be installed: [2022-06-17T09:05:05.326Z] #62 31.74 libbtrfs-dev libbtrfs0 [2022-06-17T09:05:05.326Z] #62 32.17 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:05.326Z] #62 32.17 Need to get 454 kB of archives. [2022-06-17T09:05:05.326Z] #62 32.17 After this operation, 1275 kB of additional disk space will be used. [2022-06-17T09:05:05.326Z] #62 32.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-17T09:05:05.326Z] #62 32.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-17T09:05:05.326Z] #62 33.39 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:05.326Z] #62 33.73 Fetched 454 kB in 0s (1290 kB/s) [2022-06-17T09:05:05.326Z] #62 33.83 Selecting previously unselected package libbtrfs0:arm64. [2022-06-17T09:05:05.326Z] #62 33.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-17T09:05:05.326Z] #62 33.92 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-17T09:05:05.326Z] #62 33.95 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-17T09:05:05.326Z] #62 34.22 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-17T09:05:05.326Z] #62 34.24 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-17T09:05:05.326Z] #62 34.24 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-17T09:05:05.326Z] #62 36.39 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-17T09:05:05.326Z] #62 36.50 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-17T09:05:05.326Z] #62 36.67 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:05.375Z] #55 42.84 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-17T09:05:05.375Z] #55 42.96 go: downloading honnef.co/go/tools v0.2.2 [2022-06-17T09:05:05.583Z] #62 ... [2022-06-17T09:05:05.583Z] [2022-06-17T09:05:05.583Z] #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-17T09:05:05.583Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:05:05.583Z] #42 36.47 Fetched 15.6 MB in 1s (14.7 MB/s) [2022-06-17T09:05:05.583Z] #42 36.68 Selecting previously unselected package xxd. [2022-06-17T09:05:05.583Z] #42 36.68 (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-17T09:05:05.583Z] #42 36.77 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-17T09:05:05.583Z] #42 36.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:05.583Z] #42 37.71 Selecting previously unselected package vim-common. [2022-06-17T09:05:05.583Z] #42 37.71 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:05:05.583Z] #42 37.83 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:05.888Z] #42 ... [2022-06-17T09:05:05.888Z] [2022-06-17T09:05:05.888Z] #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-17T09:05:05.888Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-17T09:05:05.888Z] #62 DONE 38.1s [2022-06-17T09:05:06.147Z] [2022-06-17T09:05:06.147Z] #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-17T09:05:06.147Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-17T09:05:06.147Z] #55 37.28 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-17T09:05:06.147Z] #55 37.29 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-17T09:05:06.147Z] #55 37.69 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-17T09:05:06.147Z] #55 37.77 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-17T09:05:06.147Z] #55 37.78 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-17T09:05:06.147Z] #55 37.84 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-17T09:05:06.147Z] #55 37.84 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-17T09:05:06.147Z] #55 37.91 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-17T09:05:06.406Z] #55 38.49 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-17T09:05:06.406Z] #55 38.50 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-17T09:05:06.406Z] #55 38.54 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-17T09:05:06.406Z] #55 38.56 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-17T09:05:06.406Z] #55 38.58 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-17T09:05:06.406Z] #55 38.59 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-17T09:05:06.665Z] #55 38.74 go: downloading honnef.co/go/tools v0.2.2 [2022-06-17T09:05:06.796Z] #55 ... [2022-06-17T09:05:06.796Z] [2022-06-17T09:05:06.796Z] #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-17T09:05:06.796Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:06.796Z] #51 28.52 Reading package lists... [2022-06-17T09:05:06.796Z] #51 34.20 Building dependency tree... [2022-06-17T09:05:06.796Z] #51 37.80 The following additional packages will be installed: [2022-06-17T09:05:06.796Z] #51 37.82 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:06.796Z] #51 37.83 python3-protobuf python3-six [2022-06-17T09:05:06.796Z] #51 37.86 Suggested packages: [2022-06-17T09:05:06.796Z] #51 37.86 python3-setuptools [2022-06-17T09:05:06.796Z] #51 37.86 Recommended packages: [2022-06-17T09:05:06.796Z] #51 37.86 iproute2 | iproute [2022-06-17T09:05:06.796Z] #51 38.61 The following NEW packages will be installed: [2022-06-17T09:05:06.796Z] #51 38.62 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:06.796Z] #51 38.64 python3-protobuf python3-six [2022-06-17T09:05:06.796Z] #51 39.17 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:06.796Z] #51 39.17 Need to get 2314 kB of archives. [2022-06-17T09:05:06.796Z] #51 39.17 After this operation, 11.1 MB of additional disk space will be used. [2022-06-17T09:05:06.796Z] #51 39.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-17T09:05:06.796Z] #51 39.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:05:06.796Z] #51 39.22 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-17T09:05:06.796Z] #51 39.24 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-17T09:05:06.796Z] #51 39.30 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-17T09:05:06.796Z] #51 39.30 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-17T09:05:06.796Z] #51 39.30 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-17T09:05:06.796Z] #51 41.67 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-17T09:05:06.796Z] #51 43.34 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:06.796Z] #51 43.69 Fetched 2314 kB in 3s (716 kB/s) [2022-06-17T09:05:06.796Z] #51 43.83 Selecting previously unselected package libprotobuf23:amd64. [2022-06-17T09:05:06.796Z] #51 43.83 (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-17T09:05:06.796Z] #51 43.89 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-17T09:05:06.796Z] #51 43.92 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:05:06.796Z] #51 ... [2022-06-17T09:05:06.796Z] [2022-06-17T09:05:06.796Z] #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-17T09:05:06.796Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:05:06.796Z] #40 43.94 NAME: [2022-06-17T09:05:06.796Z] #40 43.94 go-winres - A tool for embedding resources in Windows executables [2022-06-17T09:05:06.796Z] #40 43.94 [2022-06-17T09:05:06.796Z] #40 43.94 USAGE: [2022-06-17T09:05:06.796Z] #40 43.94 go-winres [global options] command [command options] [arguments...] [2022-06-17T09:05:06.796Z] #40 43.94 [2022-06-17T09:05:06.796Z] #40 43.94 COMMANDS: [2022-06-17T09:05:06.796Z] #40 43.94 init Create an initial ./winres/winres.json [2022-06-17T09:05:06.796Z] #40 43.94 make Make syso files for the "go build" command [2022-06-17T09:05:06.796Z] #40 43.94 simply Make syso files for the "go build" command (simplified) [2022-06-17T09:05:06.796Z] #40 43.94 extract Extract all resources from an executable [2022-06-17T09:05:06.796Z] #40 43.94 patch Replace resources in an executable file (exe, dll) [2022-06-17T09:05:06.796Z] #40 43.94 help, h Shows a list of commands or help for one command [2022-06-17T09:05:06.796Z] #40 43.94 [2022-06-17T09:05:06.796Z] #40 43.94 GLOBAL OPTIONS: [2022-06-17T09:05:06.796Z] #40 43.94 --help, -h show help (default: false) [2022-06-17T09:05:06.796Z] #40 DONE 44.3s [2022-06-17T09:05:06.796Z] [2022-06-17T09:05:06.796Z] #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-17T09:05:06.796Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:06.796Z] #76 42.88 Selecting previously unselected package libsigsegv2:amd64. [2022-06-17T09:05:06.796Z] #76 42.88 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-17T09:05:06.796Z] #76 42.90 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:05:06.796Z] #76 43.17 Selecting previously unselected package m4. [2022-06-17T09:05:06.796Z] #76 43.17 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-17T09:05:06.796Z] #76 43.17 Unpacking m4 (1.4.18-5) ... [2022-06-17T09:05:06.796Z] #76 43.46 Selecting previously unselected package autoconf. [2022-06-17T09:05:06.796Z] #76 43.46 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-17T09:05:06.796Z] #76 43.46 Unpacking autoconf (2.69-14) ... [2022-06-17T09:05:06.796Z] #76 44.00 Selecting previously unselected package autotools-dev. [2022-06-17T09:05:06.796Z] #76 44.00 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-17T09:05:06.796Z] #76 44.05 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:06.796Z] #76 44.28 Selecting previously unselected package automake. [2022-06-17T09:05:06.796Z] #76 44.28 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-17T09:05:06.796Z] #76 44.28 Unpacking automake (1:1.16.3-2) ... [2022-06-17T09:05:06.796Z] #76 ... [2022-06-17T09:05:06.796Z] [2022-06-17T09:05:06.796Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-17T09:05:06.796Z] #63 sha256:ce6c163160e2db0f040a4947bbaebdb8749fb6b642f1423f6ba533df6728ab5b [2022-06-17T09:05:06.796Z] #63 DONE 1.8s [2022-06-17T09:05:07.059Z] [2022-06-17T09:05:07.059Z] #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-17T09:05:07.059Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:05:07.229Z] #55 ... [2022-06-17T09:05:07.229Z] [2022-06-17T09:05:07.229Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-17T09:05:07.229Z] #63 sha256:1ec016e6b430c8c226e0e8b10a16068cf6cad20f158ac6eda06d13583e549b37 [2022-06-17T09:05:07.229Z] #63 DONE 1.2s [2022-06-17T09:05:07.486Z] [2022-06-17T09:05:07.486Z] #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-17T09:05:07.486Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-17T09:05:07.486Z] #34 37.94 Updating files: 87% (1333/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-17T09:05:07.486Z] #34 38.28 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-17T09:05:07.486Z] #34 38.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-17T09:05:08.054Z] #47 ... [2022-06-17T09:05:08.054Z] [2022-06-17T09:05:08.054Z] #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-17T09:05:08.054Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:08.054Z] #55 50.76 go: downloading github.com/fatih/color v1.13.0 [2022-06-17T09:05:08.054Z] #55 50.77 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:05:08.054Z] #55 51.00 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-17T09:05:08.313Z] #55 51.18 go: downloading github.com/spf13/viper v1.10.1 [2022-06-17T09:05:08.571Z] #55 51.48 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-17T09:05:08.968Z] #84 83.31 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:05:08.968Z] #84 83.31 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:05:08.968Z] #84 83.92 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:05:08.968Z] #84 83.92 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:05:08.968Z] #84 84.04 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:05:08.969Z] #64 ... [2022-06-17T09:05:08.969Z] [2022-06-17T09:05:08.969Z] #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-17T09:05:08.969Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:08.969Z] #14 36.46 The following additional packages will be installed: [2022-06-17T09:05:08.969Z] #14 36.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:05:08.969Z] #14 36.47 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-17T09:05:08.969Z] #14 36.47 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-17T09:05:08.969Z] #14 36.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-17T09:05:08.969Z] #14 36.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-17T09:05:08.969Z] #14 36.48 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-17T09:05:08.969Z] #14 36.48 mingw-w64-common mingw-w64-x86-64-dev [2022-06-17T09:05:08.969Z] #14 36.49 Suggested packages: [2022-06-17T09:05:08.969Z] #14 36.51 gcc-10-locales seccomp wine64 [2022-06-17T09:05:08.969Z] #14 38.03 The following NEW packages will be installed: [2022-06-17T09:05:08.969Z] #14 38.04 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:05:08.969Z] #14 38.04 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-17T09:05:08.969Z] #14 38.04 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-17T09:05:08.969Z] #14 38.04 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-17T09:05:08.969Z] #14 38.04 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-17T09:05:08.970Z] #14 38.04 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-17T09:05:08.970Z] #14 38.04 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-17T09:05:08.970Z] #14 38.04 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-17T09:05:08.970Z] #14 38.04 mingw-w64-x86-64-dev [2022-06-17T09:05:08.970Z] #14 38.51 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:08.970Z] #14 38.51 Need to get 115 MB of archives. [2022-06-17T09:05:08.970Z] #14 38.51 After this operation, 645 MB of additional disk space will be used. [2022-06-17T09:05:08.970Z] #14 38.51 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-17T09:05:08.970Z] #14 38.66 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-17T09:05:08.970Z] #14 38.85 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-17T09:05:08.970Z] #14 38.87 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-17T09:05:08.970Z] #14 38.89 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-17T09:05:08.970Z] #14 38.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-17T09:05:08.970Z] #14 39.12 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-17T09:05:08.970Z] #14 39.33 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-17T09:05:08.970Z] #14 39.35 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-17T09:05:08.970Z] #14 40.06 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-17T09:05:08.970Z] #14 41.83 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-17T09:05:08.970Z] #14 42.46 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-17T09:05:08.970Z] #14 43.32 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-17T09:05:08.970Z] #14 45.21 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-17T09:05:08.970Z] #14 45.91 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-17T09:05:08.970Z] #14 45.91 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-17T09:05:08.970Z] #14 45.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-17T09:05:08.970Z] #14 45.93 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:05:08.970Z] #14 45.93 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:05:08.970Z] #14 45.93 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-17T09:05:08.970Z] #14 45.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:05:08.970Z] #14 45.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-17T09:05:08.970Z] #14 45.97 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-17T09:05:08.970Z] #14 45.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-17T09:05:08.970Z] #14 46.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-17T09:05:08.970Z] #14 46.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-17T09:05:08.970Z] #14 46.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-17T09:05:08.970Z] #14 46.05 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-17T09:05:08.970Z] #14 46.06 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-17T09:05:08.970Z] #14 46.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:05:08.970Z] #14 ... [2022-06-17T09:05:08.970Z] [2022-06-17T09:05:08.970Z] #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-17T09:05:08.970Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:05:09.142Z] #55 52.14 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-17T09:05:09.224Z] #84 84.23 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:05:09.401Z] #55 52.22 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-17T09:05:09.401Z] #55 52.25 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-17T09:05:09.401Z] #55 52.29 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-17T09:05:09.484Z] #84 84.36 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:05:09.484Z] #84 84.47 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:05:09.489Z] #34 46.21 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-17T09:05:09.489Z] #34 46.79 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-17T09:05:09.489Z] #34 46.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-17T09:05:10.109Z] #47 ... [2022-06-17T09:05:10.109Z] [2022-06-17T09:05:10.109Z] #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-17T09:05:10.109Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:10.109Z] #62 40.05 Reading package lists... [2022-06-17T09:05:10.870Z] #34 ... [2022-06-17T09:05:10.870Z] [2022-06-17T09:05:10.870Z] #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-17T09:05:10.870Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:10.870Z] #42 38.21 Selecting previously unselected package libicu67:amd64. [2022-06-17T09:05:10.870Z] #42 38.21 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-17T09:05:10.870Z] #42 38.25 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-17T09:05:10.870Z] #42 46.37 Selecting previously unselected package libxml2:amd64. [2022-06-17T09:05:10.870Z] #42 46.37 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-17T09:05:10.870Z] #42 46.39 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:10.870Z] #42 47.04 Selecting previously unselected package libarchive13:amd64. [2022-06-17T09:05:10.870Z] #42 47.04 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-17T09:05:10.870Z] #42 47.04 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:10.870Z] #42 47.40 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-17T09:05:10.870Z] #42 47.40 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-17T09:05:10.870Z] #42 47.40 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:05:10.870Z] #42 47.61 Selecting previously unselected package librhash0:amd64. [2022-06-17T09:05:10.870Z] #42 47.61 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-17T09:05:10.870Z] #42 47.61 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:05:10.870Z] #42 47.79 Selecting previously unselected package libuv1:amd64. [2022-06-17T09:05:10.871Z] #42 47.79 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-17T09:05:10.871Z] #42 47.81 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:05:10.871Z] #42 48.00 Selecting previously unselected package cmake. [2022-06-17T09:05:10.871Z] #42 48.00 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-17T09:05:10.871Z] #42 48.03 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:10.871Z] #42 ... [2022-06-17T09:05:10.871Z] [2022-06-17T09:05:10.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-17T09:05:10.871Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:10.871Z] #76 45.25 Selecting previously unselected package patch. [2022-06-17T09:05:10.871Z] #76 45.25 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 45.27 Unpacking patch (2.7.6-7) ... [2022-06-17T09:05:10.871Z] #76 45.53 Selecting previously unselected package dpkg-dev. [2022-06-17T09:05:10.871Z] #76 45.53 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-17T09:05:10.871Z] #76 45.53 Unpacking dpkg-dev (1.20.10) ... [2022-06-17T09:05:10.871Z] #76 46.68 Selecting previously unselected package build-essential. [2022-06-17T09:05:10.871Z] #76 46.68 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 46.68 Unpacking build-essential (12.9) ... [2022-06-17T09:05:10.871Z] #76 46.74 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:05:10.871Z] #76 46.74 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 46.77 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:05:10.871Z] #76 46.82 Selecting previously unselected package libcap-dev:amd64. [2022-06-17T09:05:10.871Z] #76 46.82 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 46.82 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:05:10.871Z] #76 47.04 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:05:10.871Z] #76 47.04 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 47.04 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:10.871Z] #76 47.11 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-17T09:05:10.871Z] #76 47.11 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 47.13 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:10.871Z] #76 47.25 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:05:10.871Z] #76 47.25 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 47.26 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:10.871Z] #76 47.49 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:05:10.871Z] #76 47.49 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:05:10.871Z] #76 47.49 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:05:10.871Z] #76 48.21 Selecting previously unselected package libtool. [2022-06-17T09:05:10.871Z] #76 48.22 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-17T09:05:10.871Z] #76 48.24 Unpacking libtool (2.4.6-15) ... [2022-06-17T09:05:11.131Z] #76 48.51 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:05:11.131Z] #76 48.51 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:05:11.131Z] #76 48.51 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:05:11.131Z] #76 48.75 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:05:11.131Z] #76 48.75 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:05:11.391Z] #76 48.81 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:05:11.391Z] #76 48.84 Selecting previously unselected package libyajl-dev:amd64. [2022-06-17T09:05:11.391Z] #76 48.96 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-17T09:05:11.391Z] #76 48.96 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:05:11.428Z] #84 ... [2022-06-17T09:05:11.428Z] [2022-06-17T09:05:11.428Z] #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-17T09:05:11.428Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:05:11.428Z] #19 131.9 The following NEW packages will be installed: [2022-06-17T09:05:11.428Z] #19 131.9 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-17T09:05:11.428Z] #19 131.9 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-17T09:05:11.428Z] #19 131.9 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-17T09:05:11.428Z] #19 131.9 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-17T09:05:11.428Z] #19 131.9 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-17T09:05:11.428Z] #19 131.9 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-17T09:05:11.428Z] #19 131.9 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-17T09:05:11.428Z] #19 131.9 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-17T09:05:11.428Z] #19 131.9 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-17T09:05:11.428Z] #19 131.9 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-17T09:05:11.428Z] #19 131.9 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-17T09:05:11.428Z] #19 131.9 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-17T09:05:11.428Z] #19 131.9 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-17T09:05:11.428Z] #19 131.9 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-17T09:05:11.428Z] #19 131.9 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-17T09:05:11.428Z] #19 131.9 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-17T09:05:11.428Z] #19 131.9 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-17T09:05:11.428Z] #19 131.9 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-17T09:05:11.428Z] #19 131.9 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-17T09:05:11.428Z] #19 131.9 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-17T09:05:11.428Z] #19 131.9 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-17T09:05:11.428Z] #19 131.9 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-17T09:05:11.428Z] #19 131.9 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-17T09:05:11.428Z] #19 131.9 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-17T09:05:11.428Z] #19 131.9 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-17T09:05:11.428Z] #19 131.9 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-17T09:05:11.428Z] #19 131.9 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-17T09:05:11.428Z] #19 131.9 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-17T09:05:11.428Z] #19 131.9 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-17T09:05:11.428Z] #19 131.9 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-17T09:05:11.428Z] #19 131.9 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-17T09:05:11.428Z] #19 131.9 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-17T09:05:11.428Z] #19 131.9 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-17T09:05:11.428Z] #19 131.9 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-17T09:05:11.428Z] #19 131.9 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-17T09:05:11.428Z] #19 131.9 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-17T09:05:11.428Z] #19 131.9 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-17T09:05:11.428Z] #19 131.9 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-17T09:05:11.428Z] #19 131.9 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-17T09:05:11.428Z] #19 131.9 linux-libc-dev-s390x-cross patch xz-utils [2022-06-17T09:05:11.653Z] #76 49.14 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:11.653Z] #76 49.16 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:11.653Z] #76 49.18 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:05:11.653Z] #76 49.20 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:05:11.653Z] #76 49.20 Setting up file (1:5.39-3) ... [2022-06-17T09:05:11.653Z] #76 49.23 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:05:11.653Z] #76 49.23 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:11.653Z] #76 49.24 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:11.653Z] #76 49.26 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:05:11.653Z] #76 49.28 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:11.653Z] #76 49.35 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:05:11.653Z] #76 49.35 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:11.653Z] #76 49.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:05:11.659Z] #34 ... [2022-06-17T09:05:11.659Z] [2022-06-17T09:05:11.659Z] #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-17T09:05:11.659Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:05:11.659Z] #14 33.21 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-17T09:05:11.659Z] #14 33.37 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-17T09:05:11.659Z] #14 33.39 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-17T09:05:11.659Z] #14 33.90 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-17T09:05:11.659Z] #14 35.37 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-17T09:05:11.659Z] #14 36.08 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-17T09:05:11.659Z] #14 36.91 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-06-17T09:05:11.659Z] #14 38.50 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-17T09:05:11.659Z] #14 38.86 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-17T09:05:11.659Z] #14 38.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-17T09:05:11.659Z] #14 38.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-17T09:05:11.659Z] #14 38.95 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-17T09:05:11.660Z] #14 38.96 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-17T09:05:11.660Z] #14 38.96 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-17T09:05:11.660Z] #14 38.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-17T09:05:11.660Z] #14 38.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-06-17T09:05:11.660Z] #14 38.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-06-17T09:05:11.660Z] #14 38.99 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-06-17T09:05:11.660Z] #14 39.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-06-17T09:05:11.660Z] #14 39.06 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-06-17T09:05:11.660Z] #14 39.07 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-06-17T09:05:11.660Z] #14 39.07 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-06-17T09:05:11.660Z] #14 39.07 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-17T09:05:11.660Z] #14 39.07 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-17T09:05:11.660Z] #14 40.32 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:11.660Z] #14 40.66 Fetched 108 MB in 7s (16.1 MB/s) [2022-06-17T09:05:11.660Z] #14 40.73 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-17T09:05:11.660Z] #14 40.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-17T09:05:11.660Z] #14 40.78 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-17T09:05:11.660Z] #14 40.79 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:11.660Z] #14 43.02 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-17T09:05:11.660Z] #14 43.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-17T09:05:11.660Z] #14 43.04 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:11.660Z] #14 ... [2022-06-17T09:05:11.660Z] [2022-06-17T09:05:11.660Z] #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-17T09:05:11.660Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f [2022-06-17T09:05:11.660Z] #76 38.87 Selecting previously unselected package libmagic1:arm64. [2022-06-17T09:05:11.660Z] #76 38.87 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 38.96 Unpacking libmagic1:arm64 (1:5.39-3) ... [2022-06-17T09:05:11.660Z] #76 39.26 Selecting previously unselected package file. [2022-06-17T09:05:11.660Z] #76 39.26 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 39.27 Unpacking file (1:5.39-3) ... [2022-06-17T09:05:11.660Z] #76 39.48 Selecting previously unselected package xz-utils. [2022-06-17T09:05:11.660Z] #76 39.48 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 39.49 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:11.660Z] #76 39.98 Selecting previously unselected package libsigsegv2:arm64. [2022-06-17T09:05:11.660Z] #76 39.98 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 40.02 Unpacking libsigsegv2:arm64 (2.13-1) ... [2022-06-17T09:05:11.660Z] #76 40.13 Selecting previously unselected package m4. [2022-06-17T09:05:11.660Z] #76 40.13 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 40.14 Unpacking m4 (1.4.18-5) ... [2022-06-17T09:05:11.660Z] #76 40.36 Selecting previously unselected package autoconf. [2022-06-17T09:05:11.660Z] #76 40.37 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-17T09:05:11.660Z] #76 40.39 Unpacking autoconf (2.69-14) ... [2022-06-17T09:05:11.660Z] #76 40.82 Selecting previously unselected package autotools-dev. [2022-06-17T09:05:11.660Z] #76 40.82 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-17T09:05:11.660Z] #76 40.84 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:11.660Z] #76 40.96 Selecting previously unselected package automake. [2022-06-17T09:05:11.660Z] #76 40.96 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-17T09:05:11.660Z] #76 40.97 Unpacking automake (1:1.16.3-2) ... [2022-06-17T09:05:11.660Z] #76 41.55 Selecting previously unselected package patch. [2022-06-17T09:05:11.660Z] #76 41.58 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 41.60 Unpacking patch (2.7.6-7) ... [2022-06-17T09:05:11.660Z] #76 41.82 Selecting previously unselected package dpkg-dev. [2022-06-17T09:05:11.660Z] #76 41.82 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-17T09:05:11.660Z] #76 41.82 Unpacking dpkg-dev (1.20.10) ... [2022-06-17T09:05:11.660Z] #76 42.77 Selecting previously unselected package build-essential. [2022-06-17T09:05:11.660Z] #76 42.78 Preparing to unpack .../12-build-essential_12.9_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 42.78 Unpacking build-essential (12.9) ... [2022-06-17T09:05:11.660Z] #76 42.99 Selecting previously unselected package libcap2:arm64. [2022-06-17T09:05:11.660Z] #76 43.00 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 43.01 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-17T09:05:11.660Z] #76 43.15 Selecting previously unselected package libcap-dev:arm64. [2022-06-17T09:05:11.660Z] #76 43.16 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 43.16 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2022-06-17T09:05:11.660Z] #76 43.34 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-17T09:05:11.660Z] #76 43.35 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 43.37 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-17T09:05:11.660Z] #76 43.52 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-06-17T09:05:11.660Z] #76 ... [2022-06-17T09:05:11.660Z] [2022-06-17T09:05:11.660Z] #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-17T09:05:11.660Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-17T09:05:11.660Z] #51 33.13 The following NEW packages will be installed: [2022-06-17T09:05:11.660Z] #51 33.15 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:11.660Z] #51 33.16 python3-protobuf python3-six [2022-06-17T09:05:11.660Z] #51 33.77 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:11.660Z] #51 33.77 Need to get 2136 kB of archives. [2022-06-17T09:05:11.660Z] #51 33.77 After this operation, 10.8 MB of additional disk space will be used. [2022-06-17T09:05:11.660Z] #51 33.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-06-17T09:05:11.660Z] #51 33.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:05:11.660Z] #51 33.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-17T09:05:11.660Z] #51 33.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-06-17T09:05:11.660Z] #51 33.85 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-17T09:05:11.660Z] #51 33.85 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-17T09:05:11.660Z] #51 33.86 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-17T09:05:11.660Z] #51 36.09 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-06-17T09:05:11.660Z] #51 38.04 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:11.660Z] #51 38.33 Fetched 2136 kB in 3s (655 kB/s) [2022-06-17T09:05:11.660Z] #51 38.59 Selecting previously unselected package libprotobuf23:arm64. [2022-06-17T09:05:11.660Z] #51 38.62 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-17T09:05:11.660Z] #51 38.62 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-06-17T09:05:11.660Z] #51 38.66 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-06-17T09:05:11.660Z] #51 39.27 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:05:11.660Z] #51 39.27 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:05:11.660Z] #51 39.28 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:11.660Z] #51 39.53 Selecting previously unselected package python3-six. [2022-06-17T09:05:11.660Z] #51 39.54 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-17T09:05:11.660Z] #51 39.55 Unpacking python3-six (1.16.0-2) ... [2022-06-17T09:05:11.660Z] #51 39.73 Selecting previously unselected package python3-protobuf. [2022-06-17T09:05:11.660Z] #51 39.73 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-17T09:05:11.660Z] #51 39.73 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:11.660Z] #51 40.18 Selecting previously unselected package libnet1:arm64. [2022-06-17T09:05:11.660Z] #51 40.18 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-17T09:05:11.660Z] #51 40.18 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:11.660Z] #51 40.42 Selecting previously unselected package libnl-3-200:arm64. [2022-06-17T09:05:11.660Z] #51 40.42 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-17T09:05:11.660Z] #51 40.43 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-17T09:05:11.660Z] #51 40.60 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-17T09:05:11.660Z] #51 40.61 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-17T09:05:11.660Z] #51 40.62 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-17T09:05:11.660Z] #51 40.73 Selecting previously unselected package criu. [2022-06-17T09:05:11.660Z] #51 40.74 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-06-17T09:05:11.660Z] #51 40.75 Unpacking criu (3.17-1) ... [2022-06-17T09:05:11.660Z] #51 41.48 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:11.660Z] #51 43.04 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-06-17T09:05:11.660Z] #51 43.07 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:11.660Z] #51 43.09 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-17T09:05:11.660Z] #51 43.10 Setting up python3-six (1.16.0-2) ... [2022-06-17T09:05:11.660Z] #51 ... [2022-06-17T09:05:11.660Z] [2022-06-17T09:05:11.660Z] #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-17T09:05:11.660Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f [2022-06-17T09:05:11.660Z] #76 43.52 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 43.54 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-17T09:05:11.660Z] #76 43.65 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-17T09:05:11.660Z] #76 43.67 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-17T09:05:11.660Z] #76 43.67 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:11.918Z] #76 43.87 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-17T09:05:11.918Z] #76 43.88 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-17T09:05:11.918Z] #76 43.89 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-17T09:05:11.918Z] #76 49.40 Setting up patch (2.7.6-7) ... [2022-06-17T09:05:11.918Z] #76 49.44 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:05:11.918Z] #76 49.44 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:05:11.918Z] #76 49.44 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:05:11.918Z] #76 49.47 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:05:11.918Z] #76 49.48 Setting up libtool (2.4.6-15) ... [2022-06-17T09:05:11.943Z] #55 54.26 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-17T09:05:11.943Z] #55 54.50 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-17T09:05:11.992Z] #19 132.6 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:11.992Z] #19 132.6 Need to get 788 MB of archives. [2022-06-17T09:05:11.992Z] #19 132.6 After this operation, 3385 MB of additional disk space will be used. [2022-06-17T09:05:11.992Z] #19 132.6 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-17T09:05:12.181Z] #76 49.59 Setting up m4 (1.4.18-5) ... [2022-06-17T09:05:12.181Z] #76 49.59 Setting up dpkg-dev (1.20.10) ... [2022-06-17T09:05:12.181Z] #76 49.59 Setting up autoconf (2.69-14) ... [2022-06-17T09:05:12.181Z] #76 49.59 Setting up build-essential (12.9) ... [2022-06-17T09:05:12.181Z] #76 49.59 Setting up automake (1:1.16.3-2) ... [2022-06-17T09:05:12.181Z] #76 49.59 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-17T09:05:12.181Z] #76 49.68 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:12.249Z] #19 132.6 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:05:12.249Z] #19 132.6 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-17T09:05:12.249Z] #19 132.6 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-17T09:05:12.249Z] #19 132.6 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-17T09:05:12.249Z] #19 132.6 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-17T09:05:12.249Z] #19 132.6 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-17T09:05:12.549Z] #19 132.7 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-17T09:05:12.549Z] #19 132.8 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-17T09:05:12.549Z] #19 132.9 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-17T09:05:12.549Z] #19 133.0 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-17T09:05:12.651Z] #62 49.58 Building dependency tree... [2022-06-17T09:05:12.795Z] #76 44.65 Selecting previously unselected package libtool. [2022-06-17T09:05:12.795Z] #76 44.66 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-17T09:05:12.795Z] #76 44.67 Unpacking libtool (2.4.6-15) ... [2022-06-17T09:05:12.806Z] #19 133.0 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-17T09:05:12.806Z] #19 133.1 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-17T09:05:13.079Z] #76 45.01 Selecting previously unselected package libudev-dev:arm64. [2022-06-17T09:05:13.079Z] #76 45.01 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-17T09:05:13.079Z] #76 45.02 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-17T09:05:13.337Z] #76 45.37 Selecting previously unselected package libyajl2:arm64. [2022-06-17T09:05:13.337Z] #76 45.39 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ... [2022-06-17T09:05:13.337Z] #76 45.40 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-17T09:05:13.605Z] #76 45.56 Selecting previously unselected package libyajl-dev:arm64. [2022-06-17T09:05:13.605Z] #76 45.56 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ... [2022-06-17T09:05:13.605Z] #76 45.58 Unpacking libyajl-dev:arm64 (2.1.0-3) ... [2022-06-17T09:05:13.605Z] #76 45.83 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:13.605Z] #76 45.85 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:13.880Z] #76 45.86 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-17T09:05:13.880Z] #76 45.87 Setting up libmagic1:arm64 (1:5.39-3) ... [2022-06-17T09:05:13.880Z] #76 45.93 Setting up file (1:5.39-3) ... [2022-06-17T09:05:13.880Z] #76 45.96 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:05:13.880Z] #76 46.01 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-17T09:05:13.880Z] #76 46.03 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-17T09:05:13.880Z] #76 46.06 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-17T09:05:14.093Z] #76 DONE 51.5s [2022-06-17T09:05:14.093Z] [2022-06-17T09:05:14.093Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:14.093Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:14.136Z] #76 46.07 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:14.136Z] #76 46.09 Setting up libsigsegv2:arm64 (2.13-1) ... [2022-06-17T09:05:14.136Z] #76 46.11 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:14.136Z] #76 46.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:05:14.136Z] #76 46.15 Setting up patch (2.7.6-7) ... [2022-06-17T09:05:14.136Z] #76 46.17 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-17T09:05:14.136Z] #76 46.19 Setting up libyajl-dev:arm64 (2.1.0-3) ... [2022-06-17T09:05:14.136Z] #76 46.21 Setting up libcap-dev:arm64 (1:2.44-1) ... [2022-06-17T09:05:14.136Z] #76 46.22 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-17T09:05:14.136Z] #76 46.24 Setting up libtool (2.4.6-15) ... [2022-06-17T09:05:14.136Z] #76 46.25 Setting up m4 (1.4.18-5) ... [2022-06-17T09:05:14.136Z] #76 46.27 Setting up dpkg-dev (1.20.10) ... [2022-06-17T09:05:14.215Z] #19 134.4 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-17T09:05:14.215Z] #19 134.4 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-17T09:05:14.394Z] #76 46.31 Setting up autoconf (2.69-14) ... [2022-06-17T09:05:14.394Z] #76 46.33 Setting up build-essential (12.9) ... [2022-06-17T09:05:14.394Z] #76 46.35 Setting up automake (1:1.16.3-2) ... [2022-06-17T09:05:14.394Z] #76 46.36 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-17T09:05:14.394Z] #76 46.41 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:15.198Z] #62 ... [2022-06-17T09:05:15.198Z] [2022-06-17T09:05:15.198Z] #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-17T09:05:15.198Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:15.198Z] #76 36.88 Reading package lists... [2022-06-17T09:05:15.198Z] #76 46.30 Building dependency tree... [2022-06-17T09:05:15.198Z] #76 51.52 python3 is already the newest version (3.9.2-3). [2022-06-17T09:05:15.198Z] #76 51.52 The following additional packages will be installed: [2022-06-17T09:05:15.198Z] #76 51.55 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-17T09:05:15.198Z] #76 51.55 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-17T09:05:15.198Z] #76 51.60 Suggested packages: [2022-06-17T09:05:15.198Z] #76 51.60 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-17T09:05:15.198Z] #76 51.60 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-17T09:05:15.198Z] #76 51.60 m4-doc ed diffutils-doc [2022-06-17T09:05:15.198Z] #76 51.60 Recommended packages: [2022-06-17T09:05:15.198Z] #76 51.60 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-17T09:05:15.198Z] #76 54.14 The following NEW packages will be installed: [2022-06-17T09:05:15.198Z] #76 54.16 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-17T09:05:15.198Z] #76 54.17 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-17T09:05:15.198Z] #76 54.18 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-17T09:05:15.199Z] #76 54.18 libyajl2 m4 patch xz-utils [2022-06-17T09:05:15.199Z] #76 54.79 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:15.199Z] #76 54.79 Need to get 5939 kB of archives. [2022-06-17T09:05:15.199Z] #76 54.79 After this operation, 18.7 MB of additional disk space will be used. [2022-06-17T09:05:15.199Z] #76 54.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:05:15.199Z] #76 54.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-17T09:05:15.199Z] #76 54.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-17T09:05:15.199Z] #76 54.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-17T09:05:15.199Z] #76 54.85 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-17T09:05:15.199Z] #76 54.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-17T09:05:15.199Z] #76 54.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-17T09:05:15.199Z] #76 54.89 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-17T09:05:15.460Z] #76 54.91 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-17T09:05:15.460Z] #76 54.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-17T09:05:15.460Z] #76 55.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:05:15.460Z] #76 55.05 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-17T09:05:15.582Z] #19 135.8 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-17T09:05:15.582Z] #19 135.8 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-17T09:05:15.721Z] #76 55.26 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-17T09:05:15.721Z] #76 55.26 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:05:15.721Z] #76 55.26 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-17T09:05:15.721Z] #76 55.26 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-17T09:05:15.721Z] #76 55.27 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-17T09:05:15.721Z] #76 55.27 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-17T09:05:15.721Z] #76 55.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:05:15.721Z] #76 55.34 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-17T09:05:15.721Z] #76 55.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:05:15.721Z] #76 55.39 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:05:15.721Z] #76 55.39 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-17T09:05:16.010Z] #77 ... [2022-06-17T09:05:16.010Z] [2022-06-17T09:05:16.010Z] #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-17T09:05:16.010Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:16.010Z] #42 52.28 Setting up libicu67:amd64 (67.1-7) ... [2022-06-17T09:05:16.010Z] #42 52.30 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:16.010Z] #42 52.33 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:05:16.010Z] #42 52.33 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:16.010Z] #42 52.39 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:05:16.010Z] #42 52.39 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:05:16.010Z] #42 52.40 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:05:16.010Z] #42 52.45 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:16.010Z] #42 52.48 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:16.010Z] #42 52.48 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:16.010Z] #42 52.52 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:16.010Z] #42 DONE 53.5s [2022-06-17T09:05:16.010Z] [2022-06-17T09:05:16.010Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-17T09:05:16.010Z] #43 sha256:ce04dae6319e2fcbbb8c74d1c64e81532c6f48cbd450809b02590e2bce8fb8fe [2022-06-17T09:05:16.205Z] #55 ... [2022-06-17T09:05:16.205Z] [2022-06-17T09:05:16.205Z] #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-17T09:05:16.205Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:16.205Z] #76 41.48 Reading package lists... [2022-06-17T09:05:16.205Z] #76 51.53 Building dependency tree... [2022-06-17T09:05:16.205Z] #76 58.29 python3 is already the newest version (3.9.2-3). [2022-06-17T09:05:16.205Z] #76 58.29 The following additional packages will be installed: [2022-06-17T09:05:16.205Z] #76 58.30 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-17T09:05:16.205Z] #76 58.31 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-17T09:05:16.205Z] #76 58.35 Suggested packages: [2022-06-17T09:05:16.205Z] #76 58.38 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-17T09:05:16.205Z] #76 58.38 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-17T09:05:16.205Z] #76 58.38 m4-doc ed diffutils-doc [2022-06-17T09:05:16.205Z] #76 58.38 Recommended packages: [2022-06-17T09:05:16.205Z] #76 58.38 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-17T09:05:16.205Z] #76 ... [2022-06-17T09:05:16.205Z] [2022-06-17T09:05:16.205Z] #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-17T09:05:16.205Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:16.205Z] #14 39.06 Reading package lists... [2022-06-17T09:05:16.205Z] #14 49.00 Building dependency tree... [2022-06-17T09:05:16.205Z] #14 56.00 The following additional packages will be installed: [2022-06-17T09:05:16.205Z] #14 56.01 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:05:16.205Z] #14 56.01 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-17T09:05:16.205Z] #14 56.01 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-17T09:05:16.205Z] #14 56.01 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-17T09:05:16.205Z] #14 56.02 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-17T09:05:16.205Z] #14 56.02 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-17T09:05:16.205Z] #14 56.03 mingw-w64-common mingw-w64-x86-64-dev [2022-06-17T09:05:16.205Z] #14 56.12 Suggested packages: [2022-06-17T09:05:16.205Z] #14 56.12 gcc-10-locales seccomp wine64 [2022-06-17T09:05:16.205Z] #14 58.76 The following NEW packages will be installed: [2022-06-17T09:05:16.205Z] #14 58.79 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:05:16.205Z] #14 58.80 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-17T09:05:16.205Z] #14 58.80 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-17T09:05:16.205Z] #14 58.80 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-17T09:05:16.205Z] #14 58.80 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-17T09:05:16.205Z] #14 58.81 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-17T09:05:16.205Z] #14 58.81 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-17T09:05:16.205Z] #14 58.82 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-17T09:05:16.205Z] #14 58.82 mingw-w64-x86-64-dev [2022-06-17T09:05:16.595Z] #43 DONE 0.6s [2022-06-17T09:05:16.595Z] [2022-06-17T09:05:16.595Z] #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-17T09:05:16.595Z] #44 sha256:60140111eadd9ebeab7eb6d9cbf23f018dee866bd288ea244e760f71da731831 [2022-06-17T09:05:16.663Z] #76 ... [2022-06-17T09:05:16.663Z] [2022-06-17T09:05:16.663Z] #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-17T09:05:16.663Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:16.663Z] #62 56.01 The following additional packages will be installed: [2022-06-17T09:05:16.663Z] #62 56.02 libbtrfs0 [2022-06-17T09:05:16.663Z] #62 ... [2022-06-17T09:05:16.663Z] [2022-06-17T09:05:16.663Z] #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-17T09:05:16.663Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:16.663Z] #42 36.99 Reading package lists... [2022-06-17T09:05:16.663Z] #42 46.42 Building dependency tree... [2022-06-17T09:05:16.663Z] #42 51.60 The following additional packages will be installed: [2022-06-17T09:05:16.663Z] #42 51.62 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-17T09:05:16.663Z] #42 51.64 Suggested packages: [2022-06-17T09:05:16.663Z] #42 51.67 cmake-doc ninja-build lrzip [2022-06-17T09:05:16.663Z] #42 51.67 Recommended packages: [2022-06-17T09:05:16.663Z] #42 51.67 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-17T09:05:16.663Z] #42 53.16 The following NEW packages will be installed: [2022-06-17T09:05:16.663Z] #42 53.17 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-17T09:05:16.663Z] #42 53.19 vim-common xxd [2022-06-17T09:05:16.663Z] #42 53.73 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:16.663Z] #42 53.73 Need to get 17.7 MB of archives. [2022-06-17T09:05:16.663Z] #42 53.73 After this operation, 70.7 MB of additional disk space will be used. [2022-06-17T09:05:16.663Z] #42 53.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:05:16.663Z] #42 53.77 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-17T09:05:16.663Z] #42 53.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-17T09:05:16.663Z] #42 54.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-17T09:05:16.663Z] #42 54.85 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-17T09:05:16.663Z] #42 54.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-17T09:05:16.663Z] #42 54.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-17T09:05:16.663Z] #42 54.94 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-17T09:05:16.663Z] #42 54.95 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-17T09:05:16.663Z] #42 54.96 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-17T09:05:16.774Z] #14 59.38 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:16.774Z] #14 59.38 Need to get 115 MB of archives. [2022-06-17T09:05:16.774Z] #14 59.38 After this operation, 645 MB of additional disk space will be used. [2022-06-17T09:05:16.774Z] #14 59.38 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-17T09:05:16.774Z] #14 59.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-17T09:05:16.914Z] #76 ... [2022-06-17T09:05:16.915Z] [2022-06-17T09:05:16.915Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-17T09:05:16.915Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:05:16.915Z] #42 38.57 Selecting previously unselected package cmake-data. [2022-06-17T09:05:16.915Z] #42 38.58 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-17T09:05:16.915Z] #42 38.70 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:05:16.915Z] #42 42.63 Selecting previously unselected package libicu67:arm64. [2022-06-17T09:05:16.915Z] #42 42.65 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-06-17T09:05:16.915Z] #42 42.66 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-17T09:05:16.915Z] #42 ... [2022-06-17T09:05:16.915Z] [2022-06-17T09:05:16.915Z] #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-17T09:05:16.915Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:05:16.915Z] #14 45.47 Selecting previously unselected package binutils-mingw-w64. [2022-06-17T09:05:16.915Z] #14 45.48 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-17T09:05:16.915Z] #14 45.49 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:05:16.915Z] #14 45.62 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-06-17T09:05:16.915Z] #14 45.63 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-17T09:05:16.915Z] #14 45.67 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-17T09:05:16.915Z] #14 45.84 Selecting previously unselected package dmsetup. [2022-06-17T09:05:16.915Z] #14 45.85 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-06-17T09:05:16.915Z] #14 45.86 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:05:16.915Z] #14 46.06 Selecting previously unselected package mingw-w64-common. [2022-06-17T09:05:16.915Z] #14 46.07 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-17T09:05:16.915Z] #14 46.08 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-17T09:05:16.924Z] #42 ... [2022-06-17T09:05:16.924Z] [2022-06-17T09:05:16.924Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-17T09:05:16.924Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:16.924Z] #62 56.43 The following NEW packages will be installed: [2022-06-17T09:05:16.924Z] #62 56.46 libbtrfs-dev libbtrfs0 [2022-06-17T09:05:16.952Z] #19 137.3 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-17T09:05:16.952Z] #19 137.3 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-17T09:05:17.033Z] #14 59.81 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-17T09:05:17.034Z] #14 59.85 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-17T09:05:17.034Z] #14 59.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-17T09:05:17.034Z] #14 59.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-17T09:05:17.165Z] #44 ... [2022-06-17T09:05:17.165Z] [2022-06-17T09:05:17.165Z] #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-17T09:05:17.165Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:17.165Z] #55 44.84 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-17T09:05:17.165Z] #55 44.84 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-17T09:05:17.165Z] #55 44.93 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-17T09:05:17.165Z] #55 45.03 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-17T09:05:17.165Z] #55 46.54 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-17T09:05:17.165Z] #55 46.55 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-17T09:05:17.165Z] #55 46.56 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-17T09:05:17.165Z] #55 46.69 go: downloading golang.org/x/text v0.3.7 [2022-06-17T09:05:17.165Z] #55 52.55 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-17T09:05:17.165Z] #55 52.79 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-17T09:05:17.165Z] #55 52.93 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-17T09:05:17.165Z] #55 53.10 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-17T09:05:17.165Z] #55 53.16 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-17T09:05:17.165Z] #55 53.30 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-17T09:05:17.165Z] #55 53.34 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-17T09:05:17.165Z] #55 53.45 go: downloading golang.org/x/mod v0.5.1 [2022-06-17T09:05:17.165Z] #55 53.45 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-17T09:05:17.165Z] #55 53.57 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-17T09:05:17.165Z] #55 53.62 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-17T09:05:17.165Z] #55 53.66 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-17T09:05:17.165Z] #55 53.71 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-17T09:05:17.165Z] #55 53.95 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-17T09:05:17.165Z] #55 54.24 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-17T09:05:17.165Z] #55 54.29 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-17T09:05:17.165Z] #55 54.31 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-17T09:05:17.165Z] #55 54.67 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-17T09:05:17.165Z] #55 54.67 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-17T09:05:17.165Z] #55 54.76 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-17T09:05:17.165Z] #55 54.76 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-17T09:05:17.165Z] #55 54.76 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-17T09:05:17.165Z] #55 54.84 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-17T09:05:17.477Z] #14 ... [2022-06-17T09:05:17.477Z] [2022-06-17T09:05:17.477Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-17T09:05:17.477Z] #64 sha256:5a77df2ae8dc572ea1cf37d8e6dcea28884e39f9e1877e8c682132f73c17f3f2 [2022-06-17T09:05:17.477Z] #64 0.712 + RM_GOPATH=0 [2022-06-17T09:05:17.477Z] #64 0.714 + TMP_GOPATH= [2022-06-17T09:05:17.477Z] #64 0.715 + : /build [2022-06-17T09:05:17.477Z] #64 0.715 + '[' -z '' ']' [2022-06-17T09:05:17.477Z] #64 0.716 ++ mktemp -d [2022-06-17T09:05:17.477Z] #64 0.728 + export GOPATH=/tmp/tmp.7Ngvml8iF8 [2022-06-17T09:05:17.477Z] #64 0.728 + GOPATH=/tmp/tmp.7Ngvml8iF8 [2022-06-17T09:05:17.477Z] #64 0.728 + RM_GOPATH=1 [2022-06-17T09:05:17.477Z] #64 0.728 + case "$(go env GOARCH)" in [2022-06-17T09:05:17.477Z] #64 0.730 ++ go env GOARCH [2022-06-17T09:05:17.477Z] #64 0.738 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:17.477Z] #64 0.740 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:17.477Z] #64 0.743 ++ dirname /install.sh [2022-06-17T09:05:17.477Z] #64 0.744 + dir=/ [2022-06-17T09:05:17.477Z] #64 0.756 + bin=containerd [2022-06-17T09:05:17.477Z] #64 0.756 + shift [2022-06-17T09:05:17.477Z] #64 0.756 + '[' '!' -f //containerd.installer ']' [2022-06-17T09:05:17.477Z] #64 0.758 + . //containerd.installer [2022-06-17T09:05:17.477Z] #64 0.758 ++ set -e [2022-06-17T09:05:17.477Z] #64 0.759 ++ : v1.6.6 [2022-06-17T09:05:17.477Z] #64 0.760 + install_containerd [2022-06-17T09:05:17.477Z] #64 0.761 + echo 'Install containerd version v1.6.6' [2022-06-17T09:05:17.477Z] #64 0.762 Install containerd version v1.6.6 [2022-06-17T09:05:17.477Z] #64 0.762 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7Ngvml8iF8/src/github.com/containerd/containerd [2022-06-17T09:05:17.477Z] #64 0.768 Cloning into '/tmp/tmp.7Ngvml8iF8/src/github.com/containerd/containerd'... [2022-06-17T09:05:17.477Z] #64 ... [2022-06-17T09:05:17.477Z] [2022-06-17T09:05:17.477Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-17T09:05:17.477Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-17T09:05:17.477Z] #55 39.72 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-17T09:05:17.477Z] #55 39.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-17T09:05:17.477Z] #55 39.80 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-17T09:05:17.477Z] #55 39.89 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-17T09:05:17.477Z] #55 39.93 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-17T09:05:17.477Z] #55 39.97 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-17T09:05:17.477Z] #55 40.18 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-17T09:05:17.477Z] #55 40.42 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-17T09:05:17.477Z] #55 40.44 go: downloading golang.org/x/text v0.3.7 [2022-06-17T09:05:17.477Z] #55 44.93 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-17T09:05:17.477Z] #55 45.01 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-17T09:05:17.477Z] #55 45.08 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-17T09:05:17.477Z] #55 45.11 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-17T09:05:17.477Z] #55 45.24 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-17T09:05:17.477Z] #55 45.27 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-17T09:05:17.477Z] #55 45.39 go: downloading golang.org/x/mod v0.5.1 [2022-06-17T09:05:17.477Z] #55 45.40 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-17T09:05:17.477Z] #55 45.48 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-17T09:05:17.477Z] #55 45.70 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-17T09:05:17.477Z] #55 45.70 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-17T09:05:17.477Z] #55 45.73 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-17T09:05:17.477Z] #55 46.26 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-17T09:05:17.477Z] #55 46.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-17T09:05:17.477Z] #55 46.44 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-17T09:05:17.477Z] #55 46.80 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-17T09:05:17.477Z] #55 46.80 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-17T09:05:17.477Z] #55 46.87 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-17T09:05:17.477Z] #55 46.91 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-17T09:05:17.477Z] #55 46.91 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-17T09:05:17.477Z] #55 46.96 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-17T09:05:17.477Z] #55 47.12 go: downloading github.com/prometheus/common v0.10.0 [2022-06-17T09:05:17.477Z] #55 47.26 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-17T09:05:17.477Z] #55 47.44 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-17T09:05:17.477Z] #55 47.49 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-17T09:05:17.477Z] #55 48.74 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-17T09:05:17.495Z] #62 57.02 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:17.495Z] #62 57.02 Need to get 460 kB of archives. [2022-06-17T09:05:17.495Z] #62 57.02 After this operation, 1237 kB of additional disk space will be used. [2022-06-17T09:05:17.495Z] #62 57.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:05:17.495Z] #62 57.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:05:17.606Z] #14 60.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-17T09:05:17.606Z] #14 ... [2022-06-17T09:05:17.606Z] [2022-06-17T09:05:17.606Z] #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-17T09:05:17.606Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:17.606Z] #55 60.34 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:05:17.606Z] #55 60.50 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-17T09:05:17.738Z] #55 55.09 go: downloading github.com/prometheus/common v0.10.0 [2022-06-17T09:05:17.738Z] #55 55.28 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-17T09:05:17.738Z] #55 55.31 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-17T09:05:17.738Z] #55 ... [2022-06-17T09:05:17.738Z] [2022-06-17T09:05:17.738Z] #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-17T09:05:17.738Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:17.738Z] #51 45.03 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:05:17.738Z] #51 45.07 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:05:17.738Z] #51 45.09 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:17.738Z] #51 45.36 Selecting previously unselected package python3-six. [2022-06-17T09:05:17.738Z] #51 45.36 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-17T09:05:17.738Z] #51 45.36 Unpacking python3-six (1.16.0-2) ... [2022-06-17T09:05:17.738Z] #51 45.51 Selecting previously unselected package python3-protobuf. [2022-06-17T09:05:17.738Z] #51 45.51 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-17T09:05:17.738Z] #51 45.51 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:17.739Z] #51 45.99 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:05:17.739Z] #51 45.99 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:05:17.739Z] #51 46.03 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:17.739Z] #51 46.19 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:05:17.739Z] #51 46.19 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:05:17.739Z] #51 46.19 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:05:17.739Z] #51 46.33 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:05:17.739Z] #51 46.33 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:17.739Z] #51 46.34 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:17.739Z] #51 46.46 Selecting previously unselected package criu. [2022-06-17T09:05:17.739Z] #51 46.46 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-17T09:05:17.739Z] #51 46.47 Unpacking criu (3.17-1) ... [2022-06-17T09:05:17.739Z] #51 47.36 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:17.739Z] #51 49.07 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:05:17.739Z] #51 49.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:17.739Z] #51 49.13 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:17.739Z] #51 49.16 Setting up python3-six (1.16.0-2) ... [2022-06-17T09:05:17.739Z] #51 50.43 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:05:17.739Z] #51 50.57 Setting up python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:17.739Z] #51 54.58 Setting up criu (3.17-1) ... [2022-06-17T09:05:17.866Z] #55 60.70 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-17T09:05:17.999Z] #51 ... [2022-06-17T09:05:17.999Z] [2022-06-17T09:05:17.999Z] #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-17T09:05:17.999Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:17.999Z] #55 55.45 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-17T09:05:18.041Z] #55 ... [2022-06-17T09:05:18.041Z] [2022-06-17T09:05:18.041Z] #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-17T09:05:18.041Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:05:18.041Z] #42 49.96 Selecting previously unselected package libxml2:arm64. [2022-06-17T09:05:18.041Z] #42 49.97 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-06-17T09:05:18.041Z] #42 50.25 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:18.126Z] #55 60.85 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-17T09:05:18.126Z] #55 60.97 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-17T09:05:18.126Z] #55 61.05 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-17T09:05:18.298Z] #42 ... [2022-06-17T09:05:18.298Z] [2022-06-17T09:05:18.298Z] #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-17T09:05:18.298Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f [2022-06-17T09:05:18.298Z] #76 DONE 50.5s [2022-06-17T09:05:18.326Z] #19 138.8 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-17T09:05:18.326Z] #19 138.8 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-17T09:05:18.385Z] #55 61.14 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-17T09:05:18.385Z] #55 61.17 go: downloading github.com/spf13/afero v1.6.0 [2022-06-17T09:05:18.385Z] #55 61.28 go: downloading github.com/spf13/cast v1.4.1 [2022-06-17T09:05:18.385Z] #55 61.32 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-17T09:05:18.385Z] #55 ... [2022-06-17T09:05:18.385Z] [2022-06-17T09:05:18.385Z] #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-17T09:05:18.385Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:18.385Z] #42 41.49 Reading package lists... [2022-06-17T09:05:18.385Z] #42 51.56 Building dependency tree... [2022-06-17T09:05:18.385Z] #42 58.37 The following additional packages will be installed: [2022-06-17T09:05:18.385Z] #42 58.38 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-17T09:05:18.385Z] #42 58.44 Suggested packages: [2022-06-17T09:05:18.385Z] #42 58.44 cmake-doc ninja-build lrzip [2022-06-17T09:05:18.385Z] #42 58.44 Recommended packages: [2022-06-17T09:05:18.385Z] #42 58.44 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-17T09:05:18.385Z] #42 60.01 The following NEW packages will be installed: [2022-06-17T09:05:18.385Z] #42 60.06 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-17T09:05:18.385Z] #42 60.06 vim-common xxd [2022-06-17T09:05:18.385Z] #42 60.60 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:18.385Z] #42 60.60 Need to get 17.7 MB of archives. [2022-06-17T09:05:18.385Z] #42 60.60 After this operation, 70.7 MB of additional disk space will be used. [2022-06-17T09:05:18.385Z] #42 60.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:05:18.385Z] #42 60.61 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-17T09:05:18.385Z] #42 60.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-17T09:05:18.385Z] #42 60.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-17T09:05:18.555Z] [2022-06-17T09:05:18.555Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:18.555Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:05:18.645Z] #42 ... [2022-06-17T09:05:18.645Z] [2022-06-17T09:05:18.645Z] #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-17T09:05:18.645Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:18.645Z] #76 60.57 The following NEW packages will be installed: [2022-06-17T09:05:18.645Z] #76 60.57 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-17T09:05:18.645Z] #76 60.57 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-17T09:05:18.645Z] #76 60.57 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-17T09:05:18.645Z] #76 60.57 libyajl2 m4 patch xz-utils [2022-06-17T09:05:18.645Z] #76 61.26 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:18.645Z] #76 61.26 Need to get 5939 kB of archives. [2022-06-17T09:05:18.645Z] #76 61.26 After this operation, 18.7 MB of additional disk space will be used. [2022-06-17T09:05:18.645Z] #76 61.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:05:18.645Z] #76 61.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-17T09:05:18.645Z] #76 61.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-17T09:05:18.645Z] #76 61.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-17T09:05:18.645Z] #76 61.30 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-17T09:05:18.645Z] #76 61.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-17T09:05:18.645Z] #76 61.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-17T09:05:18.645Z] #76 61.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-17T09:05:18.645Z] #76 61.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-17T09:05:18.645Z] #76 61.43 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-17T09:05:18.645Z] #76 61.53 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:05:18.645Z] #76 61.53 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-17T09:05:18.895Z] #62 ... [2022-06-17T09:05:18.895Z] [2022-06-17T09:05:18.895Z] #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-17T09:05:18.895Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:18.895Z] #14 39.79 Reading package lists... [2022-06-17T09:05:18.895Z] #14 48.58 Building dependency tree... [2022-06-17T09:05:18.895Z] #14 54.63 The following additional packages will be installed: [2022-06-17T09:05:18.895Z] #14 54.66 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:05:18.895Z] #14 54.66 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-17T09:05:18.895Z] #14 54.66 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-17T09:05:18.895Z] #14 54.66 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-17T09:05:18.895Z] #14 54.66 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-17T09:05:18.895Z] #14 54.66 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-17T09:05:18.895Z] #14 54.67 mingw-w64-common mingw-w64-x86-64-dev [2022-06-17T09:05:18.895Z] #14 54.69 Suggested packages: [2022-06-17T09:05:18.895Z] #14 54.72 gcc-10-locales seccomp wine64 [2022-06-17T09:05:18.895Z] #14 57.08 The following NEW packages will be installed: [2022-06-17T09:05:18.895Z] #14 57.13 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:05:18.895Z] #14 57.13 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-17T09:05:18.895Z] #14 57.13 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-17T09:05:18.895Z] #14 57.13 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-17T09:05:18.895Z] #14 57.13 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-17T09:05:18.895Z] #14 57.13 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-17T09:05:18.895Z] #14 57.13 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-17T09:05:18.895Z] #14 57.13 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-17T09:05:18.895Z] #14 57.14 mingw-w64-x86-64-dev [2022-06-17T09:05:18.895Z] #14 57.69 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:18.895Z] #14 57.69 Need to get 115 MB of archives. [2022-06-17T09:05:18.895Z] #14 57.69 After this operation, 645 MB of additional disk space will be used. [2022-06-17T09:05:18.895Z] #14 57.69 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-17T09:05:18.895Z] #14 57.92 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-17T09:05:18.895Z] #14 58.26 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-17T09:05:18.895Z] #14 58.26 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-17T09:05:18.895Z] #14 58.29 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-17T09:05:18.895Z] #14 58.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-17T09:05:18.895Z] #14 ... [2022-06-17T09:05:18.895Z] [2022-06-17T09:05:18.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-17T09:05:18.895Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:18.895Z] #42 57.47 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:18.895Z] #42 57.99 Fetched 17.7 MB in 2s (8059 kB/s) [2022-06-17T09:05:18.895Z] #42 58.33 Selecting previously unselected package xxd. [2022-06-17T09:05:18.895Z] #42 58.33 (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-17T09:05:18.895Z] #42 58.50 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:05:18.895Z] #42 58.53 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:18.904Z] #76 61.77 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-17T09:05:18.904Z] #76 ... [2022-06-17T09:05:18.904Z] [2022-06-17T09:05:18.904Z] #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-17T09:05:18.904Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:18.904Z] #62 41.95 Reading package lists... [2022-06-17T09:05:18.904Z] #62 52.00 Building dependency tree... [2022-06-17T09:05:18.904Z] #62 59.51 The following additional packages will be installed: [2022-06-17T09:05:18.904Z] #62 59.52 libbtrfs0 [2022-06-17T09:05:18.904Z] #62 59.93 The following NEW packages will be installed: [2022-06-17T09:05:18.904Z] #62 59.94 libbtrfs-dev libbtrfs0 [2022-06-17T09:05:18.904Z] #62 60.57 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:18.904Z] #62 60.57 Need to get 460 kB of archives. [2022-06-17T09:05:18.904Z] #62 60.57 After this operation, 1237 kB of additional disk space will be used. [2022-06-17T09:05:18.904Z] #62 60.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:05:18.904Z] #62 60.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:05:18.904Z] #62 ... [2022-06-17T09:05:18.904Z] [2022-06-17T09:05:18.904Z] #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-17T09:05:18.904Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:18.904Z] #76 61.77 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:05:18.904Z] #76 61.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-17T09:05:18.904Z] #76 61.80 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-17T09:05:18.904Z] #76 61.80 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-17T09:05:18.904Z] #76 61.81 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-17T09:05:18.904Z] #76 61.83 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:05:18.904Z] #76 61.88 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-17T09:05:19.118Z] #77 0.714 Cloning into '/tmp/crun-build'... [2022-06-17T09:05:19.164Z] #76 61.95 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:05:19.164Z] #76 61.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:05:19.164Z] #76 61.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-17T09:05:19.374Z] #77 ... [2022-06-17T09:05:19.375Z] [2022-06-17T09:05:19.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-17T09:05:19.375Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-17T09:05:19.375Z] #51 44.23 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-17T09:05:19.375Z] #51 44.26 Setting up python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:19.375Z] #51 48.42 Setting up criu (3.17-1) ... [2022-06-17T09:05:19.375Z] #51 50.46 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:19.375Z] #51 DONE 51.2s [2022-06-17T09:05:19.380Z] #55 57.03 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-17T09:05:19.423Z] #76 ... [2022-06-17T09:05:19.423Z] [2022-06-17T09:05:19.423Z] #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-17T09:05:19.423Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:19.423Z] #51 42.02 Reading package lists... [2022-06-17T09:05:19.423Z] #51 52.17 Building dependency tree... [2022-06-17T09:05:19.423Z] #51 59.34 The following additional packages will be installed: [2022-06-17T09:05:19.423Z] #51 59.37 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:19.423Z] #51 59.37 python3-protobuf python3-six [2022-06-17T09:05:19.423Z] #51 59.38 Suggested packages: [2022-06-17T09:05:19.423Z] #51 59.41 python3-setuptools [2022-06-17T09:05:19.423Z] #51 59.41 Recommended packages: [2022-06-17T09:05:19.423Z] #51 59.41 iproute2 | iproute [2022-06-17T09:05:19.423Z] #51 60.60 The following NEW packages will be installed: [2022-06-17T09:05:19.423Z] #51 60.62 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:19.423Z] #51 60.64 python3-protobuf python3-six [2022-06-17T09:05:19.423Z] #51 61.45 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:19.423Z] #51 61.45 Need to get 2314 kB of archives. [2022-06-17T09:05:19.423Z] #51 61.45 After this operation, 11.1 MB of additional disk space will be used. [2022-06-17T09:05:19.423Z] #51 61.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-17T09:05:19.423Z] #51 61.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:05:19.423Z] #51 61.73 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-17T09:05:19.423Z] #51 61.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-17T09:05:19.423Z] #51 61.80 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-17T09:05:19.423Z] #51 61.87 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-17T09:05:19.423Z] #51 61.92 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-17T09:05:19.423Z] #51 ... [2022-06-17T09:05:19.423Z] [2022-06-17T09:05:19.423Z] #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-17T09:05:19.423Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:19.423Z] #42 61.73 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-17T09:05:19.423Z] #42 61.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-17T09:05:19.423Z] #42 61.85 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-17T09:05:19.423Z] #42 61.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-17T09:05:19.423Z] #42 61.88 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-17T09:05:19.423Z] #42 61.91 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-17T09:05:19.479Z] #42 59.12 Selecting previously unselected package vim-common. [2022-06-17T09:05:19.479Z] #42 59.14 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:05:19.479Z] #42 59.20 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:19.630Z] [2022-06-17T09:05:19.630Z] #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-17T09:05:19.630Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:05:19.630Z] #42 50.91 Selecting previously unselected package libarchive13:arm64. [2022-06-17T09:05:19.630Z] #42 50.91 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-06-17T09:05:19.630Z] #42 50.93 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:19.630Z] #42 51.34 Selecting previously unselected package libjsoncpp24:arm64. [2022-06-17T09:05:19.630Z] #42 51.34 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-06-17T09:05:19.630Z] #42 51.36 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-17T09:05:19.630Z] #42 51.54 Selecting previously unselected package librhash0:arm64. [2022-06-17T09:05:19.630Z] #42 51.54 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-06-17T09:05:19.630Z] #42 51.55 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-06-17T09:05:19.630Z] #42 51.86 Selecting previously unselected package libuv1:arm64. [2022-06-17T09:05:19.640Z] #55 ... [2022-06-17T09:05:19.640Z] [2022-06-17T09:05:19.640Z] #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-17T09:05:19.640Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:19.640Z] #14 47.18 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:19.640Z] #14 47.40 Fetched 115 MB in 8s (14.4 MB/s) [2022-06-17T09:05:19.640Z] #14 47.49 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-17T09:05:19.640Z] #14 47.49 (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-17T09:05:19.640Z] #14 47.51 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:05:19.640Z] #14 47.54 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:19.640Z] #14 49.82 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-17T09:05:19.640Z] #14 49.82 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:05:19.640Z] #14 49.85 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:19.640Z] #14 52.26 Selecting previously unselected package binutils-mingw-w64. [2022-06-17T09:05:19.640Z] #14 52.26 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-17T09:05:19.640Z] #14 52.26 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:05:19.640Z] #14 52.39 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-17T09:05:19.640Z] #14 52.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:05:19.640Z] #14 52.39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:05:19.640Z] #14 52.61 Selecting previously unselected package dmsetup. [2022-06-17T09:05:19.640Z] #14 52.61 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:05:19.640Z] #14 52.61 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:05:19.640Z] #14 52.74 Selecting previously unselected package mingw-w64-common. [2022-06-17T09:05:19.640Z] #14 52.74 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-17T09:05:19.640Z] #14 52.74 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-17T09:05:19.696Z] #19 140.1 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-17T09:05:19.696Z] #19 140.1 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-17T09:05:19.696Z] #19 140.1 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-17T09:05:19.696Z] #19 140.1 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-17T09:05:19.696Z] #19 140.1 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-17T09:05:19.696Z] #19 140.1 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-17T09:05:19.696Z] #19 140.1 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-17T09:05:19.696Z] #19 140.2 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-17T09:05:19.887Z] #42 51.88 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-06-17T09:05:19.887Z] #42 51.89 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-06-17T09:05:19.900Z] #14 ... [2022-06-17T09:05:19.900Z] [2022-06-17T09:05:19.900Z] #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-17T09:05:19.900Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:19.900Z] #51 56.64 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:19.954Z] #19 140.2 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-17T09:05:19.954Z] #19 140.2 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-17T09:05:19.954Z] #19 140.2 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-17T09:05:19.954Z] #19 140.2 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-17T09:05:19.954Z] #19 140.2 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-17T09:05:19.954Z] #19 140.3 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-17T09:05:19.954Z] #19 140.3 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-17T09:05:19.954Z] #19 140.4 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-17T09:05:20.145Z] #42 52.23 Selecting previously unselected package cmake. [2022-06-17T09:05:20.145Z] #42 52.26 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-06-17T09:05:20.145Z] #42 52.26 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:20.214Z] #19 140.4 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-17T09:05:20.214Z] #19 140.5 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-17T09:05:20.214Z] #19 140.5 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-17T09:05:20.423Z] #42 ... [2022-06-17T09:05:20.423Z] [2022-06-17T09:05:20.423Z] #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-17T09:05:20.423Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:05:20.423Z] #57 59.17 v3.0.2 [2022-06-17T09:05:20.423Z] #57 DONE 59.8s [2022-06-17T09:05:20.423Z] [2022-06-17T09:05:20.423Z] #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-17T09:05:20.423Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:20.423Z] #42 59.78 Selecting previously unselected package cmake-data. [2022-06-17T09:05:20.423Z] #42 59.79 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-17T09:05:20.423Z] #42 59.85 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:05:20.423Z] #42 ... [2022-06-17T09:05:20.423Z] [2022-06-17T09:05:20.423Z] #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-17T09:05:20.423Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:20.423Z] #55 50.08 go: downloading github.com/fatih/color v1.13.0 [2022-06-17T09:05:20.423Z] #55 50.08 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:05:20.423Z] #55 50.14 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-17T09:05:20.423Z] #55 50.16 go: downloading github.com/spf13/viper v1.10.1 [2022-06-17T09:05:20.423Z] #55 50.57 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-17T09:05:20.423Z] #55 51.21 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-17T09:05:20.423Z] #55 51.23 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-17T09:05:20.423Z] #55 53.25 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-17T09:05:20.423Z] #55 53.30 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-17T09:05:20.423Z] #55 58.89 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-17T09:05:20.423Z] #55 58.95 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:05:20.423Z] #55 59.13 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-17T09:05:20.423Z] #55 59.33 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-17T09:05:20.423Z] #55 59.38 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-17T09:05:20.423Z] #55 59.47 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-17T09:05:20.423Z] #55 59.52 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-17T09:05:20.423Z] #55 59.55 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-17T09:05:20.423Z] #55 59.68 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-17T09:05:20.423Z] #55 59.76 go: downloading github.com/spf13/afero v1.6.0 [2022-06-17T09:05:20.423Z] #55 59.85 go: downloading github.com/spf13/cast v1.4.1 [2022-06-17T09:05:20.423Z] #55 59.97 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-17T09:05:20.684Z] #55 60.13 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-17T09:05:20.684Z] #55 60.18 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-17T09:05:20.684Z] #55 ... [2022-06-17T09:05:20.684Z] [2022-06-17T09:05:20.684Z] #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-17T09:05:20.684Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:20.684Z] #62 58.89 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:20.684Z] #62 59.32 Fetched 460 kB in 0s (1063 kB/s) [2022-06-17T09:05:20.684Z] #62 59.58 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:05:20.684Z] #62 59.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:20.684Z] #62 59.67 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:05:20.684Z] #62 59.76 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:05:20.684Z] #62 60.36 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:05:20.840Z] #51 DONE 57.9s [2022-06-17T09:05:20.840Z] [2022-06-17T09:05:20.840Z] #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-17T09:05:20.840Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:20.840Z] #14 58.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-17T09:05:20.840Z] #14 58.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-17T09:05:20.840Z] #14 58.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:05:20.945Z] #62 60.36 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:05:20.945Z] #62 60.40 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:05:21.330Z] #42 ... [2022-06-17T09:05:21.330Z] [2022-06-17T09:05:21.330Z] #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-17T09:05:21.330Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-17T09:05:21.330Z] #57 63.41 v3.0.2 [2022-06-17T09:05:21.330Z] #57 DONE 64.0s [2022-06-17T09:05:21.330Z] [2022-06-17T09:05:21.330Z] #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-17T09:05:21.330Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:21.330Z] #76 64.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:21.516Z] #62 60.95 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:05:21.516Z] #62 61.00 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:05:21.516Z] #62 61.00 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:21.590Z] #76 64.57 Fetched 5939 kB in 1s (5291 kB/s) [2022-06-17T09:05:21.777Z] #62 ... [2022-06-17T09:05:21.777Z] [2022-06-17T09:05:21.777Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-17T09:05:21.777Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:21.777Z] #51 43.03 Reading package lists... [2022-06-17T09:05:21.777Z] #51 51.32 Building dependency tree... [2022-06-17T09:05:21.777Z] #51 57.54 The following additional packages will be installed: [2022-06-17T09:05:21.777Z] #51 57.56 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:21.777Z] #51 57.58 python3-protobuf python3-six [2022-06-17T09:05:21.777Z] #51 57.59 Suggested packages: [2022-06-17T09:05:21.777Z] #51 57.61 python3-setuptools [2022-06-17T09:05:21.777Z] #51 57.61 Recommended packages: [2022-06-17T09:05:21.777Z] #51 57.61 iproute2 | iproute [2022-06-17T09:05:21.777Z] #51 58.86 The following NEW packages will be installed: [2022-06-17T09:05:21.777Z] #51 58.86 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-17T09:05:21.777Z] #51 58.87 python3-protobuf python3-six [2022-06-17T09:05:21.777Z] #51 59.50 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:05:21.777Z] #51 59.50 Need to get 2314 kB of archives. [2022-06-17T09:05:21.777Z] #51 59.50 After this operation, 11.1 MB of additional disk space will be used. [2022-06-17T09:05:21.777Z] #51 59.50 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-17T09:05:21.777Z] #51 59.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:05:21.777Z] #51 59.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-17T09:05:21.777Z] #51 59.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-17T09:05:21.777Z] #51 59.86 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-17T09:05:21.777Z] #51 59.86 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-17T09:05:21.777Z] #51 59.86 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-17T09:05:21.850Z] #76 64.74 Selecting previously unselected package bzip2. [2022-06-17T09:05:22.040Z] #51 ... [2022-06-17T09:05:22.040Z] [2022-06-17T09:05:22.040Z] #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-17T09:05:22.040Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:22.040Z] #55 60.44 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-17T09:05:22.040Z] #55 60.48 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-17T09:05:22.040Z] #55 60.50 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-17T09:05:22.040Z] #55 60.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-17T09:05:22.040Z] #55 60.66 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-17T09:05:22.040Z] #55 60.66 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-17T09:05:22.040Z] #55 60.72 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-17T09:05:22.040Z] #55 60.76 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-17T09:05:22.040Z] #55 60.80 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-17T09:05:22.040Z] #55 60.92 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-17T09:05:22.040Z] #55 61.02 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-17T09:05:22.040Z] #55 61.10 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-17T09:05:22.040Z] #55 61.23 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-17T09:05:22.040Z] #55 61.27 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-17T09:05:22.110Z] #76 64.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:22.110Z] #76 64.81 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:05:22.110Z] #76 64.83 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:05:22.116Z] #19 142.1 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-17T09:05:22.116Z] #19 142.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-17T09:05:22.116Z] #19 142.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-17T09:05:22.116Z] #19 142.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-17T09:05:22.116Z] #19 142.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-17T09:05:22.225Z] #14 ... [2022-06-17T09:05:22.225Z] [2022-06-17T09:05:22.225Z] #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-17T09:05:22.225Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:05:22.225Z] #53 59.11 gotestsum version dev [2022-06-17T09:05:22.225Z] #53 DONE 59.7s [2022-06-17T09:05:22.225Z] [2022-06-17T09:05:22.225Z] #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-17T09:05:22.225Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:05:22.225Z] #64 7.341 + RM_GOPATH=0 [2022-06-17T09:05:22.225Z] #64 7.341 + TMP_GOPATH= [2022-06-17T09:05:22.225Z] #64 7.341 + : /build [2022-06-17T09:05:22.225Z] #64 7.341 + '[' -z '' ']' [2022-06-17T09:05:22.225Z] #64 7.341 ++ mktemp -d [2022-06-17T09:05:22.225Z] #64 7.349 + export GOPATH=/tmp/tmp.65fccPKQ2U [2022-06-17T09:05:22.225Z] #64 7.349 + GOPATH=/tmp/tmp.65fccPKQ2U [2022-06-17T09:05:22.225Z] #64 7.349 + RM_GOPATH=1 [2022-06-17T09:05:22.225Z] #64 7.349 + case "$(go env GOARCH)" in [2022-06-17T09:05:22.225Z] #64 7.349 ++ go env GOARCH [2022-06-17T09:05:22.225Z] #64 7.371 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:22.225Z] #64 7.371 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:22.225Z] #64 7.371 ++ dirname /install.sh [2022-06-17T09:05:22.225Z] #64 7.371 + dir=/ [2022-06-17T09:05:22.225Z] #64 7.371 + bin=containerd [2022-06-17T09:05:22.225Z] #64 7.371 + shift [2022-06-17T09:05:22.225Z] #64 7.371 + '[' '!' -f //containerd.installer ']' [2022-06-17T09:05:22.225Z] #64 7.372 Install containerd version v1.6.6 [2022-06-17T09:05:22.225Z] #64 7.375 + . //containerd.installer [2022-06-17T09:05:22.225Z] #64 7.375 ++ set -e [2022-06-17T09:05:22.225Z] #64 7.375 ++ : v1.6.6 [2022-06-17T09:05:22.225Z] #64 7.375 + install_containerd [2022-06-17T09:05:22.225Z] #64 7.375 + echo 'Install containerd version v1.6.6' [2022-06-17T09:05:22.225Z] #64 7.375 + git clone https://github.com/containerd/containerd.git /tmp/tmp.65fccPKQ2U/src/github.com/containerd/containerd [2022-06-17T09:05:22.225Z] #64 7.375 Cloning into '/tmp/tmp.65fccPKQ2U/src/github.com/containerd/containerd'... [2022-06-17T09:05:22.304Z] #55 ... [2022-06-17T09:05:22.304Z] [2022-06-17T09:05:22.304Z] #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-17T09:05:22.304Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:22.304Z] #62 DONE 61.8s [2022-06-17T09:05:22.304Z] [2022-06-17T09:05:22.305Z] #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-17T09:05:22.305Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:22.305Z] #76 57.39 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:22.305Z] #76 57.91 Fetched 5939 kB in 1s (5649 kB/s) [2022-06-17T09:05:22.305Z] #76 58.34 Selecting previously unselected package bzip2. [2022-06-17T09:05:22.305Z] #76 58.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:22.305Z] #76 58.53 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:05:22.305Z] #76 58.54 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:05:22.305Z] #76 58.80 Selecting previously unselected package libmagic-mgc. [2022-06-17T09:05:22.305Z] #76 58.82 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:22.305Z] #76 58.87 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:22.305Z] #76 59.75 Selecting previously unselected package libmagic1:amd64. [2022-06-17T09:05:22.305Z] #76 59.75 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:22.305Z] #76 59.78 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:05:22.305Z] #76 60.24 Selecting previously unselected package file. [2022-06-17T09:05:22.305Z] #76 60.26 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:22.305Z] #76 60.26 Unpacking file (1:5.39-3) ... [2022-06-17T09:05:22.305Z] #76 60.58 Selecting previously unselected package xz-utils. [2022-06-17T09:05:22.305Z] #76 60.58 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:05:22.305Z] #76 60.59 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:22.305Z] #76 61.06 Selecting previously unselected package libsigsegv2:amd64. [2022-06-17T09:05:22.305Z] #76 61.06 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-17T09:05:22.305Z] #76 61.06 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:05:22.305Z] #76 61.30 Selecting previously unselected package m4. [2022-06-17T09:05:22.305Z] #76 61.30 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-17T09:05:22.305Z] #76 61.32 Unpacking m4 (1.4.18-5) ... [2022-06-17T09:05:22.305Z] #76 61.78 Selecting previously unselected package autoconf. [2022-06-17T09:05:22.305Z] #76 61.83 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-17T09:05:22.305Z] #76 61.83 Unpacking autoconf (2.69-14) ... [2022-06-17T09:05:22.369Z] #76 65.28 Selecting previously unselected package libmagic-mgc. [2022-06-17T09:05:22.369Z] #76 65.32 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:22.573Z] #76 ... [2022-06-17T09:05:22.573Z] [2022-06-17T09:05:22.573Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-17T09:05:22.573Z] #63 sha256:0d3d46115e9a6cf7e9e2ff1360200f5503aaa3b69434298d01445386f13ebdd2 [2022-06-17T09:05:22.573Z] #63 DONE 0.4s [2022-06-17T09:05:22.629Z] #76 65.36 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:22.834Z] [2022-06-17T09:05:22.834Z] #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-17T09:05:22.834Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:22.834Z] #55 62.12 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-17T09:05:22.834Z] #55 62.29 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-17T09:05:22.834Z] #55 62.38 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-17T09:05:22.834Z] #55 62.39 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-17T09:05:22.834Z] #55 62.46 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-17T09:05:23.094Z] #55 62.49 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-17T09:05:23.094Z] #55 62.56 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-17T09:05:23.094Z] #55 62.57 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-17T09:05:23.094Z] #55 62.62 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-17T09:05:23.094Z] #55 62.68 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-17T09:05:23.094Z] #55 62.73 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-17T09:05:23.094Z] #55 62.74 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-17T09:05:23.355Z] #55 62.90 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-17T09:05:23.355Z] #55 62.93 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-17T09:05:23.355Z] #55 62.98 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-17T09:05:23.355Z] #55 63.06 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-17T09:05:23.355Z] #55 63.06 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-17T09:05:23.418Z] #42 55.28 Setting up libicu67:arm64 (67.1-7) ... [2022-06-17T09:05:23.418Z] #42 55.33 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:23.418Z] #42 55.49 Setting up libuv1:arm64 (1.40.0-2) ... [2022-06-17T09:05:23.418Z] #42 55.53 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:23.484Z] #19 ... [2022-06-17T09:05:23.484Z] [2022-06-17T09:05:23.484Z] #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-17T09:05:23.484Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:23.484Z] #84 98.40 configure.ac:11: installing 'build-aux/compile' [2022-06-17T09:05:23.484Z] #84 98.41 configure.ac:11: installing 'build-aux/config.guess' [2022-06-17T09:05:23.484Z] #84 98.43 configure.ac:11: installing 'build-aux/config.sub' [2022-06-17T09:05:23.484Z] #84 98.43 configure.ac:13: installing 'build-aux/install-sh' [2022-06-17T09:05:23.484Z] #84 98.43 configure.ac:13: installing 'build-aux/missing' [2022-06-17T09:05:23.485Z] #84 98.44 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-17T09:05:23.567Z] #76 ... [2022-06-17T09:05:23.567Z] [2022-06-17T09:05:23.567Z] #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-17T09:05:23.567Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-17T09:05:23.567Z] #62 62.66 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:23.567Z] #62 63.17 Fetched 460 kB in 0s (991 kB/s) [2022-06-17T09:05:23.567Z] #62 63.56 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:05:23.567Z] #62 63.56 (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-17T09:05:23.567Z] #62 63.68 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:05:23.567Z] #62 63.89 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:05:23.567Z] #62 64.46 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:05:23.567Z] #62 64.46 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:05:23.567Z] #62 64.50 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:05:23.567Z] #62 65.21 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:05:23.567Z] #62 65.26 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:05:23.567Z] #62 65.28 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:23.567Z] #62 DONE 66.3s [2022-06-17T09:05:23.567Z] [2022-06-17T09:05:23.567Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-17T09:05:23.567Z] #63 sha256:689a6c9cbebb945c41dcc606a941b3e5e9d9c4d2ae4f3c9c6d3475cacd4d7575 [2022-06-17T09:05:23.567Z] #63 DONE 0.2s [2022-06-17T09:05:23.567Z] [2022-06-17T09:05:23.567Z] #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-17T09:05:23.567Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:23.567Z] #76 66.45 Selecting previously unselected package libmagic1:amd64. [2022-06-17T09:05:23.567Z] #76 66.47 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:23.608Z] #64 ... [2022-06-17T09:05:23.608Z] [2022-06-17T09:05:23.608Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:23.608Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:23.608Z] #77 9.199 Cloning into '/tmp/crun-build'... [2022-06-17T09:05:23.615Z] #55 63.17 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-17T09:05:23.615Z] #55 63.18 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-17T09:05:23.674Z] #42 55.71 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-17T09:05:23.674Z] #42 55.74 Setting up librhash0:arm64 (1.4.1-2) ...#42 ... [2022-06-17T09:05:23.674Z] [2022-06-17T09:05:23.674Z] #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-17T09:05:23.674Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-17T09:05:23.674Z] #53 54.70 gotestsum version dev [2022-06-17T09:05:23.674Z] #53 DONE 55.8s [2022-06-17T09:05:23.674Z] [2022-06-17T09:05:23.674Z] #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-17T09:05:23.674Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-17T09:05:23.674Z] #42 55.74 Setting up librhash0:arm64 (1.4.1-2) ... [2022-06-17T09:05:23.674Z] #42 55.77 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:05:23.674Z] #42 55.80 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:23.674Z] #42 55.83 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:23.674Z] #42 55.85 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:23.741Z] #84 98.72 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:05:23.827Z] #76 66.51 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:05:23.876Z] #55 63.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-17T09:05:23.932Z] #42 55.89 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:24.086Z] #76 67.00 Selecting previously unselected package file. [2022-06-17T09:05:24.086Z] #76 67.06 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:24.137Z] #55 63.71 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-17T09:05:24.137Z] #55 63.77 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-17T09:05:24.137Z] #55 63.79 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-17T09:05:24.137Z] #55 63.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-17T09:05:24.137Z] #55 63.85 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-17T09:05:24.189Z] #42 DONE 56.4s [2022-06-17T09:05:24.189Z] [2022-06-17T09:05:24.189Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:24.189Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:05:24.189Z] #77 5.923 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-17T09:05:24.348Z] #76 67.12 Unpacking file (1:5.39-3) ... [2022-06-17T09:05:24.398Z] #55 63.89 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-17T09:05:24.398Z] #55 63.96 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-17T09:05:24.398Z] #55 63.99 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-17T09:05:24.398Z] #55 64.03 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-17T09:05:24.398Z] #55 64.06 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-17T09:05:24.445Z] #77 6.044 Cloning into '/tmp/crun-build/libocispec'... [2022-06-17T09:05:24.607Z] #76 67.40 Selecting previously unselected package xz-utils. [2022-06-17T09:05:24.607Z] #76 67.40 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:05:24.607Z] #76 67.45 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:24.660Z] #55 64.10 go: downloading github.com/julz/importas v0.1.0 [2022-06-17T09:05:24.660Z] #55 64.12 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-17T09:05:24.660Z] #55 64.18 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-17T09:05:24.701Z] #77 ... [2022-06-17T09:05:24.701Z] [2022-06-17T09:05:24.701Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-17T09:05:24.701Z] #43 sha256:d10816fb6010c5273f52bd03e5066c24012770e8376fc95b3541e94f3ba743a8 [2022-06-17T09:05:24.701Z] #43 DONE 0.4s [2022-06-17T09:05:24.922Z] #55 64.35 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-17T09:05:24.922Z] #55 64.41 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-17T09:05:24.922Z] #55 64.45 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-17T09:05:24.922Z] #55 64.48 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-17T09:05:24.922Z] #55 64.55 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-17T09:05:24.922Z] #55 64.56 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-17T09:05:24.959Z] [2022-06-17T09:05:24.959Z] #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-17T09:05:24.959Z] #44 sha256:c4eb0084e466a617789279b057d141e44e5d0ed35a1a64b8e241a32fb245e157 [2022-06-17T09:05:25.179Z] #76 ... [2022-06-17T09:05:25.179Z] [2022-06-17T09:05:25.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-17T09:05:25.179Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:05:25.179Z] #40 67.88 NAME: [2022-06-17T09:05:25.179Z] #40 67.88 go-winres - A tool for embedding resources in Windows executables [2022-06-17T09:05:25.179Z] #40 67.88 [2022-06-17T09:05:25.179Z] #40 67.88 USAGE: [2022-06-17T09:05:25.179Z] #40 67.88 go-winres [global options] command [command options] [arguments...] [2022-06-17T09:05:25.179Z] #40 67.88 [2022-06-17T09:05:25.179Z] #40 67.88 COMMANDS: [2022-06-17T09:05:25.179Z] #40 67.88 init Create an initial ./winres/winres.json [2022-06-17T09:05:25.179Z] #40 67.88 make Make syso files for the "go build" command [2022-06-17T09:05:25.179Z] #40 67.88 simply Make syso files for the "go build" command (simplified) [2022-06-17T09:05:25.179Z] #40 67.88 extract Extract all resources from an executable [2022-06-17T09:05:25.179Z] #40 67.88 patch Replace resources in an executable file (exe, dll) [2022-06-17T09:05:25.179Z] #40 67.88 help, h Shows a list of commands or help for one command [2022-06-17T09:05:25.179Z] #40 67.88 [2022-06-17T09:05:25.179Z] #40 67.88 GLOBAL OPTIONS: [2022-06-17T09:05:25.179Z] #40 67.88 --help, -h show help (default: false) [2022-06-17T09:05:25.179Z] #40 DONE 68.1s [2022-06-17T09:05:25.179Z] [2022-06-17T09:05:25.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-17T09:05:25.179Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:25.179Z] #76 68.07 Selecting previously unselected package libsigsegv2:amd64. [2022-06-17T09:05:25.179Z] #76 68.08 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-17T09:05:25.179Z] #76 68.11 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:05:25.183Z] #55 64.70 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-17T09:05:25.183Z] #55 64.73 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-17T09:05:25.183Z] #55 64.76 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-17T09:05:25.183Z] #55 64.88 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-17T09:05:25.216Z] #44 0.636 + RM_GOPATH=0 [2022-06-17T09:05:25.216Z] #44 0.638 + TMP_GOPATH= [2022-06-17T09:05:25.216Z] #44 0.638 + : /build [2022-06-17T09:05:25.216Z] #44 0.639 + '[' -z '' ']' [2022-06-17T09:05:25.216Z] #44 0.641 ++ mktemp -d [2022-06-17T09:05:25.216Z] #44 0.644 + export GOPATH=/tmp/tmp.sytgjaO9C6 [2022-06-17T09:05:25.216Z] #44 0.646 + GOPATH=/tmp/tmp.sytgjaO9C6 [2022-06-17T09:05:25.216Z] #44 0.647 + RM_GOPATH=1 [2022-06-17T09:05:25.216Z] #44 0.647 + case "$(go env GOARCH)" in [2022-06-17T09:05:25.216Z] #44 0.648 ++ go env GOARCH [2022-06-17T09:05:25.216Z] #44 0.668 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:25.216Z] #44 0.669 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:25.216Z] #44 0.670 ++ dirname /install.sh [2022-06-17T09:05:25.216Z] #44 0.671 + dir=/ [2022-06-17T09:05:25.216Z] #44 0.674 + bin=tini [2022-06-17T09:05:25.216Z] #44 0.674 + shift [2022-06-17T09:05:25.438Z] #76 68.41 Selecting previously unselected package m4. [2022-06-17T09:05:25.438Z] #76 68.43 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-17T09:05:25.443Z] #55 ... [2022-06-17T09:05:25.443Z] [2022-06-17T09:05:25.443Z] #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-17T09:05:25.443Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-17T09:05:25.443Z] #40 64.70 NAME: [2022-06-17T09:05:25.443Z] #40 64.70 go-winres - A tool for embedding resources in Windows executables [2022-06-17T09:05:25.443Z] #40 64.70 [2022-06-17T09:05:25.443Z] #40 64.70 USAGE: [2022-06-17T09:05:25.443Z] #40 64.70 go-winres [global options] command [command options] [arguments...] [2022-06-17T09:05:25.443Z] #40 64.70 [2022-06-17T09:05:25.443Z] #40 64.70 COMMANDS: [2022-06-17T09:05:25.443Z] #40 64.70 init Create an initial ./winres/winres.json [2022-06-17T09:05:25.443Z] #40 64.71 make Make syso files for the "go build" command [2022-06-17T09:05:25.443Z] #40 64.73 simply Make syso files for the "go build" command (simplified) [2022-06-17T09:05:25.443Z] #40 64.73 extract Extract all resources from an executable [2022-06-17T09:05:25.443Z] #40 64.73 patch Replace resources in an executable file (exe, dll) [2022-06-17T09:05:25.443Z] #40 64.73 help, h Shows a list of commands or help for one command [2022-06-17T09:05:25.443Z] #40 64.74 [2022-06-17T09:05:25.443Z] #40 64.74 GLOBAL OPTIONS: [2022-06-17T09:05:25.443Z] #40 64.74 --help, -h show help (default: false) [2022-06-17T09:05:25.443Z] #40 DONE 65.0s [2022-06-17T09:05:25.472Z] #44 0.674 + '[' '!' -f //tini.installer ']' [2022-06-17T09:05:25.472Z] #44 0.674 + . //tini.installer [2022-06-17T09:05:25.472Z] #44 0.675 ++ : v0.19.0 [2022-06-17T09:05:25.472Z] #44 0.675 + install_tini [2022-06-17T09:05:25.472Z] #44 0.675 + echo 'Install tini version v0.19.0' [2022-06-17T09:05:25.472Z] #44 0.675 Install tini version v0.19.0 [2022-06-17T09:05:25.472Z] #44 0.676 + git clone https://github.com/krallin/tini.git /tmp/tmp.sytgjaO9C6/tini [2022-06-17T09:05:25.472Z] #44 0.678 Cloning into '/tmp/tmp.sytgjaO9C6/tini'... [2022-06-17T09:05:25.678Z] #84 100.2 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:05:25.678Z] #84 100.6 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:05:25.678Z] #84 100.6 checking how to print strings... printf [2022-06-17T09:05:25.678Z] #84 100.6 checking for gcc... gcc [2022-06-17T09:05:25.697Z] #76 68.45 Unpacking m4 (1.4.18-5) ... [2022-06-17T09:05:25.704Z] [2022-06-17T09:05:25.704Z] #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-17T09:05:25.704Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:25.704Z] #51 62.23 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-17T09:05:25.704Z] #51 64.00 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:25.704Z] #51 64.16 Fetched 2314 kB in 4s (643 kB/s) [2022-06-17T09:05:25.704Z] #51 64.34 Selecting previously unselected package libprotobuf23:amd64. [2022-06-17T09:05:25.704Z] #51 64.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:25.704Z] #51 64.46 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-17T09:05:25.704Z] #51 64.48 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:05:26.036Z] #44 1.116 + cd /tmp/tmp.sytgjaO9C6/tini [2022-06-17T09:05:26.036Z] #44 1.117 + git checkout -q v0.19.0 [2022-06-17T09:05:26.036Z] #44 1.124 + cmake . [2022-06-17T09:05:26.192Z] #84 100.8 checking whether the C compiler works... yes [2022-06-17T09:05:26.192Z] #84 101.2 checking for C compiler default output file name... a.out [2022-06-17T09:05:26.268Z] #76 69.09 Selecting previously unselected package autoconf. [2022-06-17T09:05:26.268Z] #76 69.12 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-17T09:05:26.268Z] #76 69.14 Unpacking autoconf (2.69-14) ... [2022-06-17T09:05:26.292Z] #44 1.642 -- The C compiler identification is GNU 10.2.1 [2022-06-17T09:05:26.449Z] #84 101.2 checking for suffix of executables... [2022-06-17T09:05:26.549Z] #44 1.729 -- Detecting C compiler ABI info [2022-06-17T09:05:26.645Z] #51 66.01 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:05:26.645Z] #51 66.03 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:05:26.645Z] #51 66.10 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:26.963Z] #84 101.6 checking whether we are cross compiling... no [2022-06-17T09:05:27.112Z] #44 2.266 -- Detecting C compiler ABI info - done [2022-06-17T09:05:27.112Z] #44 2.362 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-17T09:05:27.112Z] #44 2.375 -- Detecting C compile features [2022-06-17T09:05:27.112Z] #44 2.377 -- Detecting C compile features - done [2022-06-17T09:05:27.112Z] #44 2.445 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-17T09:05:27.207Z] #76 69.97 Selecting previously unselected package autotools-dev. [2022-06-17T09:05:27.207Z] #76 69.99 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-17T09:05:27.207Z] #76 70.01 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:27.217Z] #51 66.59 Selecting previously unselected package python3-six. [2022-06-17T09:05:27.217Z] #51 66.61 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-17T09:05:27.217Z] #51 66.62 Unpacking python3-six (1.16.0-2) ... [2022-06-17T09:05:27.220Z] #84 102.0 checking for suffix of object files... o [2022-06-17T09:05:27.368Z] #44 2.752 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-17T09:05:27.467Z] #76 70.20 Selecting previously unselected package automake. [2022-06-17T09:05:27.467Z] #76 70.20 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-17T09:05:27.467Z] #76 70.21 Unpacking automake (1:1.16.3-2) ... [2022-06-17T09:05:27.488Z] #84 102.2 checking whether we are using the GNU C compiler... yes [2022-06-17T09:05:27.488Z] #84 102.4 checking whether gcc accepts -g... yes [2022-06-17T09:05:27.489Z] #51 66.80 Selecting previously unselected package python3-protobuf. [2022-06-17T09:05:27.489Z] #51 66.80 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-17T09:05:27.489Z] #51 66.81 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:27.626Z] #44 2.819 -- Configuring done [2022-06-17T09:05:27.626Z] #44 2.877 -- Generating done [2022-06-17T09:05:27.626Z] #44 2.887 -- Build files have been written to: /tmp/tmp.sytgjaO9C6/tini [2022-06-17T09:05:27.626Z] #44 2.913 + make tini-static [2022-06-17T09:05:27.729Z] #76 ... [2022-06-17T09:05:27.729Z] [2022-06-17T09:05:27.729Z] #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-17T09:05:27.729Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:27.729Z] #14 60.60 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-17T09:05:27.730Z] #14 60.61 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-17T09:05:27.730Z] #14 61.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-17T09:05:27.730Z] #14 64.44 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-17T09:05:27.730Z] #14 65.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-17T09:05:27.730Z] #14 67.19 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-17T09:05:27.730Z] #14 69.95 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-17T09:05:27.730Z] #14 70.65 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-17T09:05:27.730Z] #14 70.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-17T09:05:27.730Z] #14 70.66 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-17T09:05:27.730Z] #14 70.66 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:05:27.730Z] #14 70.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:05:27.730Z] #14 70.70 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-17T09:05:27.882Z] #44 3.306 Scanning dependencies of target tini-static [2022-06-17T09:05:27.989Z] #14 70.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:05:27.989Z] #14 70.72 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-17T09:05:27.989Z] #14 70.76 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-17T09:05:27.989Z] #14 70.76 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-17T09:05:27.989Z] #14 70.79 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-17T09:05:27.989Z] #14 70.79 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-17T09:05:27.989Z] #14 70.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-17T09:05:27.989Z] #14 70.81 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-17T09:05:27.989Z] #14 ... [2022-06-17T09:05:27.989Z] [2022-06-17T09:05:27.989Z] #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-17T09:05:27.989Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:27.989Z] #55 61.43 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-17T09:05:27.989Z] #55 61.66 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-17T09:05:27.989Z] #55 61.94 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-17T09:05:27.989Z] #55 62.20 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-17T09:05:27.989Z] #55 62.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-17T09:05:27.989Z] #55 62.26 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-17T09:05:27.989Z] #55 62.32 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-17T09:05:27.989Z] #55 62.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-17T09:05:27.989Z] #55 62.56 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-17T09:05:27.989Z] #55 62.64 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-17T09:05:27.989Z] #55 62.73 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-17T09:05:27.989Z] #55 63.81 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-17T09:05:27.989Z] #55 64.15 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-17T09:05:27.989Z] #55 64.23 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-17T09:05:27.989Z] #55 64.25 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-17T09:05:27.989Z] #55 64.47 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-17T09:05:27.989Z] #55 64.57 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-17T09:05:27.989Z] #55 66.24 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-17T09:05:27.989Z] #55 66.32 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-17T09:05:27.989Z] #55 66.50 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-17T09:05:27.989Z] #55 66.67 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-17T09:05:27.989Z] #55 66.67 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-17T09:05:27.989Z] #55 66.81 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-17T09:05:27.989Z] #55 66.87 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-17T09:05:27.989Z] #55 66.92 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-17T09:05:27.989Z] #55 67.08 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-17T09:05:27.989Z] #55 67.30 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-17T09:05:27.989Z] #55 67.39 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-17T09:05:27.989Z] #55 67.53 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-17T09:05:27.989Z] #55 67.56 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-17T09:05:27.990Z] #55 67.63 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-17T09:05:27.990Z] #55 67.72 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-17T09:05:27.990Z] #55 67.85 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-17T09:05:27.990Z] #55 67.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-17T09:05:27.990Z] #55 67.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-17T09:05:27.990Z] #55 68.04 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-17T09:05:27.990Z] #55 68.48 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-17T09:05:27.990Z] #55 68.63 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-17T09:05:27.990Z] #55 68.63 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-17T09:05:27.990Z] #55 68.63 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-17T09:05:27.990Z] #55 68.72 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-17T09:05:27.990Z] #55 68.87 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-17T09:05:27.990Z] #55 69.01 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-17T09:05:27.990Z] #55 69.08 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-17T09:05:27.990Z] #55 69.19 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-17T09:05:27.990Z] #55 69.19 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-17T09:05:27.990Z] #55 69.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-17T09:05:27.990Z] #55 69.27 go: downloading github.com/julz/importas v0.1.0 [2022-06-17T09:05:27.990Z] #55 69.36 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-17T09:05:27.990Z] #55 69.42 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-17T09:05:27.990Z] #55 69.44 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-17T09:05:27.990Z] #55 69.54 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-17T09:05:27.990Z] #55 69.54 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-17T09:05:27.990Z] #55 69.56 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-17T09:05:27.990Z] #55 69.81 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-17T09:05:27.990Z] #55 69.89 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-17T09:05:27.990Z] #55 70.00 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-17T09:05:27.990Z] #55 70.07 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-17T09:05:27.990Z] #55 70.19 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-17T09:05:27.990Z] #55 70.28 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-17T09:05:27.990Z] #55 ... [2022-06-17T09:05:27.990Z] [2022-06-17T09:05:27.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-17T09:05:27.990Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:27.990Z] #14 70.83 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-17T09:05:27.990Z] #14 70.83 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:05:28.052Z] #84 102.6 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:05:28.138Z] #44 3.431 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-17T09:05:28.309Z] #84 103.0 checking whether gcc understands -c and -o together... yes [2022-06-17T09:05:28.309Z] #84 103.3 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:05:28.309Z] #84 103.4 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:05:28.309Z] #84 103.4 checking for egrep... /bin/grep -E [2022-06-17T09:05:28.309Z] #84 103.4 checking for fgrep... /bin/grep -F [2022-06-17T09:05:28.432Z] #51 67.81 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:05:28.432Z] #51 67.81 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:05:28.566Z] #84 103.4 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:05:28.566Z] #84 103.5 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:05:28.566Z] #84 103.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:05:28.566Z] #84 103.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:05:28.566Z] #84 103.7 checking whether ln -s works... yes [2022-06-17T09:05:28.566Z] #84 103.7 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:05:28.566Z] #84 103.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-17T09:05:28.566Z] #84 103.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:05:28.566Z] #84 103.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:05:28.566Z] #84 103.7 checking for objdump... objdump [2022-06-17T09:05:28.566Z] #84 103.7 checking how to recognize dependent libraries... pass_all [2022-06-17T09:05:28.566Z] #84 103.7 checking for dlltool... no [2022-06-17T09:05:28.566Z] #84 103.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:05:28.566Z] #84 103.7 checking for ar... ar [2022-06-17T09:05:28.693Z] #51 67.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:28.693Z] #51 68.06 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:05:28.693Z] #51 68.07 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:05:28.693Z] #51 68.07 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:05:28.825Z] #84 103.7 checking for archiver @FILE support... @ [2022-06-17T09:05:28.825Z] #84 104.0 checking for strip... strip [2022-06-17T09:05:28.825Z] #84 104.0 checking for ranlib... ranlib [2022-06-17T09:05:28.825Z] #84 104.0 checking for gawk... no [2022-06-17T09:05:28.825Z] #84 104.0 checking for mawk... mawk [2022-06-17T09:05:28.899Z] #77 ... [2022-06-17T09:05:28.899Z] [2022-06-17T09:05:28.899Z] #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-17T09:05:28.899Z] #44 sha256:60140111eadd9ebeab7eb6d9cbf23f018dee866bd288ea244e760f71da731831 [2022-06-17T09:05:28.899Z] #44 8.587 + RM_GOPATH=0 [2022-06-17T09:05:28.899Z] #44 8.587 + TMP_GOPATH= [2022-06-17T09:05:28.899Z] #44 8.587 + : /build [2022-06-17T09:05:28.899Z] #44 8.587 + '[' -z '' ']' [2022-06-17T09:05:28.899Z] #44 8.587 ++ mktemp -d [2022-06-17T09:05:28.899Z] #44 8.587 + export GOPATH=/tmp/tmp.l4MphRK9nQ [2022-06-17T09:05:28.899Z] #44 8.587 + GOPATH=/tmp/tmp.l4MphRK9nQ [2022-06-17T09:05:28.899Z] #44 8.587 + RM_GOPATH=1 [2022-06-17T09:05:28.899Z] #44 8.587 + case "$(go env GOARCH)" in [2022-06-17T09:05:28.899Z] #44 8.587 ++ go env GOARCH [2022-06-17T09:05:28.899Z] #44 8.587 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:28.899Z] #44 8.587 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:28.899Z] #44 8.587 ++ dirname /install.sh [2022-06-17T09:05:28.899Z] #44 8.587 + dir=/ [2022-06-17T09:05:28.899Z] #44 8.587 + bin=tini [2022-06-17T09:05:28.899Z] #44 8.587 + shift [2022-06-17T09:05:28.899Z] #44 8.587 + '[' '!' -f //tini.installer ']' [2022-06-17T09:05:28.899Z] #44 8.587 + . //tini.installer [2022-06-17T09:05:28.899Z] #44 8.587 ++ : v0.19.0 [2022-06-17T09:05:28.899Z] #44 8.587 + install_tini [2022-06-17T09:05:28.899Z] #44 8.587 + echo 'Install tini version v0.19.0' [2022-06-17T09:05:28.899Z] #44 8.587 + git clone https://github.com/krallin/tini.git /tmp/tmp.l4MphRK9nQ/tini [2022-06-17T09:05:28.899Z] #44 8.587 Cloning into '/tmp/tmp.l4MphRK9nQ/tini'... [2022-06-17T09:05:28.899Z] #44 8.601 Install tini version v0.19.0 [2022-06-17T09:05:28.899Z] #44 9.364 + cd /tmp/tmp.l4MphRK9nQ/tini [2022-06-17T09:05:28.899Z] #44 9.364 + git checkout -q v0.19.0 [2022-06-17T09:05:28.899Z] #44 9.364 + cmake . [2022-06-17T09:05:28.899Z] #44 9.947 -- The C compiler identification is GNU 10.2.1 [2022-06-17T09:05:28.899Z] #44 9.947 -- Detecting C compiler ABI info [2022-06-17T09:05:28.899Z] #44 10.53 -- Detecting C compiler ABI info - done [2022-06-17T09:05:28.899Z] #44 10.69 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-17T09:05:28.899Z] #44 10.69 -- Detecting C compile features [2022-06-17T09:05:28.899Z] #44 10.69 -- Detecting C compile features - done [2022-06-17T09:05:28.899Z] #44 10.72 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-17T09:05:28.899Z] #44 10.99 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-17T09:05:28.899Z] #44 11.10 -- Configuring done [2022-06-17T09:05:28.899Z] #44 11.16 -- Generating done [2022-06-17T09:05:28.899Z] #44 11.16 -- Build files have been written to: /tmp/tmp.l4MphRK9nQ/tini [2022-06-17T09:05:28.899Z] #44 11.18 + make tini-static [2022-06-17T09:05:28.899Z] #44 11.55 Scanning dependencies of target tini-static [2022-06-17T09:05:28.899Z] #44 11.63 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-17T09:05:28.953Z] #51 68.42 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:05:29.215Z] #51 68.43 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:29.215Z] #51 68.49 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:29.215Z] #51 ... [2022-06-17T09:05:29.215Z] [2022-06-17T09:05:29.215Z] #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-17T09:05:29.215Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:29.215Z] #14 58.78 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-17T09:05:29.215Z] #14 59.11 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-17T09:05:29.215Z] #14 59.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-17T09:05:29.215Z] #14 59.94 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-17T09:05:29.215Z] #14 62.33 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-17T09:05:29.215Z] #14 63.11 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-17T09:05:29.215Z] #14 64.56 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-17T09:05:29.215Z] #14 67.04 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-17T09:05:29.215Z] #14 67.95 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-17T09:05:29.215Z] #14 67.96 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-17T09:05:29.215Z] #14 67.96 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-17T09:05:29.215Z] #14 67.97 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:05:29.215Z] #14 67.99 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:05:29.215Z] #14 68.01 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-17T09:05:29.215Z] #14 68.04 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:05:29.215Z] #14 68.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-17T09:05:29.215Z] #14 68.07 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-17T09:05:29.215Z] #14 68.08 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-17T09:05:29.215Z] #14 68.10 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-17T09:05:29.215Z] #14 68.10 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-17T09:05:29.215Z] #14 68.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-17T09:05:29.215Z] #14 68.22 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-17T09:05:29.215Z] #14 68.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-17T09:05:29.215Z] #14 68.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:05:29.215Z] #14 ... [2022-06-17T09:05:29.215Z] [2022-06-17T09:05:29.215Z] #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-17T09:05:29.215Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:29.215Z] #51 68.64 Selecting previously unselected package criu. [2022-06-17T09:05:29.215Z] #51 68.65 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-17T09:05:29.215Z] #51 68.66 Unpacking criu (3.17-1) ... [2022-06-17T09:05:29.526Z] #44 4.861 [100%] Linking C executable tini-static [2022-06-17T09:05:29.757Z] #84 104.0 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:05:29.757Z] #84 104.7 checking for sysroot... no [2022-06-17T09:05:29.757Z] #84 104.7 checking for a working dd... /bin/dd [2022-06-17T09:05:29.757Z] #84 104.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:05:29.757Z] #84 104.8 checking for mt... no [2022-06-17T09:05:29.757Z] #84 104.8 checking if : is a manifest tool... no [2022-06-17T09:05:29.840Z] #44 12.98 [100%] Linking C executable tini-static [2022-06-17T09:05:29.897Z] #14 72.45 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:30.014Z] #84 104.9 checking how to run the C preprocessor... gcc -E [2022-06-17T09:05:30.088Z] #44 5.358 [100%] Built target tini-static [2022-06-17T09:05:30.088Z] #44 5.428 + mkdir -p /build [2022-06-17T09:05:30.088Z] #44 5.440 + cp tini-static /build/docker-init [2022-06-17T09:05:30.100Z] #44 13.58 [100%] Built target tini-static [2022-06-17T09:05:30.156Z] #14 72.85 Fetched 115 MB in 12s (9661 kB/s) [2022-06-17T09:05:30.360Z] #44 13.67 + mkdir -p /build [2022-06-17T09:05:30.360Z] #44 13.67 + cp tini-static /build/docker-init [2022-06-17T09:05:30.415Z] #14 73.12 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-17T09:05:30.415Z] #14 73.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:30.415Z] #14 73.25 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:05:30.415Z] #14 73.26 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:30.689Z] #51 70.04 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:30.941Z] #84 105.0 checking for ANSI C header files... yes [2022-06-17T09:05:31.307Z] #44 DONE 14.6s [2022-06-17T09:05:31.307Z] [2022-06-17T09:05:31.307Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:31.307Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:31.307Z] #77 15.02 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-17T09:05:31.307Z] #77 15.05 Cloning into '/tmp/crun-build/libocispec'... [2022-06-17T09:05:31.307Z] #77 16.29 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-17T09:05:31.307Z] #77 16.31 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-17T09:05:31.307Z] #77 16.31 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-17T09:05:31.307Z] #77 16.33 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-17T09:05:31.307Z] #77 16.33 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-17T09:05:31.458Z] #44 ... [2022-06-17T09:05:31.458Z] [2022-06-17T09:05:31.458Z] #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-17T09:05:31.458Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:05:31.458Z] #14 53.40 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-17T09:05:31.458Z] #14 53.41 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-17T09:05:31.458Z] #14 53.42 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:05:31.458Z] #14 59.70 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-17T09:05:31.458Z] #14 59.72 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-06-17T09:05:31.458Z] #14 59.73 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:05:31.458Z] #14 59.86 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-17T09:05:31.458Z] #14 59.87 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-17T09:05:31.458Z] #14 59.87 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:05:31.458Z] #14 ... [2022-06-17T09:05:31.458Z] [2022-06-17T09:05:31.458Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:31.458Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:05:31.458Z] #77 7.369 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-17T09:05:31.458Z] #77 7.376 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-17T09:05:31.458Z] #77 7.397 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-17T09:05:31.458Z] #77 7.397 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-17T09:05:31.458Z] #77 7.422 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-17T09:05:31.458Z] #77 9.115 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-17T09:05:31.458Z] #77 10.55 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-17T09:05:31.458Z] #77 11.71 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-17T09:05:31.458Z] #77 11.96 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-17T09:05:31.458Z] #77 12.22 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-17T09:05:31.554Z] #84 105.9 checking for sys/types.h... yes [2022-06-17T09:05:31.555Z] #84 106.3 checking for sys/stat.h... yes [2022-06-17T09:05:31.555Z] #84 106.5 checking for stdlib.h... yes [2022-06-17T09:05:31.795Z] #14 ... [2022-06-17T09:05:31.795Z] [2022-06-17T09:05:31.795Z] #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-17T09:05:31.795Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:31.795Z] #42 64.67 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:31.795Z] #42 65.20 Fetched 17.7 MB in 2s (7753 kB/s) [2022-06-17T09:05:31.795Z] #42 65.41 Selecting previously unselected package xxd. [2022-06-17T09:05:31.795Z] #42 65.41 (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-17T09:05:31.795Z] #42 65.61 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:05:31.795Z] #42 65.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:31.795Z] #42 66.17 Selecting previously unselected package vim-common. [2022-06-17T09:05:31.795Z] #42 66.18 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:05:31.795Z] #42 66.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:31.795Z] #42 66.95 Selecting previously unselected package cmake-data. [2022-06-17T09:05:31.795Z] #42 66.95 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-17T09:05:31.795Z] #42 66.96 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:05:31.795Z] #42 72.28 Selecting previously unselected package libicu67:amd64. [2022-06-17T09:05:31.795Z] #42 72.29 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-17T09:05:31.795Z] #42 72.34 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-17T09:05:32.055Z] #42 ... [2022-06-17T09:05:32.055Z] [2022-06-17T09:05:32.055Z] #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-17T09:05:32.055Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:32.055Z] #51 64.36 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-17T09:05:32.055Z] #51 66.71 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:32.055Z] #51 67.15 Fetched 2314 kB in 4s (591 kB/s) [2022-06-17T09:05:32.055Z] #51 67.37 Selecting previously unselected package libprotobuf23:amd64. [2022-06-17T09:05:32.055Z] #51 67.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:32.055Z] #51 67.53 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-17T09:05:32.055Z] #51 67.63 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:05:32.055Z] #51 68.66 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:05:32.055Z] #51 68.71 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:05:32.055Z] #51 68.74 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:32.055Z] #51 69.50 Selecting previously unselected package python3-six. [2022-06-17T09:05:32.055Z] #51 69.51 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-17T09:05:32.055Z] #51 69.55 Unpacking python3-six (1.16.0-2) ... [2022-06-17T09:05:32.055Z] #51 69.76 Selecting previously unselected package python3-protobuf. [2022-06-17T09:05:32.055Z] #51 69.77 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-17T09:05:32.055Z] #51 69.81 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:32.055Z] #51 71.44 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:05:32.055Z] #51 71.47 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:05:32.055Z] #51 71.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:32.055Z] #51 71.84 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:05:32.055Z] #51 71.85 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:05:32.055Z] #51 71.85 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:05:32.055Z] #51 72.32 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:05:32.055Z] #51 72.36 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:32.055Z] #51 72.36 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:32.055Z] #51 72.85 Selecting previously unselected package criu. [2022-06-17T09:05:32.055Z] #51 72.85 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-17T09:05:32.055Z] #51 72.85 Unpacking criu (3.17-1) ... [2022-06-17T09:05:32.055Z] #51 74.10 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:05:32.055Z] #51 ... [2022-06-17T09:05:32.055Z] [2022-06-17T09:05:32.055Z] #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-17T09:05:32.055Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:05:32.068Z] #84 106.7 checking for string.h... yes [2022-06-17T09:05:32.659Z] #51 ... [2022-06-17T09:05:32.660Z] [2022-06-17T09:05:32.660Z] #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-17T09:05:32.660Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:05:32.660Z] #64 1.849 + RM_GOPATH=0 [2022-06-17T09:05:32.660Z] #64 1.850 + TMP_GOPATH= [2022-06-17T09:05:32.660Z] #64 1.850 + : /build [2022-06-17T09:05:32.660Z] #64 1.850 + '[' -z '' ']' [2022-06-17T09:05:32.660Z] #64 1.851 ++ mktemp -d [2022-06-17T09:05:32.660Z] #64 1.861 + export GOPATH=/tmp/tmp.AEKyQNqrLz [2022-06-17T09:05:32.660Z] #64 1.861 + GOPATH=/tmp/tmp.AEKyQNqrLz [2022-06-17T09:05:32.660Z] #64 1.862 + RM_GOPATH=1 [2022-06-17T09:05:32.660Z] #64 1.862 + case "$(go env GOARCH)" in [2022-06-17T09:05:32.660Z] #64 1.862 ++ go env GOARCH [2022-06-17T09:05:32.660Z] #64 1.997 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:32.660Z] #64 1.997 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:32.660Z] #64 1.997 ++ dirname /install.sh [2022-06-17T09:05:32.660Z] #64 1.999 + dir=/ [2022-06-17T09:05:32.660Z] #64 1.999 + bin=containerd [2022-06-17T09:05:32.660Z] #64 1.999 + shift [2022-06-17T09:05:32.660Z] #64 1.999 + '[' '!' -f //containerd.installer ']' [2022-06-17T09:05:32.660Z] #64 1.999 + . //containerd.installer [2022-06-17T09:05:32.660Z] #64 1.999 ++ set -e [2022-06-17T09:05:32.660Z] #64 1.999 ++ : v1.6.6 [2022-06-17T09:05:32.660Z] #64 1.999 + install_containerd [2022-06-17T09:05:32.660Z] #64 2.000 + echo 'Install containerd version v1.6.6' [2022-06-17T09:05:32.660Z] #64 2.000 Install containerd version v1.6.6 [2022-06-17T09:05:32.660Z] #64 2.000 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AEKyQNqrLz/src/github.com/containerd/containerd [2022-06-17T09:05:32.660Z] #64 2.012 Cloning into '/tmp/tmp.AEKyQNqrLz/src/github.com/containerd/containerd'... [2022-06-17T09:05:32.674Z] #84 107.1 checking for memory.h... yes [2022-06-17T09:05:32.674Z] #84 107.5 checking for strings.h... yes [2022-06-17T09:05:32.696Z] #77 18.61 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-17T09:05:32.835Z] #34 74.33 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-17T09:05:32.835Z] #34 75.23 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-17T09:05:32.921Z] #64 ... [2022-06-17T09:05:32.921Z] [2022-06-17T09:05:32.921Z] #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-17T09:05:32.921Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:32.921Z] #76 62.47 Selecting previously unselected package autotools-dev. [2022-06-17T09:05:32.921Z] #76 62.47 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-17T09:05:32.921Z] #76 62.48 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:32.921Z] #76 62.86 Selecting previously unselected package automake. [2022-06-17T09:05:32.921Z] #76 62.86 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-17T09:05:32.921Z] #76 62.88 Unpacking automake (1:1.16.3-2) ... [2022-06-17T09:05:32.921Z] #76 63.71 Selecting previously unselected package patch. [2022-06-17T09:05:32.921Z] #76 63.72 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 63.73 Unpacking patch (2.7.6-7) ... [2022-06-17T09:05:32.921Z] #76 64.08 Selecting previously unselected package dpkg-dev. [2022-06-17T09:05:32.921Z] #76 64.08 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-17T09:05:32.921Z] #76 64.09 Unpacking dpkg-dev (1.20.10) ... [2022-06-17T09:05:32.921Z] #76 66.55 Selecting previously unselected package build-essential. [2022-06-17T09:05:32.921Z] #76 66.55 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 66.56 Unpacking build-essential (12.9) ... [2022-06-17T09:05:32.921Z] #76 66.70 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:05:32.921Z] #76 66.70 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 66.70 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:05:32.921Z] #76 66.92 Selecting previously unselected package libcap-dev:amd64. [2022-06-17T09:05:32.921Z] #76 66.96 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 67.01 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:05:32.921Z] #76 67.41 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:05:32.921Z] #76 67.42 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 67.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:32.921Z] #76 67.61 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-17T09:05:32.921Z] #76 67.62 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 67.64 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:32.921Z] #76 67.81 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:05:32.921Z] #76 67.81 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 67.84 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:32.921Z] #76 68.12 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:05:32.921Z] #76 68.13 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 68.15 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:05:32.921Z] #76 69.34 Selecting previously unselected package libtool. [2022-06-17T09:05:32.921Z] #76 69.35 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-17T09:05:32.921Z] #76 69.36 Unpacking libtool (2.4.6-15) ... [2022-06-17T09:05:32.921Z] #76 69.88 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:05:32.921Z] #76 69.88 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 69.95 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:05:32.921Z] #76 70.28 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:05:32.921Z] #76 70.29 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 70.30 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:05:32.921Z] #76 70.51 Selecting previously unselected package libyajl-dev:amd64. [2022-06-17T09:05:32.921Z] #76 70.52 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-17T09:05:32.921Z] #76 70.52 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:05:32.921Z] #76 70.98 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:32.921Z] #76 71.09 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:32.921Z] #76 71.11 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:05:32.921Z] #76 71.13 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:05:32.921Z] #76 71.15 Setting up file (1:5.39-3) ... [2022-06-17T09:05:32.921Z] #76 71.19 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:05:32.921Z] #76 71.21 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:32.921Z] #76 71.23 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:32.921Z] #76 71.25 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:05:32.921Z] #76 71.28 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:32.921Z] #76 71.31 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:05:32.921Z] #76 71.32 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:32.921Z] #76 71.40 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:05:32.921Z] #76 71.54 Setting up patch (2.7.6-7) ... [2022-06-17T09:05:32.921Z] #76 71.60 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:05:32.921Z] #76 71.67 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:05:32.921Z] #76 71.75 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:05:32.921Z] #76 71.82 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:05:32.921Z] #76 71.88 Setting up libtool (2.4.6-15) ... [2022-06-17T09:05:32.921Z] #76 71.92 Setting up m4 (1.4.18-5) ... [2022-06-17T09:05:32.921Z] #76 71.95 Setting up dpkg-dev (1.20.10) ... [2022-06-17T09:05:32.921Z] #76 71.97 Setting up autoconf (2.69-14) ... [2022-06-17T09:05:32.921Z] #76 72.00 Setting up build-essential (12.9) ... [2022-06-17T09:05:32.921Z] #76 72.06 Setting up automake (1:1.16.3-2) ... [2022-06-17T09:05:32.921Z] #76 72.09 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-17T09:05:32.921Z] #76 72.15 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:32.929Z] #84 107.9 checking for inttypes.h... yes [2022-06-17T09:05:33.184Z] #84 108.1 checking for stdint.h... yes [2022-06-17T09:05:33.199Z] #76 ... [2022-06-17T09:05:33.199Z] [2022-06-17T09:05:33.199Z] #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-17T09:05:33.199Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:05:33.460Z] #34 72.57 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-17T09:05:33.685Z] #34 75.85 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-17T09:05:33.685Z] #34 ... [2022-06-17T09:05:33.685Z] [2022-06-17T09:05:33.685Z] #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-17T09:05:33.685Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:05:33.685Z] #64 1.814 + RM_GOPATH=0 [2022-06-17T09:05:33.685Z] #64 1.814 + TMP_GOPATH= [2022-06-17T09:05:33.685Z] #64 1.814 + : /build [2022-06-17T09:05:33.685Z] #64 1.814 + '[' -z '' ']' [2022-06-17T09:05:33.685Z] #64 1.814 ++ mktemp -d [2022-06-17T09:05:33.685Z] #64 1.865 + export GOPATH=/tmp/tmp.HFSaA7QlOP [2022-06-17T09:05:33.685Z] #64 1.865 + GOPATH=/tmp/tmp.HFSaA7QlOP [2022-06-17T09:05:33.685Z] #64 1.865 + RM_GOPATH=1 [2022-06-17T09:05:33.685Z] #64 1.865 + case "$(go env GOARCH)" in [2022-06-17T09:05:33.685Z] #64 1.865 ++ go env GOARCH [2022-06-17T09:05:33.685Z] #64 1.935 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:33.685Z] #64 1.935 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:33.685Z] #64 1.935 ++ dirname /install.sh [2022-06-17T09:05:33.685Z] #64 1.935 + dir=/ [2022-06-17T09:05:33.685Z] #64 1.935 + bin=containerd [2022-06-17T09:05:33.685Z] #64 1.935 + shift [2022-06-17T09:05:33.685Z] #64 1.935 + '[' '!' -f //containerd.installer ']' [2022-06-17T09:05:33.685Z] #64 1.935 + . //containerd.installer [2022-06-17T09:05:33.685Z] #64 1.935 ++ set -e [2022-06-17T09:05:33.685Z] #64 1.935 ++ : v1.6.6 [2022-06-17T09:05:33.685Z] #64 1.935 + install_containerd [2022-06-17T09:05:33.685Z] #64 1.997 + echo 'Install containerd version v1.6.6' [2022-06-17T09:05:33.685Z] #64 1.997 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HFSaA7QlOP/src/github.com/containerd/containerd [2022-06-17T09:05:33.685Z] #64 1.997 Cloning into '/tmp/tmp.HFSaA7QlOP/src/github.com/containerd/containerd'... [2022-06-17T09:05:33.685Z] #64 1.997 Install containerd version v1.6.6 [2022-06-17T09:05:33.696Z] #84 108.4 checking for unistd.h... yes [2022-06-17T09:05:33.721Z] #34 73.00 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-17T09:05:33.944Z] #64 ... [2022-06-17T09:05:33.944Z] [2022-06-17T09:05:33.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-17T09:05:33.944Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:33.944Z] #76 71.37 Selecting previously unselected package patch. [2022-06-17T09:05:33.944Z] #76 71.38 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 71.46 Unpacking patch (2.7.6-7) ... [2022-06-17T09:05:33.944Z] #76 71.69 Selecting previously unselected package dpkg-dev. [2022-06-17T09:05:33.944Z] #76 71.71 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-17T09:05:33.944Z] #76 71.74 Unpacking dpkg-dev (1.20.10) ... [2022-06-17T09:05:33.944Z] #76 73.94 Selecting previously unselected package build-essential. [2022-06-17T09:05:33.944Z] #76 73.96 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 73.97 Unpacking build-essential (12.9) ... [2022-06-17T09:05:33.944Z] #76 74.11 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:05:33.944Z] #76 74.12 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 74.15 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:05:33.944Z] #76 74.35 Selecting previously unselected package libcap-dev:amd64. [2022-06-17T09:05:33.944Z] #76 74.41 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 74.43 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:05:33.944Z] #76 74.60 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:05:33.944Z] #76 74.60 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 74.61 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:33.944Z] #76 74.82 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-17T09:05:33.944Z] #76 74.82 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 74.86 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:33.944Z] #76 75.14 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:05:33.944Z] #76 75.16 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 75.17 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:33.944Z] #76 75.73 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:05:33.944Z] #76 75.73 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:05:33.944Z] #76 75.77 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:05:33.944Z] #76 76.87 Selecting previously unselected package libtool. [2022-06-17T09:05:33.952Z] #84 108.7 checking for dlfcn.h... yes [2022-06-17T09:05:33.952Z] #84 108.9 checking for objdir... .libs [2022-06-17T09:05:33.952Z] #84 ... [2022-06-17T09:05:33.952Z] [2022-06-17T09:05:33.952Z] #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-17T09:05:33.952Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:05:33.952Z] #19 144.3 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-17T09:05:33.952Z] #19 144.3 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:05:33.952Z] #19 144.3 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-17T09:05:33.952Z] #19 144.4 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-17T09:05:33.952Z] #19 144.4 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-17T09:05:33.952Z] #19 144.4 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-17T09:05:33.952Z] #19 144.6 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-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-17T09:05:33.952Z] #19 144.7 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-17T09:05:33.952Z] #19 144.7 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-17T09:05:33.952Z] #19 144.7 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-17T09:05:33.952Z] #19 144.7 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 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-17T09:05:33.952Z] #19 144.7 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-17T09:05:33.952Z] #19 144.7 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-17T09:05:33.952Z] #19 144.8 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-17T09:05:33.952Z] #19 144.8 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-17T09:05:33.952Z] #19 144.9 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-17T09:05:33.952Z] #19 144.9 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-17T09:05:33.952Z] #19 147.0 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-17T09:05:33.952Z] #19 147.0 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-17T09:05:33.952Z] #19 147.1 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-17T09:05:33.952Z] #19 147.2 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-17T09:05:33.952Z] #19 147.3 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-06-17T09:05:33.952Z] #19 150.4 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-17T09:05:33.952Z] #19 150.4 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-17T09:05:33.952Z] #19 150.4 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-17T09:05:33.952Z] #19 150.5 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-17T09:05:33.952Z] #19 150.5 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-17T09:05:33.952Z] #19 150.5 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-17T09:05:33.952Z] #19 150.5 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-17T09:05:33.952Z] #19 150.6 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-17T09:05:33.952Z] #19 150.6 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-17T09:05:33.952Z] #19 150.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-17T09:05:33.952Z] #19 150.7 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-17T09:05:33.952Z] #19 153.9 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-17T09:05:33.952Z] #19 153.9 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-17T09:05:33.952Z] #19 153.9 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-17T09:05:33.952Z] #19 154.0 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-17T09:05:33.952Z] #19 154.1 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-17T09:05:33.981Z] #34 73.23 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-17T09:05:33.994Z] #77 ... [2022-06-17T09:05:33.994Z] [2022-06-17T09:05:33.994Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-17T09:05:33.994Z] #44 sha256:c4eb0084e466a617789279b057d141e44e5d0ed35a1a64b8e241a32fb245e157 [2022-06-17T09:05:33.994Z] #44 DONE 9.1s [2022-06-17T09:05:33.994Z] [2022-06-17T09:05:33.994Z] #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-17T09:05:33.994Z] #26 sha256:1c79aafd0c3c995354c13f1c051491aae1696b8485d5ca5a41835d3c6874f614 [2022-06-17T09:05:34.204Z] #76 76.88 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-17T09:05:34.204Z] #76 76.89 Unpacking libtool (2.4.6-15) ... [2022-06-17T09:05:34.242Z] #34 ... [2022-06-17T09:05:34.242Z] [2022-06-17T09:05:34.242Z] #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-17T09:05:34.242Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:34.242Z] #76 DONE 73.8s [2022-06-17T09:05:34.250Z] #26 ... [2022-06-17T09:05:34.250Z] [2022-06-17T09:05:34.250Z] #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-17T09:05:34.250Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:05:34.250Z] #14 66.33 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-17T09:05:34.250Z] #14 66.33 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-17T09:05:34.250Z] #14 66.33 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:05:34.463Z] #76 ... [2022-06-17T09:05:34.463Z] [2022-06-17T09:05:34.463Z] #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-17T09:05:34.463Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:34.463Z] #51 77.17 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:05:34.503Z] [2022-06-17T09:05:34.503Z] #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-17T09:05:34.503Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:34.503Z] #51 72.80 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-17T09:05:34.503Z] #51 73.43 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:34.503Z] #51 73.61 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:34.503Z] #51 73.63 Setting up python3-six (1.16.0-2) ... [2022-06-17T09:05:34.607Z] #77 20.31 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-17T09:05:34.723Z] #51 77.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:05:34.723Z] #51 77.28 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:34.723Z] #51 77.30 Setting up python3-six (1.16.0-2) ... [2022-06-17T09:05:34.883Z] #19 ... [2022-06-17T09:05:34.883Z] [2022-06-17T09:05:34.883Z] #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-17T09:05:34.883Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:34.883Z] #84 109.6 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:05:34.883Z] #84 109.8 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:05:35.139Z] #84 109.8 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:05:35.445Z] #51 ... [2022-06-17T09:05:35.445Z] [2022-06-17T09:05:35.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-17T09:05:35.445Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:35.445Z] #42 64.91 Selecting previously unselected package libicu67:amd64. [2022-06-17T09:05:35.445Z] #42 64.91 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-17T09:05:35.445Z] #42 64.95 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-17T09:05:35.445Z] #42 ... [2022-06-17T09:05:35.445Z] [2022-06-17T09:05:35.445Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-17T09:05:35.445Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:35.445Z] #55 65.87 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-17T09:05:35.445Z] #55 65.87 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-17T09:05:35.445Z] #55 65.89 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-17T09:05:35.445Z] #55 66.10 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-17T09:05:35.445Z] #55 66.11 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-17T09:05:35.445Z] #55 66.17 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-17T09:05:35.445Z] #55 66.26 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-17T09:05:35.445Z] #55 66.37 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-17T09:05:35.445Z] #55 66.46 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-17T09:05:35.445Z] #55 66.81 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-17T09:05:35.445Z] #55 66.81 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-17T09:05:35.445Z] #55 66.84 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-17T09:05:35.445Z] #55 66.85 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-17T09:05:35.445Z] #55 66.90 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-17T09:05:35.445Z] #55 66.94 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-17T09:05:35.445Z] #55 67.14 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-17T09:05:35.445Z] #55 67.18 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-17T09:05:35.445Z] #55 67.22 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-17T09:05:35.445Z] #55 67.40 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-17T09:05:35.446Z] #55 67.44 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-17T09:05:35.446Z] #55 67.55 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-17T09:05:35.446Z] #55 67.95 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-17T09:05:35.446Z] #55 67.96 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-17T09:05:35.446Z] #55 67.99 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-17T09:05:35.446Z] #55 68.07 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-17T09:05:35.446Z] #55 68.09 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-17T09:05:35.446Z] #55 68.46 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-17T09:05:35.446Z] #55 68.86 go: downloading honnef.co/go/tools v0.2.2 [2022-06-17T09:05:35.446Z] #55 71.20 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-17T09:05:35.446Z] #55 71.21 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-17T09:05:35.446Z] #55 71.39 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-17T09:05:35.446Z] #55 71.46 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-17T09:05:35.446Z] #55 73.60 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-17T09:05:35.446Z] #55 73.66 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-17T09:05:35.446Z] #55 73.67 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-17T09:05:35.446Z] #55 73.84 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-17T09:05:35.446Z] #55 74.34 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-17T09:05:35.446Z] #55 74.35 go: downloading golang.org/x/text v0.3.7 [2022-06-17T09:05:35.703Z] #84 110.0 checking if gcc static flag -static works... yes [2022-06-17T09:05:35.964Z] #84 110.7 checking if gcc supports -c -o file.o... yes [2022-06-17T09:05:35.964Z] #84 110.9 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:05:35.964Z] #84 110.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:05:35.994Z] #77 21.72 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-17T09:05:35.994Z] #77 21.81 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-17T09:05:35.994Z] #77 22.05 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-17T09:05:36.387Z] #55 ... [2022-06-17T09:05:36.387Z] [2022-06-17T09:05:36.387Z] #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-17T09:05:36.387Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:36.387Z] #51 75.72 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:05:36.387Z] #51 75.76 Setting up python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:36.528Z] #84 111.1 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:05:36.528Z] #84 111.5 checking how to hardcode library paths into programs... immediate [2022-06-17T09:05:36.528Z] #84 111.5 checking whether stripping libraries is possible... yes [2022-06-17T09:05:36.528Z] #84 111.5 checking if libtool supports shared libraries... yes [2022-06-17T09:05:36.528Z] #84 111.5 checking whether to build shared libraries... no [2022-06-17T09:05:36.528Z] #84 111.5 checking whether to build static libraries... yes [2022-06-17T09:05:36.528Z] #84 111.5 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:05:36.528Z] #84 111.5 checking whether build environment is sane... yes [2022-06-17T09:05:36.528Z] #84 111.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:05:36.528Z] #84 111.6 checking whether make sets $(MAKE)... yes [2022-06-17T09:05:36.569Z] #77 ... [2022-06-17T09:05:36.569Z] [2022-06-17T09:05:36.569Z] #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-17T09:05:36.569Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:36.569Z] #14 63.97 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-17T09:05:36.569Z] #14 63.97 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:05:36.569Z] #14 63.97 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:05:36.569Z] #14 64.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-17T09:05:36.569Z] #14 64.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:05:36.569Z] #14 64.15 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:05:36.569Z] #14 71.73 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-17T09:05:36.569Z] #14 71.73 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:05:36.569Z] #14 71.75 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:05:36.784Z] #84 111.6 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:05:36.784Z] #84 111.7 checking whether make supports nested variables... yes [2022-06-17T09:05:36.784Z] #84 111.8 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:05:36.784Z] #84 111.8 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:05:37.041Z] #84 111.8 checking how to create a ustar tar archive... gnutar [2022-06-17T09:05:37.041Z] #84 111.9 checking dependency style of gcc... gcc3 [2022-06-17T09:05:37.276Z] #51 79.54 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:05:37.297Z] #84 112.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:05:37.297Z] #84 112.2 checking whether make supports nested variables... (cached) yes [2022-06-17T09:05:37.297Z] #84 112.2 checking for gawk... (cached) mawk [2022-06-17T09:05:37.297Z] #84 112.2 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:05:37.297Z] #84 112.2 checking for gcc... (cached) gcc [2022-06-17T09:05:37.297Z] #84 112.5 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:05:37.297Z] #84 112.5 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:05:37.297Z] #84 112.5 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:05:37.297Z] #84 112.5 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:05:37.539Z] #51 80.05 Setting up python3-protobuf (3.12.4-1) ... [2022-06-17T09:05:37.556Z] #84 112.5 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:05:37.556Z] #84 112.6 checking for python3... /usr/bin/python3 [2022-06-17T09:05:37.556Z] #84 112.6 checking for python3 version... 3.9 [2022-06-17T09:05:37.812Z] #84 112.7 checking for python3 platform... linux [2022-06-17T09:05:38.111Z] #51 ... [2022-06-17T09:05:38.111Z] [2022-06-17T09:05:38.111Z] #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-17T09:05:38.111Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe [2022-06-17T09:05:38.111Z] #76 77.42 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:05:38.111Z] #76 77.42 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:05:38.111Z] #76 77.43 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:05:38.111Z] #76 77.66 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:05:38.111Z] #76 77.67 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:05:38.111Z] #76 77.67 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:05:38.111Z] #76 77.85 Selecting previously unselected package libyajl-dev:amd64. [2022-06-17T09:05:38.111Z] #76 77.86 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-17T09:05:38.111Z] #76 77.86 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:05:38.111Z] #76 78.16 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:05:38.111Z] #76 78.24 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:38.111Z] #76 78.30 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:05:38.111Z] #76 78.41 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:05:38.111Z] #76 78.49 Setting up file (1:5.39-3) ... [2022-06-17T09:05:38.111Z] #76 78.52 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:05:38.111Z] #76 78.54 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:38.111Z] #76 78.60 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-17T09:05:38.111Z] #76 78.62 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:05:38.111Z] #76 78.68 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-17T09:05:38.111Z] #76 78.70 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-17T09:05:38.111Z] #76 78.74 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:38.111Z] #76 78.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:05:38.111Z] #76 78.79 Setting up patch (2.7.6-7) ... [2022-06-17T09:05:38.111Z] #76 78.83 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:05:38.111Z] #76 78.87 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-17T09:05:38.111Z] #76 78.90 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-17T09:05:38.111Z] #76 78.93 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:05:38.111Z] #76 78.97 Setting up libtool (2.4.6-15) ... [2022-06-17T09:05:38.111Z] #76 79.02 Setting up m4 (1.4.18-5) ... [2022-06-17T09:05:38.111Z] #76 79.04 Setting up dpkg-dev (1.20.10) ... [2022-06-17T09:05:38.111Z] #76 79.07 Setting up autoconf (2.69-14) ... [2022-06-17T09:05:38.111Z] #76 79.09 Setting up build-essential (12.9) ... [2022-06-17T09:05:38.111Z] #76 79.09 Setting up automake (1:1.16.3-2) ... [2022-06-17T09:05:38.111Z] #76 79.12 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-17T09:05:38.111Z] #76 79.13 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:38.111Z] #76 DONE 81.0s [2022-06-17T09:05:38.371Z] [2022-06-17T09:05:38.371Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:38.371Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:38.375Z] #84 112.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:05:38.631Z] #77 ... [2022-06-17T09:05:38.631Z] [2022-06-17T09:05:38.631Z] #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-17T09:05:38.631Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:38.631Z] #55 71.48 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-17T09:05:38.631Z] #55 71.48 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-17T09:05:38.631Z] #55 71.54 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-17T09:05:38.631Z] #55 71.64 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-17T09:05:38.631Z] #55 71.84 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-17T09:05:38.631Z] #55 71.88 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-17T09:05:38.631Z] #55 71.89 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-17T09:05:38.631Z] #55 71.98 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-17T09:05:38.631Z] #55 72.00 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-17T09:05:38.631Z] #55 72.35 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-17T09:05:38.631Z] #55 72.42 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-17T09:05:38.631Z] #55 72.47 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-17T09:05:38.631Z] #55 72.51 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-17T09:05:38.631Z] #55 72.56 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-17T09:05:38.631Z] #55 72.62 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-17T09:05:38.631Z] #55 72.69 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-17T09:05:38.631Z] #55 72.70 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-17T09:05:38.631Z] #55 72.78 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-17T09:05:38.631Z] #55 72.88 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-17T09:05:38.631Z] #55 72.95 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-17T09:05:38.631Z] #55 73.09 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-17T09:05:38.631Z] #55 73.69 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-17T09:05:38.631Z] #55 73.72 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-17T09:05:38.631Z] #55 73.75 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-17T09:05:38.631Z] #55 73.82 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-17T09:05:38.631Z] #55 73.86 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-17T09:05:38.631Z] #55 74.08 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-17T09:05:38.631Z] #55 74.34 go: downloading honnef.co/go/tools v0.2.2 [2022-06-17T09:05:38.631Z] #55 76.51 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-17T09:05:38.631Z] #55 76.62 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-17T09:05:38.631Z] #55 76.66 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-17T09:05:38.631Z] #55 76.76 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-17T09:05:38.631Z] #55 76.92 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-17T09:05:38.631Z] #55 76.94 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-17T09:05:38.631Z] #55 77.27 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-17T09:05:38.631Z] #55 77.53 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-17T09:05:38.631Z] #55 77.53 go: downloading golang.org/x/text v0.3.7 [2022-06-17T09:05:38.633Z] #84 113.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:05:38.633Z] #84 113.5 checking for go-md2man... no [2022-06-17T09:05:38.889Z] #84 113.5 checking error.h usability... yes [2022-06-17T09:05:38.889Z] #84 113.8 checking error.h presence... yes [2022-06-17T09:05:38.889Z] #84 113.9 checking for error.h... yes [2022-06-17T09:05:39.145Z] #84 114.0 checking linux/openat2.h usability... yes [2022-06-17T09:05:39.145Z] #84 114.2 checking linux/openat2.h presence... yes [2022-06-17T09:05:39.145Z] #84 114.3 checking for linux/openat2.h... yes [2022-06-17T09:05:39.700Z] #84 114.4 checking for copy_file_range... yes [2022-06-17T09:05:40.015Z] #55 ... [2022-06-17T09:05:40.015Z] [2022-06-17T09:05:40.015Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:40.015Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:40.015Z] #77 1.467 Cloning into '/tmp/crun-build'... [2022-06-17T09:05:40.265Z] #84 114.8 checking for fgetxattr... yes [2022-06-17T09:05:40.265Z] #84 115.2 checking for statx... yes [2022-06-17T09:05:40.609Z] #51 ... [2022-06-17T09:05:40.609Z] [2022-06-17T09:05:40.609Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:05:40.609Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:40.609Z] #14 69.91 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:40.609Z] #14 70.28 Fetched 115 MB in 11s (10.4 MB/s) [2022-06-17T09:05:40.609Z] #14 70.47 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-17T09:05:40.609Z] #14 70.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-17T09:05:40.609Z] #14 70.58 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:05:40.609Z] #14 70.58 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:40.609Z] #14 73.91 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-17T09:05:40.609Z] #14 73.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:05:40.609Z] #14 73.98 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:40.609Z] #14 78.68 Selecting previously unselected package binutils-mingw-w64. [2022-06-17T09:05:40.609Z] #14 78.68 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-17T09:05:40.609Z] #14 78.73 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:05:40.609Z] #14 78.98 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-17T09:05:40.609Z] #14 78.98 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:05:40.609Z] #14 78.99 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:05:40.609Z] #14 79.30 Selecting previously unselected package dmsetup. [2022-06-17T09:05:40.609Z] #14 79.31 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:05:40.609Z] #14 79.31 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:05:40.609Z] #14 79.61 Selecting previously unselected package mingw-w64-common. [2022-06-17T09:05:40.609Z] #14 79.61 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-17T09:05:40.609Z] #14 79.62 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-17T09:05:40.609Z] #14 ... [2022-06-17T09:05:40.609Z] [2022-06-17T09:05:40.609Z] #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-17T09:05:40.609Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:40.609Z] #42 75.82 Selecting previously unselected package libxml2:amd64. [2022-06-17T09:05:40.609Z] #42 75.83 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-17T09:05:40.609Z] #42 75.86 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:40.609Z] #42 76.69 Selecting previously unselected package libarchive13:amd64. [2022-06-17T09:05:40.609Z] #42 76.69 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-17T09:05:40.609Z] #42 76.71 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:40.609Z] #42 77.29 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-17T09:05:40.609Z] #42 77.32 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-17T09:05:40.609Z] #42 77.33 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:05:40.609Z] #42 77.74 Selecting previously unselected package librhash0:amd64. [2022-06-17T09:05:40.609Z] #42 77.74 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-17T09:05:40.609Z] #42 77.75 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:05:40.609Z] #42 78.10 Selecting previously unselected package libuv1:amd64. [2022-06-17T09:05:40.609Z] #42 78.14 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-17T09:05:40.609Z] #42 78.15 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:05:40.609Z] #42 78.60 Selecting previously unselected package cmake. [2022-06-17T09:05:40.610Z] #42 78.60 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-17T09:05:40.610Z] #42 78.62 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:40.822Z] #84 115.5 checking for fgetpwent_r... yes [2022-06-17T09:05:41.085Z] #84 115.8 checking for issetugid... no [2022-06-17T09:05:41.085Z] #84 116.1 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:05:41.085Z] #84 116.1 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:05:42.034Z] #84 116.1 checking for library containing yajl_tree_get... -lyajl [2022-06-17T09:05:42.034Z] #84 116.8 checking for yajl >= 2.0.0... yes [2022-06-17T09:05:42.034Z] #84 116.9 checking sys/capability.h usability... yes [2022-06-17T09:05:42.321Z] #84 117.2 checking sys/capability.h presence... yes [2022-06-17T09:05:42.321Z] #84 117.2 checking for sys/capability.h... yes [2022-06-17T09:05:42.882Z] #84 117.2 checking for library containing cap_from_name... -lcap [2022-06-17T09:05:43.851Z] #84 118.0 checking for library containing dlopen... -ldl [2022-06-17T09:05:43.909Z] #42 ... [2022-06-17T09:05:43.909Z] [2022-06-17T09:05:43.909Z] #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-17T09:05:43.909Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:43.909Z] #51 82.86 Setting up criu (3.17-1) ... [2022-06-17T09:05:44.107Z] #84 118.9 checking seccomp.h usability... yes [2022-06-17T09:05:44.170Z] #51 ... [2022-06-17T09:05:44.170Z] [2022-06-17T09:05:44.170Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:44.170Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:44.170Z] #77 1.207 Cloning into '/tmp/crun-build'... [2022-06-17T09:05:44.198Z] #14 ... [2022-06-17T09:05:44.198Z] [2022-06-17T09:05:44.198Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:44.198Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:05:44.198Z] #77 24.86 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-17T09:05:44.362Z] #84 119.1 checking seccomp.h presence... yes [2022-06-17T09:05:44.362Z] #84 119.3 checking for seccomp.h... yes [2022-06-17T09:05:44.430Z] #77 ... [2022-06-17T09:05:44.430Z] [2022-06-17T09:05:44.430Z] #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-17T09:05:44.430Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:44.430Z] #55 83.39 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-17T09:05:44.430Z] #55 83.49 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-17T09:05:44.430Z] #55 83.49 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-17T09:05:44.430Z] #55 83.60 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-17T09:05:44.430Z] #55 83.74 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-17T09:05:44.430Z] #55 83.87 go: downloading golang.org/x/mod v0.5.1 [2022-06-17T09:05:44.430Z] #55 83.91 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-17T09:05:44.430Z] #55 84.07 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-17T09:05:44.430Z] #55 84.13 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-17T09:05:44.691Z] #55 84.36 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-17T09:05:44.951Z] #55 84.48 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-17T09:05:44.951Z] #55 84.50 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-17T09:05:45.291Z] #84 119.3 checking for library containing seccomp_rule_add... -lseccomp [2022-06-17T09:05:45.292Z] #77 ... [2022-06-17T09:05:45.292Z] [2022-06-17T09:05:45.292Z] #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-17T09:05:45.292Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:45.292Z] #14 77.50 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-17T09:05:45.292Z] #14 77.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:05:45.292Z] #14 77.51 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:05:45.292Z] #14 82.07 Selecting previously unselected package binutils-mingw-w64. [2022-06-17T09:05:45.292Z] #14 82.08 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-17T09:05:45.292Z] #14 82.10 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:05:45.292Z] #14 82.40 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-17T09:05:45.292Z] #14 82.41 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:05:45.293Z] #14 82.47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:05:45.293Z] #14 82.82 Selecting previously unselected package dmsetup. [2022-06-17T09:05:45.293Z] #14 82.85 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:05:45.293Z] #14 82.87 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:05:45.293Z] #14 83.53 Selecting previously unselected package mingw-w64-common. [2022-06-17T09:05:45.293Z] #14 83.53 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-17T09:05:45.293Z] #14 83.54 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-17T09:05:45.293Z] #14 ... [2022-06-17T09:05:45.293Z] [2022-06-17T09:05:45.293Z] #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-17T09:05:45.293Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:45.293Z] #55 85.66 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-17T09:05:45.293Z] #55 85.79 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-17T09:05:45.293Z] #55 85.91 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-17T09:05:45.293Z] #55 86.00 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-17T09:05:45.293Z] #55 86.09 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-17T09:05:45.293Z] #55 86.10 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-17T09:05:45.293Z] #55 86.24 go: downloading golang.org/x/mod v0.5.1 [2022-06-17T09:05:45.293Z] #55 86.25 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-17T09:05:45.293Z] #55 86.42 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-17T09:05:45.293Z] #55 86.75 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-17T09:05:45.293Z] #55 86.76 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-17T09:05:45.293Z] #55 86.88 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-17T09:05:45.293Z] #55 87.58 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-17T09:05:45.293Z] #55 87.70 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-17T09:05:45.293Z] #55 87.74 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-17T09:05:45.547Z] #84 120.3 checking for library containing seccomp_arch_resolve_name... none required [2022-06-17T09:05:45.552Z] #55 88.56 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-17T09:05:45.803Z] #84 120.5 checking systemd/sd-bus.h usability... yes [2022-06-17T09:05:45.811Z] #55 88.66 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-17T09:05:45.894Z] #55 85.33 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-17T09:05:45.894Z] #55 85.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-17T09:05:45.894Z] #55 85.52 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-17T09:05:46.064Z] #84 120.7 checking systemd/sd-bus.h presence... yes [2022-06-17T09:05:46.064Z] #84 121.0 checking for systemd/sd-bus.h... yes [2022-06-17T09:05:46.071Z] #55 88.89 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-17T09:05:46.071Z] #55 88.90 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-17T09:05:46.071Z] #55 88.92 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-17T09:05:46.321Z] #84 121.0 checking for library containing sd_bus_match_signal_async... [2022-06-17T09:05:46.321Z] #84 ... [2022-06-17T09:05:46.321Z] [2022-06-17T09:05:46.321Z] #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-17T09:05:46.321Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:05:46.321Z] #19 156.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-17T09:05:46.321Z] #19 156.8 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-17T09:05:46.321Z] #19 156.8 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-17T09:05:46.321Z] #19 156.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-17T09:05:46.321Z] #19 156.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-17T09:05:46.321Z] #19 157.0 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-17T09:05:46.321Z] #19 157.0 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-17T09:05:46.321Z] #19 157.0 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-17T09:05:46.321Z] #19 157.1 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-17T09:05:46.321Z] #19 157.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-17T09:05:46.321Z] #19 157.3 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-17T09:05:46.321Z] #19 157.3 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-17T09:05:46.321Z] #19 157.3 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-17T09:05:46.321Z] #19 157.3 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-17T09:05:46.321Z] #19 157.4 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-17T09:05:46.321Z] #19 160.1 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-17T09:05:46.321Z] #19 160.1 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-17T09:05:46.321Z] #19 160.1 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-17T09:05:46.321Z] #19 160.3 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-17T09:05:46.321Z] #19 160.4 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-17T09:05:46.321Z] #19 163.2 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-17T09:05:46.321Z] #19 163.2 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-17T09:05:46.321Z] #19 163.2 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-17T09:05:46.321Z] #19 163.2 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-17T09:05:46.321Z] #19 163.2 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-17T09:05:46.321Z] #19 163.2 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-17T09:05:46.321Z] #19 163.2 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-17T09:05:46.321Z] #19 163.2 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-17T09:05:46.321Z] #19 163.3 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-17T09:05:46.321Z] #19 163.3 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-17T09:05:46.321Z] #19 163.3 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-17T09:05:46.321Z] #19 163.4 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-17T09:05:46.321Z] #19 165.7 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-17T09:05:46.321Z] #19 165.7 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-17T09:05:46.321Z] #19 165.8 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-17T09:05:46.321Z] #19 166.0 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-17T09:05:46.321Z] #19 166.0 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-17T09:05:46.335Z] #55 89.04 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-17T09:05:46.576Z] #19 ... [2022-06-17T09:05:46.576Z] [2022-06-17T09:05:46.576Z] #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-17T09:05:46.576Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:46.576Z] #84 121.0 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-17T09:05:46.594Z] #55 89.48 go: downloading github.com/prometheus/common v0.10.0 [2022-06-17T09:05:46.851Z] #55 86.31 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-17T09:05:46.851Z] #55 86.33 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-17T09:05:46.851Z] #55 86.51 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-17T09:05:46.851Z] #55 86.51 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-17T09:05:46.851Z] #55 86.57 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-17T09:05:46.853Z] #55 89.72 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-17T09:05:47.112Z] #55 86.63 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-17T09:05:47.112Z] #55 89.92 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-17T09:05:47.137Z] #84 121.6 checking for sd_notify_barrier... yes [2022-06-17T09:05:47.372Z] #55 90.19 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-17T09:05:47.393Z] #84 122.1 checking linux/bpf.h usability... yes [2022-06-17T09:05:47.393Z] #84 122.4 checking linux/bpf.h presence... yes [2022-06-17T09:05:47.683Z] #84 122.5 checking for linux/bpf.h... yes [2022-06-17T09:05:47.683Z] #84 122.5 checking compilation for eBPF... yes [2022-06-17T09:05:47.683Z] #84 122.6 checking for criu >= 3.15... no [2022-06-17T09:05:47.683Z] #84 122.7 configure: CRIU headers not found, building without CRIU support [2022-06-17T09:05:47.683Z] #84 122.7 checking for criu > 3.16... no [2022-06-17T09:05:47.683Z] #84 122.7 configure: CRIU version doesn't support join-ns API [2022-06-17T09:05:47.683Z] #84 122.7 checking for criu > 3.16.1... no [2022-06-17T09:05:47.686Z] #55 87.08 go: downloading github.com/prometheus/common v0.10.0 [2022-06-17T09:05:47.686Z] #55 87.43 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-17T09:05:47.947Z] #55 87.51 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-17T09:05:47.947Z] #55 87.65 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-17T09:05:47.980Z] #84 122.8 configure: CRIU version doesn't support for pre-dumping [2022-06-17T09:05:47.980Z] #84 122.8 checking for new mount API (fsconfig)... yes [2022-06-17T09:05:48.235Z] #84 122.9 checking for seccomp notify API... yes [2022-06-17T09:05:48.235Z] #84 123.2 checking for gperf... no [2022-06-17T09:05:48.235Z] #84 123.2 configure: gperf not found - cannot rebuild signal parser code [2022-06-17T09:05:48.368Z] #77 ... [2022-06-17T09:05:48.368Z] [2022-06-17T09:05:48.368Z] #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-17T09:05:48.368Z] #64 sha256:5a77df2ae8dc572ea1cf37d8e6dcea28884e39f9e1877e8c682132f73c17f3f2 [2022-06-17T09:05:48.369Z] #64 39.15 Updating files: 58% (2784/4775) Updating files: 59% (2818/4775) Updating files: 60% (2865/4775) Updating files: 61% (2913/4775) Updating files: 62% (2961/4775) Updating files: 63% (3009/4775) Updating files: 64% (3056/4775) Updating files: 65% (3104/4775) Updating files: 66% (3152/4775) Updating files: 67% (3200/4775) Updating files: 68% (3247/4775) Updating files: 69% (3295/4775) Updating files: 70% (3343/4775) Updating files: 71% (3391/4775) Updating files: 72% (3438/4775) Updating files: 73% (3486/4775) Updating files: 74% (3534/4775) Updating files: 75% (3582/4775) Updating files: 76% (3629/4775) Updating files: 77% (3677/4775) Updating files: 78% (3725/4775) Updating files: 79% (3773/4775) Updating files: 80% (3820/4775) Updating files: 81% (3868/4775) Updating files: 82% (3916/4775) Updating files: 83% (3964/4775) Updating files: 84% (4011/4775) Updating files: 85% (4059/4775) Updating files: 86% (4107/4775) Updating files: 87% (4155/4775) Updating files: 88% (4202/4775) Updating files: 89% (4250/4775) Updating files: 90% (4298/4775) Updating files: 91% (4346/4775) Updating files: 92% (4393/4775) Updating files: 93% (4441/4775) Updating files: 94% (4489/4775) Updating files: 95% (4537/4775) Updating files: 96% (4584/4775) Updating files: 97% (4632/4775) Updating files: 98% (4680/4775) Updating files: 99% (4728/4775) Updating files: 100% (4775/4775) Updating files: 100% (4775/4775), done. [2022-06-17T09:05:48.369Z] #64 40.13 + cd /tmp/tmp.7Ngvml8iF8/src/github.com/containerd/containerd [2022-06-17T09:05:48.369Z] #64 40.13 + git checkout -q v1.6.6 [2022-06-17T09:05:48.490Z] #84 123.2 checking for library containing argp_parse... none required [2022-06-17T09:05:48.519Z] #55 ... [2022-06-17T09:05:48.519Z] [2022-06-17T09:05:48.519Z] #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-17T09:05:48.519Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:48.519Z] #42 86.12 Setting up libicu67:amd64 (67.1-7) ... [2022-06-17T09:05:48.519Z] #42 86.22 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:48.519Z] #42 86.24 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:05:48.519Z] #42 86.27 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:48.519Z] #42 86.40 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:05:48.519Z] #42 86.43 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:05:48.519Z] #42 86.46 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:05:48.519Z] #42 86.49 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:48.519Z] #42 86.50 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:48.519Z] #42 86.51 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:48.519Z] #42 86.54 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:48.519Z] #42 DONE 88.2s [2022-06-17T09:05:48.625Z] #64 41.33 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-17T09:05:48.625Z] #64 41.33 + BUILDTAGS='netgo osusergo static_build' [2022-06-17T09:05:48.625Z] #64 41.34 + export EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:05:48.625Z] #64 41.34 + EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:05:48.625Z] #64 41.34 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-17T09:05:48.625Z] #64 41.34 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-17T09:05:48.625Z] #64 41.34 + '[' '' = dynamic ']' [2022-06-17T09:05:48.625Z] #64 41.34 + make [2022-06-17T09:05:48.780Z] [2022-06-17T09:05:48.780Z] #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-17T09:05:48.780Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:48.780Z] #51 86.16 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:48.780Z] #51 DONE 88.0s [2022-06-17T09:05:48.780Z] [2022-06-17T09:05:48.780Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-17T09:05:48.780Z] #43 sha256:35950d4289807f1260c425ca917c0743e28a8dd971cc2b7c371d827a9fad3f4d [2022-06-17T09:05:48.780Z] #43 DONE 0.2s [2022-06-17T09:05:48.780Z] [2022-06-17T09:05:48.780Z] #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-17T09:05:48.780Z] #44 sha256:65e30f16dc1f197bd7df8c6466c27ef63544b2ba26d8d50d28571b93f4dbe278 [2022-06-17T09:05:48.802Z] #14 86.00 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-17T09:05:48.802Z] #14 86.01 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:05:48.802Z] #14 86.01 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:05:49.051Z] #84 123.9 checking that generated files are newer than configure... done [2022-06-17T09:05:49.051Z] #84 123.9 configure: creating ./config.status [2022-06-17T09:05:49.909Z] #55 ... [2022-06-17T09:05:49.909Z] [2022-06-17T09:05:49.909Z] #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-17T09:05:49.909Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-17T09:05:49.909Z] #51 86.69 Setting up criu (3.17-1) ... [2022-06-17T09:05:49.909Z] #51 90.32 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:49.909Z] #51 DONE 92.5s [2022-06-17T09:05:49.909Z] [2022-06-17T09:05:49.909Z] #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-17T09:05:49.909Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:05:49.909Z] #55 92.88 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-17T09:05:49.909Z] #55 ... [2022-06-17T09:05:49.909Z] [2022-06-17T09:05:49.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-17T09:05:49.909Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:49.909Z] #42 82.86 Selecting previously unselected package libxml2:amd64. [2022-06-17T09:05:49.909Z] #42 82.86 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-17T09:05:49.909Z] #42 82.88 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:49.909Z] #42 83.86 Selecting previously unselected package libarchive13:amd64. [2022-06-17T09:05:49.909Z] #42 83.86 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-17T09:05:49.909Z] #42 83.88 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:49.909Z] #42 84.46 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-17T09:05:49.909Z] #42 84.47 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-17T09:05:49.909Z] #42 84.48 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:05:49.909Z] #42 84.62 Selecting previously unselected package librhash0:amd64. [2022-06-17T09:05:49.909Z] #42 84.63 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-17T09:05:49.909Z] #42 84.63 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:05:49.909Z] #42 84.92 Selecting previously unselected package libuv1:amd64. [2022-06-17T09:05:49.909Z] #42 84.92 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-17T09:05:49.909Z] #42 84.94 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:05:49.909Z] #42 85.39 Selecting previously unselected package cmake. [2022-06-17T09:05:49.909Z] #42 85.42 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-17T09:05:49.909Z] #42 85.43 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:49.980Z] #84 ... [2022-06-17T09:05:49.980Z] [2022-06-17T09:05:49.980Z] #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-17T09:05:49.980Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:05:49.980Z] #41 DONE 183.0s [2022-06-17T09:05:50.168Z] #42 92.99 Setting up libicu67:amd64 (67.1-7) ... [2022-06-17T09:05:50.168Z] #42 ... [2022-06-17T09:05:50.168Z] [2022-06-17T09:05:50.168Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:50.168Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:50.168Z] #77 11.90 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-17T09:05:50.168Z] #77 11.95 Cloning into '/tmp/crun-build/libocispec'... [2022-06-17T09:05:50.236Z] [2022-06-17T09:05:50.236Z] #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-17T09:05:50.236Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:05:50.236Z] #19 168.5 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-17T09:05:50.236Z] #19 168.5 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-17T09:05:50.236Z] #19 170.1 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:05:50.492Z] #19 170.9 Fetched 788 MB in 36s (21.8 MB/s) [2022-06-17T09:05:50.492Z] #19 171.1 Selecting previously unselected package liblocale-gettext-perl. [2022-06-17T09:05:50.714Z] #14 ... [2022-06-17T09:05:50.714Z] [2022-06-17T09:05:50.714Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:50.714Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:50.714Z] #77 36.44 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-17T09:05:50.749Z] #19 171.1 (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-17T09:05:50.749Z] #19 171.1 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-17T09:05:50.749Z] #19 171.1 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-17T09:05:50.749Z] #19 171.2 Selecting previously unselected package bzip2. [2022-06-17T09:05:51.004Z] #19 171.2 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:05:51.004Z] #19 171.2 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:05:51.004Z] #19 171.4 Selecting previously unselected package libmagic-mgc. [2022-06-17T09:05:51.004Z] #19 171.4 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:51.004Z] #19 171.4 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-17T09:05:51.106Z] #77 ... [2022-06-17T09:05:51.106Z] [2022-06-17T09:05:51.106Z] #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-17T09:05:51.106Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-17T09:05:51.106Z] #42 93.04 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:51.106Z] #42 93.11 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:05:51.106Z] #42 93.13 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:05:51.106Z] #42 93.18 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:05:51.106Z] #42 93.19 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:05:51.106Z] #42 93.22 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:05:51.106Z] #42 93.28 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:05:51.106Z] #42 93.33 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:05:51.106Z] #42 93.35 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:05:51.106Z] #42 93.36 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:05:51.106Z] #42 DONE 93.8s [2022-06-17T09:05:51.106Z] [2022-06-17T09:05:51.106Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-17T09:05:51.106Z] #43 sha256:9dc862d5349064b298ada3b75aa0c6713a813c683d26cf04e24b68ad0b7305e4 [2022-06-17T09:05:51.106Z] #43 DONE 0.1s [2022-06-17T09:05:51.106Z] [2022-06-17T09:05:51.106Z] #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-17T09:05:51.106Z] #44 sha256:13b9859dcc74e29e7d722a10bdc88d2c77447ab30cb92a257bd7b4226fc73885 [2022-06-17T09:05:51.144Z] #64 43.33 + bin/ctr [2022-06-17T09:05:51.324Z] #44 2.183 + RM_GOPATH=0 [2022-06-17T09:05:51.324Z] #44 2.183 + TMP_GOPATH= [2022-06-17T09:05:51.324Z] #44 2.183 + : /build [2022-06-17T09:05:51.324Z] #44 2.183 + '[' -z '' ']' [2022-06-17T09:05:51.324Z] #44 2.183 ++ mktemp -d [2022-06-17T09:05:51.324Z] #44 2.195 + export GOPATH=/tmp/tmp.LUujNhkKVc [2022-06-17T09:05:51.324Z] #44 2.195 + GOPATH=/tmp/tmp.LUujNhkKVc [2022-06-17T09:05:51.324Z] #44 2.195 + RM_GOPATH=1 [2022-06-17T09:05:51.324Z] #44 2.195 + case "$(go env GOARCH)" in [2022-06-17T09:05:51.324Z] #44 2.195 ++ go env GOARCH [2022-06-17T09:05:51.324Z] #44 2.279 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:51.324Z] #44 2.279 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:51.324Z] #44 2.279 ++ dirname /install.sh [2022-06-17T09:05:51.324Z] #44 2.283 Install tini version v0.19.0 [2022-06-17T09:05:51.324Z] #44 2.286 + dir=/ [2022-06-17T09:05:51.324Z] #44 2.286 + bin=tini [2022-06-17T09:05:51.324Z] #44 2.286 + shift [2022-06-17T09:05:51.324Z] #44 2.286 + '[' '!' -f //tini.installer ']' [2022-06-17T09:05:51.324Z] #44 2.286 + . //tini.installer [2022-06-17T09:05:51.324Z] #44 2.286 ++ : v0.19.0 [2022-06-17T09:05:51.324Z] #44 2.286 + install_tini [2022-06-17T09:05:51.324Z] #44 2.286 + echo 'Install tini version v0.19.0' [2022-06-17T09:05:51.324Z] #44 2.286 + git clone https://github.com/krallin/tini.git /tmp/tmp.LUujNhkKVc/tini [2022-06-17T09:05:51.324Z] #44 2.286 Cloning into '/tmp/tmp.LUujNhkKVc/tini'... [2022-06-17T09:05:51.565Z] #19 171.9 Selecting previously unselected package libmagic1:amd64. [2022-06-17T09:05:51.565Z] #19 171.9 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:51.565Z] #19 171.9 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:05:52.189Z] #19 172.6 Selecting previously unselected package file. [2022-06-17T09:05:52.189Z] #19 172.6 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-17T09:05:52.189Z] #19 172.6 Unpacking file (1:5.39-3) ... [2022-06-17T09:05:52.453Z] #19 ... [2022-06-17T09:05:52.453Z] [2022-06-17T09:05:52.453Z] #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-17T09:05:52.453Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:05:52.453Z] #43 184.7 Delve is a source level debugger for Go programs. [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-17T09:05:52.453Z] #43 184.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 Pass flags to the program you are debugging using `--`, for example: [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 Usage: [2022-06-17T09:05:52.453Z] #43 184.7 dlv [command] [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 Available Commands: [2022-06-17T09:05:52.453Z] #43 184.7 attach Attach to running process and begin debugging. [2022-06-17T09:05:52.453Z] #43 184.7 connect Connect to a headless debug server with a terminal client. [2022-06-17T09:05:52.453Z] #43 184.7 core Examine a core dump. [2022-06-17T09:05:52.453Z] #43 184.7 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-17T09:05:52.453Z] #43 184.7 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-17T09:05:52.453Z] #43 184.7 exec Execute a precompiled binary, and begin a debug session. [2022-06-17T09:05:52.453Z] #43 184.7 help Help about any command [2022-06-17T09:05:52.453Z] #43 184.7 run Deprecated command. Use 'debug' instead. [2022-06-17T09:05:52.453Z] #43 184.7 test Compile test binary and begin debugging program. [2022-06-17T09:05:52.453Z] #43 184.7 trace Compile and begin tracing program. [2022-06-17T09:05:52.453Z] #43 184.7 version Prints version. [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 Flags: [2022-06-17T09:05:52.453Z] #43 184.7 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-17T09:05:52.453Z] #43 184.7 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-17T09:05:52.453Z] #43 184.7 --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-17T09:05:52.453Z] #43 184.7 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-17T09:05:52.453Z] #43 184.7 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-17T09:05:52.453Z] #43 184.7 --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-17T09:05:52.453Z] #43 184.7 --disable-aslr Disables address space randomization [2022-06-17T09:05:52.453Z] #43 184.7 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-17T09:05:52.453Z] #43 184.7 -h, --help help for dlv [2022-06-17T09:05:52.453Z] #43 184.7 --init string Init file, executed by the terminal client. [2022-06-17T09:05:52.453Z] #43 184.7 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-17T09:05:52.453Z] #43 184.7 --log Enable debugging server logging. [2022-06-17T09:05:52.453Z] #43 184.7 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-17T09:05:52.453Z] #43 184.7 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-17T09:05:52.453Z] #43 184.7 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-17T09:05:52.453Z] #43 184.7 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-17T09:05:52.453Z] #43 184.7 --wd string Working directory for running the program. [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 Additional help topics: [2022-06-17T09:05:52.453Z] #43 184.7 dlv backend Help about the --backend flag. [2022-06-17T09:05:52.453Z] #43 184.7 dlv log Help about logging flags. [2022-06-17T09:05:52.453Z] #43 184.7 dlv redirect Help about file redirection. [2022-06-17T09:05:52.453Z] #43 184.7 [2022-06-17T09:05:52.453Z] #43 184.7 Use "dlv [command] --help" for more information about a command. [2022-06-17T09:05:52.453Z] #43 DONE 185.5s [2022-06-17T09:05:52.453Z] [2022-06-17T09:05:52.453Z] #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-17T09:05:52.453Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:05:52.453Z] #19 172.8 Selecting previously unselected package xz-utils. [2022-06-17T09:05:52.453Z] #19 172.8 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:05:52.453Z] #19 172.8 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:05:52.709Z] #44 3.635 + cd /tmp/tmp.LUujNhkKVc/tini [2022-06-17T09:05:52.709Z] #44 3.635 + git checkout -q v0.19.0 [2022-06-17T09:05:52.709Z] #44 3.703 + cmake . [2022-06-17T09:05:52.733Z] #19 173.0 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-17T09:05:52.733Z] #19 173.0 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-17T09:05:52.733Z] #19 173.0 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-17T09:05:53.016Z] #44 1.560 + RM_GOPATH=0 [2022-06-17T09:05:53.016Z] #44 1.560 + TMP_GOPATH= [2022-06-17T09:05:53.016Z] #44 1.560 + : /build [2022-06-17T09:05:53.016Z] #44 1.560 + '[' -z '' ']' [2022-06-17T09:05:53.016Z] #44 1.560 ++ mktemp -d [2022-06-17T09:05:53.016Z] #44 1.568 + export GOPATH=/tmp/tmp.gMPidKfzVz [2022-06-17T09:05:53.016Z] #44 1.568 + GOPATH=/tmp/tmp.gMPidKfzVz [2022-06-17T09:05:53.016Z] #44 1.568 + RM_GOPATH=1 [2022-06-17T09:05:53.016Z] #44 1.568 + case "$(go env GOARCH)" in [2022-06-17T09:05:53.016Z] #44 1.568 ++ go env GOARCH [2022-06-17T09:05:53.016Z] #44 1.640 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:53.016Z] #44 1.640 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:05:53.016Z] #44 1.640 ++ dirname /install.sh [2022-06-17T09:05:53.016Z] #44 1.640 + dir=/ [2022-06-17T09:05:53.016Z] #44 1.640 + bin=tini [2022-06-17T09:05:53.016Z] #44 1.640 + shift [2022-06-17T09:05:53.016Z] #44 1.640 + '[' '!' -f //tini.installer ']' [2022-06-17T09:05:53.016Z] #44 1.640 + . //tini.installer [2022-06-17T09:05:53.016Z] #44 1.640 ++ : v0.19.0 [2022-06-17T09:05:53.016Z] #44 1.640 + install_tini [2022-06-17T09:05:53.016Z] #44 1.640 + echo 'Install tini version v0.19.0' [2022-06-17T09:05:53.016Z] #44 1.641 Install tini version v0.19.0 [2022-06-17T09:05:53.016Z] #44 1.641 + git clone https://github.com/krallin/tini.git /tmp/tmp.gMPidKfzVz/tini [2022-06-17T09:05:53.016Z] #44 1.687 Cloning into '/tmp/tmp.gMPidKfzVz/tini'... [2022-06-17T09:05:53.037Z] #64 ... [2022-06-17T09:05:53.037Z] [2022-06-17T09:05:53.037Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:53.037Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:05:53.037Z] #77 34.56 libtoolize: putting auxiliary files in '.'. [2022-06-17T09:05:53.037Z] #77 34.56 libtoolize: copying file './ltmain.sh' [2022-06-17T09:05:53.281Z] #44 4.471 -- The C compiler identification is GNU 10.2.1 [2022-06-17T09:05:53.541Z] #44 4.621 -- Detecting C compiler ABI info [2022-06-17T09:05:53.966Z] #77 35.37 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-17T09:05:53.966Z] #77 35.37 libtoolize: and rerunning libtoolize and aclocal. [2022-06-17T09:05:53.966Z] #77 35.37 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:05:54.395Z] #44 2.960 + cd /tmp/tmp.gMPidKfzVz/tini [2022-06-17T09:05:54.395Z] #44 2.961 + git checkout -q v0.19.0 [2022-06-17T09:05:54.395Z] #44 3.064 + cmake . [2022-06-17T09:05:54.483Z] #44 5.617 -- Detecting C compiler ABI info - done [2022-06-17T09:05:54.744Z] #44 5.766 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-17T09:05:54.744Z] #44 5.800 -- Detecting C compile features [2022-06-17T09:05:54.744Z] #44 5.801 -- Detecting C compile features - done [2022-06-17T09:05:54.744Z] #44 5.849 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-17T09:05:54.895Z] #77 ... [2022-06-17T09:05:54.895Z] [2022-06-17T09:05:54.895Z] #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-17T09:05:54.895Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:05:54.895Z] #14 76.95 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-17T09:05:54.895Z] #14 76.95 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-17T09:05:54.895Z] #14 76.96 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:05:54.895Z] #14 82.35 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-17T09:05:54.895Z] #14 82.36 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-17T09:05:54.895Z] #14 82.38 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:05:54.963Z] #44 3.939 -- The C compiler identification is GNU 10.2.1 [2022-06-17T09:05:55.004Z] #44 6.066 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-17T09:05:55.223Z] #44 4.090 -- Detecting C compiler ABI info [2022-06-17T09:05:55.251Z] #19 175.4 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-17T09:05:55.251Z] #19 175.4 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-17T09:05:55.251Z] #19 175.4 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-17T09:05:55.265Z] #44 6.220 -- Configuring done [2022-06-17T09:05:55.265Z] #44 6.241 -- Generating done [2022-06-17T09:05:55.265Z] #44 6.281 -- Build files have been written to: /tmp/tmp.LUujNhkKVc/tini [2022-06-17T09:05:55.265Z] #44 6.293 + make tini-static [2022-06-17T09:05:55.529Z] #44 6.669 Scanning dependencies of target tini-static [2022-06-17T09:05:55.529Z] #44 6.683 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-17T09:05:55.825Z] #14 87.81 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-17T09:05:55.825Z] #14 87.81 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-17T09:05:55.825Z] #14 87.82 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:05:55.999Z] #77 ... [2022-06-17T09:05:55.999Z] [2022-06-17T09:05:55.999Z] #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-17T09:05:56.000Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:56.000Z] #14 92.46 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-17T09:05:56.000Z] #14 92.47 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:05:56.000Z] #14 92.47 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:05:56.120Z] #44 ... [2022-06-17T09:05:56.120Z] [2022-06-17T09:05:56.120Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:56.120Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:56.120Z] #77 11.82 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-17T09:05:56.120Z] #77 11.88 Cloning into '/tmp/crun-build/libocispec'... [2022-06-17T09:05:56.120Z] #77 13.69 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-17T09:05:56.120Z] #77 13.70 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-17T09:05:56.120Z] #77 13.70 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-17T09:05:56.120Z] #77 13.70 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-17T09:05:56.120Z] #77 13.73 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-17T09:05:56.120Z] #77 16.97 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-17T09:05:56.121Z] #77 20.38 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-17T09:05:56.601Z] #44 5.178 -- Detecting C compiler ABI info - done [2022-06-17T09:05:56.601Z] #44 5.373 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-17T09:05:56.601Z] #44 5.394 -- Detecting C compile features [2022-06-17T09:05:56.601Z] #44 5.403 -- Detecting C compile features - done [2022-06-17T09:05:56.601Z] #44 5.505 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-17T09:05:56.660Z] #19 177.2 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-17T09:05:56.660Z] #19 177.2 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-17T09:05:56.660Z] #19 177.2 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-17T09:05:57.172Z] #44 5.934 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-17T09:05:57.172Z] #44 6.005 -- Configuring done [2022-06-17T09:05:57.172Z] #44 6.029 -- Generating done [2022-06-17T09:05:57.172Z] #44 6.050 -- Build files have been written to: /tmp/tmp.gMPidKfzVz/tini [2022-06-17T09:05:57.172Z] #44 6.066 + make tini-static [2022-06-17T09:05:57.505Z] #77 23.10 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-17T09:05:57.505Z] #77 ... [2022-06-17T09:05:57.505Z] [2022-06-17T09:05:57.505Z] #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-17T09:05:57.505Z] #44 sha256:65e30f16dc1f197bd7df8c6466c27ef63544b2ba26d8d50d28571b93f4dbe278 [2022-06-17T09:05:57.505Z] #44 8.528 [100%] Linking C executable tini-static [2022-06-17T09:05:57.740Z] #44 6.622 Scanning dependencies of target tini-static [2022-06-17T09:05:58.000Z] #44 6.843 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-17T09:05:58.565Z] #19 ... [2022-06-17T09:05:58.565Z] [2022-06-17T09:05:58.565Z] #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-17T09:05:58.565Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:58.565Z] #84 126.1 config.status: creating Makefile [2022-06-17T09:05:58.565Z] #84 126.3 config.status: creating rpm/crun.spec [2022-06-17T09:05:58.565Z] #84 126.4 config.status: creating config.h [2022-06-17T09:05:58.565Z] #84 126.4 config.status: executing libtool commands [2022-06-17T09:05:58.565Z] #84 126.5 config.status: executing depfiles commands [2022-06-17T09:05:58.565Z] #84 127.8 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-17T09:05:58.565Z] #84 127.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:05:58.565Z] #84 128.5 checking for gcc... gcc [2022-06-17T09:05:58.565Z] #84 128.5 checking whether the C compiler works... yes [2022-06-17T09:05:58.565Z] #84 128.8 checking for C compiler default output file name... a.out [2022-06-17T09:05:58.565Z] #84 128.8 checking for suffix of executables... [2022-06-17T09:05:58.565Z] #84 129.1 checking whether we are cross compiling... no [2022-06-17T09:05:58.565Z] #84 129.2 checking for suffix of object files... o [2022-06-17T09:05:58.565Z] #84 129.3 checking whether we are using the GNU C compiler... yes [2022-06-17T09:05:58.565Z] #84 129.5 checking whether gcc accepts -g... yes [2022-06-17T09:05:58.565Z] #84 129.6 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:05:58.565Z] #84 129.8 checking whether gcc understands -c and -o together... yes [2022-06-17T09:05:58.565Z] #84 130.2 checking how to run the C preprocessor... gcc -E [2022-06-17T09:05:58.565Z] #84 130.4 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:05:58.565Z] #84 130.4 checking for egrep... /bin/grep -E [2022-06-17T09:05:58.565Z] #84 130.4 checking for ANSI C header files... yes [2022-06-17T09:05:58.565Z] #84 131.2 checking for sys/types.h... yes [2022-06-17T09:05:58.565Z] #84 131.4 checking for sys/stat.h... yes [2022-06-17T09:05:58.565Z] #84 131.7 checking for stdlib.h... yes [2022-06-17T09:05:58.565Z] #84 131.9 checking for string.h... yes [2022-06-17T09:05:58.565Z] #84 132.1 checking for memory.h... yes [2022-06-17T09:05:58.565Z] #84 132.3 checking for strings.h... yes [2022-06-17T09:05:58.565Z] #84 132.5 checking for inttypes.h... yes [2022-06-17T09:05:58.565Z] #84 132.8 checking for stdint.h... yes [2022-06-17T09:05:58.565Z] #84 133.0 checking for unistd.h... yes [2022-06-17T09:05:58.565Z] #84 133.2 checking minix/config.h usability... no [2022-06-17T09:05:58.565Z] #84 133.3 checking minix/config.h presence... no [2022-06-17T09:05:58.565Z] #84 133.3 checking for minix/config.h... no [2022-06-17T09:05:58.565Z] #84 133.3 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-17T09:05:58.823Z] #84 133.6 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:05:58.823Z] #84 133.9 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:05:58.823Z] #84 133.9 checking how to print strings... [2022-06-17T09:05:58.823Z] #84 ... [2022-06-17T09:05:58.823Z] [2022-06-17T09:05:58.823Z] #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-17T09:05:58.823Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:05:58.823Z] #19 179.2 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-17T09:05:58.824Z] #19 179.2 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-17T09:05:58.824Z] #19 179.2 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-17T09:05:58.889Z] #44 9.683 [100%] Built target tini-static [2022-06-17T09:05:58.889Z] #44 9.823 + mkdir -p /build [2022-06-17T09:05:58.889Z] #44 9.831 + cp tini-static /build/docker-init [2022-06-17T09:05:59.460Z] #44 ... [2022-06-17T09:05:59.460Z] [2022-06-17T09:05:59.460Z] #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-17T09:05:59.460Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:59.460Z] #14 89.13 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-17T09:05:59.460Z] #14 89.15 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-17T09:05:59.460Z] #14 89.16 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:05:59.722Z] #14 ... [2022-06-17T09:05:59.722Z] [2022-06-17T09:05:59.722Z] #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-17T09:05:59.722Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:05:59.722Z] #53 98.61 gotestsum version dev [2022-06-17T09:05:59.983Z] #53 DONE 99.5s [2022-06-17T09:05:59.983Z] [2022-06-17T09:05:59.983Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:05:59.983Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:05:59.983Z] #77 23.48 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-17T09:05:59.983Z] #77 23.97 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-17T09:05:59.983Z] #77 ... [2022-06-17T09:05:59.983Z] [2022-06-17T09:05:59.983Z] #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-17T09:05:59.983Z] #44 sha256:65e30f16dc1f197bd7df8c6466c27ef63544b2ba26d8d50d28571b93f4dbe278 [2022-06-17T09:05:59.983Z] #44 DONE 11.0s [2022-06-17T09:05:59.983Z] [2022-06-17T09:05:59.983Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:05:59.983Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:05:59.983Z] #14 99.60 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-17T09:05:59.983Z] #14 99.63 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:05:59.983Z] #14 99.63 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:06:00.203Z] #14 ... [2022-06-17T09:06:00.203Z] [2022-06-17T09:06:00.203Z] #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-17T09:06:00.203Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:06:00.203Z] #64 49.28 Updating files: 50% (2435/4775) Updating files: 51% (2436/4775) Updating files: 52% (2483/4775) Updating files: 53% (2531/4775) Updating files: 54% (2579/4775) Updating files: 55% (2627/4775) Updating files: 56% (2674/4775) Updating files: 57% (2722/4775) Updating files: 58% (2770/4775) Updating files: 59% (2818/4775) Updating files: 60% (2865/4775) Updating files: 61% (2913/4775) Updating files: 62% (2961/4775) Updating files: 63% (3009/4775) Updating files: 64% (3056/4775) Updating files: 65% (3104/4775) Updating files: 66% (3152/4775) Updating files: 67% (3200/4775) Updating files: 68% (3247/4775) Updating files: 69% (3295/4775) Updating files: 70% (3343/4775) Updating files: 71% (3391/4775) Updating files: 72% (3438/4775) Updating files: 73% (3486/4775) Updating files: 74% (3534/4775) Updating files: 75% (3582/4775) Updating files: 76% (3629/4775) Updating files: 77% (3677/4775) Updating files: 78% (3725/4775) Updating files: 79% (3773/4775) Updating files: 80% (3820/4775) Updating files: 81% (3868/4775) Updating files: 82% (3916/4775) Updating files: 83% (3964/4775) Updating files: 84% (4011/4775) Updating files: 85% (4059/4775) Updating files: 86% (4107/4775) Updating files: 87% (4155/4775) Updating files: 88% (4202/4775) Updating files: 88% (4249/4775) Updating files: 89% (4250/4775) Updating files: 90% (4298/4775) Updating files: 91% (4346/4775) Updating files: 92% (4393/4775) Updating files: 93% (4441/4775) Updating files: 94% (4489/4775) Updating files: 95% (4537/4775) Updating files: 96% (4584/4775) Updating files: 97% (4632/4775) Updating files: 98% (4680/4775) Updating files: 99% (4728/4775) Updating files: 100% (4775/4775) Updating files: 100% (4775/4775), done. [2022-06-17T09:06:00.203Z] #64 50.75 + cd /tmp/tmp.65fccPKQ2U/src/github.com/containerd/containerd [2022-06-17T09:06:00.203Z] #64 50.75 + git checkout -q v1.6.6 [2022-06-17T09:06:00.203Z] #64 52.46 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-17T09:06:00.203Z] #64 52.47 + BUILDTAGS='netgo osusergo static_build' [2022-06-17T09:06:00.203Z] #64 52.47 + export EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:06:00.203Z] #64 52.47 + EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:06:00.203Z] #64 52.47 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-17T09:06:00.203Z] #64 52.47 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-17T09:06:00.203Z] #64 52.47 + '[' '' = dynamic ']' [2022-06-17T09:06:00.203Z] #64 52.47 + make [2022-06-17T09:06:00.204Z] #19 180.7 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-17T09:06:00.468Z] #19 180.7 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-17T09:06:00.468Z] #19 180.7 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-17T09:06:00.537Z] #44 9.105 [100%] Linking C executable tini-static [2022-06-17T09:06:00.554Z] #14 99.94 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-17T09:06:00.554Z] #14 99.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:00.554Z] #14 99.98 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:00.815Z] #14 ... [2022-06-17T09:06:00.815Z] [2022-06-17T09:06:00.815Z] #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-17T09:06:00.815Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:06:00.815Z] #55 90.25 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-17T09:06:01.417Z] #19 181.7 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-17T09:06:01.418Z] #19 181.7 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:06:01.418Z] #19 181.7 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:06:01.418Z] #19 181.9 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-17T09:06:01.418Z] #19 181.9 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:06:01.418Z] #19 181.9 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:06:01.560Z] #44 ... [2022-06-17T09:06:01.560Z] [2022-06-17T09:06:01.560Z] #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-17T09:06:01.560Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:01.560Z] #14 94.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-17T09:06:01.560Z] #14 94.20 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-17T09:06:01.560Z] #14 94.20 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:06:01.560Z] #14 ... [2022-06-17T09:06:01.560Z] [2022-06-17T09:06:01.560Z] #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-17T09:06:01.560Z] #44 sha256:13b9859dcc74e29e7d722a10bdc88d2c77447ab30cb92a257bd7b4226fc73885 [2022-06-17T09:06:01.560Z] #44 10.34 [100%] Built target tini-static [2022-06-17T09:06:01.560Z] #44 10.39 + mkdir -p /build [2022-06-17T09:06:01.560Z] #44 10.39 + cp tini-static /build/docker-init [2022-06-17T09:06:01.638Z] #64 54.30 + bin/ctr [2022-06-17T09:06:01.638Z] #64 ... [2022-06-17T09:06:01.638Z] [2022-06-17T09:06:01.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-17T09:06:01.638Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:01.638Z] #77 47.39 libtoolize: putting auxiliary files in '.'. [2022-06-17T09:06:01.638Z] #77 47.39 libtoolize: copying file './ltmain.sh' [2022-06-17T09:06:01.822Z] #44 DONE 10.8s [2022-06-17T09:06:01.822Z] [2022-06-17T09:06:01.822Z] #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-17T09:06:01.822Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-17T09:06:01.822Z] #53 104.8 gotestsum version dev [2022-06-17T09:06:01.903Z] #77 47.84 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-17T09:06:01.903Z] #77 47.84 libtoolize: and rerunning libtoolize and aclocal. [2022-06-17T09:06:01.904Z] #77 47.84 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:06:02.366Z] #14 ... [2022-06-17T09:06:02.366Z] [2022-06-17T09:06:02.366Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:02.366Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:06:02.366Z] #77 43.14 configure.ac:7: installing './compile' [2022-06-17T09:06:02.366Z] #77 43.14 configure.ac:11: installing './config.guess' [2022-06-17T09:06:02.366Z] #77 43.16 configure.ac:11: installing './config.sub' [2022-06-17T09:06:02.366Z] #77 43.18 configure.ac:8: installing './install-sh' [2022-06-17T09:06:02.366Z] #77 43.19 configure.ac:8: installing './missing' [2022-06-17T09:06:02.366Z] #77 43.30 Makefile.am: installing './depcomp' [2022-06-17T09:06:02.392Z] #53 DONE 105.0s [2022-06-17T09:06:02.392Z] [2022-06-17T09:06:02.392Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:06:02.392Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:02.392Z] #14 104.6 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-17T09:06:02.392Z] #14 104.6 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:02.392Z] #14 104.6 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:06:02.392Z] #14 105.0 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-17T09:06:02.392Z] #14 105.0 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:02.392Z] #14 105.0 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:02.392Z] #14 ... [2022-06-17T09:06:02.392Z] [2022-06-17T09:06:02.392Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:02.392Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:02.392Z] #77 14.19 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-17T09:06:02.392Z] #77 14.24 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-17T09:06:02.393Z] #77 14.24 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-17T09:06:02.393Z] #77 14.24 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-17T09:06:02.393Z] #77 14.33 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-17T09:06:02.393Z] #77 17.55 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-17T09:06:02.393Z] #77 21.12 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-17T09:06:02.393Z] #77 23.20 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-17T09:06:02.393Z] #77 23.45 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-17T09:06:02.393Z] #77 23.76 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-17T09:06:02.927Z] #77 44.49 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:06:02.927Z] #77 44.50 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:06:02.927Z] #77 44.63 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:06:03.184Z] #77 44.63 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:06:03.184Z] #77 44.76 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:06:03.184Z] #77 44.89 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:06:03.440Z] #77 45.02 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:06:03.440Z] #77 45.15 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:06:03.696Z] #77 45.28 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:06:04.734Z] #19 ... [2022-06-17T09:06:04.734Z] [2022-06-17T09:06:04.734Z] #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-17T09:06:04.734Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:04.734Z] #84 133.9 checking how to print strings... printf [2022-06-17T09:06:04.734Z] #84 133.9 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:06:04.734Z] #84 133.9 checking for fgrep... /bin/grep -F [2022-06-17T09:06:04.734Z] #84 133.9 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:06:04.734Z] #84 133.9 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:06:04.734Z] #84 133.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:06:04.734Z] #84 133.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:06:04.734Z] #84 134.0 checking whether ln -s works... yes [2022-06-17T09:06:04.734Z] #84 134.0 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:06:04.734Z] #84 134.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-17T09:06:04.734Z] #84 134.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:06:04.734Z] #84 134.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:06:04.734Z] #84 134.1 checking for objdump... objdump [2022-06-17T09:06:04.734Z] #84 134.1 checking how to recognize dependent libraries... pass_all [2022-06-17T09:06:04.734Z] #84 134.1 checking for dlltool... no [2022-06-17T09:06:04.734Z] #84 134.1 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:06:04.734Z] #84 134.1 checking for ar... ar [2022-06-17T09:06:04.734Z] #84 134.1 checking for archiver @FILE support... @ [2022-06-17T09:06:04.734Z] #84 134.2 checking for strip... strip [2022-06-17T09:06:04.734Z] #84 134.2 checking for ranlib... ranlib [2022-06-17T09:06:04.734Z] #84 134.2 checking for gawk... no [2022-06-17T09:06:04.734Z] #84 134.2 checking for mawk... mawk [2022-06-17T09:06:04.734Z] #84 134.2 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:06:04.734Z] #84 134.6 checking for sysroot... no [2022-06-17T09:06:04.734Z] #84 134.6 checking for a working dd... /bin/dd [2022-06-17T09:06:04.734Z] #84 134.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:06:04.734Z] #84 134.7 checking for mt... no [2022-06-17T09:06:04.734Z] #84 134.7 checking if : is a manifest tool... no [2022-06-17T09:06:04.734Z] #84 134.7 checking for dlfcn.h... yes [2022-06-17T09:06:04.734Z] #84 134.9 checking for objdir... .libs [2022-06-17T09:06:04.734Z] #84 135.1 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:06:04.734Z] #84 135.1 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:06:04.734Z] #84 135.1 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:06:04.734Z] #84 135.3 checking if gcc static flag -static works... yes [2022-06-17T09:06:04.734Z] #84 135.7 checking if gcc supports -c -o file.o... yes [2022-06-17T09:06:04.734Z] #84 135.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:06:04.734Z] #84 135.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:06:04.734Z] #84 135.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:06:04.734Z] #84 136.3 checking how to hardcode library paths into programs... immediate [2022-06-17T09:06:04.734Z] #84 136.3 checking whether stripping libraries is possible... yes [2022-06-17T09:06:04.734Z] #84 136.3 checking if libtool supports shared libraries... yes [2022-06-17T09:06:04.734Z] #84 136.3 checking whether to build shared libraries... no [2022-06-17T09:06:04.734Z] #84 136.3 checking whether to build static libraries... yes [2022-06-17T09:06:04.734Z] #84 136.3 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:06:04.734Z] #84 136.4 checking whether build environment is sane... yes [2022-06-17T09:06:04.734Z] #84 136.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:06:04.734Z] #84 136.5 checking whether make sets $(MAKE)... yes [2022-06-17T09:06:04.734Z] #84 136.6 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:06:04.734Z] #84 136.7 checking whether make supports nested variables... yes [2022-06-17T09:06:04.734Z] #84 136.7 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:06:04.734Z] #84 136.7 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:06:04.734Z] #84 136.7 checking how to create a ustar tar archive... gnutar [2022-06-17T09:06:04.734Z] #84 136.8 checking dependency style of gcc... gcc3 [2022-06-17T09:06:04.734Z] #84 137.0 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:06:04.734Z] #84 137.0 checking whether make supports nested variables... (cached) yes [2022-06-17T09:06:04.734Z] #84 137.0 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:06:04.734Z] #84 137.0 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:06:04.734Z] #84 137.0 checking for yajl >= 2.1.0... yes [2022-06-17T09:06:04.734Z] #84 137.0 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:06:04.734Z] #84 137.1 checking for gcc... (cached) gcc [2022-06-17T09:06:04.734Z] #84 137.1 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:06:04.734Z] #84 137.1 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:06:04.734Z] #84 137.1 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:06:04.734Z] #84 137.1 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:06:04.734Z] #84 137.1 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:06:04.735Z] #84 137.2 checking for python3... /usr/bin/python3 [2022-06-17T09:06:04.735Z] #84 137.2 checking for python3 version... 3.9 [2022-06-17T09:06:04.735Z] #84 137.2 checking for python3 platform... linux [2022-06-17T09:06:04.735Z] #84 137.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:06:04.735Z] #84 137.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:06:04.735Z] #84 137.7 checking that generated files are newer than configure... done [2022-06-17T09:06:04.735Z] #84 137.7 configure: creating ./config.status [2022-06-17T09:06:04.735Z] #84 139.8 config.status: creating Makefile [2022-06-17T09:06:04.735Z] #84 139.9 config.status: creating config.h [2022-06-17T09:06:05.032Z] #84 140.0 config.status: executing libtool commands [2022-06-17T09:06:05.032Z] #84 140.0 config.status: executing depfiles commands [2022-06-17T09:06:05.966Z] #84 140.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-17T09:06:05.966Z] #84 140.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:06:06.222Z] #84 141.1 checking for gcc... gcc [2022-06-17T09:06:06.478Z] #84 141.2 checking whether the C compiler works... yes [2022-06-17T09:06:06.478Z] #84 141.4 checking for C compiler default output file name... a.out [2022-06-17T09:06:06.478Z] #84 141.4 checking for suffix of executables... [2022-06-17T09:06:06.735Z] #84 141.6 checking whether we are cross compiling... no [2022-06-17T09:06:06.991Z] #84 141.8 checking for suffix of object files... o [2022-06-17T09:06:06.991Z] #84 141.9 checking whether we are using the GNU C compiler... yes [2022-06-17T09:06:07.249Z] #84 142.1 checking whether gcc accepts -g... yes [2022-06-17T09:06:07.504Z] #84 142.3 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:06:07.504Z] #84 142.5 checking whether gcc understands -c and -o together... yes [2022-06-17T09:06:07.504Z] #84 142.6 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:06:07.760Z] #84 142.7 checking whether build environment is sane... yes [2022-06-17T09:06:07.760Z] #84 142.7 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:06:07.760Z] #84 142.8 checking for gawk... no [2022-06-17T09:06:07.760Z] #84 142.8 checking for mawk... mawk [2022-06-17T09:06:07.760Z] #84 142.8 checking whether make sets $(MAKE)... yes [2022-06-17T09:06:07.760Z] #84 142.9 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:06:07.910Z] #77 ... [2022-06-17T09:06:07.910Z] [2022-06-17T09:06:07.910Z] #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-17T09:06:07.910Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:06:07.910Z] #14 99.28 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-17T09:06:07.910Z] #14 99.28 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-17T09:06:07.910Z] #14 99.28 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:06:08.056Z] #84 142.9 checking whether make supports nested variables... yes [2022-06-17T09:06:08.056Z] #84 143.0 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:06:08.056Z] #84 143.0 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:06:08.056Z] #84 143.0 checking how to create a ustar tar archive... gnutar [2022-06-17T09:06:08.311Z] #84 143.1 checking dependency style of gcc... gcc3 [2022-06-17T09:06:08.311Z] #84 143.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:06:08.311Z] #84 143.4 checking whether make supports nested variables... (cached) yes [2022-06-17T09:06:08.872Z] #84 143.5 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:06:08.872Z] #84 144.0 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:06:08.872Z] #84 144.0 checking how to print strings... printf [2022-06-17T09:06:08.872Z] #84 144.0 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:06:08.872Z] #84 144.0 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:06:09.127Z] #84 144.0 checking for egrep... /bin/grep -E [2022-06-17T09:06:09.127Z] #84 144.1 checking for fgrep... /bin/grep -F [2022-06-17T09:06:09.127Z] #84 144.1 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:06:09.127Z] #84 144.1 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:06:09.127Z] #84 144.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:06:09.127Z] #84 144.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:06:09.383Z] #84 144.3 checking whether ln -s works... yes [2022-06-17T09:06:09.383Z] #84 144.3 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:06:09.383Z] #84 144.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-17T09:06:09.383Z] #84 144.3 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:06:09.383Z] #84 144.3 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:06:09.383Z] #84 144.3 checking for objdump... objdump [2022-06-17T09:06:09.383Z] #84 144.3 checking how to recognize dependent libraries... pass_all [2022-06-17T09:06:09.383Z] #84 144.3 checking for dlltool... no [2022-06-17T09:06:09.383Z] #84 144.3 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:06:09.383Z] #84 144.3 checking for ar... ar [2022-06-17T09:06:09.383Z] #84 144.3 checking for archiver @FILE support... @ [2022-06-17T09:06:09.383Z] #84 144.5 checking for strip... strip [2022-06-17T09:06:09.383Z] #84 144.5 checking for ranlib... ranlib [2022-06-17T09:06:09.944Z] #84 144.5 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:06:10.038Z] #77 ... [2022-06-17T09:06:10.038Z] [2022-06-17T09:06:10.038Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:06:10.038Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:10.038Z] #14 99.42 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-17T09:06:10.038Z] #14 99.42 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:10.038Z] #14 99.42 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:06:10.199Z] #84 145.1 checking for sysroot... no [2022-06-17T09:06:10.199Z] #84 145.1 checking for a working dd... /bin/dd [2022-06-17T09:06:10.199Z] #84 145.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:06:10.199Z] #84 145.3 checking for mt... no [2022-06-17T09:06:10.199Z] #84 145.3 checking if : is a manifest tool... no [2022-06-17T09:06:10.455Z] #84 145.3 checking how to run the C preprocessor... gcc -E [2022-06-17T09:06:11.271Z] #84 145.7 checking for ANSI C header files... yes [2022-06-17T09:06:11.527Z] #84 146.4 checking for sys/types.h... yes [2022-06-17T09:06:11.783Z] #84 146.6 checking for sys/stat.h... yes [2022-06-17T09:06:11.950Z] #14 ... [2022-06-17T09:06:11.950Z] [2022-06-17T09:06:11.950Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:11.950Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:11.950Z] #77 57.49 configure.ac:7: installing './compile' [2022-06-17T09:06:11.950Z] #77 57.50 configure.ac:11: installing './config.guess' [2022-06-17T09:06:11.950Z] #77 57.50 configure.ac:11: installing './config.sub' [2022-06-17T09:06:11.950Z] #77 57.51 configure.ac:8: installing './install-sh' [2022-06-17T09:06:11.950Z] #77 57.53 configure.ac:8: installing './missing' [2022-06-17T09:06:11.950Z] #77 57.67 Makefile.am: installing './depcomp' [2022-06-17T09:06:12.039Z] #84 146.8 checking for stdlib.h... yes [2022-06-17T09:06:12.039Z] #84 147.0 checking for string.h... yes [2022-06-17T09:06:12.039Z] #84 147.1 checking for memory.h... yes [2022-06-17T09:06:12.295Z] #84 147.2 checking for strings.h... yes [2022-06-17T09:06:12.295Z] #84 147.4 checking for inttypes.h... yes [2022-06-17T09:06:12.551Z] #84 147.4 checking for stdint.h... yes [2022-06-17T09:06:12.551Z] #84 147.6 checking for unistd.h... yes [2022-06-17T09:06:12.807Z] #84 147.7 checking for dlfcn.h... yes [2022-06-17T09:06:12.808Z] #84 147.8 checking for objdir... .libs [2022-06-17T09:06:12.891Z] #77 58.86 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:06:12.891Z] #77 58.86 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:06:13.063Z] #84 148.1 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:06:13.064Z] #84 148.1 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:06:13.064Z] #84 148.1 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:06:13.152Z] #77 59.00 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:06:13.152Z] #77 59.00 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:06:13.152Z] #77 59.09 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:06:13.152Z] #77 59.19 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:06:13.162Z] #14 ... [2022-06-17T09:06:13.162Z] [2022-06-17T09:06:13.162Z] #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-17T09:06:13.162Z] #67 sha256:1e043b9cac1237e83156e0e3415e11320e65b8914d94507adb98b4606a43eba8 [2022-06-17T09:06:13.162Z] #67 104.0 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:06:13.162Z] #67 104.0 + GOBIN=/build [2022-06-17T09:06:13.162Z] #67 104.0 + GO111MODULE=on [2022-06-17T09:06:13.162Z] #67 104.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:06:13.413Z] #77 59.34 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:06:13.413Z] #77 59.43 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:06:13.576Z] #84 148.2 checking if gcc static flag -static works... yes [2022-06-17T09:06:13.577Z] #84 148.5 checking if gcc supports -c -o file.o... yes [2022-06-17T09:06:13.577Z] #84 148.6 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:06:13.674Z] #77 59.55 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:06:13.833Z] #84 148.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:06:13.833Z] #84 148.6 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:06:13.833Z] #84 148.9 checking how to hardcode library paths into programs... immediate [2022-06-17T09:06:13.833Z] #84 148.9 checking whether stripping libraries is possible... yes [2022-06-17T09:06:13.833Z] #84 148.9 checking if libtool supports shared libraries... yes [2022-06-17T09:06:13.833Z] #84 148.9 checking whether to build shared libraries... no [2022-06-17T09:06:13.833Z] #84 148.9 checking whether to build static libraries... yes [2022-06-17T09:06:13.833Z] #84 148.9 checking float.h usability... yes [2022-06-17T09:06:13.833Z] #84 149.0 checking float.h presence... yes [2022-06-17T09:06:14.090Z] #84 149.0 checking for float.h... yes [2022-06-17T09:06:14.346Z] #84 149.1 checking limits.h usability... yes [2022-06-17T09:06:14.346Z] #84 149.2 checking limits.h presence... yes [2022-06-17T09:06:14.346Z] #84 149.2 checking for limits.h... yes [2022-06-17T09:06:14.602Z] #84 149.3 checking stddef.h usability... yes [2022-06-17T09:06:14.602Z] #84 149.5 checking stddef.h presence... yes [2022-06-17T09:06:14.602Z] #84 149.6 checking for stddef.h... yes [2022-06-17T09:06:14.602Z] #84 149.6 checking for stdlib.h... (cached) yes [2022-06-17T09:06:14.602Z] #84 149.7 checking for string.h... (cached) yes [2022-06-17T09:06:14.604Z] #77 ... [2022-06-17T09:06:14.604Z] [2022-06-17T09:06:14.604Z] #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-17T09:06:14.604Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:14.604Z] #14 117.6 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-17T09:06:14.858Z] #84 149.8 checking sys/time.h usability... yes [2022-06-17T09:06:14.863Z] #14 117.6 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:14.863Z] #14 117.6 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:15.114Z] #84 150.0 checking sys/time.h presence... yes [2022-06-17T09:06:15.114Z] #84 150.1 checking for sys/time.h... yes [2022-06-17T09:06:15.371Z] #84 150.2 checking for inline... inline [2022-06-17T09:06:15.722Z] #55 ... [2022-06-17T09:06:15.722Z] [2022-06-17T09:06:15.722Z] #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-17T09:06:15.722Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:15.722Z] #14 113.0 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-17T09:06:15.722Z] #14 113.0 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:15.722Z] #14 113.0 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:15.933Z] #84 150.3 checking for size_t... yes [2022-06-17T09:06:15.933Z] #84 150.7 checking for stdlib.h... (cached) yes [2022-06-17T09:06:16.189Z] #84 150.7 checking for GNU libc compatible malloc... yes [2022-06-17T09:06:16.189Z] #84 151.1 checking for stdlib.h... (cached) yes [2022-06-17T09:06:16.189Z] #84 151.1 checking for GNU libc compatible realloc... yes [2022-06-17T09:06:16.445Z] #84 151.3 checking for working strtod... yes [2022-06-17T09:06:17.008Z] #84 151.6 checking for gettimeofday... yes [2022-06-17T09:06:17.264Z] #84 152.0 checking for memset... yes [2022-06-17T09:06:17.264Z] #84 152.2 checking for strspn... yes [2022-06-17T09:06:17.520Z] #84 152.6 checking that generated files are newer than configure... done [2022-06-17T09:06:17.520Z] #84 152.6 configure: creating ./config.status [2022-06-17T09:06:18.410Z] #67 ... [2022-06-17T09:06:18.410Z] [2022-06-17T09:06:18.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-17T09:06:18.410Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:06:18.410Z] #14 105.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-17T09:06:18.410Z] #14 105.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-17T09:06:18.410Z] #14 105.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 105.2 Selecting previously unselected package libapparmor1:arm64. [2022-06-17T09:06:18.410Z] #14 105.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 105.2 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-17T09:06:18.410Z] #14 105.3 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-17T09:06:18.410Z] #14 105.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 105.4 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-17T09:06:18.410Z] #14 105.5 Selecting previously unselected package libbtrfs0:arm64. [2022-06-17T09:06:18.410Z] #14 105.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 105.5 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-17T09:06:18.410Z] #14 105.6 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-17T09:06:18.410Z] #14 105.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 105.6 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-17T09:06:18.410Z] #14 105.9 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-06-17T09:06:18.410Z] #14 105.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 105.9 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-17T09:06:18.410Z] #14 105.9 Selecting previously unselected package libudev-dev:arm64. [2022-06-17T09:06:18.410Z] #14 105.9 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 105.9 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-17T09:06:18.410Z] #14 106.1 Selecting previously unselected package libsepol1-dev:arm64. [2022-06-17T09:06:18.410Z] #14 106.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 106.1 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-06-17T09:06:18.410Z] #14 106.4 Selecting previously unselected package libpcre2-16-0:arm64. [2022-06-17T09:06:18.410Z] #14 106.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 106.5 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 106.6 Selecting previously unselected package libpcre2-32-0:arm64. [2022-06-17T09:06:18.410Z] #14 106.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 106.6 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 106.8 Selecting previously unselected package libpcre2-posix2:arm64. [2022-06-17T09:06:18.410Z] #14 106.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 106.8 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 106.9 Selecting previously unselected package libpcre2-dev:arm64. [2022-06-17T09:06:18.410Z] #14 106.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 106.9 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 107.3 Selecting previously unselected package libselinux1-dev:arm64. [2022-06-17T09:06:18.410Z] #14 107.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 107.3 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-06-17T09:06:18.410Z] #14 107.5 Selecting previously unselected package libdevmapper-dev:arm64. [2022-06-17T09:06:18.410Z] #14 107.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 107.6 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-17T09:06:18.410Z] #14 107.6 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-17T09:06:18.410Z] #14 107.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 107.7 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:06:18.410Z] #14 107.8 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-17T09:06:18.410Z] #14 107.8 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-17T09:06:18.410Z] #14 107.8 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-17T09:06:18.410Z] #14 108.3 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:06:18.410Z] #14 108.4 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-17T09:06:18.410Z] #14 108.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:06:18.410Z] #14 108.4 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-06-17T09:06:18.410Z] #14 108.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.4 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.5 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-17T09:06:18.410Z] #14 108.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-17T09:06:18.410Z] #14 108.6 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-17T09:06:18.410Z] #14 108.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:06:18.410Z] #14 108.6 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-06-17T09:06:18.410Z] #14 108.6 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-06-17T09:06:18.410Z] #14 108.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-17T09:06:18.410Z] #14 108.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-17T09:06:18.410Z] #14 108.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:06:18.410Z] #14 108.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-17T09:06:18.410Z] #14 108.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:06:18.410Z] #14 108.8 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-17T09:06:18.410Z] #14 108.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:06:18.410Z] #14 108.8 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-17T09:06:18.410Z] #14 108.8 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-17T09:06:18.410Z] #14 108.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:06:20.789Z] #84 155.5 config.status: creating Makefile [2022-06-17T09:06:20.789Z] #84 155.5 config.status: creating config.h [2022-06-17T09:06:20.789Z] #84 155.6 config.status: executing depfiles commands [2022-06-17T09:06:20.789Z] #84 155.8 config.status: executing libtool commands [2022-06-17T09:06:21.010Z] #14 ... [2022-06-17T09:06:21.010Z] [2022-06-17T09:06:21.010Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:21.010Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:21.010Z] #77 46.06 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-17T09:06:21.718Z] #84 ... [2022-06-17T09:06:21.718Z] [2022-06-17T09:06:21.718Z] #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-17T09:06:21.718Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:06:21.718Z] #19 201.9 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-17T09:06:21.718Z] #19 201.9 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:06:21.718Z] #19 201.9 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:06:21.718Z] #19 202.1 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-17T09:06:21.718Z] #19 202.1 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:06:21.718Z] #19 202.2 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-17T09:06:22.580Z] #14 ... [2022-06-17T09:06:22.580Z] [2022-06-17T09:06:22.580Z] #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-17T09:06:22.580Z] #67 sha256:1e043b9cac1237e83156e0e3415e11320e65b8914d94507adb98b4606a43eba8 [2022-06-17T09:06:22.580Z] #67 113.6 rootlesskit version 1.0.0 [2022-06-17T09:06:22.580Z] #67 113.6 Usage of /build/rootlesskit-docker-proxy: [2022-06-17T09:06:22.580Z] #67 113.6 -container-ip string [2022-06-17T09:06:22.580Z] #67 113.6 container ip [2022-06-17T09:06:22.580Z] #67 113.6 -container-port int [2022-06-17T09:06:22.580Z] #67 113.6 container port (default -1) [2022-06-17T09:06:22.580Z] #67 113.6 -host-ip string [2022-06-17T09:06:22.580Z] #67 113.6 host ip [2022-06-17T09:06:22.580Z] #67 113.6 -host-port int [2022-06-17T09:06:22.580Z] #67 113.6 host port (default -1) [2022-06-17T09:06:22.580Z] #67 113.6 -proto string [2022-06-17T09:06:22.580Z] #67 113.6 proxy protocol (default "tcp") [2022-06-17T09:06:23.143Z] #67 DONE 114.5s [2022-06-17T09:06:23.143Z] [2022-06-17T09:06:23.143Z] #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-17T09:06:23.143Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-17T09:06:23.143Z] #14 DONE 115.2s [2022-06-17T09:06:23.143Z] [2022-06-17T09:06:23.143Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-17T09:06:23.143Z] #59 sha256:239e236d452b60eca8b9f60cbaf6fae11122fc2223942dfbeb76343fb3391be0 [2022-06-17T09:06:23.402Z] #59 ... [2022-06-17T09:06:23.402Z] [2022-06-17T09:06:23.402Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-17T09:06:23.402Z] #68 sha256:6fa43de5893786ac72f8262a18882f5b39049e9d5fabc346c5a61f0b970d71c6 [2022-06-17T09:06:23.402Z] #68 DONE 0.2s [2022-06-17T09:06:23.402Z] [2022-06-17T09:06:23.402Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-17T09:06:23.402Z] #69 sha256:a0c70bad9c792c5f7dffe2a2f99f35736ff64a589897aeb49725b0ba562d5076 [2022-06-17T09:06:23.662Z] #69 ... [2022-06-17T09:06:23.662Z] [2022-06-17T09:06:23.662Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-17T09:06:23.662Z] #59 sha256:239e236d452b60eca8b9f60cbaf6fae11122fc2223942dfbeb76343fb3391be0 [2022-06-17T09:06:23.662Z] #59 DONE 0.5s [2022-06-17T09:06:23.662Z] [2022-06-17T09:06:23.662Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-17T09:06:23.662Z] #69 sha256:a0c70bad9c792c5f7dffe2a2f99f35736ff64a589897aeb49725b0ba562d5076 [2022-06-17T09:06:23.662Z] #69 DONE 0.3s [2022-06-17T09:06:23.662Z] [2022-06-17T09:06:23.662Z] #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-17T09:06:23.662Z] #60 sha256:cc441d30f1fa0d99cd4a411a3c92fea763e691be428fd8e61da12feba7c92633 [2022-06-17T09:06:23.685Z] #77 ... [2022-06-17T09:06:23.685Z] [2022-06-17T09:06:23.686Z] #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-17T09:06:23.686Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:23.686Z] #14 113.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-17T09:06:23.686Z] #14 113.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:23.686Z] #14 113.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:06:23.686Z] #14 119.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-17T09:06:23.686Z] #14 119.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-17T09:06:23.686Z] #14 119.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:06:23.686Z] #14 120.0 Selecting previously unselected package libapparmor1:amd64. [2022-06-17T09:06:23.686Z] #14 120.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-17T09:06:23.686Z] #14 120.0 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:06:23.686Z] #14 120.1 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-17T09:06:23.686Z] #14 120.1 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-17T09:06:23.686Z] #14 120.1 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:06:23.686Z] #14 120.3 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:06:23.686Z] #14 120.3 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:06:23.686Z] #14 120.3 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:06:23.686Z] #14 121.3 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:06:23.946Z] #14 121.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:06:23.946Z] #14 ... [2022-06-17T09:06:23.946Z] [2022-06-17T09:06:23.946Z] #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-17T09:06:23.946Z] #67 sha256:938123cbe5815ac78f0a4f46e89fe7ee779a3128672a1340d52ee5e6a51cc7a8 [2022-06-17T09:06:23.946Z] #67 121.2 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:06:23.946Z] #67 121.2 + GOBIN=/build [2022-06-17T09:06:23.946Z] #67 121.2 + GO111MODULE=on [2022-06-17T09:06:23.946Z] #67 121.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:06:24.225Z] #60 ... [2022-06-17T09:06:24.225Z] [2022-06-17T09:06:24.225Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:24.225Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:06:24.225Z] #77 55.79 configure.ac:7: installing 'build-aux/compile' [2022-06-17T09:06:24.225Z] #77 55.80 configure.ac:9: installing 'build-aux/config.guess' [2022-06-17T09:06:24.225Z] #77 55.81 configure.ac:9: installing 'build-aux/config.sub' [2022-06-17T09:06:24.225Z] #77 55.81 configure.ac:11: installing 'build-aux/install-sh' [2022-06-17T09:06:24.225Z] #77 55.82 configure.ac:11: installing 'build-aux/missing' [2022-06-17T09:06:24.225Z] #77 56.01 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:06:24.225Z] #77 56.08 parallel-tests: installing 'build-aux/test-driver' [2022-06-17T09:06:24.225Z] #77 58.01 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:06:24.225Z] #77 58.02 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:06:24.225Z] #77 58.58 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:06:24.225Z] #77 58.59 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:06:24.225Z] #77 58.74 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:06:24.225Z] #77 58.82 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:06:24.225Z] #77 58.94 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:06:24.225Z] #77 59.04 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:06:24.788Z] #77 ... [2022-06-17T09:06:24.788Z] [2022-06-17T09:06:24.788Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-17T09:06:24.788Z] #15 sha256:14cafee787eaaddca7f2d68ce86c54a21dfd22c31b798287e3ac7a1943db8f02 [2022-06-17T09:06:24.788Z] #15 DONE 1.8s [2022-06-17T09:06:24.788Z] [2022-06-17T09:06:24.788Z] #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-17T09:06:24.788Z] #16 sha256:0b156d60dd89b190a97e193b9f66ea1e035363b8d40a4900bf74673dcab237d4 [2022-06-17T09:06:26.684Z] #16 DONE 1.4s [2022-06-17T09:06:26.684Z] [2022-06-17T09:06:26.684Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-17T09:06:26.684Z] #17 sha256:902d59c12c3b47ba971c39a2715f225d35e995ad6b1b630db81848eb08ee28b2 [2022-06-17T09:06:26.939Z] #17 0.636 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-17T09:06:27.078Z] #14 ... [2022-06-17T09:06:27.078Z] [2022-06-17T09:06:27.078Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:27.078Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:27.078Z] #77 47.25 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-17T09:06:27.197Z] #17 DONE 0.9s [2022-06-17T09:06:27.197Z] [2022-06-17T09:06:27.197Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-17T09:06:27.197Z] #18 sha256:32147efc18b97cb38e67e362da5e7aa543d5c3bbcfbf8b635b9d67a9ab21554d [2022-06-17T09:06:28.126Z] #18 DONE 0.8s [2022-06-17T09:06:28.126Z] [2022-06-17T09:06:28.126Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-17T09:06:28.126Z] #19 sha256:a6a7bc4db83cbfe93c217233b9f5013a9e36cff56cfbd0297130c0f77493bf8d [2022-06-17T09:06:28.259Z] #19 ... [2022-06-17T09:06:28.259Z] [2022-06-17T09:06:28.259Z] #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-17T09:06:28.259Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:28.259Z] #84 157.1 GEN .version [2022-06-17T09:06:28.259Z] #84 157.1 make install-recursive [2022-06-17T09:06:28.259Z] #84 157.1 make[1]: Entering directory '/tmp/crun-build' [2022-06-17T09:06:28.259Z] #84 157.4 Making install in libocispec [2022-06-17T09:06:28.259Z] #84 157.4 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:06:28.259Z] #84 157.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-17T09:06:28.259Z] #84 157.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-17T09:06:28.259Z] #84 157.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-17T09:06:28.259Z] #84 157.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-17T09:06:28.259Z] #84 158.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-17T09:06:28.259Z] #84 158.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-17T09:06:28.259Z] #84 158.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-17T09:06:28.259Z] #84 158.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-17T09:06:28.259Z] #84 158.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-17T09:06:28.259Z] #84 158.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-17T09:06:28.259Z] #84 158.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-17T09:06:28.259Z] #84 158.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-17T09:06:28.259Z] #84 159.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-17T09:06:28.259Z] #84 159.7 make install-recursive [2022-06-17T09:06:28.259Z] #84 159.7 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:06:28.259Z] #84 159.9 Making install in yajl [2022-06-17T09:06:28.259Z] #84 159.9 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:06:28.259Z] #84 159.9 CC verify/json_verify-json_verify.o [2022-06-17T09:06:28.259Z] #84 160.0 CC src/libyajl_la-yajl_alloc.lo [2022-06-17T09:06:28.259Z] #84 160.0 CC src/libyajl_la-yajl.lo [2022-06-17T09:06:28.259Z] #84 160.0 CC src/libyajl_la-yajl_buf.lo [2022-06-17T09:06:28.259Z] #84 160.0 CC src/libyajl_la-yajl_gen.lo [2022-06-17T09:06:28.259Z] #84 160.0 CC src/libyajl_la-yajl_parser.lo [2022-06-17T09:06:28.259Z] #84 160.0 CC src/libyajl_la-yajl_lex.lo [2022-06-17T09:06:28.259Z] #84 160.0 CC src/libyajl_la-yajl_encode.lo [2022-06-17T09:06:28.259Z] #84 160.1 CC src/libyajl_la-yajl_tree.lo [2022-06-17T09:06:28.688Z] #19 DONE 0.8s [2022-06-17T09:06:28.688Z] [2022-06-17T09:06:28.688Z] #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-17T09:06:28.688Z] #60 sha256:cc441d30f1fa0d99cd4a411a3c92fea763e691be428fd8e61da12feba7c92633 [2022-06-17T09:06:28.688Z] #60 1.457 + RM_GOPATH=0 [2022-06-17T09:06:28.688Z] #60 1.457 + TMP_GOPATH= [2022-06-17T09:06:28.688Z] #60 1.457 + : /build [2022-06-17T09:06:28.688Z] #60 1.457 + '[' -z '' ']' [2022-06-17T09:06:28.688Z] #60 1.457 ++ mktemp -d [2022-06-17T09:06:28.688Z] #60 1.475 + export GOPATH=/tmp/tmp.8RZZSsEo6V [2022-06-17T09:06:28.688Z] #60 1.475 + GOPATH=/tmp/tmp.8RZZSsEo6V [2022-06-17T09:06:28.688Z] #60 1.475 + RM_GOPATH=1 [2022-06-17T09:06:28.688Z] #60 1.475 + case "$(go env GOARCH)" in [2022-06-17T09:06:28.688Z] #60 1.475 ++ go env GOARCH [2022-06-17T09:06:28.688Z] #60 1.506 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:06:28.688Z] #60 1.506 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:06:28.688Z] #60 1.506 ++ dirname /install.sh [2022-06-17T09:06:28.688Z] #60 1.511 + dir=/ [2022-06-17T09:06:28.688Z] #60 1.511 + bin=runc [2022-06-17T09:06:28.688Z] #60 1.511 + shift [2022-06-17T09:06:28.688Z] #60 1.511 + '[' '!' -f //runc.installer ']' [2022-06-17T09:06:28.688Z] #60 1.515 + . //runc.installer [2022-06-17T09:06:28.688Z] #60 1.515 ++ set -e [2022-06-17T09:06:28.688Z] #60 1.515 ++ : v1.1.2 [2022-06-17T09:06:28.688Z] #60 1.515 + install_runc [2022-06-17T09:06:28.688Z] #60 1.515 + RUNC_BUILDTAGS=seccomp [2022-06-17T09:06:28.688Z] #60 1.515 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-17T09:06:28.688Z] #60 1.515 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.8RZZSsEo6V/src/github.com/opencontainers/runc [2022-06-17T09:06:28.688Z] #60 1.515 Install runc version v1.1.2 (build tags: seccomp) [2022-06-17T09:06:28.688Z] #60 1.533 Cloning into '/tmp/tmp.8RZZSsEo6V/src/github.com/opencontainers/runc'... [2022-06-17T09:06:29.233Z] #67 ... [2022-06-17T09:06:29.233Z] [2022-06-17T09:06:29.233Z] #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-17T09:06:29.233Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:29.233Z] #14 121.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:06:29.233Z] #14 122.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-17T09:06:29.233Z] #14 122.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 122.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:06:29.233Z] #14 123.0 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:06:29.233Z] #14 123.0 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 123.1 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:06:29.233Z] #14 123.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-17T09:06:29.233Z] #14 123.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 123.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:06:29.233Z] #14 123.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-17T09:06:29.233Z] #14 123.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 123.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 124.0 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-17T09:06:29.233Z] #14 124.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 124.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 124.1 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-17T09:06:29.233Z] #14 124.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 124.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 124.2 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-17T09:06:29.233Z] #14 124.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 124.3 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 124.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-17T09:06:29.233Z] #14 124.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 124.8 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:06:29.233Z] #14 125.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-17T09:06:29.233Z] #14 125.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 125.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:06:29.233Z] #14 125.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:06:29.233Z] #14 125.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 125.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:06:29.233Z] #14 125.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:06:29.233Z] #14 125.5 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:06:29.233Z] #14 125.5 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:06:29.233Z] #14 126.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:06:29.233Z] #14 126.0 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:06:29.233Z] #14 126.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:06:29.233Z] #14 126.0 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:06:29.233Z] #14 126.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.1 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 126.1 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:06:29.233Z] #14 126.1 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 126.1 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:06:29.233Z] #14 126.1 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 126.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:06:29.233Z] #14 126.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:06:29.233Z] #14 126.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:06:29.233Z] #14 126.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-17T09:06:29.233Z] #14 126.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:06:29.233Z] #14 126.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:06:29.233Z] #14 126.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:06:29.233Z] #14 126.3 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:06:29.233Z] #14 126.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.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-17T09:06:29.233Z] #14 126.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.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-17T09:06:29.233Z] #14 126.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:06:29.233Z] #14 126.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.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-17T09:06:29.233Z] #14 126.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:06:29.233Z] #14 126.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:06:29.233Z] #14 126.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:06:29.233Z] #14 126.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:06:29.233Z] #14 126.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:06:29.233Z] #14 126.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:06:29.804Z] #14 DONE 127.2s [2022-06-17T09:06:29.804Z] [2022-06-17T09:06:29.804Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-17T09:06:29.804Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-17T09:06:29.804Z] #15 ... [2022-06-17T09:06:29.804Z] [2022-06-17T09:06:29.804Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-17T09:06:29.804Z] #59 sha256:88569a2ce1db92073b0e4b9c46fcfacdcca47b2cca41cf98917bf24347aec1eb [2022-06-17T09:06:29.804Z] #59 DONE 0.3s [2022-06-17T09:06:30.065Z] [2022-06-17T09:06:30.065Z] #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-17T09:06:30.065Z] #60 sha256:c1d90af582b3d03e2639bfd6dacaa1fee2f22a67e52d1cf7fd0acbe24efce834 [2022-06-17T09:06:30.577Z] #60 ... [2022-06-17T09:06:30.577Z] [2022-06-17T09:06:30.577Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-17T09:06:30.577Z] #20 sha256:49fdde9317fbdafe2d403e2c721d720e6ad35a512638523e7ae3c49237660b11 [2022-06-17T09:06:30.577Z] #20 DONE 1.8s [2022-06-17T09:06:30.577Z] [2022-06-17T09:06:30.577Z] #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-17T09:06:30.577Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-17T09:06:30.577Z] #36 122.2 Delve is a source level debugger for Go programs. [2022-06-17T09:06:30.577Z] #36 122.2 [2022-06-17T09:06:30.577Z] #36 122.2 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-17T09:06:30.577Z] #36 122.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-17T09:06:30.577Z] #36 122.2 [2022-06-17T09:06:30.577Z] #36 122.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-17T09:06:30.577Z] #36 122.2 [2022-06-17T09:06:30.577Z] #36 122.2 Pass flags to the program you are debugging using `--`, for example: [2022-06-17T09:06:30.577Z] #36 122.2 [2022-06-17T09:06:30.577Z] #36 122.2 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-17T09:06:30.577Z] #36 122.2 [2022-06-17T09:06:30.577Z] #36 122.2 Usage: [2022-06-17T09:06:30.577Z] #36 122.2 dlv [command] [2022-06-17T09:06:30.577Z] #36 122.2 [2022-06-17T09:06:30.577Z] #36 122.2 Available Commands: [2022-06-17T09:06:30.577Z] #36 122.2 attach Attach to running process and begin debugging. [2022-06-17T09:06:30.577Z] #36 122.2 connect Connect to a headless debug server with a terminal client. [2022-06-17T09:06:30.577Z] #36 122.2 core Examine a core dump. [2022-06-17T09:06:30.577Z] #36 122.2 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-17T09:06:30.577Z] #36 122.2 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-17T09:06:30.577Z] #36 122.2 exec Execute a precompiled binary, and begin a debug session. [2022-06-17T09:06:30.577Z] #36 122.2 help Help about any command [2022-06-17T09:06:30.577Z] #36 122.2 run Deprecated command. Use 'debug' instead. [2022-06-17T09:06:30.577Z] #36 122.2 test Compile test binary and begin debugging program. [2022-06-17T09:06:30.577Z] #36 122.2 trace Compile and begin tracing program. [2022-06-17T09:06:30.577Z] #36 122.2 version Prints version. [2022-06-17T09:06:30.577Z] #36 122.2 [2022-06-17T09:06:30.577Z] #36 122.2 Flags: [2022-06-17T09:06:30.577Z] #36 122.2 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-17T09:06:30.577Z] #36 122.2 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-17T09:06:30.577Z] #36 122.2 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-17T09:06:30.577Z] #36 122.2 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-17T09:06:30.577Z] #36 122.2 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-17T09:06:30.578Z] #36 122.2 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-17T09:06:30.578Z] #36 122.2 --disable-aslr Disables address space randomization [2022-06-17T09:06:30.578Z] #36 122.2 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-17T09:06:30.578Z] #36 122.2 -h, --help help for dlv [2022-06-17T09:06:30.578Z] #36 122.2 --init string Init file, executed by the terminal client. [2022-06-17T09:06:30.578Z] #36 122.2 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-17T09:06:30.578Z] #36 122.2 --log Enable debugging server logging. [2022-06-17T09:06:30.578Z] #36 122.2 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-17T09:06:30.578Z] #36 122.2 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-17T09:06:30.578Z] #36 122.2 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-17T09:06:30.578Z] #36 122.2 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-17T09:06:30.578Z] #36 122.2 --wd string Working directory for running the program. [2022-06-17T09:06:30.578Z] #36 122.2 [2022-06-17T09:06:30.578Z] #36 122.2 Additional help topics: [2022-06-17T09:06:30.578Z] #36 122.2 dlv backend Help about the --backend flag. [2022-06-17T09:06:30.578Z] #36 122.2 dlv log Help about logging flags. [2022-06-17T09:06:30.578Z] #36 122.2 dlv redirect Help about file redirection. [2022-06-17T09:06:30.578Z] #36 122.2 [2022-06-17T09:06:30.578Z] #36 122.2 Use "dlv [command] --help" for more information about a command. [2022-06-17T09:06:30.578Z] #36 DONE 122.7s [2022-06-17T09:06:30.578Z] [2022-06-17T09:06:30.578Z] #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-17T09:06:30.578Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f [2022-06-17T09:06:30.777Z] #84 165.9 CCLD libyajl.la [2022-06-17T09:06:31.006Z] #60 ... [2022-06-17T09:06:31.006Z] [2022-06-17T09:06:31.006Z] #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-17T09:06:31.006Z] #67 sha256:938123cbe5815ac78f0a4f46e89fe7ee779a3128672a1340d52ee5e6a51cc7a8 [2022-06-17T09:06:31.006Z] #67 127.9 rootlesskit version 1.0.0 [2022-06-17T09:06:31.006Z] #67 127.9 Usage of /build/rootlesskit-docker-proxy: [2022-06-17T09:06:31.006Z] #67 127.9 -container-ip string [2022-06-17T09:06:31.006Z] #67 127.9 container ip [2022-06-17T09:06:31.006Z] #67 127.9 -container-port int [2022-06-17T09:06:31.006Z] #67 127.9 container port (default -1) [2022-06-17T09:06:31.006Z] #67 127.9 -host-ip string [2022-06-17T09:06:31.006Z] #67 127.9 host ip [2022-06-17T09:06:31.006Z] #67 127.9 -host-port int [2022-06-17T09:06:31.006Z] #67 127.9 host port (default -1) [2022-06-17T09:06:31.006Z] #67 127.9 -proto string [2022-06-17T09:06:31.006Z] #67 127.9 proxy protocol (default "tcp") [2022-06-17T09:06:31.006Z] #67 DONE 128.3s [2022-06-17T09:06:31.268Z] [2022-06-17T09:06:31.268Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-17T09:06:31.268Z] #68 sha256:029edc18fe6f81bedab5cd0f94e88422a8e29ac57af74a04554ec16d3e631a34 [2022-06-17T09:06:31.268Z] #68 DONE 0.3s [2022-06-17T09:06:31.268Z] [2022-06-17T09:06:31.268Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-17T09:06:31.268Z] #69 sha256:328675846e1d3d7b205e47a8269378035494226e746e90981993c3e41033126c [2022-06-17T09:06:31.339Z] #84 166.3 CCLD verify/json_verify [2022-06-17T09:06:31.529Z] #69 DONE 0.1s [2022-06-17T09:06:31.529Z] [2022-06-17T09:06:31.529Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:31.529Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:31.529Z] #77 72.69 configure.ac:7: installing 'build-aux/compile' [2022-06-17T09:06:31.529Z] #77 72.70 configure.ac:9: installing 'build-aux/config.guess' [2022-06-17T09:06:31.529Z] #77 72.70 configure.ac:9: installing 'build-aux/config.sub' [2022-06-17T09:06:31.529Z] #77 72.71 configure.ac:11: installing 'build-aux/install-sh' [2022-06-17T09:06:31.529Z] #77 72.72 configure.ac:11: installing 'build-aux/missing' [2022-06-17T09:06:31.529Z] #77 72.93 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:06:31.529Z] #77 73.03 parallel-tests: installing 'build-aux/test-driver' [2022-06-17T09:06:31.529Z] #77 74.97 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:06:31.529Z] #77 74.97 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:06:31.529Z] #77 75.48 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:06:31.529Z] #77 75.48 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:06:31.529Z] #77 75.51 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:06:31.529Z] #77 75.53 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:06:31.529Z] #77 75.63 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:06:31.529Z] #77 75.74 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:06:32.273Z] #84 167.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:06:32.273Z] #84 167.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:06:32.273Z] #84 167.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:06:32.273Z] #84 167.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:06:32.273Z] #84 167.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:06:32.273Z] #84 167.1 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:06:32.273Z] #84 167.2 CC src/image_spec_schema_content_descriptor.lo [2022-06-17T09:06:32.273Z] #84 167.2 CC src/validate.o [2022-06-17T09:06:32.273Z] #84 167.2 CC src/image_spec_schema_defs.lo [2022-06-17T09:06:32.273Z] #84 167.2 CC src/image_spec_schema_config_schema.lo [2022-06-17T09:06:32.273Z] #84 167.2 CC src/image_spec_schema_image_index_schema.lo [2022-06-17T09:06:32.273Z] #84 167.2 CC src/image_spec_schema_defs_descriptor.lo [2022-06-17T09:06:32.273Z] #84 167.2 CC src/image_spec_schema_image_layout_schema.lo [2022-06-17T09:06:32.273Z] #84 167.2 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-17T09:06:32.273Z] #84 167.3 CC src/runtime_spec_schema_config_linux.lo [2022-06-17T09:06:32.273Z] #84 167.3 CC src/runtime_spec_schema_config_zos.lo [2022-06-17T09:06:32.273Z] #84 167.3 CC src/runtime_spec_schema_config_schema.lo [2022-06-17T09:06:32.274Z] #84 167.3 CC src/runtime_spec_schema_config_solaris.lo [2022-06-17T09:06:32.274Z] #84 167.3 CC src/runtime_spec_schema_config_vm.lo [2022-06-17T09:06:32.274Z] #84 167.4 CC src/runtime_spec_schema_config_windows.lo [2022-06-17T09:06:32.468Z] #21 1.543 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:06:32.468Z] #21 1.737 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:06:32.468Z] #21 1.900 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:06:32.556Z] #84 167.4 CC src/runtime_spec_schema_defs.lo [2022-06-17T09:06:32.556Z] #84 167.4 CC src/runtime_spec_schema_defs_linux.lo [2022-06-17T09:06:32.556Z] #84 167.5 CC src/runtime_spec_schema_defs_zos.lo [2022-06-17T09:06:32.725Z] #21 2.161 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:06:32.812Z] #84 167.6 CC src/runtime_spec_schema_defs_vm.lo [2022-06-17T09:06:32.812Z] #84 167.6 CC src/runtime_spec_schema_defs_windows.lo [2022-06-17T09:06:32.812Z] #84 167.7 CC src/runtime_spec_schema_state_schema.lo [2022-06-17T09:06:32.812Z] #84 167.7 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-17T09:06:32.812Z] #84 167.7 CC src/basic_test_double_array.lo [2022-06-17T09:06:32.812Z] #84 167.8 CC src/basic_test_double_array_item.lo [2022-06-17T09:06:32.812Z] #84 167.8 CC src/basic_test_top_array_int.lo [2022-06-17T09:06:32.812Z] #84 167.9 CC src/basic_test_top_array_string.lo [2022-06-17T09:06:33.068Z] #84 167.9 CC src/basic_test_top_double_array_int.lo [2022-06-17T09:06:33.068Z] #84 168.0 CC src/basic_test_top_double_array_obj.lo [2022-06-17T09:06:33.068Z] #84 168.1 CC src/basic_test_top_double_array_refobj.lo [2022-06-17T09:06:33.068Z] #84 168.3 CC src/read-file.lo [2022-06-17T09:06:33.255Z] #77 ... [2022-06-17T09:06:33.255Z] [2022-06-17T09:06:33.255Z] #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-17T09:06:33.255Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:06:33.325Z] #84 168.3 CC src/json_common.lo [2022-06-17T09:06:33.325Z] #84 168.3 CC src/basic_test_top_double_array_string.lo [2022-06-17T09:06:33.325Z] #84 168.5 CC tests/test-1.o [2022-06-17T09:06:33.325Z] #84 168.5 CC tests/test-2.o [2022-06-17T09:06:33.325Z] #84 168.5 CC tests/test-3.o [2022-06-17T09:06:33.581Z] #84 168.6 CC tests/test-5.o [2022-06-17T09:06:33.581Z] #84 168.6 CC tests/test-4.o [2022-06-17T09:06:33.837Z] #84 168.7 CC tests/test-7.o [2022-06-17T09:06:33.837Z] #84 168.7 CC tests/test-6.o [2022-06-17T09:06:33.837Z] #84 168.9 CC tests/test-8.o [2022-06-17T09:06:34.079Z] #77 ... [2022-06-17T09:06:34.079Z] [2022-06-17T09:06:34.079Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-17T09:06:34.079Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-17T09:06:34.079Z] #15 DONE 4.4s [2022-06-17T09:06:34.079Z] [2022-06-17T09:06:34.079Z] #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-17T09:06:34.079Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-17T09:06:34.091Z] #21 3.156 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:06:34.094Z] #84 169.0 CC tests/test-10.o [2022-06-17T09:06:34.094Z] #84 169.1 CC tests/test-9.o [2022-06-17T09:06:34.094Z] #84 169.2 CC tests/test-11.o [2022-06-17T09:06:34.348Z] #21 3.894 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:06:34.563Z] #64 69.37 Updating files: 27% (1300/4775) Updating files: 28% (1337/4775) Updating files: 29% (1385/4775) Updating files: 30% (1433/4775) Updating files: 31% (1481/4775) Updating files: 32% (1528/4775) Updating files: 33% (1576/4775) Updating files: 34% (1624/4775) Updating files: 35% (1672/4775) Updating files: 36% (1719/4775) Updating files: 37% (1767/4775) Updating files: 38% (1815/4775) Updating files: 39% (1863/4775) Updating files: 40% (1910/4775) Updating files: 41% (1958/4775) Updating files: 42% (2006/4775) Updating files: 43% (2054/4775) Updating files: 44% (2101/4775) Updating files: 45% (2149/4775) Updating files: 46% (2197/4775) Updating files: 47% (2245/4775) Updating files: 48% (2292/4775) Updating files: 49% (2340/4775) Updating files: 50% (2388/4775) Updating files: 51% (2436/4775) Updating files: 52% (2483/4775) Updating files: 53% (2531/4775) Updating files: 54% (2579/4775) Updating files: 55% (2627/4775) Updating files: 56% (2674/4775) Updating files: 57% (2722/4775) Updating files: 58% (2770/4775) Updating files: 59% (2818/4775) Updating files: 60% (2865/4775) Updating files: 61% (2913/4775) Updating files: 62% (2961/4775) Updating files: 63% (3009/4775) Updating files: 64% (3056/4775) Updating files: 65% (3104/4775) Updating files: 66% (3152/4775) Updating files: 67% (3200/4775) Updating files: 68% (3247/4775) Updating files: 69% (3295/4775) Updating files: 69% (3314/4775) Updating files: 70% (3343/4775) Updating files: 71% (3391/4775) Updating files: 72% (3438/4775) Updating files: 73% (3486/4775) Updating files: 74% (3534/4775) Updating files: 75% (3582/4775) Updating files: 76% (3629/4775) Updating files: 77% (3677/4775) Updating files: 78% (3725/4775) Updating files: 79% (3773/4775) Updating files: 80% (3820/4775) Updating files: 81% (3868/4775) Updating files: 82% (3916/4775) Updating files: 83% (3964/4775) Updating files: 84% (4011/4775) Updating files: 85% (4059/4775) Updating files: 86% (4107/4775) Updating files: 87% (4155/4775) Updating files: 88% (4202/4775) Updating files: 89% (4250/4775) Updating files: 89% (4272/4775) Updating files: 90% (4298/4775) Updating files: 91% (4346/4775) Updating files: 92% (4393/4775) Updating files: 93% (4441/4775) Updating files: 94% (4489/4775) Updating files: 95% (4537/4775) Updating files: 96% (4584/4775) Updating files: 97% (4632/4775) Updating files: 98% (4680/4775) Updating files: 99% (4728/4775) Updating files: 100% (4775/4775) Updating files: 100% (4775/4775), done. [2022-06-17T09:06:34.563Z] #64 72.01 + cd /tmp/tmp.AEKyQNqrLz/src/github.com/containerd/containerd [2022-06-17T09:06:34.845Z] #64 72.01 + git checkout -q v1.6.6 [2022-06-17T09:06:35.716Z] #21 ... [2022-06-17T09:06:35.716Z] [2022-06-17T09:06:35.716Z] #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-17T09:06:35.716Z] #26 sha256:1c79aafd0c3c995354c13f1c051491aae1696b8485d5ca5a41835d3c6874f614 [2022-06-17T09:06:35.716Z] #26 123.2 Updating files: 16% (1909/11414) Updating files: 17% (1941/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 31% (3625/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 60% (6940/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 83% (9580/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-17T09:06:35.716Z] #26 126.9 + cd /tmp/tmp.x4CEUZptq1/tmp/docker-ce [2022-06-17T09:06:35.716Z] #26 126.9 + git checkout -q v17.06.2-ce [2022-06-17T09:06:36.833Z] #64 74.41 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-17T09:06:37.092Z] #64 74.41 + BUILDTAGS='netgo osusergo static_build' [2022-06-17T09:06:37.092Z] #64 74.41 + export EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:06:37.092Z] #64 74.41 + EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:06:37.092Z] #64 74.41 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-17T09:06:37.092Z] #64 74.41 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-17T09:06:37.092Z] #64 74.41 + '[' '' = dynamic ']' [2022-06-17T09:06:37.092Z] #64 74.41 + make [2022-06-17T09:06:38.032Z] #64 ... [2022-06-17T09:06:38.032Z] [2022-06-17T09:06:38.032Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:06:38.032Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:38.032Z] #14 137.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-17T09:06:38.032Z] #14 137.8 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:38.032Z] #14 137.8 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:38.235Z] #26 ... [2022-06-17T09:06:38.236Z] [2022-06-17T09:06:38.236Z] #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-17T09:06:38.236Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f [2022-06-17T09:06:38.236Z] #21 7.482 Fetched 8426 kB in 6s (1317 kB/s) [2022-06-17T09:06:38.284Z] #16 DONE 4.1s [2022-06-17T09:06:38.285Z] [2022-06-17T09:06:38.285Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-17T09:06:38.285Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-17T09:06:39.294Z] #77 ... [2022-06-17T09:06:39.294Z] [2022-06-17T09:06:39.294Z] #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-17T09:06:39.294Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:06:40.333Z] #64 73.67 Updating files: 24% (1182/4775) Updating files: 25% (1194/4775) Updating files: 26% (1242/4775) Updating files: 27% (1290/4775) Updating files: 28% (1337/4775) Updating files: 29% (1385/4775) Updating files: 30% (1433/4775) Updating files: 31% (1481/4775) Updating files: 32% (1528/4775) Updating files: 33% (1576/4775) Updating files: 34% (1624/4775) Updating files: 35% (1672/4775) Updating files: 36% (1719/4775) Updating files: 37% (1767/4775) Updating files: 38% (1815/4775) Updating files: 39% (1863/4775) Updating files: 40% (1910/4775) Updating files: 41% (1958/4775) Updating files: 42% (2006/4775) Updating files: 43% (2054/4775) Updating files: 44% (2101/4775) Updating files: 45% (2149/4775) Updating files: 46% (2197/4775) Updating files: 47% (2245/4775) Updating files: 48% (2292/4775) Updating files: 49% (2340/4775) Updating files: 50% (2388/4775) Updating files: 51% (2436/4775) Updating files: 52% (2483/4775) Updating files: 53% (2531/4775) Updating files: 54% (2579/4775) Updating files: 55% (2627/4775) Updating files: 56% (2674/4775) Updating files: 57% (2722/4775) Updating files: 58% (2770/4775) Updating files: 59% (2818/4775) Updating files: 60% (2865/4775) Updating files: 60% (2890/4775) Updating files: 61% (2913/4775) Updating files: 62% (2961/4775) Updating files: 63% (3009/4775) Updating files: 64% (3056/4775) Updating files: 65% (3104/4775) Updating files: 66% (3152/4775) Updating files: 67% (3200/4775) Updating files: 68% (3247/4775) Updating files: 69% (3295/4775) Updating files: 70% (3343/4775) Updating files: 71% (3391/4775) Updating files: 72% (3438/4775) Updating files: 73% (3486/4775) Updating files: 74% (3534/4775) Updating files: 75% (3582/4775) Updating files: 76% (3629/4775) Updating files: 77% (3677/4775) Updating files: 78% (3725/4775) Updating files: 79% (3773/4775) Updating files: 80% (3820/4775) Updating files: 81% (3868/4775) Updating files: 82% (3916/4775) Updating files: 82% (3941/4775) Updating files: 83% (3964/4775) Updating files: 84% (4011/4775) Updating files: 85% (4059/4775) Updating files: 86% (4107/4775) Updating files: 87% (4155/4775) Updating files: 88% (4202/4775) Updating files: 89% (4250/4775) Updating files: 90% (4298/4775) Updating files: 91% (4346/4775) Updating files: 92% (4393/4775) Updating files: 93% (4441/4775) Updating files: 94% (4489/4775) Updating files: 95% (4537/4775) Updating files: 96% (4584/4775) Updating files: 97% (4632/4775) Updating files: 98% (4680/4775) Updating files: 99% (4728/4775) Updating files: 100% (4775/4775) Updating files: 100% (4775/4775), done. [2022-06-17T09:06:40.333Z] #64 76.75 + cd /tmp/tmp.HFSaA7QlOP/src/github.com/containerd/containerd [2022-06-17T09:06:40.333Z] #64 76.76 + git checkout -q v1.6.6 [2022-06-17T09:06:40.755Z] #21 7.482 Reading package lists... [2022-06-17T09:06:41.318Z] #21 10.15 Reading package lists... [2022-06-17T09:06:41.318Z] #21 ... [2022-06-17T09:06:41.318Z] [2022-06-17T09:06:41.318Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:41.318Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:06:41.318Z] #77 72.88 configure.ac:11: installing 'build-aux/compile' [2022-06-17T09:06:41.318Z] #77 72.88 configure.ac:11: installing 'build-aux/config.guess' [2022-06-17T09:06:41.318Z] #77 72.94 configure.ac:11: installing 'build-aux/config.sub' [2022-06-17T09:06:41.318Z] #77 72.94 configure.ac:13: installing 'build-aux/install-sh' [2022-06-17T09:06:41.318Z] #77 72.95 configure.ac:13: installing 'build-aux/missing' [2022-06-17T09:06:41.318Z] #77 72.96 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-17T09:06:41.318Z] #77 73.23 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:06:41.318Z] #77 74.34 checking build system type... aarch64-unknown-linux-gnu [2022-06-17T09:06:41.318Z] #77 74.68 checking host system type... aarch64-unknown-linux-gnu [2022-06-17T09:06:41.318Z] #77 74.68 checking how to print strings... printf [2022-06-17T09:06:41.318Z] #77 74.70 checking for gcc... gcc [2022-06-17T09:06:41.318Z] #77 74.81 checking whether the C compiler works... yes [2022-06-17T09:06:41.318Z] #77 75.01 checking for C compiler default output file name... a.out [2022-06-17T09:06:41.318Z] #77 75.02 checking for suffix of executables... [2022-06-17T09:06:41.318Z] #77 75.18 checking whether we are cross compiling... no [2022-06-17T09:06:41.318Z] #77 75.37 checking for suffix of object files... o [2022-06-17T09:06:41.318Z] #77 75.53 checking whether we are using the GNU C compiler... yes [2022-06-17T09:06:41.318Z] #77 75.62 checking whether gcc accepts -g... yes [2022-06-17T09:06:41.318Z] #77 75.75 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:06:41.318Z] #77 75.94 checking whether gcc understands -c and -o together... yes [2022-06-17T09:06:41.318Z] #77 76.22 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:06:41.318Z] #77 76.24 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:06:41.318Z] #77 76.25 checking for egrep... /bin/grep -E [2022-06-17T09:06:41.318Z] #77 76.26 checking for fgrep... /bin/grep -F [2022-06-17T09:06:41.318Z] #77 76.26 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:06:41.318Z] #77 76.28 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:06:41.318Z] #77 76.29 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:06:41.318Z] #77 76.30 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:06:41.318Z] #77 76.45 checking whether ln -s works... yes [2022-06-17T09:06:41.318Z] #77 76.45 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:06:41.318Z] #77 76.49 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-17T09:06:41.318Z] #77 76.49 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:06:41.318Z] #77 76.49 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:06:41.318Z] #77 76.49 checking for objdump... objdump [2022-06-17T09:06:41.318Z] #77 76.49 checking how to recognize dependent libraries... pass_all [2022-06-17T09:06:41.318Z] #77 76.49 checking for dlltool... no [2022-06-17T09:06:41.318Z] #77 76.49 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:06:41.318Z] #77 76.49 checking for ar... ar [2022-06-17T09:06:41.318Z] #77 76.49 checking for archiver @FILE support... @ [2022-06-17T09:06:41.318Z] #77 76.59 checking for strip... strip [2022-06-17T09:06:41.318Z] #77 76.59 checking for ranlib... ranlib [2022-06-17T09:06:41.318Z] #77 76.59 checking for gawk... no [2022-06-17T09:06:41.318Z] #77 76.60 checking for mawk... mawk [2022-06-17T09:06:41.318Z] #77 76.60 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:06:41.318Z] #77 77.08 checking for sysroot... no [2022-06-17T09:06:41.318Z] #77 77.08 checking for a working dd... /bin/dd [2022-06-17T09:06:41.318Z] #77 77.09 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:06:41.318Z] #77 77.11 checking for mt... no [2022-06-17T09:06:41.318Z] #77 77.12 checking if : is a manifest tool... no [2022-06-17T09:06:41.318Z] #77 77.13 checking how to run the C preprocessor... gcc -E [2022-06-17T09:06:41.318Z] #77 77.45 checking for ANSI C header files... yes [2022-06-17T09:06:41.318Z] #77 78.14 checking for sys/types.h... yes [2022-06-17T09:06:41.318Z] #77 78.33 checking for sys/stat.h... yes [2022-06-17T09:06:41.318Z] #77 78.53 checking for stdlib.h... yes [2022-06-17T09:06:41.318Z] #77 78.77 checking for string.h... yes [2022-06-17T09:06:41.318Z] #77 78.94 checking for memory.h... yes [2022-06-17T09:06:41.318Z] #77 79.08 checking for strings.h... yes [2022-06-17T09:06:41.318Z] #77 79.22 checking for inttypes.h... yes [2022-06-17T09:06:41.318Z] #77 79.44 checking for stdint.h... yes [2022-06-17T09:06:41.318Z] #77 79.63 checking for unistd.h... yes [2022-06-17T09:06:41.318Z] #77 79.84 checking for dlfcn.h... yes [2022-06-17T09:06:41.318Z] #77 80.01 checking for objdir... .libs [2022-06-17T09:06:41.318Z] #77 80.42 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:06:41.318Z] #77 80.55 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:06:41.318Z] #77 80.55 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:06:41.318Z] #77 80.69 checking if gcc static flag -static works... yes [2022-06-17T09:06:41.318Z] #77 80.96 checking if gcc supports -c -o file.o... yes [2022-06-17T09:06:41.318Z] #77 81.13 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:06:41.318Z] #77 81.14 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-17T09:06:41.318Z] #77 81.23 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:06:41.318Z] #77 81.58 checking how to hardcode library paths into programs... immediate [2022-06-17T09:06:41.318Z] #77 81.58 checking whether stripping libraries is possible... yes [2022-06-17T09:06:41.318Z] #77 81.58 checking if libtool supports shared libraries... yes [2022-06-17T09:06:41.318Z] #77 81.59 checking whether to build shared libraries... no [2022-06-17T09:06:41.318Z] #77 81.59 checking whether to build static libraries... yes [2022-06-17T09:06:41.318Z] #77 81.59 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:06:41.318Z] #77 81.65 checking whether build environment is sane... yes [2022-06-17T09:06:41.318Z] #77 81.74 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:06:41.318Z] #77 81.74 checking whether make sets $(MAKE)... yes [2022-06-17T09:06:41.318Z] #77 81.79 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:06:41.318Z] #77 81.84 checking whether make supports nested variables... yes [2022-06-17T09:06:41.318Z] #77 81.89 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:06:41.318Z] #77 81.89 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:06:41.318Z] #77 81.89 checking how to create a ustar tar archive... gnutar [2022-06-17T09:06:41.318Z] #77 81.98 checking dependency style of gcc... gcc3 [2022-06-17T09:06:41.318Z] #77 82.17 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:06:41.318Z] #77 82.17 checking whether make supports nested variables... (cached) yes [2022-06-17T09:06:41.318Z] #77 82.17 checking for gawk... (cached) mawk [2022-06-17T09:06:41.318Z] #77 82.18 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:06:41.318Z] #77 82.18 checking for gcc... (cached) gcc [2022-06-17T09:06:41.318Z] #77 82.29 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:06:41.318Z] #77 82.29 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:06:41.318Z] #77 82.29 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:06:41.318Z] #77 82.29 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:06:41.318Z] #77 82.29 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:06:41.318Z] #77 82.38 checking for python3... /usr/bin/python3 [2022-06-17T09:06:41.318Z] #77 82.38 checking for python3 version... 3.9 [2022-06-17T09:06:41.318Z] #77 82.46 checking for python3 platform... linux [2022-06-17T09:06:41.318Z] #77 82.51 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:06:41.318Z] #77 82.66 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:06:41.318Z] #77 82.85 checking for go-md2man... no [2022-06-17T09:06:41.318Z] #77 82.86 checking error.h usability... yes [2022-06-17T09:06:41.318Z] #77 83.05 checking error.h presence... yes [2022-06-17T09:06:41.575Z] #77 83.08 checking for error.h... yes [2022-06-17T09:06:41.575Z] #77 83.11 checking linux/openat2.h usability... yes [2022-06-17T09:06:41.575Z] #77 83.20 checking linux/openat2.h presence... yes [2022-06-17T09:06:41.575Z] #77 83.23 checking for linux/openat2.h... yes [2022-06-17T09:06:41.578Z] #17 3.196 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-17T09:06:41.578Z] #17 DONE 3.4s [2022-06-17T09:06:41.578Z] [2022-06-17T09:06:41.578Z] #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-17T09:06:41.578Z] #60 sha256:c1d90af582b3d03e2639bfd6dacaa1fee2f22a67e52d1cf7fd0acbe24efce834 [2022-06-17T09:06:41.578Z] #60 5.670 + RM_GOPATH=0 [2022-06-17T09:06:41.578Z] #60 5.670 + TMP_GOPATH= [2022-06-17T09:06:41.578Z] #60 5.670 + : /build [2022-06-17T09:06:41.578Z] #60 5.670 + '[' -z '' ']' [2022-06-17T09:06:41.578Z] #60 5.670 ++ mktemp -d [2022-06-17T09:06:41.578Z] #60 5.670 + export GOPATH=/tmp/tmp.CpXXmckl6Y [2022-06-17T09:06:41.578Z] #60 5.670 + GOPATH=/tmp/tmp.CpXXmckl6Y [2022-06-17T09:06:41.578Z] #60 5.670 + RM_GOPATH=1 [2022-06-17T09:06:41.578Z] #60 5.670 + case "$(go env GOARCH)" in [2022-06-17T09:06:41.578Z] #60 5.670 ++ go env GOARCH [2022-06-17T09:06:41.578Z] #60 5.670 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:06:41.578Z] #60 5.670 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:06:41.578Z] #60 5.671 ++ dirname /install.sh [2022-06-17T09:06:41.578Z] #60 5.700 Install runc version v1.1.2 (build tags: seccomp) [2022-06-17T09:06:41.578Z] #60 5.700 + dir=/ [2022-06-17T09:06:41.578Z] #60 5.700 + bin=runc [2022-06-17T09:06:41.578Z] #60 5.700 + shift [2022-06-17T09:06:41.578Z] #60 5.700 + '[' '!' -f //runc.installer ']' [2022-06-17T09:06:41.578Z] #60 5.700 + . //runc.installer [2022-06-17T09:06:41.578Z] #60 5.700 ++ set -e [2022-06-17T09:06:41.578Z] #60 5.700 ++ : v1.1.2 [2022-06-17T09:06:41.578Z] #60 5.700 + install_runc [2022-06-17T09:06:41.578Z] #60 5.700 + RUNC_BUILDTAGS=seccomp [2022-06-17T09:06:41.578Z] #60 5.700 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-17T09:06:41.578Z] #60 5.700 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CpXXmckl6Y/src/github.com/opencontainers/runc [2022-06-17T09:06:41.578Z] #60 5.700 Cloning into '/tmp/tmp.CpXXmckl6Y/src/github.com/opencontainers/runc'... [2022-06-17T09:06:41.578Z] #60 ... [2022-06-17T09:06:41.578Z] [2022-06-17T09:06:41.578Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-17T09:06:41.578Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-17T09:06:41.837Z] #77 83.25 checking for copy_file_range... yes [2022-06-17T09:06:41.837Z] [2022-06-17T09:06:41.837Z] #77 ... [2022-06-17T09:06:41.837Z] [2022-06-17T09:06:41.837Z] #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-17T09:06:41.837Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-17T09:06:41.837Z] #34 DONE 133.7s [2022-06-17T09:06:41.837Z] [2022-06-17T09:06:41.837Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:41.837Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:06:41.837Z] #77 83.54 checking for fgetxattr... [2022-06-17T09:06:41.837Z] #77 ... [2022-06-17T09:06:41.837Z] [2022-06-17T09:06:41.837Z] #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-17T09:06:41.837Z] #26 sha256:1c79aafd0c3c995354c13f1c051491aae1696b8485d5ca5a41835d3c6874f614 [2022-06-17T09:06:41.837Z] #26 130.0 + mkdir -p /tmp/tmp.x4CEUZptq1/src/github.com/docker [2022-06-17T09:06:41.837Z] #26 130.0 + mv components/cli /tmp/tmp.x4CEUZptq1/src/github.com/docker/cli [2022-06-17T09:06:41.837Z] #26 130.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-06-17T09:06:42.881Z] #64 78.74 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-17T09:06:42.882Z] #64 78.74 + BUILDTAGS='netgo osusergo static_build' [2022-06-17T09:06:42.882Z] #64 78.74 + export EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:06:42.882Z] #64 78.74 + EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:06:42.882Z] #64 78.74 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-17T09:06:42.882Z] #64 78.74 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-17T09:06:42.882Z] #64 78.74 + '[' '' = dynamic ']' [2022-06-17T09:06:42.882Z] #64 78.74 + make [2022-06-17T09:06:42.882Z] #64 ... [2022-06-17T09:06:42.882Z] [2022-06-17T09:06:42.882Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:42.882Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:42.882Z] #77 64.35 libtoolize: putting auxiliary files in '.'. [2022-06-17T09:06:42.882Z] #77 64.35 libtoolize: copying file './ltmain.sh' [2022-06-17T09:06:43.735Z] #26 ... [2022-06-17T09:06:43.735Z] [2022-06-17T09:06:43.735Z] #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-17T09:06:43.735Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f [2022-06-17T09:06:43.735Z] #21 10.15 Reading package lists... [2022-06-17T09:06:44.261Z] #77 65.88 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-17T09:06:44.261Z] #77 65.88 libtoolize: and rerunning libtoolize and aclocal. [2022-06-17T09:06:44.261Z] #77 65.88 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:06:44.665Z] #21 13.16 Building dependency tree... [2022-06-17T09:06:44.871Z] #18 DONE 2.6s [2022-06-17T09:06:44.871Z] [2022-06-17T09:06:44.871Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-17T09:06:44.871Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-17T09:06:44.921Z] #21 ... [2022-06-17T09:06:44.922Z] [2022-06-17T09:06:44.922Z] #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-17T09:06:44.922Z] #60 sha256:cc441d30f1fa0d99cd4a411a3c92fea763e691be428fd8e61da12feba7c92633 [2022-06-17T09:06:44.922Z] #60 11.28 + cd /tmp/tmp.8RZZSsEo6V/src/github.com/opencontainers/runc [2022-06-17T09:06:44.922Z] #60 11.28 + git checkout -q v1.1.2 [2022-06-17T09:06:44.922Z] #60 11.81 + '[' -z '' ']' [2022-06-17T09:06:44.922Z] #60 11.81 + target=static [2022-06-17T09:06:44.922Z] #60 11.81 + make BUILDTAGS=seccomp static [2022-06-17T09:06:44.922Z] #60 12.15 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-17T09:06:44.922Z] #60 ... [2022-06-17T09:06:44.922Z] [2022-06-17T09:06:44.922Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:44.922Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:06:44.922Z] #77 83.54 checking for fgetxattr... yes [2022-06-17T09:06:44.922Z] #77 83.90 checking for statx... yes [2022-06-17T09:06:44.922Z] #77 84.26 checking for fgetpwent_r... yes [2022-06-17T09:06:44.922Z] #77 84.79 checking for issetugid... no [2022-06-17T09:06:44.922Z] #77 84.95 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:06:44.922Z] #77 84.96 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:06:44.922Z] #77 84.96 checking for library containing yajl_tree_get... -lyajl [2022-06-17T09:06:44.922Z] #77 85.26 checking for yajl >= 2.0.0... yes [2022-06-17T09:06:44.922Z] #77 85.29 checking sys/capability.h usability... yes [2022-06-17T09:06:44.922Z] #77 85.46 checking sys/capability.h presence... yes [2022-06-17T09:06:44.922Z] #77 85.56 checking for sys/capability.h... yes [2022-06-17T09:06:44.922Z] #77 85.56 checking for library containing cap_from_name... -lcap [2022-06-17T09:06:44.922Z] #77 86.00 checking for library containing dlopen... -ldl [2022-06-17T09:06:44.922Z] #77 86.36 checking seccomp.h usability... yes [2022-06-17T09:06:44.922Z] #77 86.48 checking seccomp.h presence... yes [2022-06-17T09:06:44.922Z] #77 86.55 checking for seccomp.h... yes [2022-06-17T09:06:45.485Z] #77 86.56 checking for library containing seccomp_rule_add... -lseccomp [2022-06-17T09:06:45.485Z] #77 86.93 checking for library containing seccomp_arch_resolve_name... none required [2022-06-17T09:06:45.485Z] #77 87.07 checking systemd/sd-bus.h usability... yes [2022-06-17T09:06:45.741Z] #77 87.24 checking systemd/sd-bus.h presence... yes [2022-06-17T09:06:45.741Z] #77 87.35 checking for systemd/sd-bus.h... yes [2022-06-17T09:06:45.998Z] #77 87.36 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-17T09:06:46.254Z] #19 DONE 2.0s [2022-06-17T09:06:46.255Z] [2022-06-17T09:06:46.255Z] #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-17T09:06:46.255Z] #60 sha256:c1d90af582b3d03e2639bfd6dacaa1fee2f22a67e52d1cf7fd0acbe24efce834 [2022-06-17T09:06:46.255Z] #60 16.14 + cd /tmp/tmp.CpXXmckl6Y/src/github.com/opencontainers/runc [2022-06-17T09:06:46.255Z] #60 16.14 + git checkout -q v1.1.2 [2022-06-17T09:06:46.364Z] #84 ... [2022-06-17T09:06:46.364Z] [2022-06-17T09:06:46.364Z] #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-17T09:06:46.364Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:06:46.364Z] #19 225.5 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-17T09:06:46.364Z] #19 225.5 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:06:46.364Z] #19 225.6 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:06:46.364Z] #19 226.6 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-17T09:06:46.364Z] #19 226.6 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:06:46.561Z] #77 87.72 checking for sd_notify_barrier... yes [2022-06-17T09:06:46.562Z] #77 88.00 checking linux/bpf.h usability... yes [2022-06-17T09:06:46.562Z] #77 88.16 checking linux/bpf.h presence... yes [2022-06-17T09:06:46.562Z] #77 88.22 checking for linux/bpf.h... yes [2022-06-17T09:06:46.624Z] #19 226.9 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-17T09:06:46.818Z] #77 88.24 checking compilation for eBPF... yes [2022-06-17T09:06:46.818Z] #77 88.38 checking for criu >= 3.15... no [2022-06-17T09:06:46.818Z] #77 88.39 configure: CRIU headers not found, building without CRIU support [2022-06-17T09:06:46.818Z] #77 88.40 checking for criu > 3.16... no [2022-06-17T09:06:46.818Z] #77 88.41 configure: CRIU version doesn't support join-ns API [2022-06-17T09:06:46.818Z] #77 88.41 checking for criu > 3.16.1... no [2022-06-17T09:06:46.818Z] #77 88.44 configure: CRIU version doesn't support for pre-dumping [2022-06-17T09:06:46.818Z] #77 88.44 checking for new mount API (fsconfig)... yes [2022-06-17T09:06:46.824Z] #60 16.92 + '[' -z '' ']' [2022-06-17T09:06:47.075Z] #77 88.53 checking for seccomp notify API... yes [2022-06-17T09:06:47.075Z] #77 88.67 checking for gperf... no [2022-06-17T09:06:47.075Z] #77 88.67 configure: gperf not found - cannot rebuild signal parser code [2022-06-17T09:06:47.085Z] #60 16.92 + target=static [2022-06-17T09:06:47.085Z] #60 16.92 + make BUILDTAGS=seccomp static [2022-06-17T09:06:47.334Z] #77 88.67 checking for library containing argp_parse... none required [2022-06-17T09:06:47.334Z] #77 89.03 checking that generated files are newer than configure... done [2022-06-17T09:06:47.334Z] #77 89.04 configure: creating ./config.status [2022-06-17T09:06:47.345Z] #60 17.34 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-17T09:06:48.029Z] #14 ... [2022-06-17T09:06:48.029Z] [2022-06-17T09:06:48.029Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:48.029Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:48.029Z] #77 62.03 libtoolize: putting auxiliary files in '.'. [2022-06-17T09:06:48.029Z] #77 62.03 libtoolize: copying file './ltmain.sh' [2022-06-17T09:06:48.029Z] #77 64.09 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-17T09:06:48.029Z] #77 64.09 libtoolize: and rerunning libtoolize and aclocal. [2022-06-17T09:06:48.029Z] #77 64.09 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:06:48.287Z] #60 ... [2022-06-17T09:06:48.287Z] [2022-06-17T09:06:48.287Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-17T09:06:48.287Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-17T09:06:48.287Z] #20 DONE 1.9s [2022-06-17T09:06:48.287Z] [2022-06-17T09:06:48.287Z] #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-17T09:06:48.287Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:06:49.227Z] #77 ... [2022-06-17T09:06:49.227Z] [2022-06-17T09:06:49.227Z] #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-17T09:06:49.227Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f [2022-06-17T09:06:49.227Z] #21 14.87 The following additional packages will be installed: [2022-06-17T09:06:49.227Z] #21 14.87 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:06:49.227Z] #21 14.87 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-17T09:06:49.227Z] #21 14.87 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:06:49.227Z] #21 14.87 python3-pkg-resources vim-runtime xxd [2022-06-17T09:06:49.227Z] #21 14.88 Suggested packages: [2022-06-17T09:06:49.227Z] #21 14.88 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-17T09:06:49.227Z] #21 14.88 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-17T09:06:49.227Z] #21 14.88 acl attr quota [2022-06-17T09:06:49.227Z] #21 14.89 Recommended packages: [2022-06-17T09:06:49.227Z] #21 14.89 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-17T09:06:49.227Z] #21 15.99 The following NEW packages will be installed: [2022-06-17T09:06:49.227Z] #21 16.00 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-17T09:06:49.227Z] #21 16.00 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:06:49.227Z] #21 16.00 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-17T09:06:49.227Z] #21 16.00 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-17T09:06:49.227Z] #21 16.01 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:06:49.227Z] #21 16.01 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-17T09:06:49.227Z] #21 16.01 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-17T09:06:49.227Z] #21 16.01 xz-utils zip zstd [2022-06-17T09:06:49.227Z] #21 16.35 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:06:49.227Z] #21 16.35 Need to get 27.0 MB of archives. [2022-06-17T09:06:49.227Z] #21 16.35 After this operation, 105 MB of additional disk space will be used. [2022-06-17T09:06:49.227Z] #21 16.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-06-17T09:06:49.227Z] #21 16.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-06-17T09:06:49.227Z] #21 16.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-06-17T09:06:49.227Z] #21 16.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-17T09:06:49.227Z] #21 16.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-06-17T09:06:49.227Z] #21 16.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-06-17T09:06:49.227Z] #21 16.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-06-17T09:06:49.227Z] #21 16.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-06-17T09:06:49.227Z] #21 16.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:06:49.227Z] #21 16.39 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-17T09:06:49.227Z] #21 16.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-06-17T09:06:49.227Z] #21 16.41 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-17T09:06:49.227Z] #21 16.42 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-17T09:06:49.227Z] #21 16.42 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-06-17T09:06:49.227Z] #21 16.43 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-06-17T09:06:49.227Z] #21 16.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-06-17T09:06:49.227Z] #21 16.45 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-06-17T09:06:49.227Z] #21 16.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-06-17T09:06:49.227Z] #21 16.45 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-06-17T09:06:49.227Z] #21 16.45 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-06-17T09:06:49.227Z] #21 16.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-06-17T09:06:49.227Z] #21 16.46 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-17T09:06:49.227Z] #21 16.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-17T09:06:49.227Z] #21 16.47 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-17T09:06:49.227Z] #21 16.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-06-17T09:06:49.227Z] #21 16.48 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-06-17T09:06:49.227Z] #21 16.48 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-17T09:06:49.227Z] #21 16.82 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-06-17T09:06:49.227Z] #21 16.84 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-17T09:06:49.227Z] #21 16.85 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-17T09:06:49.227Z] #21 16.85 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-17T09:06:49.227Z] #21 16.85 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-17T09:06:49.227Z] #21 16.85 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-06-17T09:06:49.227Z] #21 16.85 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-17T09:06:49.227Z] #21 16.86 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-17T09:06:49.227Z] #21 16.91 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-17T09:06:49.227Z] #21 16.91 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-17T09:06:49.227Z] #21 16.91 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:06:49.227Z] #21 16.92 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-17T09:06:49.227Z] #21 16.93 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-17T09:06:49.227Z] #21 16.96 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-17T09:06:49.227Z] #21 16.96 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-06-17T09:06:49.227Z] #21 16.97 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-06-17T09:06:49.227Z] #21 16.98 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-06-17T09:06:49.227Z] #21 17.01 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-17T09:06:49.227Z] #21 17.25 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-06-17T09:06:49.227Z] #21 17.26 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-06-17T09:06:49.227Z] #21 17.31 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-06-17T09:06:49.227Z] #21 17.31 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-06-17T09:06:49.227Z] #21 17.94 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:06:49.227Z] #21 18.10 Fetched 27.0 MB in 1s (20.9 MB/s) [2022-06-17T09:06:49.227Z] #21 18.16 Selecting previously unselected package pigz. [2022-06-17T09:06:49.227Z] #21 18.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-06-17T09:06:49.227Z] #21 18.22 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-06-17T09:06:49.227Z] #21 18.23 Unpacking pigz (2.6-1) ... [2022-06-17T09:06:49.227Z] #21 18.30 Selecting previously unselected package libelf1:arm64. [2022-06-17T09:06:49.227Z] #21 18.31 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-06-17T09:06:49.227Z] #21 18.32 Unpacking libelf1:arm64 (0.183-1) ... [2022-06-17T09:06:49.227Z] #21 18.49 Selecting previously unselected package libbpf0:arm64. [2022-06-17T09:06:49.227Z] #21 18.50 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-06-17T09:06:49.227Z] #21 18.50 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-06-17T09:06:49.227Z] #21 18.60 Selecting previously unselected package libcap2:arm64. [2022-06-17T09:06:49.227Z] #21 18.60 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-17T09:06:49.227Z] #21 18.60 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-17T09:06:49.227Z] #21 18.67 Selecting previously unselected package libmnl0:arm64. [2022-06-17T09:06:49.227Z] #21 18.68 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-06-17T09:06:49.227Z] #21 18.68 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-06-17T09:06:49.484Z] #21 18.76 Selecting previously unselected package libxtables12:arm64. [2022-06-17T09:06:49.484Z] #21 18.76 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-06-17T09:06:49.484Z] #21 18.76 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-06-17T09:06:49.484Z] #21 18.85 Selecting previously unselected package libcap2-bin. [2022-06-17T09:06:49.484Z] #21 18.88 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-06-17T09:06:49.484Z] #21 18.89 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-17T09:06:49.484Z] #21 18.98 Selecting previously unselected package iproute2. [2022-06-17T09:06:49.541Z] #77 ... [2022-06-17T09:06:49.541Z] [2022-06-17T09:06:49.541Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:06:49.541Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:49.541Z] #14 142.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-17T09:06:49.541Z] #14 142.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:49.541Z] #14 142.1 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:06:49.740Z] #21 18.99 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-06-17T09:06:49.740Z] #21 18.99 Unpacking iproute2 (5.10.0-4) ... [2022-06-17T09:06:49.945Z] #77 ... [2022-06-17T09:06:49.945Z] [2022-06-17T09:06:49.945Z] #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-17T09:06:49.945Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:06:49.945Z] #14 149.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-17T09:06:49.945Z] #14 149.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:49.945Z] #14 149.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:49.945Z] #14 ... [2022-06-17T09:06:49.945Z] [2022-06-17T09:06:49.945Z] #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-17T09:06:49.945Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:06:49.945Z] #64 77.42 + bin/ctr [2022-06-17T09:06:50.303Z] #21 19.48 Selecting previously unselected package xxd. [2022-06-17T09:06:50.303Z] #21 19.49 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-17T09:06:50.303Z] #21 19.50 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:06:50.303Z] #21 19.63 Selecting previously unselected package vim-common. [2022-06-17T09:06:50.303Z] #21 19.65 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:06:50.303Z] #21 19.66 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:06:50.560Z] #21 19.81 Selecting previously unselected package bash-completion. [2022-06-17T09:06:50.560Z] #21 19.81 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-17T09:06:50.829Z] #21 2.708 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:06:50.829Z] #21 2.748 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:06:51.089Z] #21 2.750 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:06:51.452Z] #14 154.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-17T09:06:51.452Z] #14 154.2 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:06:51.452Z] #14 154.3 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:06:51.659Z] #21 3.362 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:06:53.039Z] #21 4.566 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:06:53.079Z] #21 22.26 Unpacking bash-completion (1:2.11-2) ... [2022-06-17T09:06:53.246Z] #64 ... [2022-06-17T09:06:53.246Z] [2022-06-17T09:06:53.246Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:53.246Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:53.246Z] #77 78.61 configure.ac:7: installing './compile' [2022-06-17T09:06:53.246Z] #77 78.62 configure.ac:11: installing './config.guess' [2022-06-17T09:06:53.246Z] #77 78.63 configure.ac:11: installing './config.sub' [2022-06-17T09:06:53.246Z] #77 78.66 configure.ac:8: installing './install-sh' [2022-06-17T09:06:53.246Z] #77 78.66 configure.ac:8: installing './missing' [2022-06-17T09:06:53.246Z] #77 78.81 Makefile.am: installing './depcomp' [2022-06-17T09:06:53.335Z] #21 22.78 Selecting previously unselected package bzip2. [2022-06-17T09:06:53.335Z] #21 22.81 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-06-17T09:06:53.335Z] #21 22.81 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:06:53.592Z] #21 22.92 Selecting previously unselected package xz-utils. [2022-06-17T09:06:53.592Z] #21 22.93 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-17T09:06:53.592Z] #21 22.93 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:06:53.609Z] #21 ... [2022-06-17T09:06:53.609Z] [2022-06-17T09:06:53.609Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:53.609Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:53.609Z] #77 91.38 configure.ac:11: installing 'build-aux/compile' [2022-06-17T09:06:53.609Z] #77 91.40 configure.ac:11: installing 'build-aux/config.guess' [2022-06-17T09:06:53.609Z] #77 91.41 configure.ac:11: installing 'build-aux/config.sub' [2022-06-17T09:06:53.609Z] #77 91.42 configure.ac:13: installing 'build-aux/install-sh' [2022-06-17T09:06:53.609Z] #77 91.45 configure.ac:13: installing 'build-aux/missing' [2022-06-17T09:06:53.609Z] #77 91.45 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-17T09:06:53.609Z] #77 91.67 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:06:53.609Z] #77 93.18 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:06:53.609Z] #77 93.45 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:06:53.609Z] #77 93.45 checking how to print strings... printf [2022-06-17T09:06:53.609Z] #77 93.48 checking for gcc... gcc [2022-06-17T09:06:53.609Z] #77 93.57 checking whether the C compiler works... yes [2022-06-17T09:06:53.609Z] #77 93.75 checking for C compiler default output file name... a.out [2022-06-17T09:06:53.609Z] #77 93.75 checking for suffix of executables... [2022-06-17T09:06:53.609Z] #77 93.97 checking whether we are cross compiling... no [2022-06-17T09:06:53.609Z] #77 94.31 checking for suffix of object files... o [2022-06-17T09:06:53.609Z] #77 94.46 checking whether we are using the GNU C compiler... yes [2022-06-17T09:06:53.609Z] #77 94.59 checking whether gcc accepts -g... yes [2022-06-17T09:06:53.609Z] #77 94.71 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:06:53.609Z] #77 94.88 checking whether gcc understands -c and -o together... yes [2022-06-17T09:06:53.609Z] #77 95.11 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:06:53.609Z] #77 95.15 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:06:53.609Z] #77 95.17 checking for egrep... /bin/grep -E [2022-06-17T09:06:53.609Z] #77 95.17 checking for fgrep... /bin/grep -F [2022-06-17T09:06:53.609Z] #77 95.17 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:06:53.609Z] #77 95.20 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:06:53.609Z] #77 95.21 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:06:53.609Z] #77 95.22 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:06:53.609Z] #77 95.37 checking whether ln -s works... yes [2022-06-17T09:06:53.609Z] #77 95.37 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:06:53.609Z] #77 95.39 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-17T09:06:53.609Z] #77 95.40 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:06:53.609Z] #77 95.40 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:06:53.609Z] #77 95.40 checking for objdump... objdump [2022-06-17T09:06:53.609Z] #77 95.40 checking how to recognize dependent libraries... pass_all [2022-06-17T09:06:53.609Z] #77 95.40 checking for dlltool... no [2022-06-17T09:06:53.609Z] #77 95.41 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:06:53.609Z] #77 95.41 checking for ar... ar [2022-06-17T09:06:53.609Z] #77 95.42 checking for archiver @FILE support... @ [2022-06-17T09:06:53.609Z] #77 95.52 checking for strip... strip [2022-06-17T09:06:53.609Z] #77 95.52 checking for ranlib... ranlib [2022-06-17T09:06:53.609Z] #77 95.52 checking for gawk... no [2022-06-17T09:06:53.609Z] #77 95.52 checking for mawk... mawk [2022-06-17T09:06:53.609Z] #77 95.52 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:06:53.609Z] #77 96.04 checking for sysroot... no [2022-06-17T09:06:53.609Z] #77 96.04 checking for a working dd... /bin/dd [2022-06-17T09:06:53.609Z] #77 96.06 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:06:53.609Z] #77 96.15 checking for mt... no [2022-06-17T09:06:53.609Z] #77 96.15 checking if : is a manifest tool... no [2022-06-17T09:06:53.609Z] #77 96.17 checking how to run the C preprocessor... gcc -E [2022-06-17T09:06:53.609Z] #77 96.39 checking for ANSI C header files... yes [2022-06-17T09:06:53.609Z] #77 96.95 checking for sys/types.h... yes [2022-06-17T09:06:53.609Z] #77 97.13 checking for sys/stat.h... yes [2022-06-17T09:06:53.609Z] #77 97.31 checking for stdlib.h... yes [2022-06-17T09:06:53.609Z] #77 97.60 checking for string.h... yes [2022-06-17T09:06:53.609Z] #77 97.87 checking for memory.h... yes [2022-06-17T09:06:53.609Z] #77 98.04 checking for strings.h... yes [2022-06-17T09:06:53.609Z] #77 98.30 checking for inttypes.h... yes [2022-06-17T09:06:53.609Z] #77 98.49 checking for stdint.h... yes [2022-06-17T09:06:53.609Z] #77 98.62 checking for unistd.h... yes [2022-06-17T09:06:53.609Z] #77 98.80 checking for dlfcn.h... yes [2022-06-17T09:06:53.609Z] #77 99.00 checking for objdir... .libs [2022-06-17T09:06:53.609Z] #77 99.42 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:06:53.609Z] #77 99.54 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:06:53.848Z] #21 23.09 Selecting previously unselected package apparmor. [2022-06-17T09:06:53.848Z] #21 23.10 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-06-17T09:06:53.848Z] #21 23.20 Unpacking apparmor (2.13.6-10) ... [2022-06-17T09:06:53.869Z] #77 99.55 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:06:54.412Z] #21 23.70 Selecting previously unselected package inetutils-ping. [2022-06-17T09:06:54.412Z] #21 23.70 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-06-17T09:06:54.412Z] #21 23.70 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-17T09:06:54.412Z] #21 23.84 Selecting previously unselected package libip4tc2:arm64. [2022-06-17T09:06:54.412Z] #21 23.84 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-06-17T09:06:54.412Z] #21 23.85 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-06-17T09:06:54.439Z] #77 99.76 checking if gcc static flag -static works... yes [2022-06-17T09:06:54.439Z] #77 100.2 checking if gcc supports -c -o file.o... yes [2022-06-17T09:06:54.439Z] #77 100.3 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:06:54.439Z] #77 100.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:06:54.669Z] #21 23.94 Selecting previously unselected package libip6tc2:arm64. [2022-06-17T09:06:54.669Z] #21 23.94 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-06-17T09:06:54.669Z] #21 23.95 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-06-17T09:06:54.669Z] #21 24.02 Selecting previously unselected package libnfnetlink0:arm64. [2022-06-17T09:06:54.669Z] #21 24.03 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-06-17T09:06:54.669Z] #21 24.03 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-17T09:06:54.669Z] #21 24.09 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-06-17T09:06:54.669Z] #21 24.10 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-06-17T09:06:54.669Z] #21 24.11 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-17T09:06:54.699Z] #77 100.4 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:06:54.744Z] #14 ... [2022-06-17T09:06:54.744Z] [2022-06-17T09:06:54.744Z] #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-17T09:06:54.744Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:06:54.744Z] #64 81.01 + bin/ctr [2022-06-17T09:06:54.950Z] #21 24.19 Selecting previously unselected package libnftnl11:arm64. [2022-06-17T09:06:54.950Z] #21 24.22 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-06-17T09:06:54.950Z] #21 24.23 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-06-17T09:06:54.950Z] #21 24.35 Selecting previously unselected package iptables. [2022-06-17T09:06:54.950Z] #21 24.35 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-06-17T09:06:54.950Z] #21 24.36 Unpacking iptables (1.8.7-1) ... [2022-06-17T09:06:54.960Z] #77 100.7 checking how to hardcode library paths into programs... immediate [2022-06-17T09:06:54.960Z] #77 100.7 checking whether stripping libraries is possible... yes [2022-06-17T09:06:54.960Z] #77 100.7 checking if libtool supports shared libraries... yes [2022-06-17T09:06:54.960Z] #77 100.7 checking whether to build shared libraries... no [2022-06-17T09:06:54.960Z] #77 100.7 checking whether to build static libraries... yes [2022-06-17T09:06:54.960Z] #77 100.7 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:06:54.960Z] #77 100.8 checking whether build environment is sane... yes [2022-06-17T09:06:54.960Z] #77 100.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:06:54.960Z] #77 100.8 checking whether make sets $(MAKE)... yes [2022-06-17T09:06:54.960Z] #77 100.9 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:06:54.960Z] #77 100.9 checking whether make supports nested variables... yes [2022-06-17T09:06:55.162Z] #77 80.51 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:06:55.162Z] #77 80.51 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:06:55.162Z] #77 80.89 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:06:55.162Z] #77 80.89 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:06:55.207Z] #21 24.77 Selecting previously unselected package libonig5:arm64. [2022-06-17T09:06:55.220Z] #77 101.0 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:06:55.220Z] #77 101.0 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:06:55.220Z] #77 101.0 checking how to create a ustar tar archive... gnutar [2022-06-17T09:06:55.423Z] #77 81.03 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:06:55.464Z] #21 24.79 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-17T09:06:55.465Z] #21 24.79 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-17T09:06:55.465Z] #21 24.98 Selecting previously unselected package libjq1:arm64. [2022-06-17T09:06:55.465Z] #21 24.99 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-06-17T09:06:55.465Z] #21 25.00 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-17T09:06:55.480Z] #77 101.1 checking dependency style of gcc... gcc3 [2022-06-17T09:06:55.480Z] #77 101.3 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:06:55.480Z] #77 101.3 checking whether make supports nested variables... (cached) yes [2022-06-17T09:06:55.480Z] #77 101.4 checking for gawk... (cached) mawk [2022-06-17T09:06:55.480Z] #77 101.4 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:06:55.480Z] #77 101.4 checking for gcc... (cached) gcc [2022-06-17T09:06:55.480Z] #77 101.4 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:06:55.480Z] #77 101.5 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:06:55.480Z] #77 101.5 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:06:55.480Z] #77 101.5 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:06:55.480Z] #77 101.5 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:06:55.480Z] #77 101.5 checking for python3... /usr/bin/python3 [2022-06-17T09:06:55.480Z] #77 101.5 checking for python3 version... 3.9 [2022-06-17T09:06:55.685Z] #77 81.45 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:06:55.722Z] #21 25.12 Selecting previously unselected package jq. [2022-06-17T09:06:55.722Z] #21 25.12 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-06-17T09:06:55.722Z] #21 25.13 Unpacking jq (1.6-2.1) ... [2022-06-17T09:06:55.740Z] #77 101.6 checking for python3 platform... linux [2022-06-17T09:06:55.978Z] #21 25.20 Selecting previously unselected package libaio1:arm64. [2022-06-17T09:06:55.978Z] #21 25.20 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-06-17T09:06:55.978Z] #21 25.21 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-06-17T09:06:55.978Z] #21 25.32 Selecting previously unselected package libgpm2:arm64. [2022-06-17T09:06:55.978Z] #21 25.32 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-06-17T09:06:55.978Z] #21 25.34 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-06-17T09:06:56.000Z] #77 101.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:06:56.000Z] #77 101.8 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:06:56.234Z] #21 25.43 Selecting previously unselected package libicu67:arm64. [2022-06-17T09:06:56.234Z] #21 25.43 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-06-17T09:06:56.234Z] #21 25.44 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-17T09:06:56.256Z] #77 81.95 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:06:56.256Z] #77 82.17 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:06:56.260Z] #77 102.0 checking for go-md2man... no [2022-06-17T09:06:56.260Z] #77 102.0 checking error.h usability... yes [2022-06-17T09:06:56.517Z] #77 82.27 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:06:56.519Z] #77 102.3 checking error.h presence... yes [2022-06-17T09:06:56.519Z] #77 102.3 checking for error.h... yes [2022-06-17T09:06:56.779Z] #77 102.4 checking linux/openat2.h usability... yes [2022-06-17T09:06:56.779Z] #77 102.6 checking linux/openat2.h presence... yes [2022-06-17T09:06:56.779Z] #77 102.7 checking for linux/openat2.h... yes [2022-06-17T09:06:57.039Z] #77 102.7 checking for copy_file_range... yes [2022-06-17T09:06:57.299Z] #77 103.0 checking for fgetxattr... yes [2022-06-17T09:06:57.561Z] #77 103.2 checking for statx... yes [2022-06-17T09:06:57.821Z] #77 103.5 checking for fgetpwent_r... #77 ... [2022-06-17T09:06:57.821Z] [2022-06-17T09:06:57.821Z] #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-17T09:06:57.821Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:06:57.821Z] #34 DONE 155.1s [2022-06-17T09:06:57.821Z] [2022-06-17T09:06:57.822Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:57.822Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:57.822Z] #77 103.5 checking for fgetpwent_r... yes [2022-06-17T09:06:57.822Z] #77 ... [2022-06-17T09:06:57.822Z] [2022-06-17T09:06:57.822Z] #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-17T09:06:57.822Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:06:57.822Z] #21 5.867 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:06:58.750Z] #21 ... [2022-06-17T09:06:58.750Z] [2022-06-17T09:06:58.750Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:58.750Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:06:58.750Z] #77 91.92 config.status: creating Makefile [2022-06-17T09:06:58.750Z] #77 92.02 config.status: creating rpm/crun.spec [2022-06-17T09:06:58.750Z] #77 92.12 config.status: creating config.h [2022-06-17T09:06:58.750Z] #77 92.14 config.status: executing libtool commands [2022-06-17T09:06:58.750Z] #77 92.19 config.status: executing depfiles commands [2022-06-17T09:06:58.750Z] #77 93.52 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-17T09:06:58.750Z] #77 93.54 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:06:58.750Z] #77 93.94 checking for gcc... gcc [2022-06-17T09:06:58.750Z] #77 94.03 checking whether the C compiler works... yes [2022-06-17T09:06:58.750Z] #77 94.27 checking for C compiler default output file name... a.out [2022-06-17T09:06:58.750Z] #77 94.28 checking for suffix of executables... [2022-06-17T09:06:58.750Z] #77 94.42 checking whether we are cross compiling... no [2022-06-17T09:06:58.750Z] #77 94.59 checking for suffix of object files... o [2022-06-17T09:06:58.750Z] #77 94.73 checking whether we are using the GNU C compiler... yes [2022-06-17T09:06:58.750Z] #77 94.84 checking whether gcc accepts -g... yes [2022-06-17T09:06:58.750Z] #77 94.93 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:06:58.750Z] #77 95.04 checking whether gcc understands -c and -o together... yes [2022-06-17T09:06:58.750Z] #77 95.18 checking how to run the C preprocessor... gcc -E [2022-06-17T09:06:58.750Z] #77 95.43 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:06:58.750Z] #77 95.43 checking for egrep... /bin/grep -E [2022-06-17T09:06:58.750Z] #77 95.44 checking for ANSI C header files... yes [2022-06-17T09:06:58.750Z] #77 95.92 checking for sys/types.h... yes [2022-06-17T09:06:58.750Z] #77 96.03 checking for sys/stat.h... yes [2022-06-17T09:06:58.750Z] #77 96.19 checking for stdlib.h... yes [2022-06-17T09:06:58.750Z] #77 96.40 checking for string.h... yes [2022-06-17T09:06:58.750Z] #77 96.63 checking for memory.h... yes [2022-06-17T09:06:58.750Z] #77 96.80 checking for strings.h... yes [2022-06-17T09:06:58.750Z] #77 96.98 checking for inttypes.h... yes [2022-06-17T09:06:58.750Z] #77 97.18 checking for stdint.h... yes [2022-06-17T09:06:58.750Z] #77 97.34 checking for unistd.h... yes [2022-06-17T09:06:58.750Z] #77 97.46 checking minix/config.h usability... no [2022-06-17T09:06:58.750Z] #77 97.66 checking minix/config.h presence... no [2022-06-17T09:06:58.751Z] #77 97.74 checking for minix/config.h... no [2022-06-17T09:06:58.751Z] #77 97.74 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-17T09:06:58.751Z] #77 97.97 checking build system type... aarch64-unknown-linux-gnu [2022-06-17T09:06:58.751Z] #77 98.35 checking host system type... aarch64-unknown-linux-gnu [2022-06-17T09:06:58.751Z] #77 98.35 checking how to print strings... printf [2022-06-17T09:06:58.751Z] #77 98.37 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:06:58.751Z] #77 98.38 checking for fgrep... /bin/grep -F [2022-06-17T09:06:58.751Z] #77 98.40 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:06:58.751Z] #77 98.44 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:06:58.751Z] #77 98.45 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:06:58.751Z] #77 98.46 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:06:58.751Z] #77 98.55 checking whether ln -s works... yes [2022-06-17T09:06:58.751Z] #77 98.55 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:06:58.751Z] #77 98.58 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-17T09:06:58.751Z] #77 98.58 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:06:58.751Z] #77 98.58 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:06:58.751Z] #77 98.58 checking for objdump... objdump [2022-06-17T09:06:58.751Z] #77 98.59 checking how to recognize dependent libraries... pass_all [2022-06-17T09:06:58.751Z] #77 98.59 checking for dlltool... no [2022-06-17T09:06:58.751Z] #77 98.59 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:06:58.751Z] #77 98.60 checking for ar... ar [2022-06-17T09:06:58.751Z] #77 98.60 checking for archiver @FILE support... @ [2022-06-17T09:06:58.751Z] #77 98.78 checking for strip... strip [2022-06-17T09:06:58.751Z] #77 98.78 checking for ranlib... ranlib [2022-06-17T09:06:58.751Z] #77 98.78 checking for gawk... no [2022-06-17T09:06:58.751Z] #77 98.78 checking for mawk... mawk [2022-06-17T09:06:58.751Z] #77 98.78 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:06:58.751Z] #77 99.17 checking for sysroot... no [2022-06-17T09:06:58.751Z] #77 99.17 checking for a working dd... /bin/dd [2022-06-17T09:06:58.751Z] #77 99.18 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:06:58.751Z] #77 99.21 checking for mt... no [2022-06-17T09:06:58.751Z] #77 99.21 checking if : is a manifest tool... no [2022-06-17T09:06:58.751Z] #77 99.23 checking for dlfcn.h... yes [2022-06-17T09:06:58.751Z] #77 99.42 checking for objdir... .libs [2022-06-17T09:06:58.751Z] #77 99.80 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:06:58.751Z] #77 99.92 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:06:58.751Z] #77 99.92 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:06:58.751Z] #77 100.0 checking if gcc static flag -static works... yes [2022-06-17T09:06:58.762Z] #21 10.67 Fetched 8539 kB in 8s (1017 kB/s) [2022-06-17T09:06:59.007Z] #77 100.4 checking if gcc supports -c -o file.o... yes [2022-06-17T09:06:59.007Z] #77 100.6 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:06:59.007Z] #77 100.6 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-17T09:06:59.264Z] #77 100.6 checking dynamic linker characteristics... [2022-06-17T09:06:59.264Z] #77 ... [2022-06-17T09:06:59.264Z] [2022-06-17T09:06:59.264Z] #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-17T09:06:59.264Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f [2022-06-17T09:06:59.264Z] #21 28.52 Selecting previously unselected package libinih1:arm64. [2022-06-17T09:06:59.264Z] #21 28.52 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-06-17T09:06:59.264Z] #21 28.53 Unpacking libinih1:arm64 (53-1+b2) ... [2022-06-17T09:06:59.264Z] #21 28.59 Selecting previously unselected package libnet1:arm64. [2022-06-17T09:06:59.264Z] #21 28.60 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-17T09:06:59.264Z] #21 28.60 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:06:59.264Z] #21 28.69 Selecting previously unselected package libnl-3-200:arm64. [2022-06-17T09:06:59.264Z] #21 28.69 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-17T09:06:59.264Z] #21 28.70 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-17T09:06:59.264Z] #21 28.77 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-17T09:06:59.264Z] #21 28.78 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-17T09:06:59.264Z] #21 28.78 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-17T09:06:59.332Z] #21 10.67 Reading package lists... [2022-06-17T09:06:59.332Z] #21 ... [2022-06-17T09:06:59.332Z] [2022-06-17T09:06:59.332Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:06:59.332Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:06:59.332Z] #77 103.8 checking for issetugid... no [2022-06-17T09:06:59.332Z] #77 104.0 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:06:59.332Z] #77 104.0 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:06:59.332Z] #77 104.0 checking for library containing yajl_tree_get... -lyajl [2022-06-17T09:06:59.332Z] #77 104.7 checking for yajl >= 2.0.0... yes [2022-06-17T09:06:59.332Z] #77 104.8 checking sys/capability.h usability... yes [2022-06-17T09:06:59.332Z] #77 105.1 checking sys/capability.h presence... yes [2022-06-17T09:06:59.332Z] #77 105.1 checking for sys/capability.h... yes [2022-06-17T09:06:59.521Z] #21 28.87 Selecting previously unselected package libyajl2:arm64. [2022-06-17T09:06:59.521Z] #21 28.87 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ... [2022-06-17T09:06:59.521Z] #21 28.87 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-17T09:06:59.521Z] #21 28.95 Selecting previously unselected package net-tools. [2022-06-17T09:06:59.521Z] #21 28.95 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-06-17T09:06:59.521Z] #21 28.95 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:06:59.779Z] #21 29.17 Selecting previously unselected package patch. [2022-06-17T09:06:59.779Z] #21 29.18 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ... [2022-06-17T09:06:59.779Z] #21 29.18 Unpacking patch (2.7.6-7) ... [2022-06-17T09:06:59.779Z] #21 29.30 Selecting previously unselected package python-pip-whl. [2022-06-17T09:06:59.970Z] #77 105.1 checking for library containing cap_from_name... -lcap [2022-06-17T09:07:00.027Z] #64 ... [2022-06-17T09:07:00.027Z] [2022-06-17T09:07:00.028Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:00.028Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:00.028Z] #77 81.17 configure.ac:7: installing './compile' [2022-06-17T09:07:00.028Z] #77 81.21 configure.ac:11: installing './config.guess' [2022-06-17T09:07:00.028Z] #77 81.24 configure.ac:11: installing './config.sub' [2022-06-17T09:07:00.028Z] #77 81.24 configure.ac:8: installing './install-sh' [2022-06-17T09:07:00.028Z] #77 81.27 configure.ac:8: installing './missing' [2022-06-17T09:07:00.028Z] #77 81.45 Makefile.am: installing './depcomp' [2022-06-17T09:07:00.035Z] #21 29.31 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:07:00.035Z] #21 29.32 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:07:00.545Z] #77 105.7 checking for library containing dlopen... -ldl [2022-06-17T09:07:00.599Z] #21 29.83 Selecting previously unselected package python3-lib2to3. [2022-06-17T09:07:00.599Z] #21 29.83 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-17T09:07:00.599Z] #21 29.84 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:07:00.599Z] #21 30.00 Selecting previously unselected package python3-distutils. [2022-06-17T09:07:00.599Z] #21 30.00 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-17T09:07:00.599Z] #21 30.01 Unpacking python3-distutils (3.9.2-1) ... [2022-06-17T09:07:00.732Z] #77 ... [2022-06-17T09:07:00.732Z] [2022-06-17T09:07:00.732Z] #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-17T09:07:00.732Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:00.732Z] #14 160.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-17T09:07:00.732Z] #14 160.5 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:07:00.805Z] #77 106.3 checking seccomp.h usability... yes [2022-06-17T09:07:00.805Z] #77 106.6 checking seccomp.h presence... yes [2022-06-17T09:07:00.805Z] #77 106.8 checking for seccomp.h... yes [2022-06-17T09:07:00.856Z] #21 30.12 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:07:00.856Z] #21 30.13 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:07:00.856Z] #21 30.13 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:07:00.856Z] #21 30.26 Selecting previously unselected package python3-setuptools. [2022-06-17T09:07:00.856Z] #21 30.26 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-17T09:07:00.856Z] #21 30.27 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-17T09:07:00.993Z] #14 160.5 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:01.113Z] #21 30.51 Selecting previously unselected package python3-wheel. [2022-06-17T09:07:01.113Z] #21 30.51 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-17T09:07:01.113Z] #21 30.53 Unpacking python3-wheel (0.34.2-1) ... [2022-06-17T09:07:01.113Z] #21 30.61 Selecting previously unselected package python3-pip. [2022-06-17T09:07:01.370Z] #21 30.61 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:07:01.370Z] #21 30.62 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:07:01.380Z] #77 106.8 checking for library containing seccomp_rule_add... -lseccomp [2022-06-17T09:07:01.626Z] #21 30.91 Selecting previously unselected package sudo. [2022-06-17T09:07:01.626Z] #21 30.92 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ... [2022-06-17T09:07:01.626Z] #21 30.92 Unpacking sudo (1.9.5p2-3) ... [2022-06-17T09:07:01.639Z] #77 107.3 checking for library containing seccomp_arch_resolve_name... none required [2022-06-17T09:07:01.903Z] #77 107.5 checking systemd/sd-bus.h usability... [2022-06-17T09:07:01.903Z] #77 ... [2022-06-17T09:07:01.903Z] [2022-06-17T09:07:01.903Z] #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-17T09:07:01.903Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:07:01.903Z] #36 159.1 Delve is a source level debugger for Go programs. [2022-06-17T09:07:01.903Z] #36 159.1 [2022-06-17T09:07:01.903Z] #36 159.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-17T09:07:01.903Z] #36 159.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-17T09:07:01.903Z] #36 159.1 [2022-06-17T09:07:01.903Z] #36 159.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-17T09:07:01.903Z] #36 159.1 [2022-06-17T09:07:01.903Z] #36 159.1 Pass flags to the program you are debugging using `--`, for example: [2022-06-17T09:07:01.903Z] #36 159.1 [2022-06-17T09:07:01.903Z] #36 159.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-17T09:07:01.903Z] #36 159.1 [2022-06-17T09:07:01.903Z] #36 159.1 Usage: [2022-06-17T09:07:01.903Z] #36 159.1 dlv [command] [2022-06-17T09:07:01.903Z] #36 159.1 [2022-06-17T09:07:01.903Z] #36 159.1 Available Commands: [2022-06-17T09:07:01.904Z] #36 159.1 attach Attach to running process and begin debugging. [2022-06-17T09:07:01.904Z] #36 159.1 connect Connect to a headless debug server with a terminal client. [2022-06-17T09:07:01.904Z] #36 159.1 core Examine a core dump. [2022-06-17T09:07:01.904Z] #36 159.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-17T09:07:01.904Z] #36 159.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-17T09:07:01.904Z] #36 159.1 exec Execute a precompiled binary, and begin a debug session. [2022-06-17T09:07:01.904Z] #36 159.1 help Help about any command [2022-06-17T09:07:01.904Z] #36 159.1 run Deprecated command. Use 'debug' instead. [2022-06-17T09:07:01.904Z] #36 159.1 test Compile test binary and begin debugging program. [2022-06-17T09:07:01.904Z] #36 159.1 trace Compile and begin tracing program. [2022-06-17T09:07:01.904Z] #36 159.1 version Prints version. [2022-06-17T09:07:01.904Z] #36 159.1 [2022-06-17T09:07:01.904Z] #36 159.1 Flags: [2022-06-17T09:07:01.904Z] #36 159.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-17T09:07:01.904Z] #36 159.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-17T09:07:01.904Z] #36 159.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-17T09:07:01.904Z] #36 159.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-17T09:07:01.904Z] #36 159.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-17T09:07:01.904Z] #36 159.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-17T09:07:01.904Z] #36 159.1 --disable-aslr Disables address space randomization [2022-06-17T09:07:01.904Z] #36 159.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-17T09:07:01.904Z] #36 159.1 -h, --help help for dlv [2022-06-17T09:07:01.904Z] #36 159.1 --init string Init file, executed by the terminal client. [2022-06-17T09:07:01.904Z] #36 159.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-17T09:07:01.904Z] #36 159.1 --log Enable debugging server logging. [2022-06-17T09:07:01.904Z] #36 159.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-17T09:07:01.904Z] #36 159.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-17T09:07:01.904Z] #36 159.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-17T09:07:01.904Z] #36 159.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-17T09:07:01.904Z] #36 159.1 --wd string Working directory for running the program. [2022-06-17T09:07:01.904Z] #36 159.1 [2022-06-17T09:07:01.904Z] #36 159.1 Additional help topics: [2022-06-17T09:07:01.904Z] #36 159.1 dlv backend Help about the --backend flag. [2022-06-17T09:07:01.904Z] #36 159.1 dlv log Help about logging flags. [2022-06-17T09:07:01.904Z] #36 159.1 dlv redirect Help about file redirection. [2022-06-17T09:07:01.904Z] #36 159.1 [2022-06-17T09:07:01.904Z] #36 159.1 Use "dlv [command] --help" for more information about a command. [2022-06-17T09:07:01.904Z] #36 DONE 159.4s [2022-06-17T09:07:01.904Z] [2022-06-17T09:07:01.904Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:01.904Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:01.904Z] #77 107.5 checking systemd/sd-bus.h usability... yes [2022-06-17T09:07:02.163Z] #77 107.9 checking systemd/sd-bus.h presence... yes [2022-06-17T09:07:02.163Z] #77 108.0 checking for systemd/sd-bus.h... yes [2022-06-17T09:07:02.190Z] #21 31.49 Selecting previously unselected package thin-provisioning-tools. [2022-06-17T09:07:02.190Z] #21 31.49 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-06-17T09:07:02.190Z] #21 31.50 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:07:02.447Z] #21 31.78 Selecting previously unselected package uidmap. [2022-06-17T09:07:02.447Z] #21 31.80 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-06-17T09:07:02.447Z] #21 31.81 Unpacking uidmap (1:4.8.1-1) ... [2022-06-17T09:07:02.447Z] #21 31.95 Selecting previously unselected package vim-runtime. [2022-06-17T09:07:02.447Z] #21 31.96 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:07:02.447Z] #21 31.99 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-17T09:07:02.447Z] #21 32.03 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-17T09:07:02.447Z] #21 32.03 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:02.578Z] #77 84.20 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:07:02.578Z] #77 84.20 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:07:02.578Z] #77 84.54 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:07:02.733Z] #77 108.0 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-17T09:07:02.838Z] #77 84.55 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:07:02.993Z] #77 108.5 checking for sd_notify_barrier... yes [2022-06-17T09:07:02.993Z] #77 108.8 checking linux/bpf.h usability... yes [2022-06-17T09:07:03.098Z] #77 84.85 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:07:03.254Z] #77 109.0 checking linux/bpf.h presence... yes [2022-06-17T09:07:03.254Z] #77 109.0 checking for linux/bpf.h... yes [2022-06-17T09:07:03.254Z] #77 109.0 checking compilation for eBPF... yes [2022-06-17T09:07:03.254Z] #77 109.3 checking for criu >= 3.15... no [2022-06-17T09:07:03.254Z] #77 109.3 configure: CRIU headers not found, building without CRIU support [2022-06-17T09:07:03.254Z] #77 109.3 checking for criu > 3.16... no [2022-06-17T09:07:03.254Z] #77 109.3 configure: CRIU version doesn't support join-ns API [2022-06-17T09:07:03.254Z] #77 109.3 checking for criu > 3.16.1... no [2022-06-17T09:07:03.254Z] #77 109.3 configure: CRIU version doesn't support for pre-dumping [2022-06-17T09:07:03.358Z] #77 85.26 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:07:03.514Z] #77 109.3 checking for new mount API (fsconfig)... yes [2022-06-17T09:07:03.618Z] #77 85.28 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:07:03.618Z] #77 85.31 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:07:03.618Z] #77 85.37 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-17T09:07:03.774Z] #77 109.4 checking for seccomp notify API... yes [2022-06-17T09:07:03.774Z] #77 109.5 checking for gperf... no [2022-06-17T09:07:03.774Z] #77 109.5 configure: gperf not found - cannot rebuild signal parser code [2022-06-17T09:07:03.774Z] #77 109.5 checking for library containing argp_parse... none required [2022-06-17T09:07:04.035Z] #77 110.0 checking that generated files are newer than configure... done [2022-06-17T09:07:04.035Z] #77 110.0 configure: creating ./config.status [2022-06-17T09:07:04.691Z] #19 244.4 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-17T09:07:04.691Z] #19 244.4 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:07:04.691Z] #19 244.4 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:07:04.691Z] #19 244.5 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-17T09:07:04.691Z] #19 244.5 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:07:04.691Z] #19 244.5 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:07:05.717Z] #21 34.87 Selecting previously unselected package vim. [2022-06-17T09:07:05.717Z] #21 34.87 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-17T09:07:05.717Z] #21 34.90 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:05.973Z] #21 35.44 Selecting previously unselected package xfsprogs. [2022-06-17T09:07:05.973Z] #21 35.46 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ... [2022-06-17T09:07:05.974Z] #21 35.47 Unpacking xfsprogs (5.10.0-4) ... [2022-06-17T09:07:06.536Z] #21 35.85 Selecting previously unselected package zip. [2022-06-17T09:07:06.536Z] #21 35.87 Preparing to unpack .../47-zip_3.0-12_arm64.deb ... [2022-06-17T09:07:06.536Z] #21 35.87 Unpacking zip (3.0-12) ... [2022-06-17T09:07:06.597Z] #77 112.1 config.status: creating Makefile [2022-06-17T09:07:06.597Z] #77 112.2 config.status: creating rpm/crun.spec [2022-06-17T09:07:06.597Z] #77 112.3 config.status: creating config.h [2022-06-17T09:07:06.597Z] #77 112.3 config.status: executing libtool commands [2022-06-17T09:07:06.597Z] #77 112.4 config.status: executing depfiles commands [2022-06-17T09:07:06.793Z] #21 36.02 Selecting previously unselected package zstd. [2022-06-17T09:07:06.793Z] #21 36.04 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-06-17T09:07:06.793Z] #21 36.05 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:07:07.049Z] #21 36.41 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:07:07.537Z] #77 113.4 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-17T09:07:07.537Z] #77 113.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:07:07.618Z] #21 ... [2022-06-17T09:07:07.618Z] [2022-06-17T09:07:07.618Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:07.618Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:07:07.618Z] #77 100.6 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:07:07.618Z] #77 100.9 checking how to hardcode library paths into programs... immediate [2022-06-17T09:07:07.618Z] #77 100.9 checking whether stripping libraries is possible... yes [2022-06-17T09:07:07.618Z] #77 100.9 checking if libtool supports shared libraries... yes [2022-06-17T09:07:07.618Z] #77 100.9 checking whether to build shared libraries... no [2022-06-17T09:07:07.618Z] #77 100.9 checking whether to build static libraries... yes [2022-06-17T09:07:07.618Z] #77 100.9 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:07:07.618Z] #77 100.9 checking whether build environment is sane... yes [2022-06-17T09:07:07.618Z] #77 101.0 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:07:07.618Z] #77 101.0 checking whether make sets $(MAKE)... yes [2022-06-17T09:07:07.618Z] #77 101.1 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:07:07.618Z] #77 101.1 checking whether make supports nested variables... yes [2022-06-17T09:07:07.618Z] #77 101.2 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:07:07.618Z] #77 101.2 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:07:07.618Z] #77 101.2 checking how to create a ustar tar archive... gnutar [2022-06-17T09:07:07.618Z] #77 101.2 checking dependency style of gcc... gcc3 [2022-06-17T09:07:07.618Z] #77 101.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:07:07.618Z] #77 101.4 checking whether make supports nested variables... (cached) yes [2022-06-17T09:07:07.618Z] #77 101.4 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:07:07.618Z] #77 101.4 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:07:07.618Z] #77 101.4 checking for yajl >= 2.1.0... yes [2022-06-17T09:07:07.618Z] #77 101.4 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:07:07.618Z] #77 101.5 checking for gcc... (cached) gcc [2022-06-17T09:07:07.618Z] #77 101.6 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:07:07.618Z] #77 101.6 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:07:07.618Z] #77 101.6 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:07:07.618Z] #77 101.6 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:07:07.618Z] #77 101.6 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:07:07.618Z] #77 101.6 checking for python3... /usr/bin/python3 [2022-06-17T09:07:07.618Z] #77 101.7 checking for python3 version... 3.9 [2022-06-17T09:07:07.618Z] #77 101.7 checking for python3 platform... linux [2022-06-17T09:07:07.618Z] #77 101.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:07:07.618Z] #77 101.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:07:07.618Z] #77 102.2 checking that generated files are newer than configure... done [2022-06-17T09:07:07.618Z] #77 102.2 configure: creating ./config.status [2022-06-17T09:07:07.618Z] #77 105.1 config.status: creating Makefile [2022-06-17T09:07:07.618Z] #77 105.1 config.status: creating config.h [2022-06-17T09:07:07.618Z] #77 105.2 config.status: executing libtool commands [2022-06-17T09:07:07.618Z] #77 105.2 config.status: executing depfiles commands [2022-06-17T09:07:07.618Z] #77 106.1 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-17T09:07:07.618Z] #77 106.1 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:07:07.618Z] #77 106.5 checking for gcc... gcc [2022-06-17T09:07:07.618Z] #77 106.6 checking whether the C compiler works... yes [2022-06-17T09:07:07.618Z] #77 106.7 checking for C compiler default output file name... a.out [2022-06-17T09:07:07.618Z] #77 106.7 checking for suffix of executables... [2022-06-17T09:07:07.618Z] #77 106.9 checking whether we are cross compiling... no [2022-06-17T09:07:07.618Z] #77 107.1 checking for suffix of object files... o [2022-06-17T09:07:07.618Z] #77 107.2 checking whether we are using the GNU C compiler... yes [2022-06-17T09:07:07.618Z] #77 107.4 checking whether gcc accepts -g... yes [2022-06-17T09:07:07.618Z] #77 107.5 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:07:07.618Z] #77 107.6 checking whether gcc understands -c and -o together... yes [2022-06-17T09:07:07.618Z] #77 107.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:07:07.618Z] #77 107.9 checking whether build environment is sane... yes [2022-06-17T09:07:07.618Z] #77 107.9 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:07:07.618Z] #77 107.9 checking for gawk... no [2022-06-17T09:07:07.618Z] #77 107.9 checking for mawk... mawk [2022-06-17T09:07:07.618Z] #77 107.9 checking whether make sets $(MAKE)... yes [2022-06-17T09:07:07.618Z] #77 108.0 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:07:07.618Z] #77 108.0 checking whether make supports nested variables... yes [2022-06-17T09:07:07.618Z] #77 108.1 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:07:07.618Z] #77 108.1 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:07:07.618Z] #77 108.1 checking how to create a ustar tar archive... gnutar [2022-06-17T09:07:07.618Z] #77 108.2 checking dependency style of gcc... gcc3 [2022-06-17T09:07:07.618Z] #77 108.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:07:07.618Z] #77 108.4 checking whether make supports nested variables... (cached) yes [2022-06-17T09:07:07.618Z] #77 108.4 checking build system type... aarch64-unknown-linux-gnu [2022-06-17T09:07:07.618Z] #77 108.7 checking host system type... aarch64-unknown-linux-gnu [2022-06-17T09:07:07.618Z] #77 108.7 checking how to print strings... printf [2022-06-17T09:07:07.618Z] #77 108.7 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:07:07.618Z] #77 108.7 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:07:07.618Z] #77 108.7 checking for egrep... /bin/grep -E [2022-06-17T09:07:07.618Z] #77 108.8 checking for fgrep... /bin/grep -F [2022-06-17T09:07:07.618Z] #77 108.8 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:07:07.618Z] #77 108.8 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:07:07.618Z] #77 108.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:07:07.618Z] #77 108.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:07:07.618Z] #77 109.0 checking whether ln -s works... yes [2022-06-17T09:07:07.618Z] #77 109.0 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:07:07.618Z] #77 109.0 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-17T09:07:07.618Z] #77 109.1 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:07:07.618Z] #77 109.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:07:07.618Z] #77 109.1 checking for objdump... objdump [2022-06-17T09:07:07.618Z] #77 109.1 checking how to recognize dependent libraries... pass_all [2022-06-17T09:07:07.618Z] #77 109.1 checking for dlltool... no [2022-06-17T09:07:07.618Z] #77 109.1 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:07:07.618Z] #77 109.1 checking for ar... ar [2022-06-17T09:07:07.618Z] #77 109.1 checking for archiver @FILE support... @ [2022-06-17T09:07:07.618Z] #77 109.3 checking for strip... strip [2022-06-17T09:07:07.618Z] #77 109.3 checking for ranlib... ranlib [2022-06-17T09:07:07.797Z] #77 113.7 checking for gcc... gcc [2022-06-17T09:07:07.877Z] #77 109.3 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:07:07.877Z] #77 109.6 checking for sysroot... no [2022-06-17T09:07:07.877Z] #77 109.6 checking for a working dd... /bin/dd [2022-06-17T09:07:07.877Z] #77 109.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:07:07.877Z] #77 109.6 checking for mt... no [2022-06-17T09:07:07.877Z] #77 109.6 checking if : is a manifest tool... no [2022-06-17T09:07:07.877Z] #77 109.6 checking how to run the C preprocessor... [2022-06-17T09:07:07.877Z] #77 ... [2022-06-17T09:07:07.877Z] [2022-06-17T09:07:07.877Z] #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-17T09:07:07.877Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f [2022-06-17T09:07:07.877Z] #21 37.45 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-06-17T09:07:08.057Z] #77 113.8 checking whether the C compiler works... yes [2022-06-17T09:07:08.057Z] #77 114.0 checking for C compiler default output file name... a.out [2022-06-17T09:07:08.133Z] #21 37.47 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:07:08.133Z] #21 37.49 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-06-17T09:07:08.133Z] #21 37.50 Setting up libicu67:arm64 (67.1-7) ... [2022-06-17T09:07:08.133Z] #21 37.51 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-06-17T09:07:08.133Z] #21 37.52 Setting up libinih1:arm64 (53-1+b2) ... [2022-06-17T09:07:08.133Z] #21 37.53 Setting up uidmap (1:4.8.1-1) ... [2022-06-17T09:07:08.133Z] #21 37.54 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-17T09:07:08.133Z] #21 37.56 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:07:08.133Z] #21 37.57 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:07:08.133Z] #21 37.58 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-17T09:07:08.133Z] #21 37.59 Setting up python3-wheel (0.34.2-1) ... [2022-06-17T09:07:08.317Z] #77 114.0 checking for suffix of executables... [2022-06-17T09:07:08.578Z] #77 114.3 checking whether we are cross compiling... no [2022-06-17T09:07:08.578Z] #77 114.4 checking for suffix of object files... o [2022-06-17T09:07:08.578Z] #77 114.6 checking whether we are using the GNU C compiler... yes [2022-06-17T09:07:08.696Z] #21 38.18 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:08.696Z] #21 38.20 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-17T09:07:08.696Z] #21 38.21 Setting up libcap2-bin (1:2.44-1) ... [2022-06-17T09:07:08.838Z] #77 114.7 checking whether gcc accepts -g... yes [2022-06-17T09:07:08.838Z] #77 114.7 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:07:08.861Z] #19 ... [2022-06-17T09:07:08.861Z] [2022-06-17T09:07:08.861Z] #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-17T09:07:08.861Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:08.861Z] #84 203.2 CCLD libocispec.la [2022-06-17T09:07:08.861Z] #84 203.5 CCLD src/validate [2022-06-17T09:07:08.861Z] #84 203.5 CCLD tests/test-1 [2022-06-17T09:07:08.861Z] #84 203.5 CCLD tests/test-2 [2022-06-17T09:07:08.861Z] #84 203.5 CCLD tests/test-3 [2022-06-17T09:07:08.861Z] #84 203.5 CCLD tests/test-5 [2022-06-17T09:07:08.861Z] #84 203.5 CCLD tests/test-4 [2022-06-17T09:07:08.861Z] #84 203.6 CCLD tests/test-6 [2022-06-17T09:07:08.861Z] #84 203.6 CCLD tests/test-7 [2022-06-17T09:07:08.861Z] #84 203.7 CCLD tests/test-9 [2022-06-17T09:07:08.861Z] #84 203.7 CCLD tests/test-8 [2022-06-17T09:07:08.861Z] #84 203.7 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-17T09:07:08.861Z] #84 203.8 CCLD tests/test-10 [2022-06-17T09:07:08.861Z] #84 203.8 CCLD tests/test-11 [2022-06-17T09:07:08.957Z] #21 38.23 Setting up apparmor (2.13.6-10) ... [2022-06-17T09:07:09.098Z] #77 114.9 checking whether gcc understands -c and -o together... yes [2022-06-17T09:07:09.098Z] #77 115.1 checking how to run the C preprocessor... gcc -E [2022-06-17T09:07:09.643Z] #77 115.3 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:07:09.643Z] #77 115.3 checking for egrep... /bin/grep -E [2022-06-17T09:07:09.903Z] #77 115.4 checking for ANSI C header files... [2022-06-17T09:07:09.903Z] #77 ... [2022-06-17T09:07:09.903Z] [2022-06-17T09:07:09.903Z] #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-17T09:07:09.903Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:07:09.903Z] #21 10.67 Reading package lists... [2022-06-17T09:07:09.903Z] #21 14.06 Reading package lists... [2022-06-17T09:07:09.903Z] #21 16.99 Building dependency tree... [2022-06-17T09:07:09.903Z] #21 18.48 The following additional packages will be installed: [2022-06-17T09:07:09.903Z] #21 18.48 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:07:09.903Z] #21 18.49 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-17T09:07:09.903Z] #21 18.49 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:07:09.903Z] #21 18.49 python3-pkg-resources vim-runtime xxd [2022-06-17T09:07:09.903Z] #21 18.49 Suggested packages: [2022-06-17T09:07:09.903Z] #21 18.49 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-17T09:07:09.903Z] #21 18.49 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-17T09:07:09.903Z] #21 18.49 acl attr quota [2022-06-17T09:07:09.903Z] #21 18.49 Recommended packages: [2022-06-17T09:07:09.903Z] #21 18.49 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-17T09:07:09.903Z] #21 19.73 The following NEW packages will be installed: [2022-06-17T09:07:09.903Z] #21 19.74 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-17T09:07:09.903Z] #21 19.74 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:07:09.903Z] #21 19.74 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-17T09:07:09.903Z] #21 19.74 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-17T09:07:09.903Z] #21 19.74 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:07:09.903Z] #21 19.74 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-17T09:07:09.903Z] #21 19.74 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-17T09:07:09.903Z] #21 19.74 xz-utils zip zstd [2022-06-17T09:07:09.903Z] #21 20.05 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:07:09.903Z] #21 20.05 Need to get 27.7 MB of archives. [2022-06-17T09:07:09.903Z] #21 20.05 After this operation, 106 MB of additional disk space will be used. [2022-06-17T09:07:09.903Z] #21 20.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-17T09:07:09.903Z] #21 20.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-17T09:07:09.903Z] #21 20.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-17T09:07:09.903Z] #21 20.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:07:09.903Z] #21 20.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-17T09:07:09.903Z] #21 20.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-17T09:07:09.903Z] #21 20.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-17T09:07:09.903Z] #21 20.08 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-17T09:07:09.903Z] #21 20.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:07:09.903Z] #21 20.10 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-17T09:07:09.903Z] #21 20.10 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-17T09:07:09.903Z] #21 20.10 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:07:09.903Z] #21 20.10 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-17T09:07:09.903Z] #21 20.11 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-17T09:07:09.903Z] #21 20.14 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-17T09:07:09.903Z] #21 20.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-17T09:07:09.903Z] #21 20.15 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-17T09:07:09.903Z] #21 20.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-17T09:07:09.903Z] #21 20.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-17T09:07:09.903Z] #21 20.16 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-17T09:07:09.903Z] #21 20.16 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-17T09:07:09.903Z] #21 20.17 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:07:09.903Z] #21 20.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:07:09.903Z] #21 20.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:07:09.903Z] #21 20.19 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-17T09:07:09.903Z] #21 20.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-17T09:07:09.903Z] #21 20.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-17T09:07:09.903Z] #21 20.45 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-17T09:07:09.903Z] #21 20.45 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-17T09:07:09.903Z] #21 20.45 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-17T09:07:09.903Z] #21 20.45 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-17T09:07:09.903Z] #21 20.45 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:07:09.903Z] #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-17T09:07:09.903Z] #21 20.46 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:07:09.903Z] #21 20.47 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-17T09:07:09.903Z] #21 20.53 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-17T09:07:09.903Z] #21 20.53 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-17T09:07:09.903Z] #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-17T09:07:09.903Z] #21 20.55 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-17T09:07:09.903Z] #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-17T09:07:09.903Z] #21 20.56 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-17T09:07:09.903Z] #21 20.57 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-17T09:07:09.903Z] #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-17T09:07:09.903Z] #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-17T09:07:09.903Z] #21 20.61 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-17T09:07:09.903Z] #21 20.83 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-17T09:07:09.903Z] #21 20.87 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-17T09:07:09.903Z] #21 20.89 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-17T09:07:09.903Z] #21 20.90 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-17T09:07:09.903Z] #21 21.44 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:07:09.903Z] #21 21.59 Fetched 27.7 MB in 1s (23.9 MB/s) [2022-06-17T09:07:09.903Z] #21 21.64 Selecting previously unselected package pigz. [2022-06-17T09:07:09.903Z] #21 21.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-17T09:07:09.903Z] #21 21.68 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-17T09:07:09.903Z] #21 21.71 Unpacking pigz (2.6-1) ... [2022-06-17T09:07:09.903Z] #21 21.80 Selecting previously unselected package libelf1:amd64. [2022-06-17T09:07:09.904Z] #21 21.81 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-17T09:07:09.904Z] #21 21.83 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-17T09:07:09.904Z] #21 ... [2022-06-17T09:07:09.904Z] [2022-06-17T09:07:09.904Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:09.904Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:09.904Z] #77 115.4 checking for ANSI C header files... yes [2022-06-17T09:07:10.163Z] #77 115.9 checking for sys/types.h... yes [2022-06-17T09:07:10.163Z] #77 116.1 checking for sys/stat.h... yes [2022-06-17T09:07:10.228Z] #84 205.1 libtool: link: ar cr libocispec.a [2022-06-17T09:07:10.228Z] #84 205.1 libtool: link: ranlib libocispec.a [2022-06-17T09:07:10.325Z] #21 39.75 Setting up zip (3.0-12) ... [2022-06-17T09:07:10.325Z] #21 39.77 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:10.425Z] #77 116.2 checking for stdlib.h... yes [2022-06-17T09:07:10.581Z] #21 39.79 Setting up bash-completion (1:2.11-2) ... [2022-06-17T09:07:10.684Z] #77 116.4 checking for string.h... yes [2022-06-17T09:07:10.684Z] #77 116.5 checking for memory.h... yes [2022-06-17T09:07:10.946Z] #77 116.7 checking for strings.h... yes [2022-06-17T09:07:11.207Z] #77 116.8 checking for inttypes.h... yes [2022-06-17T09:07:11.207Z] #77 117.0 checking for stdint.h... yes [2022-06-17T09:07:11.467Z] #77 117.1 checking for unistd.h... yes [2022-06-17T09:07:11.467Z] #77 117.3 checking minix/config.h usability... no [2022-06-17T09:07:11.467Z] #77 117.4 checking minix/config.h presence... no [2022-06-17T09:07:11.727Z] #77 117.5 checking for minix/config.h... no [2022-06-17T09:07:11.727Z] #77 117.5 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-17T09:07:11.988Z] #77 117.8 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:07:11.988Z] #77 118.0 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:07:11.988Z] #77 118.0 checking how to print strings... printf [2022-06-17T09:07:12.119Z] #84 206.8 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:12.119Z] #84 206.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:07:12.119Z] #84 206.8 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:07:12.119Z] #84 206.8 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:12.119Z] #84 206.8 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:12.119Z] #84 206.8 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:12.119Z] #84 206.8 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:12.119Z] #84 206.8 make[2]: Entering directory '/tmp/crun-build' [2022-06-17T09:07:12.119Z] #84 206.9 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-17T09:07:12.119Z] #84 206.9 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-17T09:07:12.119Z] #84 206.9 CC src/libcrun/libcrun_testing_a-container.o [2022-06-17T09:07:12.119Z] #84 207.0 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-17T09:07:12.119Z] #84 207.0 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-17T09:07:12.119Z] #84 207.0 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-17T09:07:12.119Z] #84 207.0 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-17T09:07:12.119Z] #84 207.0 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-17T09:07:12.119Z] #84 207.0 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-17T09:07:12.119Z] #84 207.0 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-17T09:07:12.119Z] #84 207.1 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-17T09:07:12.119Z] #84 207.1 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-17T09:07:12.119Z] #84 207.1 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-17T09:07:12.119Z] #84 207.1 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-17T09:07:12.119Z] #84 207.1 CC src/libcrun/libcrun_testing_a-error.o [2022-06-17T09:07:12.119Z] #84 207.1 CC src/libcrun/libcrun_testing_a-status.o [2022-06-17T09:07:12.119Z] #84 207.2 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-17T09:07:12.119Z] #84 207.2 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-17T09:07:12.119Z] #84 207.3 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-17T09:07:12.249Z] #77 118.0 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:07:12.249Z] #77 118.0 checking for fgrep... /bin/grep -F [2022-06-17T09:07:12.249Z] #77 118.1 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:07:12.249Z] #77 118.1 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:07:12.249Z] #77 118.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:07:12.249Z] #77 118.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:07:12.249Z] #77 118.2 checking whether ln -s works... yes [2022-06-17T09:07:12.249Z] #77 118.2 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:07:12.249Z] #77 118.2 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-17T09:07:12.249Z] #77 118.2 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:07:12.249Z] #77 118.2 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:07:12.249Z] #77 118.2 checking for objdump... objdump [2022-06-17T09:07:12.249Z] #77 118.2 checking how to recognize dependent libraries... pass_all [2022-06-17T09:07:12.249Z] #77 118.2 checking for dlltool... no [2022-06-17T09:07:12.249Z] #77 118.2 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:07:12.249Z] #77 118.2 checking for ar... ar [2022-06-17T09:07:12.376Z] #84 207.3 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-17T09:07:12.376Z] #84 207.4 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-17T09:07:12.376Z] #84 207.4 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-17T09:07:12.376Z] #84 207.4 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-17T09:07:12.509Z] #77 118.3 checking for archiver @FILE support... @ [2022-06-17T09:07:12.509Z] #77 118.4 checking for strip... strip [2022-06-17T09:07:12.509Z] #77 118.4 checking for ranlib... ranlib [2022-06-17T09:07:12.509Z] #77 118.4 checking for gawk... no [2022-06-17T09:07:12.509Z] #77 118.4 checking for mawk... mawk [2022-06-17T09:07:12.632Z] #84 207.6 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-17T09:07:12.632Z] #84 207.7 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-17T09:07:12.632Z] #84 207.8 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-17T09:07:12.769Z] #77 118.4 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:07:12.770Z] #77 118.7 checking for sysroot... no [2022-06-17T09:07:12.770Z] #77 118.7 checking for a working dd... /bin/dd [2022-06-17T09:07:12.770Z] #77 118.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:07:12.888Z] #84 207.8 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-17T09:07:12.888Z] #84 208.0 CC src/crun-crun.o [2022-06-17T09:07:13.030Z] #77 118.8 checking for mt... no [2022-06-17T09:07:13.030Z] #77 118.8 checking if : is a manifest tool... no [2022-06-17T09:07:13.030Z] #77 118.8 checking for dlfcn.h... yes [2022-06-17T09:07:13.030Z] #77 118.9 checking for objdir... .libs [2022-06-17T09:07:13.097Z] #21 42.54 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:07:13.097Z] #21 42.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:07:13.144Z] #84 208.1 CC src/crun-run.o [2022-06-17T09:07:13.144Z] #84 208.1 CC src/crun-kill.o [2022-06-17T09:07:13.144Z] #84 208.1 CC src/crun-pause.o [2022-06-17T09:07:13.144Z] #84 208.1 CC src/crun-delete.o [2022-06-17T09:07:13.144Z] #84 208.1 CC src/crun-unpause.o [2022-06-17T09:07:13.144Z] #84 208.2 CC src/crun-spec.o [2022-06-17T09:07:13.144Z] #84 208.2 CC src/crun-list.o [2022-06-17T09:07:13.144Z] #84 208.2 CC src/crun-create.o [2022-06-17T09:07:13.144Z] #84 208.3 CC src/crun-start.o [2022-06-17T09:07:13.144Z] #84 208.3 CC src/crun-state.o [2022-06-17T09:07:13.144Z] #84 208.3 CC src/crun-update.o [2022-06-17T09:07:13.144Z] #84 208.4 CC src/crun-ps.o [2022-06-17T09:07:13.353Z] #21 42.57 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-06-17T09:07:13.353Z] #21 42.62 Setting up patch (2.7.6-7) ... [2022-06-17T09:07:13.353Z] #21 42.63 Setting up sudo (1.9.5p2-3) ... [2022-06-17T09:07:13.353Z] #21 42.69 invoke-rc.d: could not determine current runlevel [2022-06-17T09:07:13.353Z] #21 42.71 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-17T09:07:13.353Z] #21 42.73 Setting up xfsprogs (5.10.0-4) ... [2022-06-17T09:07:13.353Z] #21 42.74 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-06-17T09:07:13.353Z] #21 42.75 Setting up inetutils-ping (2:2.0-1) ... [2022-06-17T09:07:13.353Z] #21 42.77 Setting up pigz (2.6-1) ... [2022-06-17T09:07:13.353Z] #21 42.78 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-17T09:07:13.401Z] #84 208.4 CC src/crun-exec.o [2022-06-17T09:07:13.401Z] #84 208.5 CC src/crun-checkpoint.o [2022-06-17T09:07:13.401Z] #84 208.5 CC src/libcrun/libcrun_la-utils.lo [2022-06-17T09:07:13.401Z] #84 208.6 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-17T09:07:13.550Z] #77 119.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:07:13.550Z] #77 119.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:07:13.550Z] #77 119.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:07:13.605Z] #77 ... [2022-06-17T09:07:13.605Z] [2022-06-17T09:07:13.605Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-17T09:07:13.605Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:13.605Z] #14 166.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-17T09:07:13.605Z] #14 166.2 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:07:13.605Z] #14 166.2 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:13.608Z] #21 42.79 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-17T09:07:13.609Z] #21 42.84 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:07:13.609Z] #21 42.85 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:13.657Z] #84 208.6 CC src/crun-restore.o [2022-06-17T09:07:13.657Z] #84 208.7 CC src/libcrun/libcrun_la-container.lo [2022-06-17T09:07:13.657Z] #84 208.8 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-17T09:07:13.657Z] #84 208.8 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-17T09:07:13.810Z] #77 119.5 checking if gcc static flag -static works... yes [2022-06-17T09:07:13.810Z] #77 119.7 checking if gcc supports -c -o file.o... yes [2022-06-17T09:07:13.810Z] #77 119.7 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:07:13.810Z] #77 119.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:07:13.913Z] #84 208.9 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-17T09:07:13.913Z] #84 208.9 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-17T09:07:13.913Z] #84 209.0 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-17T09:07:14.070Z] #77 119.8 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:07:14.071Z] #77 120.0 checking how to hardcode library paths into programs... immediate [2022-06-17T09:07:14.071Z] #77 120.0 checking whether stripping libraries is possible... yes [2022-06-17T09:07:14.071Z] #77 120.0 checking if libtool supports shared libraries... yes [2022-06-17T09:07:14.071Z] #77 120.0 checking whether to build shared libraries... no [2022-06-17T09:07:14.071Z] #77 120.1 checking whether to build static libraries... yes [2022-06-17T09:07:14.071Z] #77 120.1 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:07:14.071Z] #77 120.1 checking whether build environment is sane... yes [2022-06-17T09:07:14.170Z] #84 209.1 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-17T09:07:14.170Z] #84 209.2 CC src/libcrun/libcrun_la-linux.lo [2022-06-17T09:07:14.170Z] #84 209.2 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-17T09:07:14.170Z] #21 43.61 Setting up libaio1:arm64 (0.3.112-9) ... [2022-06-17T09:07:14.331Z] #77 120.1 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:07:14.331Z] #77 120.1 checking whether make sets $(MAKE)... yes [2022-06-17T09:07:14.331Z] #77 120.2 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:07:14.331Z] #77 120.2 checking whether make supports nested variables... yes [2022-06-17T09:07:14.331Z] #77 120.2 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:07:14.331Z] #77 120.3 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:07:14.331Z] #77 120.3 checking how to create a ustar tar archive... gnutar [2022-06-17T09:07:14.426Z] #84 209.3 CC src/libcrun/libcrun_la-criu.lo [2022-06-17T09:07:14.426Z] #84 209.3 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-17T09:07:14.426Z] #84 209.5 CC src/libcrun/libcrun_la-error.lo [2022-06-17T09:07:14.426Z] #84 209.5 CC src/libcrun/libcrun_la-terminal.lo [2022-06-17T09:07:14.426Z] #21 43.62 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:07:14.591Z] #77 120.3 checking dependency style of gcc... gcc3 [2022-06-17T09:07:14.591Z] #77 120.5 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:07:14.591Z] #77 120.5 checking whether make supports nested variables... (cached) yes [2022-06-17T09:07:14.591Z] #77 120.5 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:07:14.591Z] #77 120.5 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:07:14.591Z] #77 120.5 checking for yajl >= 2.1.0... yes [2022-06-17T09:07:14.591Z] #77 120.5 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:07:14.591Z] #77 120.5 checking for gcc... (cached) gcc [2022-06-17T09:07:14.591Z] #77 120.6 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:07:14.591Z] #77 120.6 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:07:14.591Z] #77 120.6 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:07:14.591Z] #77 120.6 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:07:14.591Z] #77 120.6 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:07:14.683Z] #21 44.12 Setting up libelf1:arm64 (0.183-1) ... [2022-06-17T09:07:14.723Z] #84 209.5 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-17T09:07:14.723Z] #84 209.6 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-17T09:07:14.723Z] #84 209.6 CC src/libcrun/libcrun_la-status.lo [2022-06-17T09:07:14.723Z] #84 209.7 CC src/libcrun/libcrun_la-signals.lo [2022-06-17T09:07:14.852Z] #77 120.7 checking for python3... /usr/bin/python3 [2022-06-17T09:07:14.852Z] #77 120.7 checking for python3 version... 3.9 [2022-06-17T09:07:14.852Z] #77 120.7 checking for python3 platform... linux [2022-06-17T09:07:14.852Z] #77 120.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:07:14.954Z] #21 44.14 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:07:14.954Z] #21 44.15 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-17T09:07:14.954Z] #21 44.17 Setting up python3-distutils (3.9.2-1) ... [2022-06-17T09:07:14.980Z] #84 210.0 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-17T09:07:14.980Z] #84 210.0 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-17T09:07:15.113Z] #77 120.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:07:15.210Z] #21 44.54 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:15.210Z] #21 44.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-17T09:07:15.210Z] #21 44.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-17T09:07:15.210Z] #21 44.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-17T09:07:15.210Z] #21 44.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-17T09:07:15.210Z] #21 44.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-17T09:07:15.210Z] #21 44.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-17T09:07:15.210Z] #21 44.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-17T09:07:15.210Z] #21 44.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-17T09:07:15.210Z] #21 44.64 Setting up python3-setuptools (52.0.0-4) ... [2022-06-17T09:07:15.236Z] #84 210.1 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-17T09:07:15.236Z] #84 210.2 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-17T09:07:15.236Z] #84 210.2 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-17T09:07:15.236Z] #84 ... [2022-06-17T09:07:15.236Z] [2022-06-17T09:07:15.236Z] #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-17T09:07:15.236Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:07:15.236Z] #19 255.5 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-17T09:07:15.236Z] #19 255.5 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:07:15.236Z] #19 255.5 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:07:15.236Z] #19 255.6 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-17T09:07:15.236Z] #19 255.6 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:07:15.236Z] #19 255.6 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:07:15.373Z] #77 121.2 checking that generated files are newer than configure... done [2022-06-17T09:07:15.373Z] #77 121.2 configure: creating ./config.status [2022-06-17T09:07:15.906Z] #14 ... [2022-06-17T09:07:15.906Z] [2022-06-17T09:07:15.906Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:15.906Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:15.906Z] #77 99.68 configure.ac:7: installing 'build-aux/compile' [2022-06-17T09:07:15.906Z] #77 99.71 configure.ac:9: installing 'build-aux/config.guess' [2022-06-17T09:07:15.906Z] #77 99.73 configure.ac:9: installing 'build-aux/config.sub' [2022-06-17T09:07:15.906Z] #77 99.73 configure.ac:11: installing 'build-aux/install-sh' [2022-06-17T09:07:15.906Z] #77 99.73 configure.ac:11: installing 'build-aux/missing' [2022-06-17T09:07:15.906Z] #77 99.99 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:07:15.906Z] #77 100.1 parallel-tests: installing 'build-aux/test-driver' [2022-06-17T09:07:16.577Z] #21 46.00 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-17T09:07:16.577Z] #21 46.01 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-06-17T09:07:16.577Z] #21 46.02 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:07:16.577Z] #21 46.04 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:07:16.847Z] #77 102.4 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:07:16.847Z] #77 102.4 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:07:17.284Z] #77 123.1 config.status: creating Makefile [2022-06-17T09:07:17.284Z] #77 123.1 config.status: creating config.h [2022-06-17T09:07:17.284Z] #77 123.2 config.status: executing libtool commands [2022-06-17T09:07:17.284Z] #77 123.2 config.status: executing depfiles commands [2022-06-17T09:07:17.419Z] #77 103.1 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:07:17.419Z] #77 103.1 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:07:17.419Z] #77 103.2 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:07:17.505Z] #21 ... [2022-06-17T09:07:17.505Z] [2022-06-17T09:07:17.505Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:17.505Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:07:17.505Z] #77 109.6 checking how to run the C preprocessor... gcc -E [2022-06-17T09:07:17.505Z] #77 109.9 checking for ANSI C header files... yes [2022-06-17T09:07:17.505Z] #77 110.5 checking for sys/types.h... yes [2022-06-17T09:07:17.505Z] #77 110.6 checking for sys/stat.h... yes [2022-06-17T09:07:17.505Z] #77 110.8 checking for stdlib.h... yes [2022-06-17T09:07:17.505Z] #77 111.0 checking for string.h... yes [2022-06-17T09:07:17.505Z] #77 111.1 checking for memory.h... yes [2022-06-17T09:07:17.505Z] #77 111.3 checking for strings.h... yes [2022-06-17T09:07:17.505Z] #77 111.5 checking for inttypes.h... yes [2022-06-17T09:07:17.505Z] #77 111.7 checking for stdint.h... yes [2022-06-17T09:07:17.505Z] #77 111.9 checking for unistd.h... yes [2022-06-17T09:07:17.505Z] #77 112.1 checking for dlfcn.h... yes [2022-06-17T09:07:17.505Z] #77 112.3 checking for objdir... .libs [2022-06-17T09:07:17.505Z] #77 112.6 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:07:17.505Z] #77 112.7 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:07:17.505Z] #77 112.7 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:07:17.505Z] #77 112.8 checking if gcc static flag -static works... yes [2022-06-17T09:07:17.505Z] #77 113.2 checking if gcc supports -c -o file.o... yes [2022-06-17T09:07:17.505Z] #77 113.3 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:07:17.505Z] #77 113.3 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-17T09:07:17.505Z] #77 113.4 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:07:17.505Z] #77 113.7 checking how to hardcode library paths into programs... immediate [2022-06-17T09:07:17.505Z] #77 113.7 checking whether stripping libraries is possible... yes [2022-06-17T09:07:17.505Z] #77 113.7 checking if libtool supports shared libraries... yes [2022-06-17T09:07:17.505Z] #77 113.7 checking whether to build shared libraries... no [2022-06-17T09:07:17.505Z] #77 113.7 checking whether to build static libraries... yes [2022-06-17T09:07:17.505Z] #77 113.7 checking float.h usability... yes [2022-06-17T09:07:17.505Z] #77 113.9 checking float.h presence... yes [2022-06-17T09:07:17.505Z] #77 114.0 checking for float.h... yes [2022-06-17T09:07:17.505Z] #77 114.0 checking limits.h usability... yes [2022-06-17T09:07:17.505Z] #77 114.2 checking limits.h presence... yes [2022-06-17T09:07:17.505Z] #77 114.2 checking for limits.h... yes [2022-06-17T09:07:17.505Z] #77 114.3 checking stddef.h usability... yes [2022-06-17T09:07:17.505Z] #77 114.4 checking stddef.h presence... yes [2022-06-17T09:07:17.505Z] #77 114.5 checking for stddef.h... yes [2022-06-17T09:07:17.505Z] #77 114.5 checking for stdlib.h... (cached) yes [2022-06-17T09:07:17.505Z] #77 114.6 checking for string.h... (cached) yes [2022-06-17T09:07:17.505Z] #77 114.6 checking sys/time.h usability... yes [2022-06-17T09:07:17.505Z] #77 114.8 checking sys/time.h presence... yes [2022-06-17T09:07:17.505Z] #77 114.8 checking for sys/time.h... yes [2022-06-17T09:07:17.505Z] #77 114.8 checking for inline... inline [2022-06-17T09:07:17.505Z] #77 114.9 checking for size_t... yes [2022-06-17T09:07:17.505Z] #77 115.2 checking for stdlib.h... (cached) yes [2022-06-17T09:07:17.505Z] #77 115.2 checking for GNU libc compatible malloc... yes [2022-06-17T09:07:17.505Z] #77 115.4 checking for stdlib.h... (cached) yes [2022-06-17T09:07:17.505Z] #77 115.4 checking for GNU libc compatible realloc... yes [2022-06-17T09:07:17.505Z] #77 115.6 checking for working strtod... yes [2022-06-17T09:07:17.505Z] #77 115.9 checking for gettimeofday... yes [2022-06-17T09:07:17.506Z] #77 116.1 checking for memset... yes [2022-06-17T09:07:17.506Z] #77 116.4 checking for strspn... yes [2022-06-17T09:07:17.506Z] #77 116.9 checking that generated files are newer than configure... done [2022-06-17T09:07:17.506Z] #77 116.9 configure: creating ./config.status [2022-06-17T09:07:17.681Z] #77 103.4 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:07:17.681Z] #77 103.5 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:07:17.761Z] #77 ... [2022-06-17T09:07:17.761Z] [2022-06-17T09:07:17.761Z] #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-17T09:07:17.761Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f [2022-06-17T09:07:17.761Z] #21 47.28 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-17T09:07:17.761Z] #21 47.29 Setting up jq (1.6-2.1) ... [2022-06-17T09:07:17.761Z] #21 47.31 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-06-17T09:07:17.855Z] #77 123.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-17T09:07:17.855Z] #77 123.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:07:17.942Z] #77 103.7 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:07:18.017Z] #21 47.32 Setting up iptables (1.8.7-1) ... [2022-06-17T09:07:18.017Z] #21 47.33 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:07:18.017Z] #21 47.33 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:07:18.017Z] #21 47.34 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:07:18.017Z] #21 47.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:07:18.017Z] #21 47.36 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-17T09:07:18.017Z] #21 47.36 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-17T09:07:18.017Z] #21 47.38 Setting up iproute2 (5.10.0-4) ... [2022-06-17T09:07:18.425Z] #77 124.2 checking for gcc... gcc [2022-06-17T09:07:18.579Z] #21 47.81 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:07:18.685Z] #77 124.2 checking whether the C compiler works... yes [2022-06-17T09:07:18.685Z] #77 124.4 checking for C compiler default output file name... a.out [2022-06-17T09:07:18.685Z] #77 124.4 checking for suffix of executables... [2022-06-17T09:07:18.685Z] #77 124.5 checking whether we are cross compiling... no [2022-06-17T09:07:18.945Z] #77 124.7 checking for suffix of object files... o [2022-06-17T09:07:18.945Z] #77 124.7 checking whether we are using the GNU C compiler... yes [2022-06-17T09:07:18.945Z] #77 124.8 checking whether gcc accepts -g... yes [2022-06-17T09:07:19.205Z] #77 125.0 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:07:19.465Z] #77 125.1 checking whether gcc understands -c and -o together... yes [2022-06-17T09:07:19.465Z] #77 125.3 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:07:19.465Z] #77 125.3 checking whether build environment is sane... yes [2022-06-17T09:07:19.465Z] #77 125.4 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:07:19.465Z] #77 125.4 checking for gawk... no [2022-06-17T09:07:19.465Z] #77 125.4 checking for mawk... mawk [2022-06-17T09:07:19.465Z] #77 125.4 checking whether make sets $(MAKE)... yes [2022-06-17T09:07:19.465Z] #77 125.4 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:07:19.465Z] #77 125.4 checking whether make supports nested variables... yes [2022-06-17T09:07:19.725Z] #77 125.5 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:07:19.725Z] #77 125.5 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:07:19.725Z] #77 125.5 checking how to create a ustar tar archive... gnutar [2022-06-17T09:07:19.725Z] #77 125.5 checking dependency style of gcc... gcc3 [2022-06-17T09:07:19.725Z] #77 125.7 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:07:19.725Z] #77 125.7 checking whether make supports nested variables... (cached) yes [2022-06-17T09:07:19.944Z] #21 DONE 49.5s [2022-06-17T09:07:19.944Z] [2022-06-17T09:07:19.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-17T09:07:19.944Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:07:19.944Z] #77 119.6 config.status: creating Makefile [2022-06-17T09:07:19.944Z] #77 119.7 config.status: creating config.h [2022-06-17T09:07:19.944Z] #77 119.7 config.status: executing depfiles commands [2022-06-17T09:07:19.944Z] #77 119.9 config.status: executing libtool commands [2022-06-17T09:07:19.944Z] #77 120.8 GEN .version [2022-06-17T09:07:19.944Z] #77 120.8 make install-recursive [2022-06-17T09:07:19.944Z] #77 120.8 make[1]: Entering directory '/tmp/crun-build' [2022-06-17T09:07:19.944Z] #77 121.0 Making install in libocispec [2022-06-17T09:07:19.944Z] #77 121.0 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:19.944Z] #77 121.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-17T09:07:19.944Z] #77 121.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-17T09:07:19.944Z] #77 121.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-17T09:07:19.944Z] #77 121.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-17T09:07:19.986Z] #77 125.7 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:07:19.986Z] #77 125.9 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:07:19.986Z] #77 125.9 checking how to print strings... printf [2022-06-17T09:07:19.986Z] #77 125.9 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:07:19.986Z] #77 125.9 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:07:19.986Z] #77 125.9 checking for egrep... /bin/grep -E [2022-06-17T09:07:19.986Z] #77 125.9 checking for fgrep... /bin/grep -F [2022-06-17T09:07:19.986Z] #77 125.9 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:07:19.986Z] #77 126.0 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:07:19.986Z] #77 126.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:07:19.986Z] #77 126.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:07:19.986Z] #77 ... [2022-06-17T09:07:19.986Z] [2022-06-17T09:07:19.986Z] #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-17T09:07:19.986Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:07:19.986Z] #21 22.00 Selecting previously unselected package libbpf0:amd64. [2022-06-17T09:07:19.986Z] #21 22.01 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 22.02 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:07:19.986Z] #21 22.12 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:07:19.986Z] #21 22.12 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 22.13 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:07:19.986Z] #21 22.23 Selecting previously unselected package libmnl0:amd64. [2022-06-17T09:07:19.986Z] #21 22.24 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 22.24 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:07:19.986Z] #21 22.29 Selecting previously unselected package libxtables12:amd64. [2022-06-17T09:07:19.986Z] #21 22.30 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 22.31 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:07:19.986Z] #21 22.37 Selecting previously unselected package libcap2-bin. [2022-06-17T09:07:19.986Z] #21 22.39 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 22.39 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-17T09:07:19.986Z] #21 22.50 Selecting previously unselected package iproute2. [2022-06-17T09:07:19.986Z] #21 22.51 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 22.53 Unpacking iproute2 (5.10.0-4) ... [2022-06-17T09:07:19.986Z] #21 23.08 Selecting previously unselected package xxd. [2022-06-17T09:07:19.986Z] #21 23.09 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 23.10 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:19.986Z] #21 23.22 Selecting previously unselected package vim-common. [2022-06-17T09:07:19.986Z] #21 23.23 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:07:19.986Z] #21 23.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:19.986Z] #21 23.42 Selecting previously unselected package bash-completion. [2022-06-17T09:07:19.986Z] #21 23.42 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-17T09:07:19.986Z] #21 25.33 Unpacking bash-completion (1:2.11-2) ... [2022-06-17T09:07:19.986Z] #21 26.01 Selecting previously unselected package bzip2. [2022-06-17T09:07:19.986Z] #21 26.02 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 26.03 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:07:19.986Z] #21 26.12 Selecting previously unselected package xz-utils. [2022-06-17T09:07:19.986Z] #21 26.12 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 26.13 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:07:19.986Z] #21 26.33 Selecting previously unselected package apparmor. [2022-06-17T09:07:19.986Z] #21 26.33 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 26.38 Unpacking apparmor (2.13.6-10) ... [2022-06-17T09:07:19.986Z] #21 26.80 Selecting previously unselected package inetutils-ping. [2022-06-17T09:07:19.986Z] #21 26.80 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 26.81 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-17T09:07:19.986Z] #21 26.94 Selecting previously unselected package libip4tc2:amd64. [2022-06-17T09:07:19.986Z] #21 26.94 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 26.94 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:07:19.986Z] #21 27.02 Selecting previously unselected package libip6tc2:amd64. [2022-06-17T09:07:19.986Z] #21 27.02 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 27.03 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:07:19.986Z] #21 27.10 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-17T09:07:19.986Z] #21 27.10 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 27.11 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:07:19.986Z] #21 27.19 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-17T09:07:19.986Z] #21 27.19 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-17T09:07:19.986Z] #21 27.20 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:07:19.986Z] #21 27.30 Selecting previously unselected package libnftnl11:amd64. [2022-06-17T09:07:19.987Z] #21 27.30 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 27.32 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:07:19.987Z] #21 27.41 Selecting previously unselected package iptables. [2022-06-17T09:07:19.987Z] #21 27.41 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 27.43 Unpacking iptables (1.8.7-1) ... [2022-06-17T09:07:19.987Z] #21 27.76 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:07:19.987Z] #21 27.76 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 27.76 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:07:19.987Z] #21 27.89 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:07:19.987Z] #21 27.90 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 27.90 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:07:19.987Z] #21 28.03 Selecting previously unselected package jq. [2022-06-17T09:07:19.987Z] #21 28.04 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 28.05 Unpacking jq (1.6-2.1) ... [2022-06-17T09:07:19.987Z] #21 28.15 Selecting previously unselected package libaio1:amd64. [2022-06-17T09:07:19.987Z] #21 28.15 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 28.16 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:07:19.987Z] #21 28.22 Selecting previously unselected package libgpm2:amd64. [2022-06-17T09:07:19.987Z] #21 28.22 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 28.24 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:07:19.987Z] #21 28.30 Selecting previously unselected package libicu67:amd64. [2022-06-17T09:07:19.987Z] #21 28.30 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 28.31 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-17T09:07:19.987Z] #21 31.85 Selecting previously unselected package libinih1:amd64. [2022-06-17T09:07:19.987Z] #21 31.86 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 31.88 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-17T09:07:19.987Z] #21 31.94 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:07:19.987Z] #21 31.94 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:07:19.987Z] #21 31.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:07:20.211Z] #77 121.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-17T09:07:20.211Z] #77 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-17T09:07:20.211Z] #77 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-17T09:07:20.211Z] #77 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-17T09:07:20.211Z] #77 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-17T09:07:20.211Z] #77 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-17T09:07:20.211Z] #77 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-17T09:07:20.211Z] #77 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-17T09:07:20.211Z] #77 122.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-17T09:07:20.247Z] #21 32.05 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:07:20.247Z] #21 32.05 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:07:20.247Z] #21 32.06 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:07:20.247Z] #21 32.16 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:07:20.247Z] #21 ... [2022-06-17T09:07:20.247Z] [2022-06-17T09:07:20.247Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:20.247Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:20.247Z] #77 126.1 checking whether ln -s works... yes [2022-06-17T09:07:20.247Z] #77 126.1 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:07:20.247Z] #77 126.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-17T09:07:20.247Z] #77 126.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:07:20.247Z] #77 126.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:07:20.247Z] #77 126.1 checking for objdump... objdump [2022-06-17T09:07:20.247Z] #77 126.1 checking how to recognize dependent libraries... pass_all [2022-06-17T09:07:20.247Z] #77 126.1 checking for dlltool... no [2022-06-17T09:07:20.247Z] #77 126.1 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:07:20.247Z] #77 126.1 checking for ar... ar [2022-06-17T09:07:20.247Z] #77 126.1 checking for archiver @FILE support... @ [2022-06-17T09:07:20.247Z] #77 126.2 checking for strip... strip [2022-06-17T09:07:20.247Z] #77 126.2 checking for ranlib... ranlib [2022-06-17T09:07:20.484Z] #19 ... [2022-06-17T09:07:20.484Z] [2022-06-17T09:07:20.484Z] #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-17T09:07:20.484Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:07:20.484Z] #54 272.7 + dpkg --print-architecture [2022-06-17T09:07:20.484Z] #54 272.7 + git checkout -q v2.1.0 [2022-06-17T09:07:20.484Z] #54 272.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-17T09:07:20.484Z] #54 272.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-17T09:07:20.491Z] #77 ... [2022-06-17T09:07:20.491Z] [2022-06-17T09:07:20.491Z] #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-17T09:07:20.491Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:20.491Z] #14 179.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-17T09:07:20.491Z] #14 180.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:07:20.491Z] #14 180.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:20.773Z] #77 ... [2022-06-17T09:07:20.773Z] [2022-06-17T09:07:20.773Z] #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-17T09:07:20.773Z] #22 sha256:bb9be009a72834be69ad3d42ea3d60feffc45c0645929d71527a1b0f53880ef9 [2022-06-17T09:07:20.773Z] #22 0.687 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-17T09:07:20.773Z] #22 0.690 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-17T09:07:20.773Z] #22 0.693 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-17T09:07:20.773Z] #22 DONE 0.7s [2022-06-17T09:07:20.817Z] #77 126.2 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:07:20.817Z] #77 126.6 checking for sysroot... no [2022-06-17T09:07:20.817Z] #77 126.6 checking for a working dd... /bin/dd [2022-06-17T09:07:20.817Z] #77 126.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:07:20.817Z] #77 126.7 checking for mt... no [2022-06-17T09:07:20.817Z] #77 126.7 checking if : is a manifest tool... no [2022-06-17T09:07:21.029Z] [2022-06-17T09:07:21.029Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-17T09:07:21.029Z] #23 sha256:2be5ffe64d88e98050be52a2eba4782a24c1ae7b06b0fc27a348a559f3723faa [2022-06-17T09:07:21.077Z] #77 126.7 checking how to run the C preprocessor... gcc -E [2022-06-17T09:07:21.338Z] #77 126.9 checking for ANSI C header files... yes [2022-06-17T09:07:21.598Z] #77 127.4 checking for sys/types.h... yes [2022-06-17T09:07:21.598Z] #77 127.5 checking for sys/stat.h... yes [2022-06-17T09:07:21.858Z] #77 127.7 checking for stdlib.h... yes [2022-06-17T09:07:21.858Z] #77 127.8 checking for string.h... yes [2022-06-17T09:07:22.119Z] #77 127.9 checking for memory.h... yes [2022-06-17T09:07:22.379Z] #77 128.1 checking for strings.h... yes [2022-06-17T09:07:22.379Z] #77 128.2 checking for inttypes.h... yes [2022-06-17T09:07:22.639Z] #77 128.3 checking for stdint.h... yes [2022-06-17T09:07:22.639Z] #77 128.5 checking for unistd.h... yes [2022-06-17T09:07:22.899Z] #77 128.6 checking for dlfcn.h... yes [2022-06-17T09:07:22.899Z] #77 128.8 checking for objdir... .libs [2022-06-17T09:07:23.469Z] #77 129.0 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:07:23.469Z] #77 129.1 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:07:23.469Z] #77 129.1 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:07:23.729Z] #77 129.2 checking if gcc static flag -static works... yes [2022-06-17T09:07:23.729Z] #77 129.6 checking if gcc supports -c -o file.o... yes [2022-06-17T09:07:23.729Z] #77 129.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:07:23.729Z] #77 129.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:07:24.260Z] #77 129.8 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:07:24.260Z] #77 130.1 checking how to hardcode library paths into programs... immediate [2022-06-17T09:07:24.260Z] #77 130.1 checking whether stripping libraries is possible... yes [2022-06-17T09:07:24.260Z] #77 130.1 checking if libtool supports shared libraries... yes [2022-06-17T09:07:24.260Z] #77 130.1 checking whether to build shared libraries... no [2022-06-17T09:07:24.260Z] #77 130.1 checking whether to build static libraries... yes [2022-06-17T09:07:24.520Z] #77 130.2 checking float.h usability... yes [2022-06-17T09:07:24.520Z] #77 130.3 checking float.h presence... yes [2022-06-17T09:07:24.520Z] #77 130.3 checking for float.h... yes [2022-06-17T09:07:24.520Z] #77 130.4 checking limits.h usability... yes [2022-06-17T09:07:24.520Z] #77 130.5 checking limits.h presence... yes [2022-06-17T09:07:24.780Z] #77 130.5 checking for limits.h... yes [2022-06-17T09:07:24.780Z] #77 130.5 checking stddef.h usability... yes [2022-06-17T09:07:24.780Z] #77 130.6 checking stddef.h presence... yes [2022-06-17T09:07:24.780Z] #77 130.7 checking for stddef.h... yes [2022-06-17T09:07:24.780Z] #77 130.7 checking for stdlib.h... (cached) yes [2022-06-17T09:07:25.040Z] #77 130.7 checking for string.h... (cached) yes [2022-06-17T09:07:25.040Z] #77 130.8 checking sys/time.h usability... yes [2022-06-17T09:07:25.040Z] #77 130.9 checking sys/time.h presence... yes [2022-06-17T09:07:25.040Z] #77 131.0 checking for sys/time.h... yes [2022-06-17T09:07:25.301Z] #77 131.0 checking for inline... inline [2022-06-17T09:07:25.573Z] #77 131.1 checking for size_t... yes [2022-06-17T09:07:25.573Z] #77 131.4 checking for stdlib.h... (cached) yes [2022-06-17T09:07:25.733Z] #54 ... [2022-06-17T09:07:25.733Z] [2022-06-17T09:07:25.733Z] #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-17T09:07:25.733Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:25.733Z] #84 210.6 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-17T09:07:25.733Z] #84 210.6 CC tests/init.o [2022-06-17T09:07:25.733Z] #84 210.7 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-17T09:07:25.826Z] #14 ... [2022-06-17T09:07:25.827Z] [2022-06-17T09:07:25.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-17T09:07:25.827Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:25.827Z] #77 106.7 configure.ac:7: installing 'build-aux/compile' [2022-06-17T09:07:25.827Z] #77 106.7 configure.ac:9: installing 'build-aux/config.guess' [2022-06-17T09:07:25.827Z] #77 106.7 configure.ac:9: installing 'build-aux/config.sub' [2022-06-17T09:07:25.827Z] #77 106.7 configure.ac:11: installing 'build-aux/install-sh' [2022-06-17T09:07:25.827Z] #77 106.7 configure.ac:11: installing 'build-aux/missing' [2022-06-17T09:07:25.827Z] #77 107.0 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:07:25.827Z] #77 107.1 parallel-tests: installing 'build-aux/test-driver' [2022-06-17T09:07:25.833Z] #77 131.4 checking for GNU libc compatible malloc... yes [2022-06-17T09:07:25.833Z] #77 131.7 checking for stdlib.h... (cached) yes [2022-06-17T09:07:26.093Z] #77 131.7 checking for GNU libc compatible realloc... yes [2022-06-17T09:07:26.280Z] #23 ... [2022-06-17T09:07:26.280Z] [2022-06-17T09:07:26.280Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:26.280Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-17T09:07:26.280Z] #77 123.2 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-17T09:07:26.280Z] #77 123.3 make install-recursive [2022-06-17T09:07:26.280Z] #77 123.3 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:26.280Z] #77 123.4 Making install in yajl [2022-06-17T09:07:26.280Z] #77 123.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:26.280Z] #77 123.4 CC verify/json_verify-json_verify.o [2022-06-17T09:07:26.280Z] #77 123.4 CC src/libyajl_la-yajl_alloc.lo [2022-06-17T09:07:26.280Z] #77 123.4 CC src/libyajl_la-yajl.lo [2022-06-17T09:07:26.280Z] #77 123.4 CC src/libyajl_la-yajl_gen.lo [2022-06-17T09:07:26.280Z] #77 123.4 CC src/libyajl_la-yajl_parser.lo [2022-06-17T09:07:26.280Z] #77 123.5 CC src/libyajl_la-yajl_buf.lo [2022-06-17T09:07:26.280Z] #77 123.5 CC src/libyajl_la-yajl_encode.lo [2022-06-17T09:07:26.280Z] #77 123.6 CC src/libyajl_la-yajl_lex.lo [2022-06-17T09:07:26.280Z] #77 123.6 CC src/libyajl_la-yajl_tree.lo [2022-06-17T09:07:26.352Z] #77 132.0 checking for working strtod... yes [2022-06-17T09:07:26.352Z] #77 132.2 checking for gettimeofday... yes [2022-06-17T09:07:26.612Z] #77 132.4 checking for memset... yes [2022-06-17T09:07:27.100Z] #84 ... [2022-06-17T09:07:27.100Z] [2022-06-17T09:07:27.100Z] #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-17T09:07:27.100Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:07:27.101Z] #19 267.6 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-17T09:07:27.101Z] #19 267.6 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:07:27.188Z] #77 132.7 checking for strspn... yes [2022-06-17T09:07:27.188Z] #77 133.0 checking that generated files are newer than configure... done [2022-06-17T09:07:27.188Z] #77 133.1 configure: creating ./config.status [2022-06-17T09:07:27.405Z] #19 267.7 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:07:27.405Z] #19 267.7 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-17T09:07:27.405Z] #19 267.7 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:07:27.405Z] #19 267.7 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-17T09:07:27.405Z] #19 267.7 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-17T09:07:27.405Z] #19 267.7 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:07:27.405Z] #19 267.7 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-17T09:07:27.405Z] #19 267.8 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-17T09:07:27.405Z] #19 267.8 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:07:27.405Z] #19 267.8 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:07:27.405Z] #19 267.8 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-17T09:07:27.405Z] #19 267.8 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:07:27.405Z] #19 267.8 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:07:27.405Z] #19 267.9 Selecting previously unselected package cross-config. [2022-06-17T09:07:27.405Z] #19 267.9 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-17T09:07:27.405Z] #19 267.9 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-17T09:07:27.650Z] #77 129.1 CCLD libyajl.la [2022-06-17T09:07:27.660Z] #19 267.9 Selecting previously unselected package gcc-10-cross-base. [2022-06-17T09:07:27.660Z] #19 267.9 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:27.660Z] #19 268.0 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-17T09:07:27.660Z] #19 268.0 Selecting previously unselected package libc6-arm64-cross. [2022-06-17T09:07:27.660Z] #19 268.0 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-17T09:07:27.660Z] #19 268.0 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-17T09:07:27.907Z] #77 129.5 CCLD verify/json_verify [2022-06-17T09:07:27.916Z] #19 268.5 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-17T09:07:28.171Z] #19 268.5 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:28.171Z] #19 268.5 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:28.171Z] #19 268.5 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-17T09:07:28.171Z] #19 268.5 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:28.171Z] #19 268.5 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:28.171Z] #19 268.6 Selecting previously unselected package libitm1-arm64-cross. [2022-06-17T09:07:28.171Z] #19 268.6 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:28.171Z] #19 268.6 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:28.171Z] #19 268.7 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-17T09:07:28.171Z] #19 268.7 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:28.171Z] #19 268.7 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:28.171Z] #19 268.7 Selecting previously unselected package libasan6-arm64-cross. [2022-06-17T09:07:28.171Z] #19 268.7 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:28.171Z] #19 268.7 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:28.470Z] #77 129.9 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:28.470Z] #77 129.9 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:07:28.470Z] #77 129.9 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:07:28.470Z] #77 129.9 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:28.470Z] #77 129.9 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:28.470Z] #77 129.9 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:28.470Z] #77 130.0 CC src/validate.o [2022-06-17T09:07:28.470Z] #77 130.0 CC src/image_spec_schema_defs.lo [2022-06-17T09:07:28.470Z] #77 130.0 CC src/image_spec_schema_defs_descriptor.lo [2022-06-17T09:07:28.470Z] #77 130.0 CC src/image_spec_schema_image_index_schema.lo [2022-06-17T09:07:28.470Z] #77 130.0 CC src/image_spec_schema_content_descriptor.lo [2022-06-17T09:07:28.470Z] #77 130.0 CC src/image_spec_schema_image_layout_schema.lo [2022-06-17T09:07:28.470Z] #77 130.0 CC src/image_spec_schema_config_schema.lo [2022-06-17T09:07:28.470Z] #77 130.1 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-17T09:07:28.470Z] #77 130.1 CC src/runtime_spec_schema_config_linux.lo [2022-06-17T09:07:28.470Z] #77 130.1 CC src/runtime_spec_schema_config_zos.lo [2022-06-17T09:07:28.470Z] #77 130.2 CC src/runtime_spec_schema_config_schema.lo [2022-06-17T09:07:28.470Z] #77 130.2 CC src/runtime_spec_schema_config_solaris.lo [2022-06-17T09:07:28.470Z] #77 130.2 CC src/runtime_spec_schema_config_vm.lo [2022-06-17T09:07:28.470Z] #77 130.3 CC src/runtime_spec_schema_config_windows.lo [2022-06-17T09:07:28.740Z] #77 130.3 CC src/runtime_spec_schema_defs.lo [2022-06-17T09:07:28.740Z] #77 130.4 CC src/runtime_spec_schema_defs_linux.lo [2022-06-17T09:07:28.740Z] #77 130.4 CC src/runtime_spec_schema_defs_zos.lo [2022-06-17T09:07:28.740Z] #77 130.5 CC src/runtime_spec_schema_defs_vm.lo [2022-06-17T09:07:28.997Z] #77 130.5 CC src/runtime_spec_schema_defs_windows.lo [2022-06-17T09:07:28.997Z] #77 130.6 CC src/runtime_spec_schema_state_schema.lo [2022-06-17T09:07:28.997Z] #77 130.8 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-17T09:07:29.098Z] #77 135.0 config.status: creating Makefile [2022-06-17T09:07:29.098Z] #77 135.0 config.status: creating config.h [2022-06-17T09:07:29.098Z] #77 135.1 config.status: executing depfiles commands [2022-06-17T09:07:29.126Z] #77 110.5 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-17T09:07:29.126Z] #77 110.5 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-17T09:07:29.254Z] #77 130.9 CC src/basic_test_double_array_item.lo [2022-06-17T09:07:29.254Z] #77 131.0 CC src/basic_test_double_array.lo [2022-06-17T09:07:29.254Z] #77 131.1 CC src/basic_test_top_array_int.lo [2022-06-17T09:07:29.357Z] #77 135.3 config.status: executing libtool commands [2022-06-17T09:07:29.536Z] #19 269.8 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-17T09:07:29.536Z] #19 269.8 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:29.536Z] #19 269.9 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:29.792Z] #19 270.2 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-17T09:07:29.792Z] #19 270.2 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:29.792Z] #19 270.2 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:29.818Z] #77 131.2 CC src/basic_test_top_array_string.lo [2022-06-17T09:07:29.818Z] #77 131.4 CC src/basic_test_top_double_array_int.lo [2022-06-17T09:07:30.074Z] #77 131.6 CC src/basic_test_top_double_array_obj.lo [2022-06-17T09:07:30.074Z] #77 131.7 CC src/basic_test_top_double_array_refobj.lo [2022-06-17T09:07:30.296Z] #77 136.1 GEN .version [2022-06-17T09:07:30.296Z] #77 136.2 make install-recursive [2022-06-17T09:07:30.296Z] #77 136.2 make[1]: Entering directory '/tmp/crun-build' [2022-06-17T09:07:30.296Z] #77 136.2 Making install in libocispec [2022-06-17T09:07:30.296Z] #77 ... [2022-06-17T09:07:30.296Z] [2022-06-17T09:07:30.296Z] #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-17T09:07:30.296Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:07:30.296Z] #21 32.16 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:07:30.296Z] #21 32.16 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 32.17 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:07:30.296Z] #21 32.24 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:07:30.296Z] #21 32.25 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 32.26 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:07:30.296Z] #21 32.31 Selecting previously unselected package net-tools. [2022-06-17T09:07:30.296Z] #21 32.32 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 32.33 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:07:30.296Z] #21 32.46 Selecting previously unselected package patch. [2022-06-17T09:07:30.296Z] #21 32.47 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 32.48 Unpacking patch (2.7.6-7) ... [2022-06-17T09:07:30.296Z] #21 32.59 Selecting previously unselected package python-pip-whl. [2022-06-17T09:07:30.296Z] #21 32.59 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:07:30.296Z] #21 32.60 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:07:30.296Z] #21 33.22 Selecting previously unselected package python3-lib2to3. [2022-06-17T09:07:30.296Z] #21 33.24 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-17T09:07:30.296Z] #21 33.24 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:07:30.296Z] #21 33.36 Selecting previously unselected package python3-distutils. [2022-06-17T09:07:30.296Z] #21 33.39 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-17T09:07:30.296Z] #21 33.39 Unpacking python3-distutils (3.9.2-1) ... [2022-06-17T09:07:30.296Z] #21 33.52 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:07:30.296Z] #21 33.54 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:07:30.296Z] #21 33.55 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:07:30.296Z] #21 33.72 Selecting previously unselected package python3-setuptools. [2022-06-17T09:07:30.296Z] #21 33.72 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-17T09:07:30.296Z] #21 33.72 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-17T09:07:30.296Z] #21 34.01 Selecting previously unselected package python3-wheel. [2022-06-17T09:07:30.296Z] #21 34.01 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-17T09:07:30.296Z] #21 34.01 Unpacking python3-wheel (0.34.2-1) ... [2022-06-17T09:07:30.296Z] #21 34.11 Selecting previously unselected package python3-pip. [2022-06-17T09:07:30.296Z] #21 34.12 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:07:30.296Z] #21 34.13 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:07:30.296Z] #21 34.44 Selecting previously unselected package sudo. [2022-06-17T09:07:30.296Z] #21 34.44 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 34.45 Unpacking sudo (1.9.5p2-3) ... [2022-06-17T09:07:30.296Z] #21 35.02 Selecting previously unselected package thin-provisioning-tools. [2022-06-17T09:07:30.296Z] #21 35.03 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 35.04 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:07:30.296Z] #21 35.28 Selecting previously unselected package uidmap. [2022-06-17T09:07:30.296Z] #21 35.28 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 35.28 Unpacking uidmap (1:4.8.1-1) ... [2022-06-17T09:07:30.296Z] #21 35.44 Selecting previously unselected package vim-runtime. [2022-06-17T09:07:30.296Z] #21 35.45 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:07:30.296Z] #21 35.49 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-17T09:07:30.296Z] #21 35.52 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-17T09:07:30.296Z] #21 35.53 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:30.296Z] #21 38.80 Selecting previously unselected package vim. [2022-06-17T09:07:30.296Z] #21 38.81 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 38.83 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:30.296Z] #21 39.34 Selecting previously unselected package xfsprogs. [2022-06-17T09:07:30.296Z] #21 39.34 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-17T09:07:30.296Z] #21 39.35 Unpacking xfsprogs (5.10.0-4) ... [2022-06-17T09:07:30.297Z] #21 39.82 Selecting previously unselected package zip. [2022-06-17T09:07:30.297Z] #21 39.83 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-17T09:07:30.297Z] #21 39.84 Unpacking zip (3.0-12) ... [2022-06-17T09:07:30.297Z] #21 40.01 Selecting previously unselected package zstd. [2022-06-17T09:07:30.297Z] #21 40.02 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-17T09:07:30.297Z] #21 40.03 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:07:30.297Z] #21 40.46 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:07:30.297Z] #21 41.41 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:07:30.297Z] #21 41.43 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:07:30.297Z] #21 41.44 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:07:30.297Z] #21 41.45 Setting up libicu67:amd64 (67.1-7) ... [2022-06-17T09:07:30.297Z] #21 41.47 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:07:30.297Z] #21 41.48 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-17T09:07:30.297Z] #21 41.49 Setting up uidmap (1:4.8.1-1) ... [2022-06-17T09:07:30.297Z] #21 41.52 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:07:30.297Z] #21 41.54 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:07:30.297Z] #21 41.55 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:07:30.297Z] #21 41.56 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:07:30.297Z] #21 41.58 Setting up python3-wheel (0.34.2-1) ... [2022-06-17T09:07:30.297Z] #21 42.29 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:30.297Z] #21 42.31 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:07:30.297Z] #21 42.32 Setting up libcap2-bin (1:2.44-1) ... [2022-06-17T09:07:30.297Z] #21 ... [2022-06-17T09:07:30.297Z] [2022-06-17T09:07:30.297Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:30.297Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:30.297Z] #77 136.3 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:30.297Z] #77 136.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-17T09:07:30.331Z] #77 131.8 CC src/basic_test_top_double_array_string.lo [2022-06-17T09:07:30.331Z] #77 132.0 CC src/read-file.lo [2022-06-17T09:07:30.331Z] #77 ... [2022-06-17T09:07:30.331Z] [2022-06-17T09:07:30.331Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-17T09:07:30.331Z] #23 sha256:2be5ffe64d88e98050be52a2eba4782a24c1ae7b06b0fc27a348a559f3723faa [2022-06-17T09:07:30.331Z] #23 9.571 Collecting yamllint==1.26.1 [2022-06-17T09:07:30.355Z] #19 270.8 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-17T09:07:30.355Z] #19 270.8 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:30.355Z] #19 270.8 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:30.362Z] #77 111.2 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-17T09:07:30.362Z] #77 111.2 libtoolize: copying file 'm4/libtool.m4' [2022-06-17T09:07:30.362Z] #77 111.3 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-17T09:07:30.362Z] #77 111.5 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-17T09:07:30.362Z] #77 111.6 libtoolize: copying file 'm4/ltversion.m4' [2022-06-17T09:07:30.362Z] #77 111.6 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-17T09:07:30.494Z] #14 ... [2022-06-17T09:07:30.494Z] [2022-06-17T09:07:30.494Z] #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-17T09:07:30.494Z] #67 sha256:917fbb21744d8d26a1f6ea826b92fe3bcc90bb2d7c6140045a4f6d95568979f1 [2022-06-17T09:07:30.494Z] #67 178.1 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:07:30.494Z] #67 178.1 + GOBIN=/build [2022-06-17T09:07:30.494Z] #67 178.1 + GO111MODULE=on [2022-06-17T09:07:30.494Z] #67 178.1 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:07:30.494Z] #67 188.2 rootlesskit version 1.0.0 [2022-06-17T09:07:30.494Z] #67 188.3 Usage of /build/rootlesskit-docker-proxy: [2022-06-17T09:07:30.494Z] #67 188.3 -container-ip string [2022-06-17T09:07:30.494Z] #67 188.3 container ip [2022-06-17T09:07:30.494Z] #67 188.3 -container-port int [2022-06-17T09:07:30.494Z] #67 188.3 container port (default -1) [2022-06-17T09:07:30.494Z] #67 188.3 -host-ip string [2022-06-17T09:07:30.494Z] #67 188.3 host ip [2022-06-17T09:07:30.494Z] #67 188.3 -host-port int [2022-06-17T09:07:30.494Z] #67 188.3 host port (default -1) [2022-06-17T09:07:30.494Z] #67 188.3 -proto string [2022-06-17T09:07:30.494Z] #67 188.3 proxy protocol (default "tcp") [2022-06-17T09:07:30.556Z] #77 136.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-17T09:07:30.556Z] #77 136.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-17T09:07:30.556Z] #77 136.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-17T09:07:30.610Z] #19 271.0 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-17T09:07:30.611Z] #19 271.0 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:30.611Z] #19 271.0 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:30.866Z] #19 271.3 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-17T09:07:30.866Z] #19 271.3 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:30.866Z] #19 271.3 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:31.125Z] #77 137.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-17T09:07:31.385Z] #77 137.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-17T09:07:31.428Z] #19 271.8 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-17T09:07:31.428Z] #19 271.8 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:07:31.428Z] #19 271.8 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:07:31.644Z] #77 137.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-17T09:07:31.644Z] #77 137.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-17T09:07:31.644Z] #77 137.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-17T09:07:31.644Z] #77 137.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-17T09:07:31.644Z] #77 137.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-17T09:07:31.644Z] #77 137.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-17T09:07:31.644Z] #77 137.4 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-17T09:07:31.698Z] #23 10.62 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-17T09:07:32.312Z] #77 ... [2022-06-17T09:07:32.312Z] [2022-06-17T09:07:32.312Z] #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-17T09:07:32.312Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:07:32.312Z] #67 194.6 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:07:32.312Z] #67 194.6 + GOBIN=/build [2022-06-17T09:07:32.312Z] #67 194.6 + GO111MODULE=on [2022-06-17T09:07:32.312Z] #67 194.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-17T09:07:32.583Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-17T09:07:32.584Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-17T09:07:32.584Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-17T09:07:32.584Z] #77 138.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-17T09:07:32.584Z] #77 138.5 make install-recursive [2022-06-17T09:07:32.584Z] #77 138.5 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:32.627Z] #23 11.80 Collecting pathspec>=0.5.3 [2022-06-17T09:07:32.627Z] #23 11.83 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-17T09:07:32.843Z] #77 138.6 Making install in yajl [2022-06-17T09:07:32.843Z] #77 138.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:32.843Z] #77 138.6 CC verify/json_verify-json_verify.o [2022-06-17T09:07:32.843Z] #77 138.7 CC src/libyajl_la-yajl_alloc.lo [2022-06-17T09:07:32.843Z] #77 138.7 CC src/libyajl_la-yajl.lo [2022-06-17T09:07:32.843Z] #77 138.7 CC src/libyajl_la-yajl_gen.lo [2022-06-17T09:07:32.843Z] #77 138.8 CC src/libyajl_la-yajl_parser.lo [2022-06-17T09:07:32.843Z] #77 138.8 CC src/libyajl_la-yajl_buf.lo [2022-06-17T09:07:32.883Z] #23 12.13 Collecting pyyaml [2022-06-17T09:07:32.884Z] #23 12.15 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-06-17T09:07:32.884Z] #23 12.22 Building wheels for collected packages: yamllint [2022-06-17T09:07:33.103Z] #77 138.9 CC src/libyajl_la-yajl_encode.lo [2022-06-17T09:07:33.103Z] #77 138.9 CC src/libyajl_la-yajl_lex.lo [2022-06-17T09:07:33.103Z] #77 138.9 CC src/libyajl_la-yajl_tree.lo [2022-06-17T09:07:33.140Z] #23 12.23 Building wheel for yamllint (setup.py): started [2022-06-17T09:07:33.796Z] #67 DONE 192.7s [2022-06-17T09:07:33.796Z] [2022-06-17T09:07:33.797Z] #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-17T09:07:33.797Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:33.797Z] #14 193.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-17T09:07:33.797Z] #14 193.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...#14 ... [2022-06-17T09:07:33.797Z] [2022-06-17T09:07:33.797Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-17T09:07:33.797Z] #68 sha256:cf154c37610ebef5464a6d33f28b0dd72360fb3181ed3afab3670c10565ef946 [2022-06-17T09:07:33.797Z] #68 DONE 0.1s [2022-06-17T09:07:33.797Z] [2022-06-17T09:07:33.797Z] #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-17T09:07:33.797Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:33.797Z] #14 193.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-17T09:07:33.797Z] #14 193.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:07:33.797Z] #14 ... [2022-06-17T09:07:33.797Z] [2022-06-17T09:07:33.797Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-17T09:07:33.797Z] #69 sha256:d88866d5ed99ec9389a4cac35c762b25e6c325028e92d2441b71d8ac2ba1ed26 [2022-06-17T09:07:33.797Z] #69 DONE 0.1s [2022-06-17T09:07:34.058Z] [2022-06-17T09:07:34.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-17T09:07:34.058Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:34.058Z] #14 193.6 Selecting previously unselected package libapparmor1:amd64. [2022-06-17T09:07:34.058Z] #14 193.6 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-17T09:07:34.058Z] #14 193.6 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:07:34.068Z] #23 13.27 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-17T09:07:34.068Z] #23 13.28 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=11a800ff376f09eb0be52d5f6f022473451030a19d7da7f84bca650581277715 [2022-06-17T09:07:34.068Z] #23 13.28 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-17T09:07:34.068Z] #23 13.28 Successfully built yamllint [2022-06-17T09:07:34.068Z] #23 13.31 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-17T09:07:34.318Z] #14 193.9 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-17T09:07:34.318Z] #14 193.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-17T09:07:34.318Z] #14 193.9 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:07:34.580Z] #14 194.3 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:07:34.631Z] #23 13.72 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-17T09:07:34.848Z] #14 194.3 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:07:34.848Z] #14 194.3 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:07:35.109Z] #14 194.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:07:35.109Z] #14 194.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:07:35.109Z] #14 194.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:07:35.560Z] #23 DONE 14.6s [2022-06-17T09:07:35.561Z] [2022-06-17T09:07:35.561Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:35.561Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:07:35.561Z] #77 132.1 CC src/json_common.lo [2022-06-17T09:07:35.561Z] #77 132.4 CC tests/test-1.o [2022-06-17T09:07:35.561Z] #77 132.5 CC tests/test-2.o [2022-06-17T09:07:35.561Z] #77 132.7 CC tests/test-3.o [2022-06-17T09:07:35.561Z] #77 133.0 CC tests/test-4.o [2022-06-17T09:07:35.561Z] #77 133.1 CC tests/test-5.o [2022-06-17T09:07:35.561Z] #77 133.2 CC tests/test-6.o [2022-06-17T09:07:35.561Z] #77 133.3 CC tests/test-7.o [2022-06-17T09:07:35.561Z] #77 133.6 CC tests/test-8.o [2022-06-17T09:07:35.561Z] #77 133.7 CC tests/test-9.o [2022-06-17T09:07:35.561Z] #77 134.0 CC tests/test-10.o [2022-06-17T09:07:35.561Z] #77 134.1 CC tests/test-11.o [2022-06-17T09:07:35.681Z] #14 195.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-17T09:07:35.942Z] #14 195.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:07:35.942Z] #14 195.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:35.942Z] #14 195.6 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:07:35.942Z] #14 195.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:07:35.942Z] #14 195.6 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:07:36.464Z] #14 195.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-17T09:07:36.464Z] #14 195.9 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-17T09:07:36.464Z] #14 195.9 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:07:37.039Z] #14 196.7 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-17T09:07:37.040Z] #14 196.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-17T09:07:37.301Z] #14 196.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:07:37.873Z] #14 197.4 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-17T09:07:37.873Z] #14 197.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-17T09:07:37.873Z] #14 197.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:07:38.134Z] #14 197.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-17T09:07:38.382Z] #77 ... [2022-06-17T09:07:38.382Z] [2022-06-17T09:07:38.382Z] #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-17T09:07:38.382Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:07:38.382Z] #21 42.33 Setting up apparmor (2.13.6-10) ... [2022-06-17T09:07:38.382Z] #21 43.79 Setting up zip (3.0-12) ... [2022-06-17T09:07:38.382Z] #21 43.81 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:38.382Z] #21 43.84 Setting up bash-completion (1:2.11-2) ... [2022-06-17T09:07:38.382Z] #21 45.98 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:07:38.382Z] #21 46.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:07:38.382Z] #21 46.01 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:07:38.382Z] #21 46.02 Setting up patch (2.7.6-7) ... [2022-06-17T09:07:38.382Z] #21 46.04 Setting up sudo (1.9.5p2-3) ... [2022-06-17T09:07:38.382Z] #21 46.12 invoke-rc.d: could not determine current runlevel [2022-06-17T09:07:38.382Z] #21 46.14 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-17T09:07:38.382Z] #21 46.15 Setting up xfsprogs (5.10.0-4) ... [2022-06-17T09:07:38.382Z] #21 46.16 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:07:38.382Z] #21 46.18 Setting up inetutils-ping (2:2.0-1) ... [2022-06-17T09:07:38.382Z] #21 46.19 Setting up pigz (2.6-1) ... [2022-06-17T09:07:38.382Z] #21 46.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:07:38.382Z] #21 46.22 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:07:38.382Z] #21 46.24 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:07:38.382Z] #21 46.25 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:38.382Z] #21 47.06 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:07:38.382Z] #21 47.07 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:07:38.382Z] #21 47.54 Setting up libelf1:amd64 (0.183-1) ... [2022-06-17T09:07:38.382Z] #21 47.57 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:07:38.382Z] #21 47.62 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:07:38.382Z] #21 47.63 Setting up python3-distutils (3.9.2-1) ... [2022-06-17T09:07:38.382Z] #21 48.13 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:07:38.382Z] #21 48.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-17T09:07:38.382Z] #21 48.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-17T09:07:38.382Z] #21 48.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-17T09:07:38.382Z] #21 48.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-17T09:07:38.382Z] #21 48.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-17T09:07:38.382Z] #21 48.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-17T09:07:38.382Z] #21 48.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-17T09:07:38.382Z] #21 48.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-17T09:07:38.382Z] #21 48.19 Setting up python3-setuptools (52.0.0-4) ... [2022-06-17T09:07:38.382Z] #21 49.75 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:07:38.382Z] #21 49.77 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:07:38.382Z] #21 49.78 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:07:38.382Z] #21 49.79 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:07:38.382Z] #21 ... [2022-06-17T09:07:38.382Z] [2022-06-17T09:07:38.382Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:38.382Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:38.382Z] #77 144.1 CCLD libyajl.la [2022-06-17T09:07:38.395Z] #14 197.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-17T09:07:38.395Z] #14 197.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:07:38.395Z] #14 198.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-17T09:07:38.643Z] #77 144.5 CCLD verify/json_verify [2022-06-17T09:07:38.659Z] #14 198.2 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-17T09:07:38.659Z] #14 198.2 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:07:38.929Z] #77 144.9 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:39.208Z] #77 144.9 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:07:39.208Z] #77 144.9 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:07:39.208Z] #77 144.9 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:39.208Z] #77 144.9 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:07:39.208Z] #77 144.9 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:07:39.208Z] #77 145.1 CC src/validate.o [2022-06-17T09:07:39.208Z] #77 145.1 CC src/image_spec_schema_config_schema.lo [2022-06-17T09:07:39.208Z] #77 145.1 CC src/image_spec_schema_content_descriptor.lo [2022-06-17T09:07:39.208Z] #77 145.1 CC src/image_spec_schema_defs.lo [2022-06-17T09:07:39.208Z] #77 145.1 CC src/image_spec_schema_defs_descriptor.lo [2022-06-17T09:07:39.208Z] #77 145.2 CC src/image_spec_schema_image_index_schema.lo [2022-06-17T09:07:39.208Z] #77 145.2 CC src/image_spec_schema_image_layout_schema.lo [2022-06-17T09:07:39.208Z] #77 145.2 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-17T09:07:39.208Z] #77 145.2 CC src/runtime_spec_schema_config_linux.lo [2022-06-17T09:07:39.503Z] #77 145.3 CC src/runtime_spec_schema_config_zos.lo [2022-06-17T09:07:39.503Z] #77 145.4 CC src/runtime_spec_schema_config_schema.lo [2022-06-17T09:07:39.503Z] #77 145.5 CC src/runtime_spec_schema_config_solaris.lo [2022-06-17T09:07:39.503Z] #77 145.5 CC src/runtime_spec_schema_config_vm.lo [2022-06-17T09:07:39.605Z] #14 199.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-17T09:07:39.605Z] #14 199.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-17T09:07:39.605Z] #14 199.1 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:07:39.766Z] #77 145.5 CC src/runtime_spec_schema_config_windows.lo [2022-06-17T09:07:39.766Z] #77 145.6 CC src/runtime_spec_schema_defs.lo [2022-06-17T09:07:39.766Z] #77 145.7 CC src/runtime_spec_schema_defs_linux.lo [2022-06-17T09:07:39.866Z] #14 199.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-17T09:07:39.866Z] #14 199.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:07:39.866Z] #14 199.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:40.027Z] #77 145.8 CC src/runtime_spec_schema_defs_zos.lo [2022-06-17T09:07:40.027Z] #77 ... [2022-06-17T09:07:40.027Z] [2022-06-17T09:07:40.027Z] #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-17T09:07:40.027Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:07:40.027Z] #21 51.18 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:07:40.027Z] #21 51.19 Setting up jq (1.6-2.1) ... [2022-06-17T09:07:40.027Z] #21 51.21 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:07:40.027Z] #21 51.22 Setting up iptables (1.8.7-1) ... [2022-06-17T09:07:40.027Z] #21 51.23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:07:40.027Z] #21 51.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:07:40.027Z] #21 51.24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:07:40.027Z] #21 51.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:07:40.027Z] #21 51.26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-17T09:07:40.027Z] #21 51.27 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-17T09:07:40.027Z] #21 51.28 Setting up iproute2 (5.10.0-4) ... [2022-06-17T09:07:40.027Z] #21 51.63 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:07:40.027Z] #21 DONE 52.0s [2022-06-17T09:07:40.027Z] [2022-06-17T09:07:40.027Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:40.027Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:40.027Z] #77 146.0 CC src/runtime_spec_schema_defs_vm.lo [2022-06-17T09:07:40.027Z] #77 146.0 CC src/runtime_spec_schema_defs_windows.lo [2022-06-17T09:07:40.127Z] #14 199.7 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:07:40.127Z] #14 199.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:07:40.127Z] #14 199.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:07:40.286Z] #77 146.2 CC src/runtime_spec_schema_state_schema.lo [2022-06-17T09:07:40.388Z] #14 200.0 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:07:40.546Z] #77 146.4 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-17T09:07:40.655Z] #14 200.0 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:07:40.655Z] #14 200.0 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:07:40.806Z] #77 146.6 CC src/basic_test_double_array_item.lo [2022-06-17T09:07:40.806Z] #77 146.7 CC src/basic_test_double_array.lo [2022-06-17T09:07:40.806Z] #77 146.8 CC src/basic_test_top_array_int.lo [2022-06-17T09:07:41.066Z] #77 147.0 CC src/basic_test_top_array_string.lo [2022-06-17T09:07:41.066Z] #77 147.1 CC src/basic_test_top_double_array_int.lo [2022-06-17T09:07:41.326Z] #77 147.3 CC src/basic_test_top_double_array_obj.lo [2022-06-17T09:07:41.588Z] #77 147.5 CC src/basic_test_top_double_array_refobj.lo [2022-06-17T09:07:41.588Z] #77 147.5 CC src/basic_test_top_double_array_string.lo [2022-06-17T09:07:41.588Z] #77 ... [2022-06-17T09:07:41.588Z] [2022-06-17T09:07:41.588Z] #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-17T09:07:41.588Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0 [2022-06-17T09:07:41.588Z] #22 1.472 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-17T09:07:41.588Z] #22 1.476 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-17T09:07:41.588Z] #22 1.479 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-17T09:07:41.588Z] #22 DONE 1.5s [2022-06-17T09:07:41.588Z] [2022-06-17T09:07:41.588Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:41.588Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:41.588Z] #77 147.6 CC src/read-file.lo [2022-06-17T09:07:41.615Z] #14 201.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:07:41.615Z] #14 201.1 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:07:41.615Z] #14 201.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:07:41.615Z] #14 201.1 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:07:41.615Z] #14 201.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:07:41.615Z] #14 201.2 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:07:41.615Z] #14 201.2 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:07:41.615Z] #14 201.3 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:07:41.615Z] #14 201.3 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:07:41.615Z] #14 ... [2022-06-17T09:07:41.615Z] [2022-06-17T09:07:41.615Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:41.615Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:41.615Z] #77 127.4 configure.ac:11: installing 'build-aux/compile' [2022-06-17T09:07:41.615Z] #77 127.4 configure.ac:11: installing 'build-aux/config.guess' [2022-06-17T09:07:41.615Z] #77 127.4 configure.ac:11: installing 'build-aux/config.sub' [2022-06-17T09:07:41.615Z] #77 127.5 configure.ac:13: installing 'build-aux/install-sh' [2022-06-17T09:07:41.615Z] #77 127.5 configure.ac:13: installing 'build-aux/missing' [2022-06-17T09:07:41.848Z] #77 147.8 CC src/json_common.lo [2022-06-17T09:07:41.881Z] #77 127.5 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-17T09:07:42.109Z] #77 147.9 CC tests/test-1.o [2022-06-17T09:07:42.110Z] #77 147.9 CC tests/test-2.o [2022-06-17T09:07:42.110Z] #77 148.1 CC tests/test-3.o [2022-06-17T09:07:42.145Z] #77 127.9 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:07:42.369Z] #77 148.3 CC tests/test-4.o [2022-06-17T09:07:42.629Z] #77 148.4 CC tests/test-5.o [2022-06-17T09:07:42.629Z] #77 148.5 CC tests/test-6.o [2022-06-17T09:07:42.629Z] #77 148.6 CC tests/test-7.o [2022-06-17T09:07:42.890Z] #77 148.8 CC tests/test-8.o [2022-06-17T09:07:43.149Z] #77 149.0 CC tests/test-9.o [2022-06-17T09:07:43.409Z] #77 149.3 CC tests/test-10.o [2022-06-17T09:07:43.566Z] #77 ... [2022-06-17T09:07:43.566Z] [2022-06-17T09:07:43.566Z] #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-17T09:07:43.566Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:43.566Z] #14 201.3 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:07:43.566Z] #14 201.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:07:43.566Z] #14 201.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:07:43.566Z] #14 201.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:07:43.566Z] #14 201.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:07:43.566Z] #14 201.5 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-17T09:07:43.566Z] #14 201.5 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:07:43.566Z] #14 201.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:07:43.566Z] #14 201.6 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:07:43.566Z] #14 201.6 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:07:43.566Z] #14 201.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:07:43.566Z] #14 201.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:07:43.566Z] #14 201.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-17T09:07:43.566Z] #14 201.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:43.566Z] #14 201.8 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-17T09:07:43.566Z] #14 201.8 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:07:43.566Z] #14 201.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:43.566Z] #14 201.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-17T09:07:43.566Z] #14 201.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:07:43.566Z] #14 202.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:07:43.566Z] #14 202.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:43.566Z] #14 202.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:07:43.566Z] #14 202.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:43.566Z] #14 202.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:43.566Z] #14 202.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:07:43.566Z] #14 DONE 202.9s [2022-06-17T09:07:43.566Z] [2022-06-17T09:07:43.566Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-17T09:07:43.566Z] #59 sha256:ab646d0a45e968368ab1e241a26b92aa3949abf55ee44f8fca9ff52bbfd8a170 [2022-06-17T09:07:43.566Z] #59 DONE 0.3s [2022-06-17T09:07:43.566Z] [2022-06-17T09:07:43.566Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-17T09:07:43.566Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-17T09:07:43.668Z] #77 149.5 CC tests/test-11.o [2022-06-17T09:07:44.533Z] #67 ... [2022-06-17T09:07:44.533Z] [2022-06-17T09:07:44.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-17T09:07:44.533Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:44.533Z] #14 195.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-17T09:07:44.533Z] #14 195.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:07:44.533Z] #14 195.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:44.533Z] #14 ... [2022-06-17T09:07:44.533Z] [2022-06-17T09:07:44.533Z] #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-17T09:07:44.533Z] #67 sha256:fdafe3da8c9174f4595453011d30d87779837b4e00a50a2367df7b6b4c5fdab2 [2022-06-17T09:07:44.533Z] #67 207.0 rootlesskit version 1.0.0 [2022-06-17T09:07:44.533Z] #67 207.1 Usage of /build/rootlesskit-docker-proxy: [2022-06-17T09:07:44.533Z] #67 207.1 -container-ip string [2022-06-17T09:07:44.533Z] #67 207.1 container ip [2022-06-17T09:07:44.533Z] #67 207.1 -container-port int [2022-06-17T09:07:44.533Z] #67 207.1 container port (default -1) [2022-06-17T09:07:44.533Z] #67 207.1 -host-ip string [2022-06-17T09:07:44.533Z] #67 207.1 host ip [2022-06-17T09:07:44.533Z] #67 207.1 -host-port int [2022-06-17T09:07:44.533Z] #67 207.1 host port (default -1) [2022-06-17T09:07:44.533Z] #67 207.1 -proto string [2022-06-17T09:07:44.533Z] #67 207.1 proxy protocol (default "tcp") [2022-06-17T09:07:44.798Z] #67 DONE 207.4s [2022-06-17T09:07:44.798Z] [2022-06-17T09:07:44.798Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-17T09:07:44.798Z] #68 sha256:5bee519dc951c6bf729d12c512e5f1fb1330430546a1106c40afef21c2993b03 [2022-06-17T09:07:45.058Z] #68 DONE 0.1s [2022-06-17T09:07:45.058Z] [2022-06-17T09:07:45.058Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-17T09:07:45.058Z] #69 sha256:3dac102ef5b727975b42188a62cd29d50f0c1ce96a9098e5965dba8798b2c6d8 [2022-06-17T09:07:45.058Z] #69 DONE 0.1s [2022-06-17T09:07:45.058Z] [2022-06-17T09:07:45.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-17T09:07:45.058Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-17T09:07:46.114Z] #15 DONE 2.3s [2022-06-17T09:07:46.114Z] [2022-06-17T09:07:46.114Z] #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-17T09:07:46.114Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-17T09:07:46.309Z] #19 ... [2022-06-17T09:07:46.309Z] [2022-06-17T09:07:46.309Z] #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-17T09:07:46.309Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:46.309Z] #84 231.0 CCLD tests/init [2022-06-17T09:07:46.309Z] #84 ... [2022-06-17T09:07:46.309Z] [2022-06-17T09:07:46.309Z] #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-17T09:07:46.309Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:07:46.309Z] #19 286.7 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-17T09:07:46.309Z] #19 286.7 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:07:46.440Z] #14 209.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-17T09:07:46.440Z] #14 209.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-17T09:07:46.440Z] #14 209.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:07:46.440Z] #14 209.2 Selecting previously unselected package libapparmor1:amd64. [2022-06-17T09:07:46.440Z] #14 209.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-17T09:07:46.440Z] #14 209.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:07:46.599Z] #19 286.9 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:07:46.700Z] #14 209.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-17T09:07:46.700Z] #14 209.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-17T09:07:46.700Z] #14 209.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:07:46.700Z] #14 209.6 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:07:46.959Z] #14 209.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:07:46.959Z] #14 209.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:07:47.219Z] #14 210.0 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:07:47.219Z] #14 210.0 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:07:47.219Z] #14 210.0 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:07:47.499Z] #16 DONE 1.6s [2022-06-17T09:07:47.499Z] [2022-06-17T09:07:47.499Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-17T09:07:47.499Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-17T09:07:47.528Z] #19 287.7 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-17T09:07:47.528Z] #19 287.7 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-17T09:07:47.528Z] #19 287.9 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-17T09:07:47.528Z] #19 ... [2022-06-17T09:07:47.528Z] [2022-06-17T09:07:47.528Z] #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-17T09:07:47.528Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:07:47.528Z] #54 DONE 300.6s [2022-06-17T09:07:47.785Z] [2022-06-17T09:07:47.785Z] #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-17T09:07:47.785Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:07:47.788Z] #14 210.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-17T09:07:47.788Z] #14 210.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:07:47.788Z] #14 210.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:47.788Z] #14 210.6 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:07:47.788Z] #14 210.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:07:47.788Z] #14 210.6 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:07:48.048Z] #14 210.9 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-17T09:07:48.048Z] #14 210.9 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-17T09:07:48.048Z] #14 210.9 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:07:48.348Z] #62 ... [2022-06-17T09:07:48.348Z] [2022-06-17T09:07:48.348Z] #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-17T09:07:48.348Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:07:48.348Z] #19 288.6 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-17T09:07:48.348Z] #19 288.6 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-17T09:07:48.348Z] #19 288.6 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-17T09:07:48.617Z] #14 211.3 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-17T09:07:48.617Z] #14 211.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-17T09:07:48.617Z] #14 211.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:07:48.880Z] #14 211.6 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-17T09:07:48.880Z] #14 211.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-17T09:07:48.880Z] #14 211.6 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:07:49.140Z] #14 211.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-17T09:07:49.140Z] #14 211.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-17T09:07:49.140Z] #14 211.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:07:49.140Z] #14 212.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-17T09:07:49.278Z] #19 289.6 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-17T09:07:49.278Z] #19 289.6 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:07:49.278Z] #19 289.6 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:07:49.400Z] #14 212.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-17T09:07:49.400Z] #14 212.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:07:49.409Z] #17 1.652 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-17T09:07:49.409Z] #17 DONE 1.8s [2022-06-17T09:07:49.409Z] [2022-06-17T09:07:49.409Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-17T09:07:49.409Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-17T09:07:49.969Z] #14 212.7 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-17T09:07:49.969Z] #14 212.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-17T09:07:49.969Z] #14 212.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:07:50.206Z] #19 290.6 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-17T09:07:50.206Z] #19 290.6 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:07:50.206Z] #19 290.6 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:07:50.230Z] #14 213.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-17T09:07:50.230Z] #14 213.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:07:50.230Z] #14 213.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:50.489Z] #14 213.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:07:50.490Z] #14 213.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:07:50.490Z] #14 213.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:07:50.490Z] #14 213.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:07:50.749Z] #14 213.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:07:50.749Z] #14 213.4 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:07:50.789Z] #18 DONE 1.7s [2022-06-17T09:07:50.789Z] [2022-06-17T09:07:50.789Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:50.789Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:50.789Z] #77 130.4 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:07:50.789Z] #77 130.8 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:07:50.789Z] #77 130.8 checking how to print strings... printf [2022-06-17T09:07:50.789Z] #77 130.9 checking for gcc... gcc [2022-06-17T09:07:50.789Z] #77 131.0 checking whether the C compiler works... yes [2022-06-17T09:07:50.789Z] #77 131.5 checking for C compiler default output file name... a.out [2022-06-17T09:07:50.789Z] #77 131.5 checking for suffix of executables... [2022-06-17T09:07:50.789Z] #77 132.0 checking whether we are cross compiling... no [2022-06-17T09:07:50.789Z] #77 132.4 checking for suffix of object files... o [2022-06-17T09:07:50.789Z] #77 132.7 checking whether we are using the GNU C compiler... yes [2022-06-17T09:07:50.789Z] #77 133.0 checking whether gcc accepts -g... yes [2022-06-17T09:07:50.789Z] #77 133.2 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:07:50.789Z] #77 133.5 checking whether gcc understands -c and -o together... yes [2022-06-17T09:07:50.789Z] #77 134.0 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:07:50.789Z] #77 134.0 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:07:50.789Z] #77 134.1 checking for egrep... /bin/grep -E [2022-06-17T09:07:50.789Z] #77 134.1 checking for fgrep... /bin/grep -F [2022-06-17T09:07:50.789Z] #77 134.1 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:07:50.789Z] #77 134.1 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:07:50.789Z] #77 134.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:07:50.789Z] #77 134.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:07:50.789Z] #77 134.4 checking whether ln -s works... yes [2022-06-17T09:07:50.789Z] #77 134.4 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:07:50.789Z] #77 134.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-17T09:07:50.789Z] #77 134.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:07:50.789Z] #77 134.5 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:07:50.789Z] #77 134.5 checking for objdump... objdump [2022-06-17T09:07:50.789Z] #77 134.5 checking how to recognize dependent libraries... pass_all [2022-06-17T09:07:50.789Z] #77 134.5 checking for dlltool... no [2022-06-17T09:07:50.789Z] #77 134.5 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:07:50.789Z] #77 134.5 checking for ar... ar [2022-06-17T09:07:50.789Z] #77 134.5 checking for archiver @FILE support... @ [2022-06-17T09:07:50.789Z] #77 134.7 checking for strip... strip [2022-06-17T09:07:50.789Z] #77 134.7 checking for ranlib... ranlib [2022-06-17T09:07:50.789Z] #77 134.7 checking for gawk... no [2022-06-17T09:07:50.789Z] #77 134.7 checking for mawk... mawk [2022-06-17T09:07:50.789Z] #77 134.7 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:07:50.789Z] #77 135.6 checking for sysroot... no [2022-06-17T09:07:50.789Z] #77 135.6 checking for a working dd... /bin/dd [2022-06-17T09:07:50.789Z] #77 135.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:07:50.789Z] #77 135.8 checking for mt... no [2022-06-17T09:07:50.789Z] #77 135.8 checking if : is a manifest tool... no [2022-06-17T09:07:50.789Z] #77 135.8 checking how to run the C preprocessor... gcc -E [2022-06-17T09:07:51.269Z] #14 213.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:07:51.269Z] #14 214.0 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:07:51.269Z] #14 214.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:07:51.269Z] #14 214.0 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:07:51.269Z] #14 214.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:07:51.269Z] #14 214.0 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:07:51.269Z] #14 214.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:07:51.269Z] #14 214.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:07:51.269Z] #14 214.1 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:07:51.269Z] #14 214.1 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:07:51.269Z] #14 214.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:07:51.269Z] #14 214.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:07:51.269Z] #14 214.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:07:51.269Z] #14 214.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:07:51.269Z] #14 214.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-17T09:07:51.269Z] #14 214.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:07:51.269Z] #14 214.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:07:51.269Z] #14 214.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:07:51.269Z] #14 214.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:07:51.269Z] #14 214.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:07:51.269Z] #14 214.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:07:51.529Z] #14 214.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-17T09:07:51.529Z] #14 214.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:51.529Z] #14 214.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-17T09:07:51.529Z] #14 214.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:07:51.529Z] #14 214.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:07:51.529Z] #14 214.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-17T09:07:51.529Z] #14 214.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:07:51.529Z] #14 214.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:07:51.529Z] #14 214.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:51.529Z] #14 214.5 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:07:51.730Z] #77 136.4 checking for ANSI C header files... yes [2022-06-17T09:07:51.730Z] #77 137.3 checking for sys/types.h... yes [2022-06-17T09:07:51.789Z] #14 214.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:51.789Z] #14 214.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:07:51.789Z] #14 214.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:07:51.797Z] #77 ... [2022-06-17T09:07:51.797Z] [2022-06-17T09:07:51.797Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-17T09:07:51.797Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d [2022-06-17T09:07:51.990Z] #77 137.7 checking for sys/stat.h... yes [2022-06-17T09:07:52.250Z] #77 137.9 checking for stdlib.h... [2022-06-17T09:07:52.250Z] #77 ... [2022-06-17T09:07:52.250Z] [2022-06-17T09:07:52.250Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-17T09:07:52.250Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-17T09:07:52.250Z] #19 DONE 1.4s [2022-06-17T09:07:52.250Z] [2022-06-17T09:07:52.250Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-17T09:07:52.250Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-17T09:07:52.366Z] #23 10.52 Collecting yamllint==1.26.1 [2022-06-17T09:07:53.172Z] #14 DONE 215.8s [2022-06-17T09:07:53.172Z] [2022-06-17T09:07:53.172Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-17T09:07:53.172Z] #59 sha256:f2b99bcfa5b6eee758d8694a9e47d8668d3f21eefe6609f9380810a61c787a39 [2022-06-17T09:07:53.172Z] #59 DONE 0.2s [2022-06-17T09:07:53.172Z] [2022-06-17T09:07:53.172Z] #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-17T09:07:53.172Z] #60 sha256:405cc52f06b2e09e8194239184b5c83e99e5fc4b1815a504b055490051ebc867 [2022-06-17T09:07:53.305Z] #23 11.58 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-17T09:07:53.632Z] #20 DONE 1.4s [2022-06-17T09:07:53.632Z] [2022-06-17T09:07:53.632Z] #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-17T09:07:53.632Z] #60 sha256:0d4add33ec0b6e576ada0af3a1d514cdf214e637648b5a70e2bd899b11e4b4c6 [2022-06-17T09:07:53.632Z] #60 1.770 + RM_GOPATH=0 [2022-06-17T09:07:53.632Z] #60 1.770 + TMP_GOPATH= [2022-06-17T09:07:53.632Z] #60 1.770 + : /build [2022-06-17T09:07:53.632Z] #60 1.770 + '[' -z '' ']' [2022-06-17T09:07:53.632Z] #60 1.771 ++ mktemp -d [2022-06-17T09:07:53.632Z] #60 1.788 + export GOPATH=/tmp/tmp.x1njjBbBBD [2022-06-17T09:07:53.632Z] #60 1.788 + GOPATH=/tmp/tmp.x1njjBbBBD [2022-06-17T09:07:53.632Z] #60 1.788 + RM_GOPATH=1 [2022-06-17T09:07:53.632Z] #60 1.788 + case "$(go env GOARCH)" in [2022-06-17T09:07:53.632Z] #60 1.789 ++ go env GOARCH [2022-06-17T09:07:53.632Z] #60 1.819 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:07:53.632Z] #60 1.820 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:07:53.632Z] #60 1.820 ++ dirname /install.sh [2022-06-17T09:07:53.632Z] #60 1.820 + dir=/ [2022-06-17T09:07:53.632Z] #60 1.833 + bin=runc [2022-06-17T09:07:53.632Z] #60 1.834 + shift [2022-06-17T09:07:53.632Z] #60 1.834 + '[' '!' -f //runc.installer ']' [2022-06-17T09:07:53.632Z] #60 1.834 + . //runc.installer [2022-06-17T09:07:53.632Z] #60 1.834 ++ set -e [2022-06-17T09:07:53.632Z] #60 1.834 ++ : v1.1.2 [2022-06-17T09:07:53.632Z] #60 1.834 + install_runc [2022-06-17T09:07:53.632Z] #60 1.834 + RUNC_BUILDTAGS=seccomp [2022-06-17T09:07:53.632Z] #60 1.834 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-17T09:07:53.632Z] #60 1.834 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.x1njjBbBBD/src/github.com/opencontainers/runc [2022-06-17T09:07:53.632Z] #60 1.834 Install runc version v1.1.2 (build tags: seccomp) [2022-06-17T09:07:53.632Z] #60 1.841 Cloning into '/tmp/tmp.x1njjBbBBD/src/github.com/opencontainers/runc'... [2022-06-17T09:07:53.666Z] #77 ... [2022-06-17T09:07:53.666Z] [2022-06-17T09:07:53.666Z] #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-17T09:07:53.666Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-17T09:07:53.666Z] #47 205.0 + dpkg --print-architecture [2022-06-17T09:07:53.892Z] #60 ... [2022-06-17T09:07:53.892Z] [2022-06-17T09:07:53.892Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:07:53.892Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:53.892Z] #77 137.9 checking for stdlib.h... yes [2022-06-17T09:07:53.892Z] #77 138.3 checking for string.h... yes [2022-06-17T09:07:53.892Z] #77 138.7 checking for memory.h... yes [2022-06-17T09:07:53.892Z] #77 139.0 checking for strings.h... yes [2022-06-17T09:07:53.892Z] #77 139.3 checking for inttypes.h... yes [2022-06-17T09:07:53.921Z] #47 DONE 205.7s [2022-06-17T09:07:53.921Z] [2022-06-17T09:07:53.922Z] #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-17T09:07:53.922Z] #60 sha256:cc441d30f1fa0d99cd4a411a3c92fea763e691be428fd8e61da12feba7c92633 [2022-06-17T09:07:54.153Z] #77 139.6 checking for stdint.h... yes [2022-06-17T09:07:54.375Z] #19 ... [2022-06-17T09:07:54.375Z] [2022-06-17T09:07:54.375Z] #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-17T09:07:54.375Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:07:54.375Z] #84 246.8 CCLD libcrun.la [2022-06-17T09:07:54.375Z] #84 246.8 AR libcrun_testing.a [2022-06-17T09:07:54.375Z] #84 246.8 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-17T09:07:54.375Z] #84 246.8 CCLD tests/tests_libcrun_utils [2022-06-17T09:07:54.375Z] #84 246.8 CCLD tests/tests_libcrun_errors [2022-06-17T09:07:54.375Z] #84 246.9 CCLD tests/tests_libcrun_fuzzer [2022-06-17T09:07:54.375Z] #84 247.8 CCLD crun [2022-06-17T09:07:54.375Z] #84 248.2 make[3]: Entering directory '/tmp/crun-build' [2022-06-17T09:07:54.375Z] #84 248.3 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-17T09:07:54.375Z] #84 248.3 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-17T09:07:54.375Z] #84 248.3 /bin/mkdir -p '/usr/local/lib' [2022-06-17T09:07:54.375Z] #84 248.3 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-17T09:07:54.375Z] #84 248.4 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-17T09:07:54.375Z] #84 248.4 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-17T09:07:54.375Z] #84 248.4 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-17T09:07:54.375Z] #84 248.4 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-17T09:07:54.375Z] #84 248.6 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-17T09:07:54.375Z] #84 248.6 ---------------------------------------------------------------------- [2022-06-17T09:07:54.375Z] #84 248.6 Libraries have been installed in: [2022-06-17T09:07:54.375Z] #84 248.6 /usr/local/lib [2022-06-17T09:07:54.375Z] #84 248.6 [2022-06-17T09:07:54.375Z] #84 248.6 If you ever happen to want to link against installed libraries [2022-06-17T09:07:54.375Z] #84 248.6 in a given directory, LIBDIR, you must either use libtool, and [2022-06-17T09:07:54.375Z] #84 248.6 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-17T09:07:54.375Z] #84 248.6 flag during linking and do at least one of the following: [2022-06-17T09:07:54.375Z] #84 248.6 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-17T09:07:54.375Z] #84 248.6 during execution [2022-06-17T09:07:54.375Z] #84 248.6 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-17T09:07:54.375Z] #84 248.6 during linking [2022-06-17T09:07:54.375Z] #84 248.6 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-17T09:07:54.375Z] #84 248.6 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-17T09:07:54.375Z] #84 248.6 [2022-06-17T09:07:54.375Z] #84 248.6 See any operating system documentation about shared libraries for [2022-06-17T09:07:54.375Z] #84 248.6 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-17T09:07:54.375Z] #84 248.6 ---------------------------------------------------------------------- [2022-06-17T09:07:54.375Z] #84 248.6 /bin/mkdir -p '/build' [2022-06-17T09:07:54.375Z] #84 248.6 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-17T09:07:54.375Z] #84 248.7 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-17T09:07:54.375Z] #84 248.7 make[3]: Leaving directory '/tmp/crun-build' [2022-06-17T09:07:54.375Z] #84 248.7 make[2]: Leaving directory '/tmp/crun-build' [2022-06-17T09:07:54.375Z] #84 248.7 make[1]: Leaving directory '/tmp/crun-build' [2022-06-17T09:07:54.412Z] #77 139.9 checking for unistd.h... yes [2022-06-17T09:07:54.631Z] #84 DONE 249.6s [2022-06-17T09:07:54.631Z] [2022-06-17T09:07:54.631Z] #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-17T09:07:54.631Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:07:54.672Z] #77 140.2 checking for dlfcn.h... yes [2022-06-17T09:07:54.672Z] #77 140.4 checking for objdir... .libs [2022-06-17T09:07:54.686Z] #23 12.92 Collecting pathspec>=0.5.3 [2022-06-17T09:07:54.686Z] #23 12.94 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-17T09:07:55.084Z] #60 ... [2022-06-17T09:07:55.084Z] [2022-06-17T09:07:55.084Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-17T09:07:55.084Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-17T09:07:55.084Z] #15 DONE 2.1s [2022-06-17T09:07:55.084Z] [2022-06-17T09:07:55.084Z] #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-17T09:07:55.084Z] #60 sha256:405cc52f06b2e09e8194239184b5c83e99e5fc4b1815a504b055490051ebc867 [2022-06-17T09:07:55.084Z] #60 1.747 + RM_GOPATH=0 [2022-06-17T09:07:55.084Z] #60 1.747 + TMP_GOPATH= [2022-06-17T09:07:55.084Z] #60 1.747 + : /build [2022-06-17T09:07:55.084Z] #60 1.747 + '[' -z '' ']' [2022-06-17T09:07:55.084Z] #60 1.747 ++ mktemp -d [2022-06-17T09:07:55.084Z] #60 1.756 + export GOPATH=/tmp/tmp.Qo3OATbdXp [2022-06-17T09:07:55.084Z] #60 1.756 + GOPATH=/tmp/tmp.Qo3OATbdXp [2022-06-17T09:07:55.084Z] #60 1.756 + RM_GOPATH=1 [2022-06-17T09:07:55.084Z] #60 1.756 + case "$(go env GOARCH)" in [2022-06-17T09:07:55.084Z] #60 1.757 ++ go env GOARCH [2022-06-17T09:07:55.084Z] #60 1.783 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:07:55.084Z] #60 1.783 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:07:55.084Z] #60 1.783 ++ dirname /install.sh [2022-06-17T09:07:55.084Z] #60 1.784 + dir=/ [2022-06-17T09:07:55.084Z] #60 1.785 + bin=runc [2022-06-17T09:07:55.084Z] #60 1.785 + shift [2022-06-17T09:07:55.084Z] #60 1.785 + '[' '!' -f //runc.installer ']' [2022-06-17T09:07:55.084Z] #60 1.786 + . //runc.installer [2022-06-17T09:07:55.084Z] #60 1.786 ++ set -e [2022-06-17T09:07:55.084Z] #60 1.786 ++ : v1.1.2 [2022-06-17T09:07:55.084Z] #60 1.786 + install_runc [2022-06-17T09:07:55.084Z] #60 1.786 + RUNC_BUILDTAGS=seccomp [2022-06-17T09:07:55.084Z] #60 1.786 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-17T09:07:55.084Z] #60 1.786 Install runc version v1.1.2 (build tags: seccomp) [2022-06-17T09:07:55.084Z] #60 1.787 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Qo3OATbdXp/src/github.com/opencontainers/runc [2022-06-17T09:07:55.084Z] #60 1.791 Cloning into '/tmp/tmp.Qo3OATbdXp/src/github.com/opencontainers/runc'... [2022-06-17T09:07:55.255Z] #23 13.38 Collecting pyyaml [2022-06-17T09:07:55.255Z] #23 13.42 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-17T09:07:55.255Z] #23 13.67 Building wheels for collected packages: yamllint [2022-06-17T09:07:55.505Z] #77 141.0 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:07:55.505Z] #77 141.2 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:07:55.505Z] #77 141.2 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:07:55.514Z] #23 13.68 Building wheel for yamllint (setup.py): started [2022-06-17T09:07:56.454Z] #23 14.86 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-17T09:07:56.473Z] #60 ... [2022-06-17T09:07:56.473Z] [2022-06-17T09:07:56.473Z] #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-17T09:07:56.473Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-17T09:07:56.473Z] #16 DONE 1.5s [2022-06-17T09:07:56.708Z] #77 141.4 checking if gcc static flag -static works... yes [2022-06-17T09:07:56.708Z] #77 142.4 checking if gcc supports -c -o file.o... yes [2022-06-17T09:07:56.714Z] #23 14.87 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=4a23135d083817edfb0fe93c037e52f444457dd1917c960eef29bf3ce014cc85 [2022-06-17T09:07:56.714Z] #23 14.87 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-17T09:07:56.714Z] #23 14.88 Successfully built yamllint [2022-06-17T09:07:56.714Z] #23 14.90 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-17T09:07:56.732Z] [2022-06-17T09:07:56.732Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-17T09:07:56.732Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-17T09:07:56.970Z] #77 142.6 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:07:56.970Z] #77 142.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:07:56.974Z] #23 15.38 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-17T09:07:57.544Z] #23 DONE 15.8s [2022-06-17T09:07:57.544Z] [2022-06-17T09:07:57.544Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-17T09:07:57.544Z] #27 sha256:c7b5a288c70fcf45668d8042ce93221c837c989530bfac36b44534a585851791 [2022-06-17T09:07:57.544Z] #27 DONE 0.1s [2022-06-17T09:07:57.544Z] [2022-06-17T09:07:57.544Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-17T09:07:57.544Z] #32 sha256:c89284fde7c630801030d164e472c870d4f5979664c5896aad9bffba40ce5b80 [2022-06-17T09:07:57.912Z] #77 142.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:07:58.117Z] #32 DONE 0.3s [2022-06-17T09:07:58.117Z] [2022-06-17T09:07:58.117Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-17T09:07:58.117Z] #35 sha256:f55e5af25f383748c9ff3a5aa72ff319069698e833a0389cc6cfa1227fddd19a [2022-06-17T09:07:58.117Z] #35 DONE 0.2s [2022-06-17T09:07:58.117Z] [2022-06-17T09:07:58.117Z] #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-17T09:07:58.117Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:07:58.117Z] #47 ... [2022-06-17T09:07:58.117Z] [2022-06-17T09:07:58.117Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-17T09:07:58.117Z] #37 sha256:013e90eec3647c4343756585d7752c0bfe8b935e1fe5e2f646d579b988416c11 [2022-06-17T09:07:58.117Z] #37 DONE 0.1s [2022-06-17T09:07:58.172Z] #77 143.8 checking how to hardcode library paths into programs... immediate [2022-06-17T09:07:58.172Z] #77 143.8 checking whether stripping libraries is possible... yes [2022-06-17T09:07:58.172Z] #77 143.8 checking if libtool supports shared libraries... yes [2022-06-17T09:07:58.173Z] #77 143.8 checking whether to build shared libraries... no [2022-06-17T09:07:58.173Z] #77 143.8 checking whether to build static libraries... yes [2022-06-17T09:07:58.173Z] #77 143.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:07:58.380Z] [2022-06-17T09:07:58.380Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-17T09:07:58.380Z] #39 sha256:ed9f2fcb4fecb7d8f33886ad460522bff009c990114fdf71b47bdd51c4ae5453 [2022-06-17T09:07:58.380Z] #39 DONE 0.1s [2022-06-17T09:07:58.380Z] [2022-06-17T09:07:58.380Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-17T09:07:58.380Z] #41 sha256:d2eb9d12ec451c31b70e5021efbd544f06e68b9ece145823cd1104d52b280258 [2022-06-17T09:07:58.434Z] #77 143.9 checking whether build environment is sane... yes [2022-06-17T09:07:58.434Z] #77 144.2 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:07:58.434Z] #77 144.2 checking whether make sets $(MAKE)... yes [2022-06-17T09:07:58.639Z] #17 1.839 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-17T09:07:58.639Z] #17 DONE 2.1s [2022-06-17T09:07:58.639Z] [2022-06-17T09:07:58.639Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-17T09:07:58.639Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-17T09:07:58.640Z] #41 DONE 0.1s [2022-06-17T09:07:58.640Z] [2022-06-17T09:07:58.640Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-17T09:07:58.640Z] #45 sha256:dccff7713f2038e056d67eb7ebc410ecbc81c3ffdf707cfca7fec3d70902c0ce [2022-06-17T09:07:58.640Z] #45 DONE 0.1s [2022-06-17T09:07:58.640Z] [2022-06-17T09:07:58.640Z] #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-17T09:07:58.640Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:07:58.695Z] #77 144.3 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:07:58.695Z] #77 144.3 checking whether make supports nested variables... yes [2022-06-17T09:07:58.695Z] #77 144.6 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:07:58.695Z] #77 144.6 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:07:58.955Z] #77 144.6 checking how to create a ustar tar archive... gnutar [2022-06-17T09:07:59.217Z] #77 144.7 checking dependency style of gcc... gcc3 [2022-06-17T09:07:59.477Z] #77 145.1 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:07:59.477Z] #77 145.1 checking whether make supports nested variables... (cached) yes [2022-06-17T09:07:59.477Z] #77 145.1 checking for gawk... (cached) mawk [2022-06-17T09:07:59.477Z] #77 145.1 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:07:59.477Z] #77 145.2 checking for gcc... (cached) gcc [2022-06-17T09:07:59.738Z] #77 145.4 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:07:59.738Z] #77 145.4 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:07:59.738Z] #77 145.4 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:07:59.738Z] #77 145.4 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:07:59.924Z] #62 ... [2022-06-17T09:07:59.924Z] [2022-06-17T09:07:59.924Z] #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-17T09:07:59.924Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:07:59.924Z] #19 299.4 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-17T09:07:59.924Z] #19 299.4 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:07:59.924Z] #19 299.4 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:07:59.924Z] #19 299.4 Selecting previously unselected package patch. [2022-06-17T09:07:59.924Z] #19 299.4 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:07:59.924Z] #19 299.4 Unpacking patch (2.7.6-7) ... [2022-06-17T09:07:59.924Z] #19 299.5 Selecting previously unselected package dpkg-dev. [2022-06-17T09:07:59.924Z] #19 299.5 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-17T09:07:59.924Z] #19 299.5 Unpacking dpkg-dev (1.20.10) ... [2022-06-17T09:07:59.924Z] #19 299.7 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-17T09:07:59.924Z] #19 299.7 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-17T09:07:59.924Z] #19 299.7 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-17T09:07:59.924Z] #19 299.8 Selecting previously unselected package libio-string-perl. [2022-06-17T09:07:59.924Z] #19 299.8 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-17T09:07:59.924Z] #19 299.8 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-17T09:07:59.924Z] #19 299.8 Selecting previously unselected package libicu67:amd64. [2022-06-17T09:07:59.924Z] #19 299.8 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-17T09:07:59.924Z] #19 299.8 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-17T09:07:59.998Z] #77 145.4 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:07:59.998Z] #77 145.6 checking for python3... /usr/bin/python3 [2022-06-17T09:07:59.998Z] #77 145.6 checking for python3 version... 3.9 [2022-06-17T09:08:00.259Z] #77 145.8 checking for python3 platform... linux [2022-06-17T09:08:00.519Z] #77 145.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:08:00.744Z] #19 301.1 Selecting previously unselected package libxml2:amd64. [2022-06-17T09:08:00.744Z] #19 301.1 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-17T09:08:00.744Z] #19 301.1 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:08:01.010Z] #19 301.2 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-17T09:08:01.010Z] #19 301.2 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-17T09:08:01.010Z] #19 301.2 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-17T09:08:01.010Z] #19 301.3 Selecting previously unselected package libxml-sax-base-perl. [2022-06-17T09:08:01.010Z] #19 301.3 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-17T09:08:01.010Z] #19 301.3 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-17T09:08:01.010Z] #19 301.3 Selecting previously unselected package libxml-sax-perl. [2022-06-17T09:08:01.010Z] #19 301.3 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-17T09:08:01.010Z] #19 301.3 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-17T09:08:01.010Z] #19 301.4 Selecting previously unselected package libxml-libxml-perl. [2022-06-17T09:08:01.010Z] #19 301.4 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-17T09:08:01.010Z] #19 301.4 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-17T09:08:01.010Z] #19 301.5 Selecting previously unselected package libxml-simple-perl. [2022-06-17T09:08:01.010Z] #19 301.5 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-17T09:08:01.010Z] #19 301.5 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-17T09:08:01.010Z] #19 301.6 Selecting previously unselected package libyaml-perl. [2022-06-17T09:08:01.010Z] #19 301.6 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-17T09:08:01.010Z] #19 301.6 Unpacking libyaml-perl (1.30-1) ... [2022-06-17T09:08:01.010Z] #19 301.6 Selecting previously unselected package libconfig-auto-perl. [2022-06-17T09:08:01.010Z] #19 301.6 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-17T09:08:01.010Z] #19 301.6 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-17T09:08:01.092Z] #77 146.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:08:01.092Z] #77 146.8 checking for go-md2man... no [2022-06-17T09:08:01.200Z] #18 DONE 2.2s [2022-06-17T09:08:01.200Z] [2022-06-17T09:08:01.200Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-17T09:08:01.200Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-17T09:08:01.266Z] #19 301.7 Selecting previously unselected package libfile-which-perl. [2022-06-17T09:08:01.266Z] #19 301.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-17T09:08:01.266Z] #19 301.7 Unpacking libfile-which-perl (1.23-1) ... [2022-06-17T09:08:01.266Z] #19 301.7 Selecting previously unselected package libfile-homedir-perl. [2022-06-17T09:08:01.266Z] #19 301.7 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-17T09:08:01.266Z] #19 301.7 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-17T09:08:01.266Z] #19 301.8 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-17T09:08:01.266Z] #19 301.8 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-17T09:08:01.266Z] #19 301.8 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-17T09:08:01.266Z] #19 301.8 Selecting previously unselected package dpkg-cross. [2022-06-17T09:08:01.266Z] #19 301.8 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-17T09:08:01.266Z] #19 301.8 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-17T09:08:01.353Z] #77 146.8 checking error.h usability... yes [2022-06-17T09:08:01.353Z] #77 147.1 checking error.h presence... yes [2022-06-17T09:08:01.353Z] #77 147.1 checking for error.h... yes [2022-06-17T09:08:01.613Z] #77 147.2 checking linux/openat2.h usability... [2022-06-17T09:08:01.613Z] #77 ... [2022-06-17T09:08:01.613Z] [2022-06-17T09:08:01.613Z] #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-17T09:08:01.613Z] #60 sha256:0d4add33ec0b6e576ada0af3a1d514cdf214e637648b5a70e2bd899b11e4b4c6 [2022-06-17T09:08:01.613Z] #60 17.82 + cd /tmp/tmp.x1njjBbBBD/src/github.com/opencontainers/runc [2022-06-17T09:08:01.613Z] #60 17.82 + git checkout -q v1.1.2 [2022-06-17T09:08:01.623Z] #19 301.9 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-17T09:08:01.623Z] #19 301.9 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-17T09:08:01.623Z] #19 301.9 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-17T09:08:01.623Z] #19 302.0 Selecting previously unselected package libc6-armel-cross. [2022-06-17T09:08:01.623Z] #19 302.0 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:01.623Z] #19 302.0 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-17T09:08:01.886Z] #19 302.4 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-17T09:08:02.142Z] #19 302.4 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:02.142Z] #19 302.4 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:02.142Z] #19 302.6 Selecting previously unselected package libgomp1-armel-cross. [2022-06-17T09:08:02.142Z] #19 302.6 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:02.142Z] #19 302.6 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:02.398Z] #19 302.7 Selecting previously unselected package libatomic1-armel-cross. [2022-06-17T09:08:02.398Z] #19 302.7 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:02.398Z] #19 302.7 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:02.398Z] #19 302.8 Selecting previously unselected package libasan6-armel-cross. [2022-06-17T09:08:02.398Z] #19 302.8 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:02.398Z] #19 302.8 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:02.555Z] #60 18.90 + '[' -z '' ']' [2022-06-17T09:08:02.555Z] #60 18.90 + target=static [2022-06-17T09:08:02.555Z] #60 18.90 + make BUILDTAGS=seccomp static [2022-06-17T09:08:02.653Z] #19 303.1 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-17T09:08:02.653Z] #19 303.1 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:02.653Z] #19 303.1 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:02.909Z] #19 303.2 Selecting previously unselected package libubsan1-armel-cross. [2022-06-17T09:08:02.909Z] #19 303.2 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:02.909Z] #19 303.3 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:03.127Z] #19 DONE 2.1s [2022-06-17T09:08:03.127Z] [2022-06-17T09:08:03.127Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:03.127Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:03.127Z] #77 135.4 configure.ac:11: installing 'build-aux/compile' [2022-06-17T09:08:03.127Z] #77 135.4 configure.ac:11: installing 'build-aux/config.guess' [2022-06-17T09:08:03.127Z] #77 135.4 configure.ac:11: installing 'build-aux/config.sub' [2022-06-17T09:08:03.127Z] #77 135.4 configure.ac:13: installing 'build-aux/install-sh' [2022-06-17T09:08:03.127Z] #77 135.4 configure.ac:13: installing 'build-aux/missing' [2022-06-17T09:08:03.127Z] #77 135.4 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-17T09:08:03.127Z] #77 135.8 Makefile.am: installing 'build-aux/depcomp' [2022-06-17T09:08:03.127Z] #77 138.3 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:08:03.127Z] #77 139.1 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:08:03.127Z] #77 139.1 checking how to print strings... printf [2022-06-17T09:08:03.127Z] #77 139.1 checking for gcc... gcc [2022-06-17T09:08:03.127Z] #77 139.3 checking whether the C compiler works... yes [2022-06-17T09:08:03.127Z] #77 139.7 checking for C compiler default output file name... a.out [2022-06-17T09:08:03.127Z] #77 139.7 checking for suffix of executables... [2022-06-17T09:08:03.127Z] #77 140.0 checking whether we are cross compiling... no [2022-06-17T09:08:03.127Z] #77 140.4 checking for suffix of object files... o [2022-06-17T09:08:03.127Z] #77 140.6 checking whether we are using the GNU C compiler... yes [2022-06-17T09:08:03.127Z] #77 140.9 checking whether gcc accepts -g... yes [2022-06-17T09:08:03.127Z] #77 141.1 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:08:03.127Z] #77 141.5 checking whether gcc understands -c and -o together... yes [2022-06-17T09:08:03.127Z] #77 141.9 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:08:03.127Z] #77 142.0 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:08:03.127Z] #77 142.0 checking for egrep... /bin/grep -E [2022-06-17T09:08:03.127Z] #77 142.0 checking for fgrep... /bin/grep -F [2022-06-17T09:08:03.127Z] #77 142.0 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:08:03.127Z] #77 142.1 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:08:03.127Z] #77 142.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:08:03.127Z] #77 142.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:08:03.127Z] #77 142.4 checking whether ln -s works... yes [2022-06-17T09:08:03.127Z] #77 142.4 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:08:03.127Z] #77 142.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-17T09:08:03.127Z] #77 142.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:08:03.127Z] #77 142.4 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:08:03.127Z] #77 142.4 checking for objdump... objdump [2022-06-17T09:08:03.127Z] #77 142.4 checking how to recognize dependent libraries... pass_all [2022-06-17T09:08:03.127Z] #77 142.4 checking for dlltool... no [2022-06-17T09:08:03.127Z] #77 142.4 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:08:03.127Z] #77 142.4 checking for ar... ar [2022-06-17T09:08:03.127Z] #77 142.5 checking for archiver @FILE support... @ [2022-06-17T09:08:03.127Z] #77 142.7 checking for strip... strip [2022-06-17T09:08:03.127Z] #77 142.7 checking for ranlib... ranlib [2022-06-17T09:08:03.127Z] #77 142.7 checking for gawk... no [2022-06-17T09:08:03.127Z] #77 142.7 checking for mawk... mawk [2022-06-17T09:08:03.127Z] #77 142.7 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:08:03.127Z] #77 143.6 checking for sysroot... no [2022-06-17T09:08:03.127Z] #77 143.6 checking for a working dd... /bin/dd [2022-06-17T09:08:03.127Z] #77 143.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:08:03.127Z] #77 143.8 checking for mt... no [2022-06-17T09:08:03.127Z] #77 143.8 checking if : is a manifest tool... no [2022-06-17T09:08:03.127Z] #77 143.9 checking how to run the C preprocessor... gcc -E [2022-06-17T09:08:03.127Z] #77 144.4 checking for ANSI C header files... [2022-06-17T09:08:03.127Z] #77 ... [2022-06-17T09:08:03.127Z] [2022-06-17T09:08:03.127Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-17T09:08:03.127Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-17T09:08:03.134Z] #60 19.50 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-17T09:08:03.165Z] #19 303.4 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-17T09:08:03.165Z] #19 303.4 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:03.165Z] #19 303.4 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:03.165Z] #19 303.6 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-17T09:08:03.165Z] #19 303.6 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:03.165Z] #19 303.6 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-17T09:08:03.421Z] #19 ... [2022-06-17T09:08:03.421Z] [2022-06-17T09:08:03.421Z] #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-17T09:08:03.421Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:08:03.421Z] #62 316.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-17T09:08:03.421Z] #62 DONE 316.6s [2022-06-17T09:08:03.677Z] [2022-06-17T09:08:03.677Z] #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-17T09:08:03.677Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-17T09:08:03.721Z] #60 ... [2022-06-17T09:08:03.721Z] [2022-06-17T09:08:03.721Z] #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-17T09:08:03.721Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:03.721Z] #21 2.093 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:08:03.721Z] #21 2.263 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:08:03.721Z] #21 2.351 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:08:03.721Z] #21 3.801 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:08:03.721Z] #21 6.525 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:08:03.721Z] #21 8.707 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:08:03.986Z] #21 ... [2022-06-17T09:08:03.986Z] [2022-06-17T09:08:03.986Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:03.986Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:03.986Z] #77 147.2 checking linux/openat2.h usability... yes [2022-06-17T09:08:03.986Z] #77 147.5 checking linux/openat2.h presence... yes [2022-06-17T09:08:03.986Z] #77 147.6 checking for linux/openat2.h... yes [2022-06-17T09:08:03.986Z] #77 147.6 checking for copy_file_range... yes [2022-06-17T09:08:03.986Z] #77 148.2 checking for fgetxattr... yes [2022-06-17T09:08:03.986Z] #77 148.6 checking for statx... yes [2022-06-17T09:08:03.986Z] #77 148.9 checking for fgetpwent_r... yes [2022-06-17T09:08:03.986Z] #77 149.5 checking for issetugid... no [2022-06-17T09:08:03.986Z] #77 149.8 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:08:04.250Z] #77 149.8 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:08:04.824Z] #77 149.8 checking for library containing yajl_tree_get... -lyajl [2022-06-17T09:08:04.824Z] #77 150.5 checking for yajl >= 2.0.0... yes [2022-06-17T09:08:05.043Z] #20 DONE 2.0s [2022-06-17T09:08:05.043Z] [2022-06-17T09:08:05.043Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:05.043Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:05.043Z] #77 144.4 checking for ANSI C header files... yes [2022-06-17T09:08:05.043Z] #77 145.8 checking for sys/types.h... yes [2022-06-17T09:08:05.043Z] #77 146.0 checking for sys/stat.h... yes [2022-06-17T09:08:05.043Z] #77 146.3 checking for stdlib.h... yes [2022-06-17T09:08:05.084Z] #77 150.6 checking sys/capability.h usability... yes [2022-06-17T09:08:05.303Z] #77 146.7 checking for string.h... yes [2022-06-17T09:08:05.345Z] #77 150.9 checking sys/capability.h presence... yes [2022-06-17T09:08:05.345Z] #77 151.1 checking for sys/capability.h... yes [2022-06-17T09:08:05.568Z] #77 147.0 checking for memory.h... yes [2022-06-17T09:08:05.828Z] #77 147.5 checking for strings.h... yes [2022-06-17T09:08:06.287Z] #77 151.1 checking for library containing cap_from_name... -lcap [2022-06-17T09:08:06.397Z] #77 147.8 checking for inttypes.h... yes [2022-06-17T09:08:06.657Z] #77 148.3 checking for stdint.h... yes [2022-06-17T09:08:06.862Z] #77 151.8 checking for library containing dlopen... -ldl [2022-06-17T09:08:06.862Z] #77 152.4 checking seccomp.h usability... yes [2022-06-17T09:08:07.123Z] #77 152.7 checking seccomp.h presence... yes [2022-06-17T09:08:07.123Z] #77 152.9 checking for seccomp.h... yes [2022-06-17T09:08:07.179Z] #77 148.7 checking for unistd.h... yes [2022-06-17T09:08:07.750Z] #77 149.0 checking for dlfcn.h... yes [2022-06-17T09:08:07.750Z] #77 149.4 checking for objdir... .libs [2022-06-17T09:08:08.065Z] #77 152.9 checking for library containing seccomp_rule_add... -lseccomp [2022-06-17T09:08:08.065Z] #77 153.6 checking for library containing seccomp_arch_resolve_name... none required [2022-06-17T09:08:08.637Z] #77 153.9 checking systemd/sd-bus.h usability... yes [2022-06-17T09:08:08.637Z] #77 154.2 checking systemd/sd-bus.h presence... yes [2022-06-17T09:08:08.637Z] #77 154.4 checking for systemd/sd-bus.h... yes [2022-06-17T09:08:08.764Z] #60 ... [2022-06-17T09:08:08.764Z] [2022-06-17T09:08:08.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-17T09:08:08.764Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:08:08.764Z] #77 168.0 CCLD libocispec.la [2022-06-17T09:08:08.764Z] #77 168.4 CCLD src/validate [2022-06-17T09:08:08.764Z] #77 168.4 CCLD tests/test-1 [2022-06-17T09:08:08.764Z] #77 168.4 CCLD tests/test-2 [2022-06-17T09:08:08.764Z] #77 168.4 CCLD tests/test-3 [2022-06-17T09:08:08.764Z] #77 168.4 CCLD tests/test-4 [2022-06-17T09:08:08.764Z] #77 168.5 CCLD tests/test-5 [2022-06-17T09:08:08.764Z] #77 168.5 CCLD tests/test-6 [2022-06-17T09:08:08.764Z] #77 168.5 CCLD tests/test-7 [2022-06-17T09:08:08.764Z] #77 168.6 CCLD tests/test-8 [2022-06-17T09:08:08.764Z] #77 168.7 CCLD tests/test-9 [2022-06-17T09:08:08.764Z] #77 168.7 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-17T09:08:08.764Z] #77 168.9 CCLD tests/test-10 [2022-06-17T09:08:08.764Z] #77 168.9 CCLD tests/test-11 [2022-06-17T09:08:08.764Z] #77 170.4 libtool: link: ar cr libocispec.a [2022-06-17T09:08:08.764Z] #77 170.5 libtool: link: ranlib libocispec.a [2022-06-17T09:08:08.887Z] #77 150.2 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:08:08.888Z] #77 150.5 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:08:08.888Z] #77 150.5 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:08:08.917Z] #19 308.7 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-17T09:08:08.917Z] #19 308.7 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:08.917Z] #19 308.8 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-17T09:08:08.917Z] #19 308.8 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-17T09:08:08.917Z] #19 308.8 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-17T09:08:08.917Z] #19 308.8 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-17T09:08:08.917Z] #19 309.0 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-17T09:08:08.917Z] #19 309.0 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:08.917Z] #19 309.0 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-17T09:08:08.917Z] #19 309.2 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-17T09:08:08.917Z] #19 309.2 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:08.917Z] #19 309.2 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:08.917Z] #19 309.4 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-17T09:08:08.917Z] #19 309.4 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:08.917Z] #19 309.4 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-17T09:08:09.407Z] #77 150.8 checking if gcc static flag -static works... yes [2022-06-17T09:08:09.582Z] #77 154.4 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-17T09:08:09.582Z] #77 155.2 checking for sd_notify_barrier... [2022-06-17T09:08:09.582Z] #77 ... [2022-06-17T09:08:09.582Z] [2022-06-17T09:08:09.582Z] #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-17T09:08:09.582Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:09.582Z] #21 15.70 Fetched 8539 kB in 14s (618 kB/s) [2022-06-17T09:08:09.667Z] #77 151.3 checking if gcc supports -c -o file.o... yes [2022-06-17T09:08:09.667Z] #77 151.5 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:08:09.667Z] #77 151.5 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:08:10.495Z] #77 151.6 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:08:10.495Z] #77 152.4 checking how to hardcode library paths into programs... immediate [2022-06-17T09:08:10.495Z] #77 152.4 checking whether stripping libraries is possible... yes [2022-06-17T09:08:10.495Z] #77 152.5 checking if libtool supports shared libraries... yes [2022-06-17T09:08:10.495Z] #77 152.5 checking whether to build shared libraries... no [2022-06-17T09:08:10.495Z] #77 152.5 checking whether to build static libraries... yes [2022-06-17T09:08:10.656Z] #77 172.1 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:10.656Z] #77 172.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:08:10.656Z] #77 172.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:08:10.656Z] #77 172.1 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:10.656Z] #77 172.1 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:10.656Z] #77 172.1 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:10.656Z] #77 172.1 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:10.656Z] #77 172.1 make[2]: Entering directory '/tmp/crun-build' [2022-06-17T09:08:10.656Z] #77 172.3 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-17T09:08:10.656Z] #77 172.3 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-17T09:08:10.656Z] #77 172.3 CC src/libcrun/libcrun_testing_a-container.o [2022-06-17T09:08:10.656Z] #77 172.3 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-17T09:08:10.656Z] #77 172.3 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-17T09:08:10.656Z] #77 172.3 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-17T09:08:10.656Z] #77 172.4 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-17T09:08:10.656Z] #77 172.4 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-17T09:08:10.656Z] #77 172.4 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-17T09:08:10.755Z] #77 152.5 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:08:10.755Z] #77 152.6 checking whether build environment is sane... yes [2022-06-17T09:08:10.912Z] #77 172.5 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-17T09:08:10.912Z] #77 172.6 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-17T09:08:10.912Z] #77 172.6 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-17T09:08:10.912Z] #77 172.6 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-17T09:08:10.912Z] #77 172.7 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-17T09:08:11.168Z] #77 172.8 CC src/libcrun/libcrun_testing_a-error.o [2022-06-17T09:08:11.168Z] #77 172.9 CC src/libcrun/libcrun_testing_a-status.o [2022-06-17T09:08:11.273Z] #77 152.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:08:11.273Z] #77 153.0 checking whether make sets $(MAKE)... yes [2022-06-17T09:08:11.424Z] #77 172.9 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-17T09:08:11.424Z] #77 173.0 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-17T09:08:11.425Z] #77 173.0 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-17T09:08:11.425Z] #77 173.1 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-17T09:08:11.532Z] #77 153.2 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:08:11.532Z] #77 153.4 checking whether make supports nested variables... yes [2022-06-17T09:08:11.681Z] #77 173.2 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-17T09:08:11.681Z] #77 173.2 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-17T09:08:11.681Z] #77 173.3 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-17T09:08:11.792Z] #77 153.6 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:08:11.792Z] #77 153.6 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:08:11.937Z] #77 173.7 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-17T09:08:11.937Z] #77 173.7 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-17T09:08:11.937Z] #77 173.7 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-17T09:08:12.051Z] #77 153.6 checking how to create a ustar tar archive... gnutar [2022-06-17T09:08:12.193Z] #77 173.7 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-17T09:08:12.310Z] #77 153.7 checking dependency style of gcc... gcc3 [2022-06-17T09:08:12.310Z] #77 154.1 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:08:12.310Z] #77 154.1 checking whether make supports nested variables... (cached) yes [2022-06-17T09:08:12.310Z] #77 154.1 checking for gawk... (cached) mawk [2022-06-17T09:08:12.310Z] #77 154.1 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:08:12.310Z] #77 154.1 checking for gcc... (cached) gcc [2022-06-17T09:08:12.450Z] #77 174.1 CC src/crun-crun.o [2022-06-17T09:08:12.570Z] #77 ... [2022-06-17T09:08:12.570Z] [2022-06-17T09:08:12.570Z] #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-17T09:08:12.570Z] #60 sha256:405cc52f06b2e09e8194239184b5c83e99e5fc4b1815a504b055490051ebc867 [2022-06-17T09:08:12.570Z] #60 19.36 + cd /tmp/tmp.Qo3OATbdXp/src/github.com/opencontainers/runc [2022-06-17T09:08:12.570Z] #60 19.37 + git checkout -q v1.1.2 [2022-06-17T09:08:12.708Z] #77 174.2 CC src/crun-run.o [2022-06-17T09:08:12.708Z] #77 174.4 CC src/crun-delete.o [2022-06-17T09:08:12.963Z] #77 174.4 CC src/crun-kill.o [2022-06-17T09:08:12.963Z] #77 174.7 CC src/crun-pause.o [2022-06-17T09:08:13.219Z] #77 174.7 CC src/crun-unpause.o [2022-06-17T09:08:13.219Z] #77 174.9 CC src/crun-spec.o [2022-06-17T09:08:13.219Z] #77 175.0 CC src/crun-exec.o [2022-06-17T09:08:13.475Z] #77 175.1 CC src/crun-list.o [2022-06-17T09:08:13.508Z] #60 20.32 + '[' -z '' ']' [2022-06-17T09:08:13.508Z] #60 20.32 + target=static [2022-06-17T09:08:13.508Z] #60 20.32 + make BUILDTAGS=seccomp static [2022-06-17T09:08:13.730Z] #77 175.3 CC src/crun-create.o [2022-06-17T09:08:13.986Z] #77 175.6 CC src/crun-start.o [2022-06-17T09:08:13.986Z] #77 175.7 CC src/crun-state.o [2022-06-17T09:08:14.159Z] #19 313.9 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-17T09:08:14.159Z] #19 313.9 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:14.159Z] #19 313.9 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-17T09:08:14.159Z] #19 313.9 Selecting previously unselected package crossbuild-essential-armel. [2022-06-17T09:08:14.159Z] #19 313.9 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-17T09:08:14.159Z] #19 313.9 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-17T09:08:14.159Z] #19 314.0 Selecting previously unselected package libc6-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.0 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.0 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-17T09:08:14.159Z] #19 314.1 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.1 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.1 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:14.159Z] #19 314.1 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.1 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.1 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:14.159Z] #19 314.1 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.1 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.2 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:14.159Z] #19 314.2 Selecting previously unselected package libasan6-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.2 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.2 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:14.159Z] #19 314.4 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.4 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.4 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:14.159Z] #19 314.5 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.5 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.5 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:14.159Z] #19 314.6 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-17T09:08:14.159Z] #19 314.6 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:14.159Z] #19 314.6 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:14.159Z] #19 314.7 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-17T09:08:14.242Z] #77 175.8 CC src/crun-update.o [2022-06-17T09:08:14.242Z] #77 176.0 CC src/crun-ps.o [2022-06-17T09:08:14.414Z] #19 314.7 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:14.414Z] #19 314.7 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-17T09:08:14.447Z] #60 21.15 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-17T09:08:14.501Z] #77 176.0 CC src/crun-checkpoint.o [2022-06-17T09:08:14.757Z] #77 176.3 CC src/crun-restore.o [2022-06-17T09:08:14.757Z] #77 176.4 CC src/libcrun/libcrun_la-utils.lo [2022-06-17T09:08:14.870Z] #21 15.70 Reading package lists... [2022-06-17T09:08:15.013Z] #77 176.5 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-17T09:08:15.013Z] #77 176.7 CC src/libcrun/libcrun_la-container.lo [2022-06-17T09:08:15.018Z] #60 ... [2022-06-17T09:08:15.018Z] [2022-06-17T09:08:15.018Z] #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-17T09:08:15.018Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:15.018Z] #21 2.712 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:08:15.018Z] #21 2.781 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:08:15.018Z] #21 2.785 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:08:15.018Z] #21 4.137 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:08:15.018Z] #21 6.891 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:08:15.018Z] #21 9.168 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:08:15.130Z] #21 20.97 Reading package lists... [2022-06-17T09:08:15.130Z] #21 ... [2022-06-17T09:08:15.130Z] [2022-06-17T09:08:15.130Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:15.130Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:15.130Z] #77 155.2 checking for sd_notify_barrier... yes [2022-06-17T09:08:15.130Z] #77 155.9 checking linux/bpf.h usability... yes [2022-06-17T09:08:15.130Z] #77 156.3 checking linux/bpf.h presence... yes [2022-06-17T09:08:15.130Z] #77 156.5 checking for linux/bpf.h... yes [2022-06-17T09:08:15.130Z] #77 156.5 checking compilation for eBPF... yes [2022-06-17T09:08:15.130Z] #77 156.8 checking for criu >= 3.15... no [2022-06-17T09:08:15.130Z] #77 157.0 configure: CRIU headers not found, building without CRIU support [2022-06-17T09:08:15.130Z] #77 157.0 checking for criu > 3.16... no [2022-06-17T09:08:15.130Z] #77 157.1 configure: CRIU version doesn't support join-ns API [2022-06-17T09:08:15.130Z] #77 157.1 checking for criu > 3.16.1... no [2022-06-17T09:08:15.130Z] #77 157.2 configure: CRIU version doesn't support for pre-dumping [2022-06-17T09:08:15.130Z] #77 157.2 checking for new mount API (fsconfig)... yes [2022-06-17T09:08:15.130Z] #77 157.5 checking for seccomp notify API... yes [2022-06-17T09:08:15.130Z] #77 157.7 checking for gperf... no [2022-06-17T09:08:15.130Z] #77 157.7 configure: gperf not found - cannot rebuild signal parser code [2022-06-17T09:08:15.130Z] #77 157.7 checking for library containing argp_parse... none required [2022-06-17T09:08:15.130Z] #77 158.9 checking that generated files are newer than configure... done [2022-06-17T09:08:15.130Z] #77 158.9 configure: creating ./config.status [2022-06-17T09:08:15.269Z] #77 176.8 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-17T09:08:15.277Z] #21 ... [2022-06-17T09:08:15.277Z] [2022-06-17T09:08:15.277Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:15.277Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:15.277Z] #77 154.5 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:08:15.277Z] #77 154.5 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:08:15.277Z] #77 154.5 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:08:15.277Z] #77 154.5 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:08:15.277Z] #77 154.5 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:08:15.277Z] #77 154.7 checking for python3... /usr/bin/python3 [2022-06-17T09:08:15.277Z] #77 154.7 checking for python3 version... 3.9 [2022-06-17T09:08:15.277Z] #77 154.9 checking for python3 platform... linux [2022-06-17T09:08:15.277Z] #77 155.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:08:15.277Z] #77 155.6 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:08:15.277Z] #77 155.8 checking for go-md2man... no [2022-06-17T09:08:15.277Z] #77 155.8 checking error.h usability... yes [2022-06-17T09:08:15.277Z] #77 156.0 checking error.h presence... yes [2022-06-17T09:08:15.277Z] #77 156.1 checking for error.h... yes [2022-06-17T09:08:15.277Z] #77 156.2 checking linux/openat2.h usability... yes [2022-06-17T09:08:15.277Z] #77 156.5 checking linux/openat2.h presence... yes [2022-06-17T09:08:15.277Z] #77 156.6 checking for linux/openat2.h... yes [2022-06-17T09:08:15.526Z] #77 177.1 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-17T09:08:15.526Z] #77 177.2 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-17T09:08:15.536Z] #77 156.8 checking for copy_file_range... yes [2022-06-17T09:08:15.782Z] #77 177.5 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-17T09:08:16.038Z] #77 177.7 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-17T09:08:16.105Z] #77 157.4 checking for fgetxattr... yes [2022-06-17T09:08:16.295Z] #77 178.0 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-17T09:08:16.552Z] #77 178.3 CC src/libcrun/libcrun_la-criu.lo [2022-06-17T09:08:16.744Z] #64 ... [2022-06-17T09:08:16.744Z] [2022-06-17T09:08:16.744Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:16.744Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:16.744Z] #77 182.8 CCLD libocispec.la [2022-06-17T09:08:16.809Z] #77 178.4 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-17T09:08:16.933Z] #77 158.1 checking for statx... yes [2022-06-17T09:08:17.044Z] #77 162.5 config.status: creating Makefile [2022-06-17T09:08:17.044Z] #77 162.5 config.status: creating rpm/crun.spec [2022-06-17T09:08:17.044Z] #77 162.7 config.status: creating config.h [2022-06-17T09:08:17.044Z] #77 162.8 config.status: executing libtool commands [2022-06-17T09:08:17.065Z] #77 178.7 CC src/libcrun/libcrun_la-linux.lo [2022-06-17T09:08:17.305Z] #77 163.0 config.status: executing depfiles commands [2022-06-17T09:08:17.315Z] #77 183.2 CCLD src/validate [2022-06-17T09:08:17.316Z] #77 183.2 CCLD tests/test-1 [2022-06-17T09:08:17.316Z] #77 183.2 CCLD tests/test-2 [2022-06-17T09:08:17.316Z] #77 183.2 CCLD tests/test-3 [2022-06-17T09:08:17.316Z] #77 183.3 CCLD tests/test-4 [2022-06-17T09:08:17.316Z] #77 183.3 CCLD tests/test-5 [2022-06-17T09:08:17.504Z] #77 158.7 checking for fgetpwent_r... yes [2022-06-17T09:08:17.576Z] #77 183.4 CCLD tests/test-6 [2022-06-17T09:08:17.576Z] #77 183.4 CCLD tests/test-7 [2022-06-17T09:08:17.576Z] #77 183.4 CCLD tests/test-8 [2022-06-17T09:08:17.576Z] #77 183.5 CCLD tests/test-9 [2022-06-17T09:08:17.576Z] #77 183.5 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-17T09:08:17.576Z] #77 183.7 CCLD tests/test-10 [2022-06-17T09:08:17.628Z] #77 179.1 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-17T09:08:17.840Z] #77 183.8 CCLD tests/test-11 [2022-06-17T09:08:17.877Z] #77 ... [2022-06-17T09:08:17.877Z] [2022-06-17T09:08:17.877Z] #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-17T09:08:17.877Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:08:17.877Z] #34 DONE 237.1s [2022-06-17T09:08:17.877Z] [2022-06-17T09:08:17.877Z] #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-17T09:08:17.877Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:08:17.884Z] #77 179.5 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-17T09:08:18.141Z] #77 179.7 CC src/libcrun/libcrun_la-error.lo [2022-06-17T09:08:18.442Z] #77 159.3 checking for issetugid... no [2022-06-17T09:08:18.442Z] #77 160.0 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:08:18.442Z] #77 160.0 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:08:18.704Z] #77 180.5 CC src/libcrun/libcrun_la-status.lo [2022-06-17T09:08:18.826Z] #47 ... [2022-06-17T09:08:18.826Z] [2022-06-17T09:08:18.826Z] #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-17T09:08:18.826Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:18.826Z] #21 20.97 Reading package lists... [2022-06-17T09:08:19.266Z] #77 180.7 CC src/libcrun/libcrun_la-terminal.lo [2022-06-17T09:08:19.443Z] #77 160.1 checking for library containing yajl_tree_get... -lyajl [2022-06-17T09:08:19.443Z] #77 161.0 checking for yajl >= 2.0.0... yes [2022-06-17T09:08:19.522Z] #77 181.2 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-17T09:08:19.655Z] #19 319.5 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-17T09:08:19.655Z] #19 319.5 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:19.655Z] #19 319.5 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-17T09:08:19.655Z] #19 319.6 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-17T09:08:19.655Z] #19 319.6 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-17T09:08:19.655Z] #19 319.6 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-17T09:08:19.655Z] #19 319.8 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-17T09:08:19.655Z] #19 319.8 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:19.655Z] #19 319.8 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-17T09:08:19.655Z] #19 320.0 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-17T09:08:19.655Z] #19 320.0 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:19.655Z] #19 320.0 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:19.659Z] #21 25.25 Building dependency tree... [2022-06-17T09:08:19.659Z] #21 ... [2022-06-17T09:08:19.659Z] [2022-06-17T09:08:19.659Z] #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-17T09:08:19.659Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:08:19.659Z] #36 239.1 Delve is a source level debugger for Go programs. [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-17T09:08:19.659Z] #36 239.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 Pass flags to the program you are debugging using `--`, for example: [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 Usage: [2022-06-17T09:08:19.659Z] #36 239.1 dlv [command] [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 Available Commands: [2022-06-17T09:08:19.659Z] #36 239.1 attach Attach to running process and begin debugging. [2022-06-17T09:08:19.659Z] #36 239.1 connect Connect to a headless debug server with a terminal client. [2022-06-17T09:08:19.659Z] #36 239.1 core Examine a core dump. [2022-06-17T09:08:19.659Z] #36 239.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-17T09:08:19.659Z] #36 239.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-17T09:08:19.659Z] #36 239.1 exec Execute a precompiled binary, and begin a debug session. [2022-06-17T09:08:19.659Z] #36 239.1 help Help about any command [2022-06-17T09:08:19.659Z] #36 239.1 run Deprecated command. Use 'debug' instead. [2022-06-17T09:08:19.659Z] #36 239.1 test Compile test binary and begin debugging program. [2022-06-17T09:08:19.659Z] #36 239.1 trace Compile and begin tracing program. [2022-06-17T09:08:19.659Z] #36 239.1 version Prints version. [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 Flags: [2022-06-17T09:08:19.659Z] #36 239.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-17T09:08:19.659Z] #36 239.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-17T09:08:19.659Z] #36 239.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-17T09:08:19.659Z] #36 239.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-17T09:08:19.659Z] #36 239.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-17T09:08:19.659Z] #36 239.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-17T09:08:19.659Z] #36 239.1 --disable-aslr Disables address space randomization [2022-06-17T09:08:19.659Z] #36 239.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-17T09:08:19.659Z] #36 239.1 -h, --help help for dlv [2022-06-17T09:08:19.659Z] #36 239.1 --init string Init file, executed by the terminal client. [2022-06-17T09:08:19.659Z] #36 239.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-17T09:08:19.659Z] #36 239.1 --log Enable debugging server logging. [2022-06-17T09:08:19.659Z] #36 239.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-17T09:08:19.659Z] #36 239.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-17T09:08:19.659Z] #36 239.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-17T09:08:19.659Z] #36 239.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-17T09:08:19.659Z] #36 239.1 --wd string Working directory for running the program. [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 Additional help topics: [2022-06-17T09:08:19.659Z] #36 239.1 dlv backend Help about the --backend flag. [2022-06-17T09:08:19.659Z] #36 239.1 dlv log Help about logging flags. [2022-06-17T09:08:19.659Z] #36 239.1 dlv redirect Help about file redirection. [2022-06-17T09:08:19.659Z] #36 239.1 [2022-06-17T09:08:19.659Z] #36 239.1 Use "dlv [command] --help" for more information about a command. [2022-06-17T09:08:19.659Z] #36 DONE 239.2s [2022-06-17T09:08:19.708Z] #77 161.1 checking sys/capability.h usability... yes [2022-06-17T09:08:19.754Z] #77 185.4 libtool: link: ar cr libocispec.a [2022-06-17T09:08:19.754Z] #77 185.5 libtool: link: ranlib libocispec.a [2022-06-17T09:08:19.778Z] #77 181.3 CC src/libcrun/libcrun_la-signals.lo [2022-06-17T09:08:19.911Z] #19 320.2 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-17T09:08:19.911Z] #19 320.2 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:19.911Z] #19 320.3 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-17T09:08:19.928Z] [2022-06-17T09:08:19.928Z] #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-17T09:08:19.928Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:19.928Z] #21 25.25 Building dependency tree... [2022-06-17T09:08:19.982Z] #77 161.4 checking sys/capability.h presence... yes [2022-06-17T09:08:19.982Z] #77 161.6 checking for sys/capability.h... yes [2022-06-17T09:08:20.034Z] #77 181.6 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-17T09:08:20.290Z] #77 182.0 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-17T09:08:20.852Z] #77 182.4 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-17T09:08:20.852Z] #77 182.4 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-17T09:08:20.937Z] #77 161.6 checking for library containing cap_from_name... [2022-06-17T09:08:20.937Z] #77 ... [2022-06-17T09:08:20.937Z] [2022-06-17T09:08:20.937Z] #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-17T09:08:20.937Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:20.937Z] #21 15.80 Fetched 8539 kB in 13s (638 kB/s) [2022-06-17T09:08:21.108Z] #77 182.7 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-17T09:08:21.138Z] #77 187.2 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:21.399Z] #77 187.3 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:08:21.399Z] #77 187.3 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:08:21.399Z] #77 187.3 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:21.399Z] #77 187.3 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:21.399Z] #77 187.3 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:21.399Z] #77 187.3 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:08:21.399Z] #77 187.3 make[2]: Entering directory '/tmp/crun-build' [2022-06-17T09:08:21.659Z] #77 187.4 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-17T09:08:21.659Z] #77 187.4 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-17T09:08:21.659Z] #77 187.5 CC src/libcrun/libcrun_testing_a-container.o [2022-06-17T09:08:21.659Z] #77 187.5 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-17T09:08:21.659Z] #77 187.5 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-17T09:08:21.659Z] #77 187.5 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-17T09:08:21.659Z] #77 187.5 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-17T09:08:21.659Z] #77 187.6 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-17T09:08:21.659Z] #77 187.6 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-17T09:08:21.659Z] #77 187.6 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-17T09:08:21.841Z] #21 27.77 The following additional packages will be installed: [2022-06-17T09:08:21.841Z] #21 27.77 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:08:21.841Z] #21 27.78 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-17T09:08:21.841Z] #21 27.78 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:08:21.841Z] #21 27.78 python3-pkg-resources vim-runtime xxd [2022-06-17T09:08:21.841Z] #21 27.78 Suggested packages: [2022-06-17T09:08:21.841Z] #21 27.79 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-17T09:08:21.841Z] #21 27.79 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-17T09:08:21.841Z] #21 27.79 acl attr quota [2022-06-17T09:08:21.841Z] #21 27.79 Recommended packages: [2022-06-17T09:08:21.841Z] #21 27.79 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-17T09:08:21.920Z] #77 187.7 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-17T09:08:21.920Z] #77 187.8 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-17T09:08:21.920Z] #77 187.8 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-17T09:08:21.920Z] #77 187.9 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-17T09:08:21.920Z] #77 187.9 CC src/libcrun/libcrun_testing_a-error.o [2022-06-17T09:08:21.920Z] #77 187.9 CC src/libcrun/libcrun_testing_a-status.o [2022-06-17T09:08:21.920Z] #77 187.9 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-17T09:08:21.920Z] #77 188.0 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-17T09:08:22.036Z] #77 183.6 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-17T09:08:22.180Z] #77 188.1 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-17T09:08:22.292Z] #77 184.0 CC tests/init.o [2022-06-17T09:08:22.441Z] #77 188.2 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-17T09:08:22.441Z] #77 188.4 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-17T09:08:22.548Z] #77 184.2 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-17T09:08:22.702Z] #77 188.5 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-17T09:08:22.702Z] #77 188.7 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-17T09:08:22.963Z] #77 188.8 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-17T09:08:22.963Z] #77 188.8 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-17T09:08:23.223Z] #77 188.9 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-17T09:08:23.223Z] #77 189.0 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-17T09:08:23.484Z] #77 189.5 CC src/crun-crun.o [2022-06-17T09:08:23.745Z] #77 189.5 CC src/crun-run.o [2022-06-17T09:08:23.745Z] #77 189.7 CC src/crun-delete.o [2022-06-17T09:08:23.758Z] #21 29.69 The following NEW packages will be installed: [2022-06-17T09:08:23.758Z] #21 29.69 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-17T09:08:23.758Z] #21 29.70 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:08:23.758Z] #21 29.70 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-17T09:08:23.758Z] #21 29.70 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-17T09:08:23.758Z] #21 29.70 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:08:23.758Z] #21 29.70 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-17T09:08:23.758Z] #21 29.70 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-17T09:08:23.758Z] #21 29.70 xz-utils zip zstd [2022-06-17T09:08:23.758Z] #21 30.10 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:08:23.758Z] #21 30.10 Need to get 27.7 MB of archives. [2022-06-17T09:08:23.758Z] #21 30.10 After this operation, 106 MB of additional disk space will be used. [2022-06-17T09:08:23.758Z] #21 30.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-17T09:08:23.758Z] #21 30.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-17T09:08:23.758Z] #21 30.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-17T09:08:23.758Z] #21 30.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:08:23.758Z] #21 30.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-17T09:08:23.758Z] #21 30.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-17T09:08:23.758Z] #21 30.11 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-17T09:08:23.758Z] #21 30.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-17T09:08:23.758Z] #21 30.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:08:24.005Z] #77 189.9 CC src/crun-kill.o [2022-06-17T09:08:24.005Z] #77 190.0 CC src/crun-pause.o [2022-06-17T09:08:24.020Z] #21 30.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-17T09:08:24.020Z] #21 30.20 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-17T09:08:24.020Z] #21 30.21 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:08:24.020Z] #21 30.22 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-17T09:08:24.020Z] #21 30.22 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-17T09:08:24.020Z] #21 30.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-17T09:08:24.020Z] #21 30.27 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-17T09:08:24.020Z] #21 30.27 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-17T09:08:24.020Z] #21 30.28 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-17T09:08:24.020Z] #21 30.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-17T09:08:24.020Z] #21 30.29 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-17T09:08:24.020Z] #21 30.29 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-17T09:08:24.020Z] #21 30.31 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:08:24.020Z] #21 30.31 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:08:24.020Z] #21 30.33 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:08:24.020Z] #21 30.33 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-17T09:08:24.020Z] #21 30.34 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-17T09:08:24.020Z] #21 30.34 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-17T09:08:24.265Z] #77 190.2 CC src/crun-unpause.o [2022-06-17T09:08:24.526Z] #77 190.3 CC src/crun-spec.o [2022-06-17T09:08:24.526Z] #77 190.5 CC src/crun-exec.o [2022-06-17T09:08:24.526Z] #77 190.6 CC src/crun-list.o [2022-06-17T09:08:24.591Z] #21 30.93 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-17T09:08:24.591Z] #21 30.93 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-17T09:08:24.786Z] #77 190.8 CC src/crun-create.o [2022-06-17T09:08:24.854Z] #21 30.94 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-17T09:08:24.854Z] #21 30.94 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-17T09:08:24.854Z] #21 30.94 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:08:24.854Z] #21 30.95 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-17T09:08:24.854Z] #21 30.99 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:08:24.854Z] #21 30.99 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-17T09:08:24.854Z] #21 31.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-17T09:08:24.854Z] #21 31.08 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-17T09:08:24.854Z] #21 31.09 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:08:24.854Z] #21 31.10 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-17T09:08:24.854Z] #21 31.13 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-17T09:08:24.854Z] #21 31.13 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-17T09:08:24.854Z] #21 31.14 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-17T09:08:25.046Z] #77 190.8 CC src/crun-start.o [2022-06-17T09:08:25.046Z] #77 190.9 CC src/crun-state.o [2022-06-17T09:08:25.115Z] #21 31.20 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-17T09:08:25.115Z] #21 31.22 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-17T09:08:25.115Z] #21 31.23 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-17T09:08:25.196Z] #19 324.8 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-17T09:08:25.196Z] #19 324.8 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:25.196Z] #19 324.8 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-17T09:08:25.196Z] #19 324.8 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-17T09:08:25.196Z] #19 324.8 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-17T09:08:25.196Z] #19 324.8 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-17T09:08:25.196Z] #19 324.9 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-17T09:08:25.196Z] #19 324.9 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:25.196Z] #19 324.9 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-17T09:08:25.196Z] #19 325.2 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-17T09:08:25.196Z] #19 325.2 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.196Z] #19 325.2 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.196Z] #19 325.3 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-17T09:08:25.196Z] #19 325.3 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.196Z] #19 325.3 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.196Z] #19 325.3 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-17T09:08:25.196Z] #19 325.3 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.196Z] #19 325.3 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.196Z] #19 325.4 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-17T09:08:25.196Z] #19 325.4 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.196Z] #19 325.4 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.196Z] #19 325.4 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-17T09:08:25.196Z] #19 325.4 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.196Z] #19 325.4 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.196Z] #19 325.6 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-17T09:08:25.196Z] #19 325.6 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.196Z] #19 325.6 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.307Z] #77 191.1 CC src/crun-update.o [2022-06-17T09:08:25.307Z] #77 191.2 CC src/crun-ps.o [2022-06-17T09:08:25.443Z] #21 31.55 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-17T09:08:25.443Z] #21 31.59 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-17T09:08:25.443Z] #21 31.63 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-17T09:08:25.443Z] #21 31.64 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-17T09:08:25.451Z] #19 325.8 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-17T09:08:25.451Z] #19 325.8 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.451Z] #19 325.8 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.451Z] #19 326.0 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-17T09:08:25.451Z] #19 326.0 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.567Z] #77 191.4 CC src/crun-checkpoint.o [2022-06-17T09:08:25.567Z] #77 191.6 CC src/crun-restore.o [2022-06-17T09:08:25.706Z] #19 326.0 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.706Z] #19 326.1 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-17T09:08:25.706Z] #19 326.1 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.706Z] #19 326.1 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.706Z] #19 326.2 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-17T09:08:25.706Z] #19 326.2 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.706Z] #19 326.2 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.706Z] #19 326.2 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-17T09:08:25.706Z] #19 326.2 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:25.706Z] #19 326.2 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:25.828Z] #77 191.7 CC src/libcrun/libcrun_la-utils.lo [2022-06-17T09:08:25.961Z] #19 326.4 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-17T09:08:25.961Z] #19 326.4 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:25.961Z] #19 326.4 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:26.088Z] #77 192.0 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-17T09:08:26.210Z] #21 15.80 Reading package lists... [2022-06-17T09:08:26.210Z] #21 ... [2022-06-17T09:08:26.210Z] [2022-06-17T09:08:26.210Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:26.210Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:26.210Z] #77 161.6 checking for library containing cap_from_name... -lcap [2022-06-17T09:08:26.210Z] #77 162.8 checking for library containing dlopen... -ldl [2022-06-17T09:08:26.210Z] #77 163.6 checking seccomp.h usability... yes [2022-06-17T09:08:26.210Z] #77 164.1 checking seccomp.h presence... yes [2022-06-17T09:08:26.210Z] #77 164.2 checking for seccomp.h... yes [2022-06-17T09:08:26.210Z] #77 164.2 checking for library containing seccomp_rule_add... -lseccomp [2022-06-17T09:08:26.210Z] #77 165.2 checking for library containing seccomp_arch_resolve_name... none required [2022-06-17T09:08:26.210Z] #77 165.6 checking systemd/sd-bus.h usability... yes [2022-06-17T09:08:26.210Z] #77 165.9 checking systemd/sd-bus.h presence... yes [2022-06-17T09:08:26.210Z] #77 166.2 checking for systemd/sd-bus.h... yes [2022-06-17T09:08:26.210Z] #77 166.2 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-17T09:08:26.210Z] #77 166.9 checking for sd_notify_barrier... yes [2022-06-17T09:08:26.210Z] #77 167.4 checking linux/bpf.h usability... yes [2022-06-17T09:08:26.210Z] #77 167.6 checking linux/bpf.h presence... yes [2022-06-17T09:08:26.210Z] #77 167.7 checking for linux/bpf.h... yes [2022-06-17T09:08:26.210Z] #77 167.7 checking compilation for eBPF... yes [2022-06-17T09:08:26.210Z] #77 168.0 checking for criu >= 3.15... no [2022-06-17T09:08:26.210Z] #77 168.0 configure: CRIU headers not found, building without CRIU support [2022-06-17T09:08:26.210Z] #77 168.0 checking for criu > 3.16... no [2022-06-17T09:08:26.210Z] #77 168.1 configure: CRIU version doesn't support join-ns API [2022-06-17T09:08:26.210Z] #77 168.1 checking for criu > 3.16.1... no [2022-06-17T09:08:26.210Z] #77 168.1 configure: CRIU version doesn't support for pre-dumping [2022-06-17T09:08:26.419Z] #21 32.73 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:08:26.468Z] #77 168.1 checking for new mount API (fsconfig)... yes [2022-06-17T09:08:26.469Z] #77 168.2 checking for seccomp notify API... yes [2022-06-17T09:08:26.660Z] #77 192.5 CC src/libcrun/libcrun_la-container.lo [2022-06-17T09:08:26.660Z] #77 192.7 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-17T09:08:26.693Z] #21 32.94 Fetched 27.7 MB in 2s (14.6 MB/s) [2022-06-17T09:08:26.728Z] #77 168.3 checking for gperf... no [2022-06-17T09:08:26.728Z] #77 168.3 configure: gperf not found - cannot rebuild signal parser code [2022-06-17T09:08:26.920Z] #77 192.8 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-17T09:08:26.957Z] #21 33.11 Selecting previously unselected package pigz. [2022-06-17T09:08:26.957Z] #21 33.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 ... 24019 files and directories currently installed.) [2022-06-17T09:08:26.957Z] #21 33.22 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-17T09:08:26.957Z] #21 33.23 Unpacking pigz (2.6-1) ... [2022-06-17T09:08:26.987Z] #77 168.3 checking for library containing argp_parse... none required [2022-06-17T09:08:27.181Z] #77 193.2 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-17T09:08:27.217Z] #21 33.47 Selecting previously unselected package libelf1:amd64. [2022-06-17T09:08:27.217Z] #21 33.47 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-17T09:08:27.217Z] #21 33.58 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-17T09:08:27.245Z] #77 169.1 checking that generated files are newer than configure... done [2022-06-17T09:08:27.245Z] #77 169.1 configure: creating ./config.status [2022-06-17T09:08:27.442Z] #77 193.3 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-17T09:08:27.702Z] #77 193.5 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-17T09:08:27.702Z] #77 193.7 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-17T09:08:27.790Z] #21 34.09 Selecting previously unselected package libbpf0:amd64. [2022-06-17T09:08:27.790Z] #21 34.09 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-17T09:08:27.790Z] #21 34.14 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:08:27.963Z] #77 193.9 CC src/libcrun/libcrun_la-criu.lo [2022-06-17T09:08:28.223Z] #77 194.2 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-17T09:08:28.223Z] #77 194.2 CC src/libcrun/libcrun_la-linux.lo [2022-06-17T09:08:28.359Z] #21 34.45 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:08:28.359Z] #21 34.46 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:08:28.359Z] #21 34.46 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:08:28.483Z] #77 194.4 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-17T09:08:28.620Z] #21 34.80 Selecting previously unselected package libmnl0:amd64. [2022-06-17T09:08:28.620Z] #21 34.80 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-17T09:08:28.620Z] #21 34.90 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:08:28.744Z] #77 194.7 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-17T09:08:28.880Z] #21 35.14 Selecting previously unselected package libxtables12:amd64. [2022-06-17T09:08:28.880Z] #21 35.14 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-17T09:08:29.004Z] #77 194.9 CC src/libcrun/libcrun_la-error.lo [2022-06-17T09:08:29.140Z] #21 35.21 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:08:29.140Z] #21 35.43 Selecting previously unselected package libcap2-bin. [2022-06-17T09:08:29.140Z] #21 35.43 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-17T09:08:29.265Z] #77 195.2 CC src/libcrun/libcrun_la-status.lo [2022-06-17T09:08:29.400Z] #21 35.51 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-17T09:08:29.400Z] #21 ... [2022-06-17T09:08:29.400Z] [2022-06-17T09:08:29.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-17T09:08:29.400Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:29.400Z] #77 165.1 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-17T09:08:29.400Z] #77 165.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:08:29.400Z] #77 165.7 checking for gcc... gcc [2022-06-17T09:08:29.400Z] #77 165.9 checking whether the C compiler works... yes [2022-06-17T09:08:29.400Z] #77 166.3 checking for C compiler default output file name... a.out [2022-06-17T09:08:29.400Z] #77 166.3 checking for suffix of executables... [2022-06-17T09:08:29.400Z] #77 166.7 checking whether we are cross compiling... no [2022-06-17T09:08:29.400Z] #77 167.0 checking for suffix of object files... o [2022-06-17T09:08:29.400Z] #77 167.1 checking whether we are using the GNU C compiler... yes [2022-06-17T09:08:29.400Z] #77 167.3 checking whether gcc accepts -g... yes [2022-06-17T09:08:29.400Z] #77 167.5 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:08:29.400Z] #77 167.8 checking whether gcc understands -c and -o together... yes [2022-06-17T09:08:29.400Z] #77 168.1 checking how to run the C preprocessor... gcc -E [2022-06-17T09:08:29.400Z] #77 168.5 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:08:29.400Z] #77 168.5 checking for egrep... /bin/grep -E [2022-06-17T09:08:29.400Z] #77 168.6 checking for ANSI C header files... yes [2022-06-17T09:08:29.400Z] #77 169.4 checking for sys/types.h... yes [2022-06-17T09:08:29.400Z] #77 169.6 checking for sys/stat.h... yes [2022-06-17T09:08:29.400Z] #77 170.0 checking for stdlib.h... yes [2022-06-17T09:08:29.400Z] #77 170.1 checking for string.h... yes [2022-06-17T09:08:29.400Z] #77 170.4 checking for memory.h... yes [2022-06-17T09:08:29.400Z] #77 170.7 checking for strings.h... yes [2022-06-17T09:08:29.400Z] #77 171.2 checking for inttypes.h... yes [2022-06-17T09:08:29.400Z] #77 171.5 checking for stdint.h... yes [2022-06-17T09:08:29.400Z] #77 171.8 checking for unistd.h... yes [2022-06-17T09:08:29.400Z] #77 172.2 checking minix/config.h usability... no [2022-06-17T09:08:29.400Z] #77 172.5 checking minix/config.h presence... no [2022-06-17T09:08:29.400Z] #77 172.6 checking for minix/config.h... no [2022-06-17T09:08:29.400Z] #77 172.6 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-17T09:08:29.400Z] #77 173.0 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:08:29.400Z] #77 173.6 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:08:29.400Z] #77 173.6 checking how to print strings... printf [2022-06-17T09:08:29.400Z] #77 173.6 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:08:29.400Z] #77 173.7 checking for fgrep... /bin/grep -F [2022-06-17T09:08:29.400Z] #77 173.7 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:08:29.400Z] #77 173.8 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:08:29.400Z] #77 173.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:08:29.400Z] #77 173.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:08:29.400Z] #77 174.0 checking whether ln -s works... yes [2022-06-17T09:08:29.400Z] #77 174.0 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:08:29.400Z] #77 174.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-17T09:08:29.400Z] #77 174.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:08:29.400Z] #77 174.0 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:08:29.400Z] #77 174.0 checking for objdump... objdump [2022-06-17T09:08:29.400Z] #77 174.0 checking how to recognize dependent libraries... pass_all [2022-06-17T09:08:29.400Z] #77 174.0 checking for dlltool... no [2022-06-17T09:08:29.400Z] #77 174.1 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:08:29.400Z] #77 174.1 checking for ar... ar [2022-06-17T09:08:29.400Z] #77 174.1 checking for archiver @FILE support... @ [2022-06-17T09:08:29.400Z] #77 174.3 checking for strip... strip [2022-06-17T09:08:29.400Z] #77 174.3 checking for ranlib... ranlib [2022-06-17T09:08:29.400Z] #77 174.3 checking for gawk... no [2022-06-17T09:08:29.400Z] #77 174.3 checking for mawk... mawk [2022-06-17T09:08:29.400Z] #77 174.3 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:08:29.400Z] #77 174.7 checking for sysroot... no [2022-06-17T09:08:29.400Z] #77 174.7 checking for a working dd... /bin/dd [2022-06-17T09:08:29.400Z] #77 174.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:08:29.400Z] #77 174.9 checking for mt... no [2022-06-17T09:08:29.400Z] #77 174.9 checking if : is a manifest tool... no [2022-06-17T09:08:29.400Z] #77 174.9 checking for dlfcn.h... yes [2022-06-17T09:08:29.400Z] #77 175.2 checking for objdir... .libs [2022-06-17T09:08:29.400Z] #77 ... [2022-06-17T09:08:29.400Z] [2022-06-17T09:08:29.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-17T09:08:29.400Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:29.400Z] #21 35.75 Selecting previously unselected package iproute2. [2022-06-17T09:08:29.525Z] #77 ... [2022-06-17T09:08:29.525Z] [2022-06-17T09:08:29.525Z] #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-17T09:08:29.525Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:08:29.525Z] #47 236.5 + dpkg --print-architecture [2022-06-17T09:08:29.525Z] #47 236.5 + git checkout -q v2.1.0 [2022-06-17T09:08:29.525Z] #47 237.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-17T09:08:29.525Z] #47 237.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-17T09:08:29.525Z] #47 ... [2022-06-17T09:08:29.525Z] [2022-06-17T09:08:29.525Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:29.525Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:29.525Z] #77 195.5 CC src/libcrun/libcrun_la-terminal.lo [2022-06-17T09:08:29.660Z] #21 35.76 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-17T09:08:29.660Z] #21 35.76 Unpacking iproute2 (5.10.0-4) ... [2022-06-17T09:08:29.785Z] #77 195.7 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-17T09:08:30.045Z] #77 195.9 CC src/libcrun/libcrun_la-signals.lo [2022-06-17T09:08:30.045Z] #77 196.1 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-17T09:08:30.230Z] #21 36.43 Selecting previously unselected package xxd. [2022-06-17T09:08:30.230Z] #21 36.43 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:08:30.230Z] #21 36.44 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:08:30.306Z] #77 196.3 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-17T09:08:30.490Z] #21 36.63 Selecting previously unselected package vim-common. [2022-06-17T09:08:30.490Z] #21 36.63 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:08:30.490Z] #21 36.66 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:08:30.751Z] #21 37.02 Selecting previously unselected package bash-completion. [2022-06-17T09:08:30.751Z] #21 37.03 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-17T09:08:31.204Z] #19 331.0 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-17T09:08:31.204Z] #19 331.0 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:31.204Z] #19 331.0 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:31.204Z] #19 331.0 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-17T09:08:31.204Z] #19 331.0 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-17T09:08:31.204Z] #19 331.0 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-17T09:08:31.204Z] #19 331.2 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-17T09:08:31.204Z] #19 331.2 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:31.204Z] #19 331.2 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-17T09:08:31.204Z] #19 331.5 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-17T09:08:31.204Z] #19 331.5 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:31.204Z] #19 331.5 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:31.204Z] #19 331.8 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-17T09:08:31.247Z] #77 197.3 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-17T09:08:31.444Z] #77 172.8 config.status: creating Makefile [2022-06-17T09:08:31.444Z] #77 172.9 config.status: creating rpm/crun.spec [2022-06-17T09:08:31.444Z] #77 173.0 config.status: creating config.h [2022-06-17T09:08:31.444Z] #77 173.0 config.status: executing libtool commands [2022-06-17T09:08:31.444Z] #77 173.1 config.status: executing depfiles commands [2022-06-17T09:08:31.460Z] #19 331.8 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:31.460Z] #19 331.8 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:31.507Z] #77 197.5 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-17T09:08:31.703Z] #77 ... [2022-06-17T09:08:31.703Z] [2022-06-17T09:08:31.703Z] #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-17T09:08:31.703Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-17T09:08:31.703Z] #34 DONE 254.0s [2022-06-17T09:08:31.703Z] [2022-06-17T09:08:31.703Z] #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-17T09:08:31.703Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:31.703Z] #21 15.80 Reading package lists... [2022-06-17T09:08:31.703Z] #21 21.36 Reading package lists... [2022-06-17T09:08:32.078Z] #77 198.0 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-17T09:08:32.642Z] #21 26.28 Building dependency tree... [2022-06-17T09:08:32.649Z] #77 198.4 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-17T09:08:32.909Z] #77 198.6 CC tests/init.o [2022-06-17T09:08:33.479Z] #77 199.3 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-17T09:08:34.546Z] #21 ... [2022-06-17T09:08:34.546Z] [2022-06-17T09:08:34.546Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:34.546Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:34.546Z] #77 176.0 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-17T09:08:34.546Z] #77 ... [2022-06-17T09:08:34.546Z] [2022-06-17T09:08:34.546Z] #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-17T09:08:34.546Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-17T09:08:34.546Z] #36 257.0 Delve is a source level debugger for Go programs. [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-17T09:08:34.546Z] #36 257.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 Pass flags to the program you are debugging using `--`, for example: [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 Usage: [2022-06-17T09:08:34.546Z] #36 257.0 dlv [command] [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 Available Commands: [2022-06-17T09:08:34.546Z] #36 257.0 attach Attach to running process and begin debugging. [2022-06-17T09:08:34.546Z] #36 257.0 connect Connect to a headless debug server with a terminal client. [2022-06-17T09:08:34.546Z] #36 257.0 core Examine a core dump. [2022-06-17T09:08:34.546Z] #36 257.0 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-17T09:08:34.546Z] #36 257.0 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-17T09:08:34.546Z] #36 257.0 exec Execute a precompiled binary, and begin a debug session. [2022-06-17T09:08:34.546Z] #36 257.0 help Help about any command [2022-06-17T09:08:34.546Z] #36 257.0 run Deprecated command. Use 'debug' instead. [2022-06-17T09:08:34.546Z] #36 257.0 test Compile test binary and begin debugging program. [2022-06-17T09:08:34.546Z] #36 257.0 trace Compile and begin tracing program. [2022-06-17T09:08:34.546Z] #36 257.0 version Prints version. [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 Flags: [2022-06-17T09:08:34.546Z] #36 257.0 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-17T09:08:34.546Z] #36 257.0 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-17T09:08:34.546Z] #36 257.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-17T09:08:34.546Z] #36 257.0 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-17T09:08:34.546Z] #36 257.0 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-17T09:08:34.546Z] #36 257.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-17T09:08:34.546Z] #36 257.0 --disable-aslr Disables address space randomization [2022-06-17T09:08:34.546Z] #36 257.0 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-17T09:08:34.546Z] #36 257.0 -h, --help help for dlv [2022-06-17T09:08:34.546Z] #36 257.0 --init string Init file, executed by the terminal client. [2022-06-17T09:08:34.546Z] #36 257.0 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-17T09:08:34.546Z] #36 257.0 --log Enable debugging server logging. [2022-06-17T09:08:34.546Z] #36 257.0 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-17T09:08:34.546Z] #36 257.0 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-17T09:08:34.546Z] #36 257.0 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-17T09:08:34.546Z] #36 257.0 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-17T09:08:34.546Z] #36 257.0 --wd string Working directory for running the program. [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 Additional help topics: [2022-06-17T09:08:34.546Z] #36 257.0 dlv backend Help about the --backend flag. [2022-06-17T09:08:34.546Z] #36 257.0 dlv log Help about logging flags. [2022-06-17T09:08:34.546Z] #36 257.0 dlv redirect Help about file redirection. [2022-06-17T09:08:34.546Z] #36 257.0 [2022-06-17T09:08:34.546Z] #36 257.0 Use "dlv [command] --help" for more information about a command. [2022-06-17T09:08:34.546Z] #36 DONE 257.1s [2022-06-17T09:08:34.546Z] [2022-06-17T09:08:34.546Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:34.546Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:34.546Z] #77 176.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:08:34.806Z] #77 176.7 checking for gcc... gcc [2022-06-17T09:08:35.330Z] #77 176.8 checking whether the C compiler works... yes [2022-06-17T09:08:35.330Z] #77 177.2 checking for C compiler default output file name... a.out [2022-06-17T09:08:35.633Z] #19 336.1 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-17T09:08:35.633Z] #19 336.1 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:35.633Z] #19 336.1 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:35.633Z] #19 336.2 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-17T09:08:35.633Z] #19 336.2 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-17T09:08:35.633Z] #19 336.2 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-17T09:08:35.633Z] #19 336.2 Selecting previously unselected package libc6-s390x-cross. [2022-06-17T09:08:35.633Z] #19 336.2 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:35.633Z] #19 336.2 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-17T09:08:35.889Z] #19 336.3 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-17T09:08:35.889Z] #19 336.3 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:35.889Z] #19 336.3 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:35.889Z] #19 336.4 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-17T09:08:35.889Z] #19 336.4 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:35.889Z] #19 336.4 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:35.889Z] #19 336.4 Selecting previously unselected package libitm1-s390x-cross. [2022-06-17T09:08:35.889Z] #19 336.4 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:35.889Z] #19 336.4 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:35.889Z] #19 336.5 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-17T09:08:35.889Z] #19 336.5 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:35.889Z] #19 336.5 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:35.889Z] #19 336.5 Selecting previously unselected package libasan6-s390x-cross. [2022-06-17T09:08:35.904Z] #77 177.2 checking for suffix of executables... [2022-06-17T09:08:36.133Z] #21 ... [2022-06-17T09:08:36.133Z] [2022-06-17T09:08:36.133Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:36.133Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:36.133Z] #77 175.4 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:08:36.133Z] #77 175.6 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:08:36.133Z] #77 175.6 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:08:36.133Z] #77 175.7 checking if gcc static flag -static works... yes [2022-06-17T09:08:36.133Z] #77 176.0 checking if gcc supports -c -o file.o... yes [2022-06-17T09:08:36.133Z] #77 176.2 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:08:36.133Z] #77 176.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:08:36.133Z] #77 176.3 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:08:36.133Z] #77 177.0 checking how to hardcode library paths into programs... immediate [2022-06-17T09:08:36.133Z] #77 177.0 checking whether stripping libraries is possible... yes [2022-06-17T09:08:36.133Z] #77 177.0 checking if libtool supports shared libraries... yes [2022-06-17T09:08:36.133Z] #77 177.0 checking whether to build shared libraries... no [2022-06-17T09:08:36.133Z] #77 177.0 checking whether to build static libraries... yes [2022-06-17T09:08:36.133Z] #77 177.0 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:08:36.133Z] #77 177.2 checking whether build environment is sane... yes [2022-06-17T09:08:36.133Z] #77 177.3 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:08:36.133Z] #77 177.4 checking whether make sets $(MAKE)... yes [2022-06-17T09:08:36.133Z] #77 177.5 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:08:36.133Z] #77 177.5 checking whether make supports nested variables... yes [2022-06-17T09:08:36.133Z] #77 177.6 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:08:36.133Z] #77 177.6 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:08:36.133Z] #77 177.6 checking how to create a ustar tar archive... gnutar [2022-06-17T09:08:36.133Z] #77 177.8 checking dependency style of gcc... gcc3 [2022-06-17T09:08:36.133Z] #77 178.1 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:08:36.133Z] #77 178.1 checking whether make supports nested variables... (cached) yes [2022-06-17T09:08:36.133Z] #77 178.1 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:08:36.133Z] #77 178.1 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:08:36.133Z] #77 178.1 checking for yajl >= 2.1.0... yes [2022-06-17T09:08:36.133Z] #77 178.2 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:08:36.133Z] #77 178.2 checking for gcc... (cached) gcc [2022-06-17T09:08:36.133Z] #77 178.4 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:08:36.133Z] #77 178.4 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:08:36.133Z] #77 178.4 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:08:36.133Z] #77 178.4 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:08:36.133Z] #77 178.4 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:08:36.133Z] #77 178.6 checking for python3... /usr/bin/python3 [2022-06-17T09:08:36.133Z] #77 178.6 checking for python3 version... 3.9 [2022-06-17T09:08:36.133Z] #77 178.6 checking for python3 platform... linux [2022-06-17T09:08:36.133Z] #77 178.7 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:08:36.133Z] #77 179.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:08:36.133Z] #77 179.5 checking that generated files are newer than configure... done [2022-06-17T09:08:36.133Z] #77 179.5 configure: creating ./config.status [2022-06-17T09:08:36.133Z] #77 ... [2022-06-17T09:08:36.133Z] [2022-06-17T09:08:36.133Z] #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-17T09:08:36.133Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:36.133Z] #21 41.93 Unpacking bash-completion (1:2.11-2) ... [2022-06-17T09:08:36.144Z] #19 336.5 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:36.144Z] #19 336.5 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:36.144Z] #19 336.7 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-17T09:08:36.144Z] #19 336.7 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:36.144Z] #19 336.7 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:36.165Z] #77 177.6 checking whether we are cross compiling... no [2022-06-17T09:08:36.400Z] #19 336.8 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-17T09:08:36.400Z] #19 336.8 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:36.400Z] #19 336.8 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:36.400Z] #19 336.9 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-17T09:08:36.400Z] #19 336.9 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:36.400Z] #19 336.9 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:36.400Z] #19 337.0 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-17T09:08:36.424Z] #77 177.9 checking for suffix of object files... o [2022-06-17T09:08:36.424Z] #77 178.1 checking whether we are using the GNU C compiler... yes [2022-06-17T09:08:36.656Z] #19 337.0 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:36.656Z] #19 337.0 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:36.683Z] #77 178.3 checking whether gcc accepts -g... yes [2022-06-17T09:08:36.705Z] #21 42.71 Selecting previously unselected package bzip2. [2022-06-17T09:08:36.705Z] #21 42.73 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:08:36.705Z] #21 42.75 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:08:36.705Z] #21 43.01 Selecting previously unselected package xz-utils. [2022-06-17T09:08:36.942Z] #77 178.5 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:08:36.966Z] #21 43.01 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:08:36.966Z] #21 43.05 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:08:37.202Z] #77 178.8 checking whether gcc understands -c and -o together... yes [2022-06-17T09:08:37.587Z] #21 43.57 Selecting previously unselected package apparmor. [2022-06-17T09:08:37.587Z] #21 43.58 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-17T09:08:37.770Z] #77 179.1 checking how to run the C preprocessor... gcc -E [2022-06-17T09:08:37.770Z] #77 179.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:08:37.848Z] #21 43.67 Unpacking apparmor (2.13.6-10) ... [2022-06-17T09:08:38.029Z] #77 179.7 checking for egrep... /bin/grep -E [2022-06-17T09:08:38.109Z] #21 44.43 Selecting previously unselected package inetutils-ping. [2022-06-17T09:08:38.109Z] #21 44.43 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-17T09:08:38.369Z] #21 44.44 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-17T09:08:38.631Z] #21 44.71 Selecting previously unselected package libip4tc2:amd64. [2022-06-17T09:08:38.631Z] #21 44.73 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:08:38.631Z] #21 44.74 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:08:38.631Z] #21 44.94 Selecting previously unselected package libip6tc2:amd64. [2022-06-17T09:08:38.631Z] #21 44.94 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:08:38.631Z] #21 44.95 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:08:38.893Z] #21 45.03 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-17T09:08:38.893Z] #21 45.03 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-17T09:08:38.893Z] #21 45.04 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:08:38.893Z] #21 45.13 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-17T09:08:38.893Z] #21 45.13 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-17T09:08:38.893Z] #21 45.14 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:08:38.893Z] #21 45.22 Selecting previously unselected package libnftnl11:amd64. [2022-06-17T09:08:38.967Z] #77 179.7 checking for ANSI C header files... yes [2022-06-17T09:08:38.967Z] #77 180.7 checking for sys/types.h... yes [2022-06-17T09:08:39.154Z] #21 45.24 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-17T09:08:39.154Z] #21 45.24 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:08:39.230Z] #77 180.9 checking for sys/stat.h... yes [2022-06-17T09:08:39.415Z] #21 45.54 Selecting previously unselected package iptables. [2022-06-17T09:08:39.415Z] #21 45.55 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-17T09:08:39.415Z] #21 45.56 Unpacking iptables (1.8.7-1) ... [2022-06-17T09:08:39.489Z] #77 181.1 checking for stdlib.h... yes [2022-06-17T09:08:39.489Z] #77 181.3 checking for string.h... yes [2022-06-17T09:08:39.749Z] #77 181.5 checking for memory.h... yes [2022-06-17T09:08:39.986Z] #21 46.04 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:08:39.986Z] #21 46.04 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:08:39.986Z] #21 46.05 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:08:39.986Z] #21 46.19 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:08:39.986Z] #21 46.21 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:08:39.986Z] #21 46.21 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:08:40.247Z] #21 46.38 Selecting previously unselected package jq. [2022-06-17T09:08:40.247Z] #21 46.38 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:08:40.247Z] #21 46.39 Unpacking jq (1.6-2.1) ... [2022-06-17T09:08:40.247Z] #21 46.51 Selecting previously unselected package libaio1:amd64. [2022-06-17T09:08:40.247Z] #21 46.51 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-17T09:08:40.247Z] #21 46.52 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:08:40.268Z] #77 181.8 checking for strings.h... yes [2022-06-17T09:08:40.509Z] #21 46.66 Selecting previously unselected package libgpm2:amd64. [2022-06-17T09:08:40.509Z] #21 46.67 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-17T09:08:40.509Z] #21 46.67 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:08:40.527Z] #77 182.2 checking for inttypes.h... yes [2022-06-17T09:08:40.771Z] #21 46.84 Selecting previously unselected package libicu67:amd64. [2022-06-17T09:08:40.771Z] #21 46.84 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-17T09:08:40.771Z] #21 46.85 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-17T09:08:40.786Z] #77 182.5 checking for stdint.h... yes [2022-06-17T09:08:41.045Z] #77 182.8 checking for unistd.h... yes [2022-06-17T09:08:41.564Z] #77 183.0 checking minix/config.h usability... no [2022-06-17T09:08:41.823Z] #77 183.3 checking minix/config.h presence... no [2022-06-17T09:08:41.823Z] #77 183.4 checking for minix/config.h... no [2022-06-17T09:08:41.823Z] #77 183.4 checking whether it is safe to define __EXTENSIONS__... [2022-06-17T09:08:41.823Z] #77 ... [2022-06-17T09:08:41.823Z] [2022-06-17T09:08:41.823Z] #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-17T09:08:41.823Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:41.823Z] #21 29.43 The following additional packages will be installed: [2022-06-17T09:08:41.823Z] #21 29.46 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:08:41.823Z] #21 29.46 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-17T09:08:41.823Z] #21 29.46 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:08:41.823Z] #21 29.46 python3-pkg-resources vim-runtime xxd [2022-06-17T09:08:41.823Z] #21 29.47 Suggested packages: [2022-06-17T09:08:41.823Z] #21 29.47 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-17T09:08:41.823Z] #21 29.47 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-17T09:08:41.823Z] #21 29.47 acl attr quota [2022-06-17T09:08:41.823Z] #21 29.47 Recommended packages: [2022-06-17T09:08:41.823Z] #21 29.47 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-17T09:08:41.823Z] #21 31.95 The following NEW packages will be installed: [2022-06-17T09:08:41.823Z] #21 31.95 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-17T09:08:41.823Z] #21 31.95 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-17T09:08:41.824Z] #21 31.95 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-17T09:08:41.824Z] #21 31.95 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-17T09:08:41.824Z] #21 31.96 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:08:41.824Z] #21 31.96 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-17T09:08:41.824Z] #21 31.96 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-17T09:08:41.824Z] #21 31.96 xz-utils zip zstd [2022-06-17T09:08:41.824Z] #21 32.31 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:08:41.824Z] #21 32.31 Need to get 27.7 MB of archives. [2022-06-17T09:08:41.824Z] #21 32.31 After this operation, 106 MB of additional disk space will be used. [2022-06-17T09:08:41.824Z] #21 32.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-17T09:08:41.824Z] #21 32.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-17T09:08:41.824Z] #21 32.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-17T09:08:41.824Z] #21 32.32 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:08:41.824Z] #21 32.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-17T09:08:41.824Z] #21 32.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-17T09:08:41.824Z] #21 32.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-17T09:08:41.824Z] #21 32.33 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-17T09:08:41.824Z] #21 32.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:08:41.824Z] #21 32.40 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-17T09:08:41.824Z] #21 32.42 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-17T09:08:41.824Z] #21 32.44 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-17T09:08:41.824Z] #21 32.44 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-17T09:08:41.824Z] #21 32.45 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-17T09:08:41.824Z] #21 32.48 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-17T09:08:41.824Z] #21 32.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-17T09:08:41.824Z] #21 32.50 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-17T09:08:41.824Z] #21 32.50 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-17T09:08:41.824Z] #21 32.50 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-17T09:08:41.824Z] #21 32.51 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-17T09:08:41.824Z] #21 32.51 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-17T09:08:41.824Z] #21 32.53 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:08:41.824Z] #21 32.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:08:41.824Z] #21 32.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:08:41.824Z] #21 32.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-17T09:08:41.824Z] #21 32.56 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-17T09:08:41.824Z] #21 32.57 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-17T09:08:41.824Z] #21 33.00 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-17T09:08:41.824Z] #21 33.00 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-17T09:08:41.824Z] #21 33.01 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-17T09:08:41.824Z] #21 33.01 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-17T09:08:41.824Z] #21 33.02 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:08:41.824Z] #21 33.02 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-17T09:08:41.824Z] #21 33.03 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-17T09:08:41.824Z] #21 33.04 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-17T09:08:41.824Z] #21 33.12 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-17T09:08:41.824Z] #21 33.13 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-17T09:08:41.824Z] #21 33.14 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:08:41.824Z] #21 33.16 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-17T09:08:41.824Z] #21 33.19 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-17T09:08:41.824Z] #21 33.20 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-17T09:08:41.824Z] #21 33.22 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-17T09:08:41.824Z] #21 33.27 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-17T09:08:41.824Z] #21 33.30 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-17T09:08:41.824Z] #21 33.32 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-17T09:08:41.824Z] #21 33.65 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-17T09:08:41.824Z] #21 33.70 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-17T09:08:41.824Z] #21 33.76 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-17T09:08:41.824Z] #21 33.77 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-17T09:08:41.824Z] #21 34.64 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:08:41.824Z] #21 34.83 Fetched 27.7 MB in 2s (15.4 MB/s) [2022-06-17T09:08:41.824Z] #21 34.92 Selecting previously unselected package pigz. [2022-06-17T09:08:41.824Z] #21 34.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-17T09:08:41.824Z] #21 35.03 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 35.05 Unpacking pigz (2.6-1) ... [2022-06-17T09:08:41.824Z] #21 35.17 Selecting previously unselected package libelf1:amd64. [2022-06-17T09:08:41.824Z] #21 35.17 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 35.19 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-17T09:08:41.824Z] #21 35.64 Selecting previously unselected package libbpf0:amd64. [2022-06-17T09:08:41.824Z] #21 35.64 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 35.65 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:08:41.824Z] #21 35.78 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:08:41.824Z] #21 35.79 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 35.80 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:08:41.824Z] #21 36.03 Selecting previously unselected package libmnl0:amd64. [2022-06-17T09:08:41.824Z] #21 36.03 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 36.04 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:08:41.824Z] #21 36.10 Selecting previously unselected package libxtables12:amd64. [2022-06-17T09:08:41.824Z] #21 36.10 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 36.10 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:08:41.824Z] #21 36.28 Selecting previously unselected package libcap2-bin. [2022-06-17T09:08:41.824Z] #21 36.28 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 36.32 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-17T09:08:41.824Z] #21 36.63 Selecting previously unselected package iproute2. [2022-06-17T09:08:41.824Z] #21 36.63 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-17T09:08:41.824Z] #21 36.63 Unpacking iproute2 (5.10.0-4) ... [2022-06-17T09:08:41.897Z] #19 341.5 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-17T09:08:41.897Z] #19 341.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:41.897Z] #19 341.5 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:41.897Z] #19 341.5 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-17T09:08:41.897Z] #19 341.5 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-17T09:08:41.897Z] #19 341.5 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-17T09:08:41.897Z] #19 341.7 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-17T09:08:41.897Z] #19 341.7 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-17T09:08:41.897Z] #19 341.7 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-17T09:08:41.897Z] #19 341.9 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-17T09:08:41.897Z] #19 341.9 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-17T09:08:41.897Z] #19 341.9 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:41.897Z] #19 342.2 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-17T09:08:41.897Z] #19 342.2 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-17T09:08:41.897Z] #19 342.2 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:42.392Z] #21 ... [2022-06-17T09:08:42.392Z] [2022-06-17T09:08:42.392Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:42.392Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:42.392Z] #77 183.4 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-17T09:08:42.392Z] #77 183.8 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:08:42.392Z] #77 184.1 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:08:42.392Z] #77 184.1 checking how to print strings... printf [2022-06-17T09:08:42.392Z] #77 184.1 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:08:42.392Z] #77 184.2 checking for fgrep... /bin/grep -F [2022-06-17T09:08:42.392Z] #77 184.2 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:08:42.392Z] #77 184.2 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:08:42.392Z] #77 184.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:08:42.652Z] #77 184.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:08:42.652Z] #77 184.5 checking whether ln -s works... yes [2022-06-17T09:08:42.652Z] #77 184.5 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:08:42.652Z] #77 184.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-17T09:08:42.652Z] #77 184.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:08:42.652Z] #77 184.6 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:08:42.911Z] #77 184.6 checking for objdump... objdump [2022-06-17T09:08:42.911Z] #77 184.6 checking how to recognize dependent libraries... pass_all [2022-06-17T09:08:42.911Z] #77 184.6 checking for dlltool... no [2022-06-17T09:08:42.911Z] #77 184.6 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:08:42.911Z] #77 184.6 checking for ar... ar [2022-06-17T09:08:42.911Z] #77 184.6 checking for archiver @FILE support... @ [2022-06-17T09:08:43.170Z] #77 184.8 checking for strip... strip [2022-06-17T09:08:43.170Z] #77 184.8 checking for ranlib... ranlib [2022-06-17T09:08:43.170Z] #77 184.8 checking for gawk... no [2022-06-17T09:08:43.170Z] #77 184.8 checking for mawk... mawk [2022-06-17T09:08:43.430Z] #77 184.8 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:08:43.430Z] #77 185.3 checking for sysroot... no [2022-06-17T09:08:43.430Z] #77 185.3 checking for a working dd... /bin/dd [2022-06-17T09:08:43.430Z] #77 185.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:08:43.689Z] #77 185.4 checking for mt... no [2022-06-17T09:08:43.689Z] #77 185.4 checking if : is a manifest tool... no [2022-06-17T09:08:43.689Z] #77 185.4 checking for dlfcn.h... yes [2022-06-17T09:08:43.689Z] #77 185.6 checking for objdir... .libs [2022-06-17T09:08:44.074Z] #21 ... [2022-06-17T09:08:44.074Z] [2022-06-17T09:08:44.074Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:44.074Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:44.074Z] #77 182.8 config.status: creating Makefile [2022-06-17T09:08:44.074Z] #77 182.9 config.status: creating config.h [2022-06-17T09:08:44.074Z] #77 183.0 config.status: executing libtool commands [2022-06-17T09:08:44.074Z] #77 183.0 config.status: executing depfiles commands [2022-06-17T09:08:44.074Z] #77 183.7 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-17T09:08:44.074Z] #77 183.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:08:44.074Z] #77 184.1 checking for gcc... gcc [2022-06-17T09:08:44.074Z] #77 184.2 checking whether the C compiler works... yes [2022-06-17T09:08:44.074Z] #77 184.5 checking for C compiler default output file name... a.out [2022-06-17T09:08:44.074Z] #77 184.5 checking for suffix of executables... [2022-06-17T09:08:44.074Z] #77 184.8 checking whether we are cross compiling... no [2022-06-17T09:08:44.074Z] #77 185.3 checking for suffix of object files... o [2022-06-17T09:08:44.074Z] #77 185.4 checking whether we are using the GNU C compiler... yes [2022-06-17T09:08:44.074Z] #77 185.6 checking whether gcc accepts -g... yes [2022-06-17T09:08:44.074Z] #77 185.7 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:08:44.074Z] #77 186.0 checking whether gcc understands -c and -o together... yes [2022-06-17T09:08:44.074Z] #77 186.2 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:08:44.074Z] #77 186.3 checking whether build environment is sane... yes [2022-06-17T09:08:44.074Z] #77 186.3 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:08:44.074Z] #77 186.3 checking for gawk... no [2022-06-17T09:08:44.074Z] #77 186.3 checking for mawk... mawk [2022-06-17T09:08:44.074Z] #77 186.3 checking whether make sets $(MAKE)... yes [2022-06-17T09:08:44.074Z] #77 186.4 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:08:44.074Z] #77 186.4 checking whether make supports nested variables... yes [2022-06-17T09:08:44.074Z] #77 186.5 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:08:44.074Z] #77 186.5 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:08:44.074Z] #77 186.5 checking how to create a ustar tar archive... gnutar [2022-06-17T09:08:44.074Z] #77 186.6 checking dependency style of gcc... gcc3 [2022-06-17T09:08:44.074Z] #77 186.9 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:08:44.074Z] #77 186.9 checking whether make supports nested variables... (cached) yes [2022-06-17T09:08:44.074Z] #77 187.0 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:08:44.074Z] #77 187.3 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:08:44.074Z] #77 187.4 checking how to print strings... printf [2022-06-17T09:08:44.074Z] #77 187.4 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:08:44.074Z] #77 187.4 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:08:44.074Z] #77 187.4 checking for egrep... /bin/grep -E [2022-06-17T09:08:44.074Z] #77 187.4 checking for fgrep... /bin/grep -F [2022-06-17T09:08:44.074Z] #77 187.5 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:08:44.074Z] #77 187.5 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:08:44.074Z] #77 187.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:08:44.074Z] #77 187.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:08:44.074Z] #77 187.6 checking whether ln -s works... yes [2022-06-17T09:08:44.074Z] #77 187.6 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:08:44.074Z] #77 187.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-17T09:08:44.074Z] #77 187.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:08:44.074Z] #77 187.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:08:44.074Z] #77 187.7 checking for objdump... objdump [2022-06-17T09:08:44.074Z] #77 187.7 checking how to recognize dependent libraries... pass_all [2022-06-17T09:08:44.074Z] #77 187.7 checking for dlltool... no [2022-06-17T09:08:44.074Z] #77 187.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:08:44.074Z] #77 187.7 checking for ar... ar [2022-06-17T09:08:44.074Z] #77 187.7 checking for archiver @FILE support... @ [2022-06-17T09:08:44.074Z] #77 187.9 checking for strip... strip [2022-06-17T09:08:44.074Z] #77 187.9 checking for ranlib... ranlib [2022-06-17T09:08:44.074Z] #77 187.9 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:08:44.074Z] #77 188.4 checking for sysroot... no [2022-06-17T09:08:44.074Z] #77 188.4 checking for a working dd... /bin/dd [2022-06-17T09:08:44.074Z] #77 188.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:08:44.074Z] #77 188.5 checking for mt... no [2022-06-17T09:08:44.074Z] #77 188.5 checking if : is a manifest tool... no [2022-06-17T09:08:44.074Z] #77 188.5 checking how to run the C preprocessor... gcc -E [2022-06-17T09:08:44.074Z] #77 188.8 checking for ANSI C header files... yes [2022-06-17T09:08:44.074Z] #77 189.4 checking for sys/types.h... yes [2022-06-17T09:08:44.074Z] #77 189.5 checking for sys/stat.h... yes [2022-06-17T09:08:44.336Z] #77 189.7 checking for stdlib.h... yes [2022-06-17T09:08:44.336Z] #77 189.9 checking for string.h... yes [2022-06-17T09:08:44.437Z] #77 202.5 CCLD tests/init [2022-06-17T09:08:44.517Z] #77 186.1 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:08:44.517Z] #77 186.2 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:08:44.517Z] #77 186.2 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:08:44.597Z] #77 190.2 checking for memory.h... yes [2022-06-17T09:08:44.857Z] #77 190.4 checking for strings.h... yes [2022-06-17T09:08:45.119Z] #77 190.7 checking for inttypes.h... yes [2022-06-17T09:08:45.346Z] #77 186.5 checking if gcc static flag -static works... yes [2022-06-17T09:08:45.381Z] #77 190.9 checking for stdint.h... yes [2022-06-17T09:08:45.605Z] #77 187.0 checking if gcc supports -c -o file.o... yes [2022-06-17T09:08:45.605Z] #77 187.4 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:08:45.641Z] #77 191.1 checking for unistd.h... yes [2022-06-17T09:08:45.864Z] #77 187.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:08:45.902Z] #77 191.4 checking for dlfcn.h... yes [2022-06-17T09:08:45.902Z] #77 191.7 checking for objdir... .libs [2022-06-17T09:08:46.065Z] #19 346.5 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-17T09:08:46.065Z] #19 346.5 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-17T09:08:46.065Z] #19 346.5 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:46.065Z] #19 346.7 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-17T09:08:46.162Z] #77 ... [2022-06-17T09:08:46.162Z] [2022-06-17T09:08:46.162Z] #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-17T09:08:46.162Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:46.162Z] #21 52.53 Selecting previously unselected package libinih1:amd64. [2022-06-17T09:08:46.320Z] #19 346.7 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-17T09:08:46.320Z] #19 346.7 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up libfile-which-perl (1.23-1) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up libicu67:amd64 (67.1-7) ... [2022-06-17T09:08:46.320Z] #19 346.8 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-17T09:08:46.320Z] #19 346.9 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-17T09:08:46.320Z] #19 346.9 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-17T09:08:46.320Z] #19 346.9 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-17T09:08:46.422Z] #21 52.54 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-17T09:08:46.422Z] #21 52.54 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-17T09:08:46.422Z] #21 52.61 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:08:46.422Z] #21 52.62 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:08:46.422Z] #21 52.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:08:46.422Z] #21 52.72 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:08:46.422Z] #21 52.73 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:08:46.422Z] #21 52.74 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:08:46.432Z] #77 187.5 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:08:46.432Z] #77 188.2 checking how to hardcode library paths into programs... immediate [2022-06-17T09:08:46.432Z] #77 188.2 checking whether stripping libraries is possible... yes [2022-06-17T09:08:46.432Z] #77 188.2 checking if libtool supports shared libraries... yes [2022-06-17T09:08:46.432Z] #77 188.2 checking whether to build shared libraries... no [2022-06-17T09:08:46.432Z] #77 188.2 checking whether to build static libraries... yes [2022-06-17T09:08:46.575Z] #19 346.9 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-17T09:08:46.575Z] #19 346.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-17T09:08:46.575Z] #19 346.9 Setting up file (1:5.39-3) ... [2022-06-17T09:08:46.575Z] #19 346.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:08:46.575Z] #19 346.9 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:08:46.575Z] #19 347.0 Setting up libyaml-perl (1.30-1) ... [2022-06-17T09:08:46.575Z] #19 347.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-17T09:08:46.575Z] #19 347.0 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-17T09:08:46.575Z] #19 347.0 Setting up libio-string-perl (1.08-3.1) ... [2022-06-17T09:08:46.575Z] #19 347.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-17T09:08:46.575Z] #19 347.0 Setting up cross-config (2.6.18+nmu1) ... [2022-06-17T09:08:46.575Z] #19 347.1 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:08:46.575Z] #19 347.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:08:46.575Z] #19 347.1 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-17T09:08:46.575Z] #19 347.1 Setting up patch (2.7.6-7) ... [2022-06-17T09:08:46.575Z] #19 347.2 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-17T09:08:46.575Z] #19 347.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-17T09:08:46.575Z] #19 347.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.575Z] #19 347.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-17T09:08:46.575Z] #19 347.2 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-17T09:08:46.575Z] #19 347.2 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.575Z] #19 347.2 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.683Z] #21 52.93 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:08:46.683Z] #21 52.93 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:08:46.683Z] #21 52.93 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:08:46.691Z] #77 188.2 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:08:46.691Z] #77 188.3 checking whether build environment is sane... yes [2022-06-17T09:08:46.691Z] #77 188.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:08:46.830Z] #19 347.2 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-17T09:08:46.830Z] #19 347.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-17T09:08:46.830Z] #19 347.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-17T09:08:46.830Z] #19 347.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:46.830Z] #19 347.4 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.4 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.4 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.4 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.4 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.830Z] #19 347.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:46.943Z] #21 53.05 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:08:46.943Z] #21 53.05 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:08:46.943Z] #21 53.06 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:08:46.950Z] #77 188.5 checking whether make sets $(MAKE)... yes [2022-06-17T09:08:46.950Z] #77 188.7 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:08:46.950Z] #77 188.8 checking whether make supports nested variables... yes [2022-06-17T09:08:46.950Z] #77 188.8 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:08:46.950Z] #77 188.8 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:08:46.950Z] #77 188.8 checking how to create a ustar tar archive... gnutar [2022-06-17T09:08:47.086Z] #19 347.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.6 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-17T09:08:47.086Z] #19 347.6 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.6 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.6 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.086Z] #19 347.6 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-17T09:08:47.086Z] #19 347.7 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-17T09:08:47.204Z] #21 53.33 Selecting previously unselected package net-tools. [2022-06-17T09:08:47.204Z] #21 53.33 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-17T09:08:47.204Z] #21 53.33 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:08:47.341Z] #19 347.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-17T09:08:47.341Z] #19 347.9 [2022-06-17T09:08:47.341Z] #19 347.9 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-17T09:08:47.341Z] #19 347.9 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.341Z] #19 347.9 Setting up dpkg-dev (1.20.10) ... [2022-06-17T09:08:47.341Z] #19 347.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.464Z] #21 53.64 Selecting previously unselected package patch. [2022-06-17T09:08:47.465Z] #21 53.66 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:08:47.465Z] #21 53.67 Unpacking patch (2.7.6-7) ... [2022-06-17T09:08:47.518Z] #77 188.9 checking dependency style of gcc... gcc3 [2022-06-17T09:08:47.518Z] #77 189.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:08:47.519Z] #77 189.4 checking whether make supports nested variables... (cached) yes [2022-06-17T09:08:47.519Z] #77 189.4 checking for pkg-config... /usr/bin/pkg-config [2022-06-17T09:08:47.519Z] #77 189.4 checking pkg-config is at least version 0.9.0... yes [2022-06-17T09:08:47.519Z] #77 189.4 checking for yajl >= 2.1.0... yes [2022-06-17T09:08:47.597Z] #19 347.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-17T09:08:47.597Z] #19 347.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.597Z] #19 348.1 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-17T09:08:47.597Z] #19 348.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-17T09:08:47.597Z] #19 348.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-17T09:08:47.725Z] #21 53.83 Selecting previously unselected package python-pip-whl. [2022-06-17T09:08:47.725Z] #21 53.85 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:08:47.725Z] #21 53.85 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:08:47.778Z] #77 189.5 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-17T09:08:47.778Z] #77 189.5 checking for gcc... (cached) gcc [2022-06-17T09:08:47.778Z] #77 189.7 checking whether we are using the GNU C compiler... (cached) yes [2022-06-17T09:08:47.778Z] #77 189.7 checking whether gcc accepts -g... (cached) yes [2022-06-17T09:08:47.778Z] #77 189.7 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-17T09:08:47.778Z] #77 189.7 checking whether gcc understands -c and -o together... (cached) yes [2022-06-17T09:08:47.852Z] #19 348.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-17T09:08:47.852Z] #19 348.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-17T09:08:47.852Z] #19 348.4 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:47.852Z] #19 348.4 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:47.852Z] #19 348.4 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:47.852Z] #19 348.4 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-17T09:08:47.852Z] #19 348.4 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.037Z] #77 189.7 checking for a Python interpreter with version >= 3... python3 [2022-06-17T09:08:48.108Z] #19 348.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.108Z] #19 348.5 Setting up libxml-simple-perl (2.25-1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.6 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-17T09:08:48.108Z] #19 348.7 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.297Z] #77 189.9 checking for python3... /usr/bin/python3 [2022-06-17T09:08:48.297Z] #77 189.9 checking for python3 version... 3.9 [2022-06-17T09:08:48.297Z] #77 190.0 checking for python3 platform... linux [2022-06-17T09:08:48.363Z] #19 348.8 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.363Z] #19 348.8 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-17T09:08:48.363Z] #19 348.9 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.556Z] #77 190.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-17T09:08:48.556Z] #77 190.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-17T09:08:48.618Z] #19 348.9 Setting up crossbuild-essential-armel (12.9) ... [2022-06-17T09:08:48.618Z] #19 348.9 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-17T09:08:48.618Z] #19 348.9 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-17T09:08:48.618Z] #19 348.9 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-17T09:08:48.618Z] #19 348.9 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-17T09:08:48.618Z] #19 348.9 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-17T09:08:48.618Z] #19 349.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:08:48.667Z] #21 54.79 Selecting previously unselected package python3-lib2to3. [2022-06-17T09:08:48.667Z] #21 54.79 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-17T09:08:48.667Z] #21 54.80 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:08:48.816Z] #77 190.7 checking that generated files are newer than configure... done [2022-06-17T09:08:48.816Z] #77 190.7 configure: creating ./config.status [2022-06-17T09:08:48.927Z] #21 54.95 Selecting previously unselected package python3-distutils. [2022-06-17T09:08:48.927Z] #21 54.95 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-17T09:08:48.927Z] #21 54.96 Unpacking python3-distutils (3.9.2-1) ... [2022-06-17T09:08:48.927Z] #21 55.26 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:08:48.927Z] #21 55.27 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:08:48.927Z] #21 55.29 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:08:49.180Z] #19 DONE 349.5s [2022-06-17T09:08:49.180Z] [2022-06-17T09:08:49.180Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-17T09:08:49.180Z] #32 sha256:ca892a04e2b0e93fb23b97e151f705f1bec2a3a280a9cf5d06ea09cf26f03b53 [2022-06-17T09:08:49.180Z] #32 DONE 0.1s [2022-06-17T09:08:49.180Z] [2022-06-17T09:08:49.180Z] #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-17T09:08:49.180Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-17T09:08:49.180Z] #49 ... [2022-06-17T09:08:49.180Z] [2022-06-17T09:08:49.180Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-17T09:08:49.180Z] #73 sha256:a089223c52f10d423b5ddd4a59c1177a8085f9f5b76b79bbc75934adfb4536c5 [2022-06-17T09:08:49.180Z] #73 DONE 0.2s [2022-06-17T09:08:49.438Z] [2022-06-17T09:08:49.438Z] #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-17T09:08:49.438Z] #74 sha256:3ff018c5518fc478df8959780dbb5169ac451f9cd22b8cd0c35171605a26fc74 [2022-06-17T09:08:49.448Z] #21 55.56 Selecting previously unselected package python3-setuptools. [2022-06-17T09:08:49.448Z] #21 55.58 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-17T09:08:49.448Z] #21 55.59 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-17T09:08:49.969Z] #21 56.11 Selecting previously unselected package python3-wheel. [2022-06-17T09:08:49.969Z] #21 56.13 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-17T09:08:49.969Z] #21 56.14 Unpacking python3-wheel (0.34.2-1) ... [2022-06-17T09:08:49.969Z] #21 56.24 Selecting previously unselected package python3-pip. [2022-06-17T09:08:49.969Z] #21 56.25 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:08:49.969Z] #21 56.26 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:08:50.540Z] #21 56.82 Selecting previously unselected package sudo. [2022-06-17T09:08:50.540Z] #21 56.84 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-17T09:08:50.540Z] #21 56.86 Unpacking sudo (1.9.5p2-3) ... [2022-06-17T09:08:50.845Z] #74 1.405 + RM_GOPATH=0 [2022-06-17T09:08:50.845Z] #74 1.405 + TMP_GOPATH= [2022-06-17T09:08:50.845Z] #74 1.405 + : /build [2022-06-17T09:08:50.845Z] #74 1.405 + '[' -z '' ']' [2022-06-17T09:08:50.845Z] #74 1.405 ++ mktemp -d [2022-06-17T09:08:50.845Z] #74 1.406 + export GOPATH=/tmp/tmp.Z3VcuWOnGG [2022-06-17T09:08:50.845Z] #74 1.406 + GOPATH=/tmp/tmp.Z3VcuWOnGG [2022-06-17T09:08:50.845Z] #74 1.406 + RM_GOPATH=1 [2022-06-17T09:08:50.845Z] #74 1.408 + case "$(go env GOARCH)" in [2022-06-17T09:08:50.845Z] #74 1.409 ++ go env GOARCH [2022-06-17T09:08:50.845Z] #74 1.412 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:08:50.845Z] #74 1.412 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:08:50.845Z] #74 1.412 ++ dirname /install.sh [2022-06-17T09:08:50.845Z] #74 1.413 + dir=/ [2022-06-17T09:08:50.845Z] #74 1.413 + bin=rootlesskit [2022-06-17T09:08:50.845Z] #74 1.413 + shift [2022-06-17T09:08:50.845Z] #74 1.413 + '[' '!' -f //rootlesskit.installer ']' [2022-06-17T09:08:50.845Z] #74 1.413 + . //rootlesskit.installer [2022-06-17T09:08:50.845Z] #74 1.413 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:08:50.845Z] #74 1.413 + install_rootlesskit [2022-06-17T09:08:50.845Z] #74 1.413 + case "$1" in [2022-06-17T09:08:50.845Z] #74 1.413 + export CGO_ENABLED=0 [2022-06-17T09:08:50.845Z] #74 1.413 + CGO_ENABLED=0 [2022-06-17T09:08:50.845Z] #74 1.413 + _install_rootlesskit [2022-06-17T09:08:50.845Z] #74 1.414 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-17T09:08:50.845Z] #74 1.414 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:08:50.845Z] #74 1.414 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:08:50.845Z] #74 1.414 + GOBIN=/build [2022-06-17T09:08:50.845Z] #74 1.414 + GO111MODULE=on [2022-06-17T09:08:50.845Z] #74 1.414 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:08:51.101Z] #74 1.775 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-17T09:08:51.638Z] #77 ... [2022-06-17T09:08:51.638Z] [2022-06-17T09:08:51.638Z] #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-17T09:08:51.638Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:08:51.638Z] #47 DONE 265.8s [2022-06-17T09:08:51.638Z] [2022-06-17T09:08:51.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-17T09:08:51.638Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:51.744Z] #21 57.77 Selecting previously unselected package thin-provisioning-tools. [2022-06-17T09:08:51.744Z] #21 57.78 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-17T09:08:51.744Z] #21 57.78 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:08:52.007Z] #21 58.18 Selecting previously unselected package uidmap. [2022-06-17T09:08:52.007Z] #21 58.20 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-17T09:08:52.007Z] #21 58.21 Unpacking uidmap (1:4.8.1-1) ... [2022-06-17T09:08:52.211Z] #77 ... [2022-06-17T09:08:52.211Z] [2022-06-17T09:08:52.211Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-17T09:08:52.211Z] #48 sha256:cf013b48b9221dcd030ac1f207175d550986ea1ebd5a3b84300638c9b3a749b9 [2022-06-17T09:08:52.211Z] #48 DONE 0.2s [2022-06-17T09:08:52.211Z] [2022-06-17T09:08:52.211Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:52.211Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:52.211Z] #77 ... [2022-06-17T09:08:52.211Z] [2022-06-17T09:08:52.211Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-17T09:08:52.211Z] #52 sha256:c73d7ff71acf460c0d32bd6d8f3e8b8feaaec34be129bd23ef93b51e956984c5 [2022-06-17T09:08:52.211Z] #52 DONE 0.1s [2022-06-17T09:08:52.268Z] #21 58.40 Selecting previously unselected package vim-runtime. [2022-06-17T09:08:52.268Z] #21 58.44 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:08:52.268Z] #21 58.52 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-17T09:08:52.268Z] #21 58.54 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-17T09:08:52.268Z] #21 58.55 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:08:52.466Z] #74 3.009 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-17T09:08:52.466Z] #74 3.023 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-17T09:08:52.466Z] #74 3.220 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-17T09:08:52.471Z] [2022-06-17T09:08:52.471Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-17T09:08:52.471Z] #54 sha256:d04f0e5f1d8a652e7b72c0183b7c1bb8298ca839f80e0200b33600e0b2b0a9ef [2022-06-17T09:08:52.471Z] #54 DONE 0.1s [2022-06-17T09:08:52.471Z] [2022-06-17T09:08:52.471Z] #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-17T09:08:52.471Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:08:53.010Z] #77 ... [2022-06-17T09:08:53.010Z] [2022-06-17T09:08:53.010Z] #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-17T09:08:53.010Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:53.010Z] #21 37.45 Selecting previously unselected package xxd. [2022-06-17T09:08:53.010Z] #21 37.45 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:08:53.010Z] #21 37.49 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:08:53.010Z] #21 37.77 Selecting previously unselected package vim-common. [2022-06-17T09:08:53.010Z] #21 37.77 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:08:53.010Z] #21 37.84 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:08:53.010Z] #21 38.18 Selecting previously unselected package bash-completion. [2022-06-17T09:08:53.010Z] #21 38.20 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-17T09:08:53.010Z] #21 43.20 Unpacking bash-completion (1:2.11-2) ... [2022-06-17T09:08:53.010Z] #21 43.67 Selecting previously unselected package bzip2. [2022-06-17T09:08:53.010Z] #21 43.67 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-17T09:08:53.010Z] #21 43.68 Unpacking bzip2 (1.0.8-4) ... [2022-06-17T09:08:53.010Z] #21 43.78 Selecting previously unselected package xz-utils. [2022-06-17T09:08:53.010Z] #21 43.78 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-17T09:08:53.010Z] #21 43.81 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:08:53.010Z] #21 44.06 Selecting previously unselected package apparmor. [2022-06-17T09:08:53.010Z] #21 44.06 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-17T09:08:53.010Z] #21 44.22 Unpacking apparmor (2.13.6-10) ... [2022-06-17T09:08:53.010Z] #21 44.76 Selecting previously unselected package inetutils-ping. [2022-06-17T09:08:53.010Z] #21 44.76 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-17T09:08:53.010Z] #21 44.76 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-17T09:08:53.010Z] #21 45.25 Selecting previously unselected package libip4tc2:amd64. [2022-06-17T09:08:53.011Z] #21 45.25 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 45.28 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:08:53.011Z] #21 45.74 Selecting previously unselected package libip6tc2:amd64. [2022-06-17T09:08:53.011Z] #21 45.74 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 45.80 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:08:53.011Z] #21 46.09 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-17T09:08:53.011Z] #21 46.09 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 46.11 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:08:53.011Z] #21 46.39 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-17T09:08:53.011Z] #21 46.39 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 46.40 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:08:53.011Z] #21 46.60 Selecting previously unselected package libnftnl11:amd64. [2022-06-17T09:08:53.011Z] #21 46.60 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 46.62 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:08:53.011Z] #21 46.81 Selecting previously unselected package iptables. [2022-06-17T09:08:53.011Z] #21 46.82 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 46.82 Unpacking iptables (1.8.7-1) ... [2022-06-17T09:08:53.011Z] #21 47.45 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:08:53.011Z] #21 47.45 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 47.48 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:08:53.011Z] #21 47.68 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:08:53.011Z] #21 47.68 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 47.69 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:08:53.011Z] #21 47.83 Selecting previously unselected package jq. [2022-06-17T09:08:53.011Z] #21 47.84 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 47.86 Unpacking jq (1.6-2.1) ... [2022-06-17T09:08:53.011Z] #21 48.02 Selecting previously unselected package libaio1:amd64. [2022-06-17T09:08:53.011Z] #21 48.02 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-17T09:08:53.011Z] #21 48.02 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:08:53.011Z] #21 ... [2022-06-17T09:08:53.011Z] [2022-06-17T09:08:53.011Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:53.011Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:53.011Z] #77 194.9 config.status: creating Makefile [2022-06-17T09:08:53.270Z] #77 195.1 config.status: creating config.h [2022-06-17T09:08:53.270Z] #77 195.1 config.status: executing libtool commands [2022-06-17T09:08:53.529Z] #77 195.2 config.status: executing depfiles commands [2022-06-17T09:08:53.835Z] #74 ... [2022-06-17T09:08:53.835Z] [2022-06-17T09:08:53.835Z] #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-17T09:08:53.835Z] #33 sha256:8430be825a06182770167a02021cdeffbf59e27df2efc1d32b98e58bc847cbde [2022-06-17T09:08:53.835Z] #33 1.313 + RM_GOPATH=0 [2022-06-17T09:08:53.835Z] #33 1.313 + TMP_GOPATH= [2022-06-17T09:08:53.835Z] #33 1.313 + : /build [2022-06-17T09:08:53.835Z] #33 1.313 + '[' -z '' ']' [2022-06-17T09:08:53.835Z] #33 1.317 ++ mktemp -d [2022-06-17T09:08:53.835Z] #33 1.317 + export GOPATH=/tmp/tmp.Jn3pGi9E4H [2022-06-17T09:08:53.835Z] #33 1.317 + GOPATH=/tmp/tmp.Jn3pGi9E4H [2022-06-17T09:08:53.835Z] #33 1.317 + RM_GOPATH=1 [2022-06-17T09:08:53.835Z] #33 1.317 + case "$(go env GOARCH)" in [2022-06-17T09:08:53.835Z] #33 1.317 ++ go env GOARCH [2022-06-17T09:08:53.835Z] #33 1.331 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:08:53.835Z] #33 1.331 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:08:53.835Z] #33 1.333 ++ dirname /install.sh [2022-06-17T09:08:53.835Z] #33 1.334 Install docker/cli version 17.06.2-ce from stable [2022-06-17T09:08:53.835Z] #33 1.336 + dir=/ [2022-06-17T09:08:53.835Z] #33 1.336 + bin=dockercli [2022-06-17T09:08:53.835Z] #33 1.336 + shift [2022-06-17T09:08:53.835Z] #33 1.336 + '[' '!' -f //dockercli.installer ']' [2022-06-17T09:08:53.835Z] #33 1.336 + . //dockercli.installer [2022-06-17T09:08:53.835Z] #33 1.336 ++ : stable [2022-06-17T09:08:53.835Z] #33 1.336 ++ : 17.06.2-ce [2022-06-17T09:08:53.835Z] #33 1.336 + install_dockercli [2022-06-17T09:08:53.835Z] #33 1.336 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-17T09:08:53.835Z] #33 1.336 ++ uname -m [2022-06-17T09:08:53.835Z] #33 1.341 + arch=x86_64 [2022-06-17T09:08:53.835Z] #33 1.341 + '[' x86_64 '!=' x86_64 ']' [2022-06-17T09:08:53.835Z] #33 1.341 + url=https://download.docker.com/linux/static [2022-06-17T09:08:53.835Z] #33 1.341 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-17T09:08:53.835Z] #33 1.342 + tar -xz docker/docker [2022-06-17T09:08:53.835Z] #33 4.283 + mkdir -p /build [2022-06-17T09:08:53.835Z] #33 4.285 + mv docker/docker /build/ [2022-06-17T09:08:53.835Z] #33 4.287 + rmdir docker [2022-06-17T09:08:53.835Z] #33 DONE 4.6s [2022-06-17T09:08:53.835Z] [2022-06-17T09:08:53.835Z] #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-17T09:08:53.835Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-17T09:08:53.835Z] #49 1.910 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:08:53.835Z] #49 1.943 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:08:53.835Z] #49 1.947 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:08:53.835Z] #49 2.262 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-17T09:08:53.835Z] #49 2.592 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:08:53.835Z] #49 2.957 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-17T09:08:53.835Z] #49 3.416 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-17T09:08:53.835Z] #49 3.961 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-17T09:08:53.835Z] #49 4.610 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:08:54.091Z] #49 5.025 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:08:54.091Z] #49 5.026 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [136 kB] [2022-06-17T09:08:54.091Z] #49 5.026 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-17T09:08:54.091Z] #49 5.026 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [128 kB] [2022-06-17T09:08:54.091Z] #49 5.032 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [155 kB] [2022-06-17T09:08:54.091Z] #49 5.058 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:08:54.091Z] #49 5.109 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-17T09:08:54.091Z] #49 5.109 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:08:54.347Z] #49 5.116 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-17T09:08:54.347Z] #49 5.116 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:08:54.347Z] #49 5.116 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-17T09:08:54.347Z] #49 5.116 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-17T09:08:54.378Z] #55 ... [2022-06-17T09:08:54.378Z] [2022-06-17T09:08:54.379Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:54.379Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:54.379Z] #77 220.3 CCLD tests/init [2022-06-17T09:08:54.908Z] #77 196.9 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-17T09:08:55.167Z] #77 197.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-17T09:08:56.106Z] #77 197.8 checking for gcc... gcc [2022-06-17T09:08:56.365Z] #77 197.9 checking whether the C compiler works... yes [2022-06-17T09:08:56.365Z] #77 198.3 checking for C compiler default output file name... a.out [2022-06-17T09:08:56.933Z] #77 198.3 checking for suffix of executables... [2022-06-17T09:08:57.507Z] #77 198.7 checking whether we are cross compiling... no [2022-06-17T09:08:57.565Z] #21 ... [2022-06-17T09:08:57.565Z] [2022-06-17T09:08:57.565Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:08:57.565Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:08:57.565Z] #77 192.4 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:08:57.565Z] #77 192.7 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:08:57.565Z] #77 192.7 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:08:57.565Z] #77 192.9 checking if gcc static flag -static works... yes [2022-06-17T09:08:57.565Z] #77 193.6 checking if gcc supports -c -o file.o... yes [2022-06-17T09:08:57.565Z] #77 193.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:08:57.565Z] #77 193.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:08:57.565Z] #77 194.0 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:08:57.565Z] #77 194.6 checking how to hardcode library paths into programs... immediate [2022-06-17T09:08:57.565Z] #77 194.6 checking whether stripping libraries is possible... yes [2022-06-17T09:08:57.565Z] #77 194.7 checking if libtool supports shared libraries... yes [2022-06-17T09:08:57.565Z] #77 194.7 checking whether to build shared libraries... no [2022-06-17T09:08:57.565Z] #77 194.7 checking whether to build static libraries... yes [2022-06-17T09:08:57.565Z] #77 194.7 checking float.h usability... yes [2022-06-17T09:08:57.565Z] #77 195.0 checking float.h presence... yes [2022-06-17T09:08:57.565Z] #77 195.1 checking for float.h... yes [2022-06-17T09:08:57.565Z] #77 195.2 checking limits.h usability... yes [2022-06-17T09:08:57.565Z] #77 195.4 checking limits.h presence... yes [2022-06-17T09:08:57.565Z] #77 195.5 checking for limits.h... yes [2022-06-17T09:08:57.565Z] #77 195.6 checking stddef.h usability... yes [2022-06-17T09:08:57.565Z] #77 195.9 checking stddef.h presence... yes [2022-06-17T09:08:57.565Z] #77 196.0 checking for stddef.h... yes [2022-06-17T09:08:57.565Z] #77 196.1 checking for stdlib.h... (cached) yes [2022-06-17T09:08:57.565Z] #77 196.1 checking for string.h... (cached) yes [2022-06-17T09:08:57.565Z] #77 196.3 checking sys/time.h usability... yes [2022-06-17T09:08:57.565Z] #77 196.6 checking sys/time.h presence... yes [2022-06-17T09:08:57.565Z] #77 196.7 checking for sys/time.h... yes [2022-06-17T09:08:57.565Z] #77 196.7 checking for inline... inline [2022-06-17T09:08:57.565Z] #77 196.8 checking for size_t... yes [2022-06-17T09:08:57.565Z] #77 197.2 checking for stdlib.h... (cached) yes [2022-06-17T09:08:57.565Z] #77 197.2 checking for GNU libc compatible malloc... yes [2022-06-17T09:08:57.565Z] #77 197.4 checking for stdlib.h... (cached) yes [2022-06-17T09:08:57.565Z] #77 197.4 checking for GNU libc compatible realloc... yes [2022-06-17T09:08:57.565Z] #77 197.7 checking for working strtod... yes [2022-06-17T09:08:57.565Z] #77 198.1 checking for gettimeofday... yes [2022-06-17T09:08:57.565Z] #77 198.4 checking for memset... yes [2022-06-17T09:08:57.565Z] #77 198.8 checking for strspn... yes [2022-06-17T09:08:57.565Z] #77 199.2 checking that generated files are newer than configure... done [2022-06-17T09:08:57.565Z] #77 199.2 configure: creating ./config.status [2022-06-17T09:08:57.565Z] #77 ... [2022-06-17T09:08:57.565Z] [2022-06-17T09:08:57.565Z] #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-17T09:08:57.565Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:08:57.565Z] #21 63.46 Selecting previously unselected package vim. [2022-06-17T09:08:57.565Z] #21 63.46 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:08:57.565Z] #21 63.51 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:08:57.767Z] #77 199.4 checking for suffix of object files... o [2022-06-17T09:08:58.028Z] #77 199.6 checking whether we are using the GNU C compiler... yes [2022-06-17T09:08:58.028Z] #77 199.8 checking whether gcc accepts -g... yes [2022-06-17T09:08:58.137Z] #21 64.28 Selecting previously unselected package xfsprogs. [2022-06-17T09:08:58.137Z] #21 64.28 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-17T09:08:58.137Z] #21 64.29 Unpacking xfsprogs (5.10.0-4) ... [2022-06-17T09:08:58.547Z] #77 199.9 checking for gcc option to accept ISO C89... none needed [2022-06-17T09:08:58.568Z] #49 ... [2022-06-17T09:08:58.568Z] [2022-06-17T09:08:58.568Z] #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-17T09:08:58.568Z] #74 sha256:3ff018c5518fc478df8959780dbb5169ac451f9cd22b8cd0c35171605a26fc74 [2022-06-17T09:08:58.568Z] #74 4.818 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-17T09:08:58.568Z] #74 5.161 go: downloading github.com/google/uuid v1.3.0 [2022-06-17T09:08:58.568Z] #74 5.161 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-17T09:08:58.568Z] #74 5.201 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-17T09:08:58.568Z] #74 5.280 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-17T09:08:58.568Z] #74 5.296 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-17T09:08:58.568Z] #74 5.376 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-17T09:08:58.568Z] #74 5.721 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-17T09:08:58.568Z] #74 5.978 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-17T09:08:58.568Z] #74 6.630 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-17T09:08:58.568Z] #74 6.711 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-17T09:08:58.708Z] #21 64.87 Selecting previously unselected package zip. [2022-06-17T09:08:58.708Z] #21 64.89 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-17T09:08:58.708Z] #21 64.90 Unpacking zip (3.0-12) ... [2022-06-17T09:08:58.708Z] #21 65.01 Selecting previously unselected package zstd. [2022-06-17T09:08:58.969Z] #21 65.02 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-17T09:08:58.969Z] #21 65.04 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:08:59.115Z] #77 200.3 checking whether gcc understands -c and -o together... yes [2022-06-17T09:08:59.115Z] #77 200.6 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-17T09:08:59.115Z] #77 200.7 checking whether build environment is sane... yes [2022-06-17T09:08:59.115Z] #77 200.7 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-17T09:08:59.115Z] #77 200.7 checking for gawk... no [2022-06-17T09:08:59.115Z] #77 200.7 checking for mawk... mawk [2022-06-17T09:08:59.115Z] #77 200.7 checking whether make sets $(MAKE)... yes [2022-06-17T09:08:59.115Z] #77 200.7 checking whether make supports the include directive... yes (GNU style) [2022-06-17T09:08:59.115Z] #77 200.7 checking whether make supports nested variables... yes [2022-06-17T09:08:59.173Z] #74 ... [2022-06-17T09:08:59.173Z] [2022-06-17T09:08:59.173Z] #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-17T09:08:59.173Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-17T09:08:59.173Z] #69 1.910 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:08:59.173Z] #69 1.946 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:08:59.173Z] #69 1.946 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:08:59.173Z] #69 2.202 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:08:59.173Z] #69 2.570 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:08:59.173Z] #69 2.983 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-17T09:08:59.173Z] #69 3.564 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-17T09:08:59.173Z] #69 4.112 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-17T09:08:59.173Z] #69 4.603 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-17T09:08:59.173Z] #69 5.058 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [155 kB] [2022-06-17T09:08:59.173Z] #69 5.058 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-17T09:08:59.173Z] #69 5.058 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [128 kB] [2022-06-17T09:08:59.173Z] #69 5.058 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [136 kB] [2022-06-17T09:08:59.173Z] #69 5.058 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:08:59.173Z] #69 5.076 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:08:59.173Z] #69 5.076 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:08:59.173Z] #69 5.076 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-17T09:08:59.173Z] #69 5.076 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:08:59.173Z] #69 5.076 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-17T09:08:59.173Z] #69 5.076 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-17T09:08:59.173Z] #69 5.077 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-17T09:08:59.173Z] #69 ... [2022-06-17T09:08:59.173Z] [2022-06-17T09:08:59.173Z] #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-17T09:08:59.173Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:08:59.173Z] #20 1.908 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:08:59.173Z] #20 1.937 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:08:59.173Z] #20 1.940 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:08:59.173Z] #20 2.240 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:08:59.173Z] #20 2.542 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-17T09:08:59.173Z] #20 3.021 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:08:59.173Z] #20 3.665 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-17T09:08:59.173Z] #20 4.236 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-17T09:08:59.173Z] #20 4.710 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-17T09:08:59.173Z] #20 5.109 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:08:59.173Z] #20 5.109 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [155 kB] [2022-06-17T09:08:59.173Z] #20 5.124 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [136 kB] [2022-06-17T09:08:59.173Z] #20 5.124 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [128 kB] [2022-06-17T09:08:59.173Z] #20 5.172 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-17T09:08:59.173Z] #20 5.172 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:08:59.173Z] #20 5.360 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-17T09:08:59.173Z] #20 5.360 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:08:59.173Z] #20 5.360 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-17T09:08:59.173Z] #20 5.360 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-17T09:08:59.173Z] #20 5.360 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-17T09:08:59.173Z] #20 5.360 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:08:59.229Z] #21 65.52 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:08:59.387Z] #77 201.0 checking whether UID '0' is supported by ustar format... yes [2022-06-17T09:08:59.387Z] #77 201.0 checking whether GID '0' is supported by ustar format... yes [2022-06-17T09:08:59.387Z] #77 201.0 checking how to create a ustar tar archive... gnutar [2022-06-17T09:08:59.387Z] #77 201.1 checking dependency style of gcc... gcc3 [2022-06-17T09:08:59.646Z] #77 201.3 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-17T09:08:59.646Z] #77 201.3 checking whether make supports nested variables... (cached) yes [2022-06-17T09:08:59.905Z] #77 201.3 checking build system type... x86_64-pc-linux-gnu [2022-06-17T09:08:59.905Z] #77 201.7 checking host system type... x86_64-pc-linux-gnu [2022-06-17T09:08:59.905Z] #77 201.7 checking how to print strings... printf [2022-06-17T09:08:59.905Z] #77 201.8 checking for a sed that does not truncate output... /bin/sed [2022-06-17T09:09:00.165Z] #77 201.8 checking for grep that handles long lines and -e... /bin/grep [2022-06-17T09:09:00.165Z] #77 201.9 checking for egrep... /bin/grep -E [2022-06-17T09:09:00.165Z] #77 201.9 checking for fgrep... /bin/grep -F [2022-06-17T09:09:00.165Z] #77 201.9 checking for ld used by gcc... /usr/bin/ld [2022-06-17T09:09:00.165Z] #77 202.0 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-17T09:09:00.165Z] #77 202.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-17T09:09:00.424Z] #77 202.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-17T09:09:00.424Z] #77 202.1 checking whether ln -s works... yes [2022-06-17T09:09:00.424Z] #77 202.1 checking the maximum length of command line arguments... 1572864 [2022-06-17T09:09:00.424Z] #77 202.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-17T09:09:00.424Z] #77 202.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-17T09:09:00.424Z] #77 202.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-17T09:09:00.424Z] #77 202.1 checking for objdump... objdump [2022-06-17T09:09:00.424Z] #77 202.2 checking how to recognize dependent libraries... pass_all [2022-06-17T09:09:00.424Z] #77 202.2 checking for dlltool... no [2022-06-17T09:09:00.424Z] #77 202.2 checking how to associate runtime and link libraries... printf %s\n [2022-06-17T09:09:00.424Z] #77 202.2 checking for ar... ar [2022-06-17T09:09:00.424Z] #77 202.2 checking for archiver @FILE support... @ [2022-06-17T09:09:00.424Z] #77 202.3 checking for strip... strip [2022-06-17T09:09:00.424Z] #77 202.3 checking for ranlib... ranlib [2022-06-17T09:09:00.993Z] #77 202.3 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-17T09:09:00.993Z] #77 202.7 checking for sysroot... no [2022-06-17T09:09:00.993Z] #77 202.7 checking for a working dd... /bin/dd [2022-06-17T09:09:00.993Z] #77 202.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-17T09:09:01.142Z] #21 66.99 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:09:01.142Z] #21 67.00 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:09:01.142Z] #21 67.01 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:09:01.142Z] #21 67.07 Setting up libicu67:amd64 (67.1-7) ... [2022-06-17T09:09:01.142Z] #21 67.13 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:09:01.142Z] #21 67.14 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-17T09:09:01.142Z] #21 67.16 Setting up uidmap (1:4.8.1-1) ... [2022-06-17T09:09:01.142Z] #21 67.17 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:09:01.142Z] #21 67.19 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:09:01.142Z] #21 67.29 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:09:01.142Z] #21 67.31 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:09:01.142Z] #21 67.34 Setting up python3-wheel (0.34.2-1) ... [2022-06-17T09:09:01.252Z] #77 202.9 checking for mt... no [2022-06-17T09:09:01.252Z] #77 202.9 checking if : is a manifest tool... no [2022-06-17T09:09:01.252Z] #77 203.0 checking how to run the C preprocessor... gcc -E [2022-06-17T09:09:02.081Z] #77 203.2 checking for ANSI C header files... yes [2022-06-17T09:09:02.342Z] #77 204.0 checking for sys/types.h... yes [2022-06-17T09:09:02.484Z] #77 ... [2022-06-17T09:09:02.484Z] [2022-06-17T09:09:02.484Z] #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-17T09:09:02.484Z] #26 sha256:1c79aafd0c3c995354c13f1c051491aae1696b8485d5ca5a41835d3c6874f614 [2022-06-17T09:09:02.484Z] #26 271.1 + return [2022-06-17T09:09:02.484Z] #26 DONE 272.6s [2022-06-17T09:09:02.484Z] [2022-06-17T09:09:02.484Z] #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-17T09:09:02.484Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-17T09:09:02.484Z] #55 272.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-17T09:09:02.484Z] #55 DONE 273.3s [2022-06-17T09:09:02.484Z] [2022-06-17T09:09:02.484Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:09:02.484Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f [2022-06-17T09:09:02.484Z] #77 222.2 CCLD libcrun.la [2022-06-17T09:09:02.484Z] #77 222.3 AR libcrun_testing.a [2022-06-17T09:09:02.484Z] #77 222.3 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-17T09:09:02.484Z] #77 222.3 CCLD tests/tests_libcrun_utils [2022-06-17T09:09:02.484Z] #77 222.3 CCLD tests/tests_libcrun_errors [2022-06-17T09:09:02.484Z] #77 222.4 CCLD tests/tests_libcrun_fuzzer [2022-06-17T09:09:02.484Z] #77 223.6 CCLD crun [2022-06-17T09:09:02.526Z] #21 68.60 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:02.526Z] #21 68.61 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:09:02.526Z] #21 68.62 Setting up libcap2-bin (1:2.44-1) ... [2022-06-17T09:09:02.526Z] #21 68.64 Setting up apparmor (2.13.6-10) ... [2022-06-17T09:09:02.601Z] #77 204.3 checking for sys/stat.h... yes [2022-06-17T09:09:02.747Z] #77 224.3 make[3]: Entering directory '/tmp/crun-build' [2022-06-17T09:09:02.861Z] #77 204.5 checking for stdlib.h... yes [2022-06-17T09:09:03.003Z] #77 224.7 /bin/mkdir -p '/usr/local/lib' [2022-06-17T09:09:03.003Z] #77 224.7 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-17T09:09:03.003Z] #77 224.7 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-17T09:09:03.003Z] #77 224.7 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-17T09:09:03.003Z] #77 224.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-17T09:09:03.003Z] #77 224.7 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-17T09:09:03.003Z] #77 224.7 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-17T09:09:03.003Z] #77 224.7 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-17T09:09:03.121Z] #77 204.7 checking for string.h... yes [2022-06-17T09:09:03.121Z] #77 204.9 checking for memory.h... [2022-06-17T09:09:03.121Z] #77 ... [2022-06-17T09:09:03.121Z] [2022-06-17T09:09:03.121Z] #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-17T09:09:03.121Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:09:03.121Z] #21 48.13 Selecting previously unselected package libgpm2:amd64. [2022-06-17T09:09:03.121Z] #21 48.13 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 48.14 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:09:03.121Z] #21 48.31 Selecting previously unselected package libicu67:amd64. [2022-06-17T09:09:03.121Z] #21 48.31 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 48.32 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-17T09:09:03.121Z] #21 54.92 Selecting previously unselected package libinih1:amd64. [2022-06-17T09:09:03.121Z] #21 54.94 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 54.97 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-17T09:09:03.121Z] #21 55.10 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:09:03.121Z] #21 55.10 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 55.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:09:03.121Z] #21 55.24 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:09:03.121Z] #21 55.25 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 55.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:09:03.121Z] #21 55.43 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:09:03.121Z] #21 55.43 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 55.44 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:09:03.121Z] #21 55.52 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:09:03.121Z] #21 55.53 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 55.54 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:09:03.121Z] #21 55.65 Selecting previously unselected package net-tools. [2022-06-17T09:09:03.121Z] #21 55.66 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 55.66 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:09:03.121Z] #21 55.88 Selecting previously unselected package patch. [2022-06-17T09:09:03.121Z] #21 55.88 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-17T09:09:03.121Z] #21 55.89 Unpacking patch (2.7.6-7) ... [2022-06-17T09:09:03.121Z] #21 56.06 Selecting previously unselected package python-pip-whl. [2022-06-17T09:09:03.121Z] #21 56.06 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:09:03.121Z] #21 56.07 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:09:03.121Z] #21 57.06 Selecting previously unselected package python3-lib2to3. [2022-06-17T09:09:03.121Z] #21 57.06 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-17T09:09:03.121Z] #21 57.06 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:09:03.121Z] #21 57.24 Selecting previously unselected package python3-distutils. [2022-06-17T09:09:03.121Z] #21 57.25 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-17T09:09:03.121Z] #21 57.25 Unpacking python3-distutils (3.9.2-1) ... [2022-06-17T09:09:03.121Z] #21 57.44 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:09:03.121Z] #21 57.46 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:09:03.121Z] #21 57.46 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:09:03.121Z] #21 57.65 Selecting previously unselected package python3-setuptools. [2022-06-17T09:09:03.121Z] #21 57.68 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-17T09:09:03.121Z] #21 57.70 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-17T09:09:03.121Z] #21 58.08 Selecting previously unselected package python3-wheel. [2022-06-17T09:09:03.121Z] #21 58.11 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-17T09:09:03.121Z] #21 58.12 Unpacking python3-wheel (0.34.2-1) ... [2022-06-17T09:09:03.380Z] #21 58.25 Selecting previously unselected package python3-pip. [2022-06-17T09:09:03.380Z] #21 58.27 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:09:03.380Z] #21 58.29 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:09:03.380Z] #21 ... [2022-06-17T09:09:03.380Z] [2022-06-17T09:09:03.380Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:09:03.380Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:03.380Z] #77 204.9 checking for memory.h... yes [2022-06-17T09:09:03.566Z] #77 225.2 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-17T09:09:03.567Z] #77 225.2 ---------------------------------------------------------------------- [2022-06-17T09:09:03.567Z] #77 225.2 Libraries have been installed in: [2022-06-17T09:09:03.567Z] #77 225.2 /usr/local/lib [2022-06-17T09:09:03.567Z] #77 225.2 [2022-06-17T09:09:03.567Z] #77 225.2 If you ever happen to want to link against installed libraries [2022-06-17T09:09:03.567Z] #77 225.2 in a given directory, LIBDIR, you must either use libtool, and [2022-06-17T09:09:03.567Z] #77 225.2 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-17T09:09:03.567Z] #77 225.2 flag during linking and do at least one of the following: [2022-06-17T09:09:03.567Z] #77 225.2 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-17T09:09:03.567Z] #77 225.2 during execution [2022-06-17T09:09:03.567Z] #77 225.2 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-17T09:09:03.567Z] #77 225.2 during linking [2022-06-17T09:09:03.567Z] #77 225.2 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-17T09:09:03.567Z] #77 225.2 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-17T09:09:03.567Z] #77 225.2 [2022-06-17T09:09:03.567Z] #77 225.2 See any operating system documentation about shared libraries for [2022-06-17T09:09:03.567Z] #77 225.2 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-17T09:09:03.567Z] #77 225.2 ---------------------------------------------------------------------- [2022-06-17T09:09:03.567Z] #77 225.2 /bin/mkdir -p '/build' [2022-06-17T09:09:03.567Z] #77 225.3 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-17T09:09:03.659Z] #77 205.2 checking for strings.h... yes [2022-06-17T09:09:03.823Z] #77 225.4 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-17T09:09:03.823Z] #77 225.4 make[3]: Leaving directory '/tmp/crun-build' [2022-06-17T09:09:03.823Z] #77 225.4 make[2]: Leaving directory '/tmp/crun-build' [2022-06-17T09:09:03.823Z] #77 225.4 make[1]: Leaving directory '/tmp/crun-build' [2022-06-17T09:09:03.921Z] #77 205.5 checking for inttypes.h... yes [2022-06-17T09:09:04.188Z] #77 205.8 checking for stdint.h... yes [2022-06-17T09:09:04.388Z] #77 DONE 226.0s [2022-06-17T09:09:04.388Z] [2022-06-17T09:09:04.388Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-17T09:09:04.388Z] #27 sha256:7908d7b10d49bfe8fa6fe1fb0ab2d0d8bf0daf18c7111756fa55d1822b28bc63 [2022-06-17T09:09:04.450Z] #77 206.0 checking for unistd.h... yes [2022-06-17T09:09:04.713Z] #77 206.3 checking for dlfcn.h... yes [2022-06-17T09:09:04.713Z] #77 206.5 checking for objdir... .libs [2022-06-17T09:09:05.070Z] #21 70.90 Setting up zip (3.0-12) ... [2022-06-17T09:09:05.070Z] #21 70.91 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:05.070Z] #21 70.95 Setting up bash-completion (1:2.11-2) ... [2022-06-17T09:09:05.316Z] #27 DONE 0.8s [2022-06-17T09:09:05.316Z] [2022-06-17T09:09:05.316Z] #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-17T09:09:05.316Z] #60 sha256:cc441d30f1fa0d99cd4a411a3c92fea763e691be428fd8e61da12feba7c92633 [2022-06-17T09:09:05.316Z] #60 161.3 + mkdir -p /build [2022-06-17T09:09:05.316Z] #60 161.3 + cp runc /build/runc [2022-06-17T09:09:05.316Z] #60 DONE 161.5s [2022-06-17T09:09:05.316Z] [2022-06-17T09:09:05.316Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-17T09:09:05.316Z] #32 sha256:cf1328ad4395d0a585001efb5dad65fb5399b847842dabcd7561b3711311982a [2022-06-17T09:09:05.548Z] #77 207.0 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-17T09:09:05.548Z] #77 207.2 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-17T09:09:05.548Z] #77 207.2 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-17T09:09:06.115Z] #77 207.3 checking if gcc static flag -static works... yes [2022-06-17T09:09:06.246Z] #32 DONE 1.1s [2022-06-17T09:09:06.246Z] [2022-06-17T09:09:06.246Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-17T09:09:06.246Z] #35 sha256:39865d4c06360c5d16bcac6c2de8da815763850cf99171e94ca45665b47ab3f5 [2022-06-17T09:09:06.374Z] #77 207.9 checking if gcc supports -c -o file.o... yes [2022-06-17T09:09:06.374Z] #77 208.1 checking if gcc supports -c -o file.o... (cached) yes [2022-06-17T09:09:06.374Z] #77 208.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-17T09:09:06.633Z] #77 208.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-17T09:09:06.809Z] #35 DONE 0.5s [2022-06-17T09:09:06.809Z] [2022-06-17T09:09:06.809Z] #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-17T09:09:06.809Z] #64 sha256:5a77df2ae8dc572ea1cf37d8e6dcea28884e39f9e1877e8c682132f73c17f3f2 [2022-06-17T09:09:06.809Z] #64 ... [2022-06-17T09:09:06.809Z] [2022-06-17T09:09:06.809Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-17T09:09:06.809Z] #37 sha256:888ec1511ca10f46bda8397f16955ac9317325b08f5d1a11fc5c5d5374555b37 [2022-06-17T09:09:06.809Z] #37 DONE 0.1s [2022-06-17T09:09:06.809Z] [2022-06-17T09:09:06.809Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-17T09:09:06.809Z] #39 sha256:21650874d4e076ef95ce122935f3e13fd3908d0eef0263a8923d5a69155c9250 [2022-06-17T09:09:06.893Z] #77 208.5 checking how to hardcode library paths into programs... immediate [2022-06-17T09:09:06.893Z] #77 208.5 checking whether stripping libraries is possible... yes [2022-06-17T09:09:06.893Z] #77 208.6 checking if libtool supports shared libraries... yes [2022-06-17T09:09:06.893Z] #77 208.6 checking whether to build shared libraries... no [2022-06-17T09:09:06.893Z] #77 208.6 checking whether to build static libraries... yes [2022-06-17T09:09:06.893Z] #77 208.6 checking float.h usability... yes [2022-06-17T09:09:06.893Z] #77 208.8 checking float.h presence... yes [2022-06-17T09:09:06.982Z] #21 73.06 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:09:06.982Z] #21 73.08 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:09:06.982Z] #21 73.09 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:09:06.982Z] #21 73.10 Setting up patch (2.7.6-7) ... [2022-06-17T09:09:06.982Z] #21 73.12 Setting up sudo (1.9.5p2-3) ... [2022-06-17T09:09:06.982Z] #21 73.24 invoke-rc.d: could not determine current runlevel [2022-06-17T09:09:06.982Z] #21 73.24 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-17T09:09:06.982Z] #21 73.26 Setting up xfsprogs (5.10.0-4) ... [2022-06-17T09:09:06.982Z] #21 73.27 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:09:06.982Z] #21 73.28 Setting up inetutils-ping (2:2.0-1) ... [2022-06-17T09:09:06.982Z] #21 73.30 Setting up pigz (2.6-1) ... [2022-06-17T09:09:06.982Z] #21 73.31 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:09:06.982Z] #21 73.32 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:09:07.065Z] #39 DONE 0.1s [2022-06-17T09:09:07.065Z] [2022-06-17T09:09:07.065Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-17T09:09:07.065Z] #41 sha256:f00da12f633c83f721a679f6041cac1ff77cdac9071457950b078845cff7fb14 [2022-06-17T09:09:07.065Z] #41 DONE 0.1s [2022-06-17T09:09:07.065Z] [2022-06-17T09:09:07.065Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-17T09:09:07.065Z] #45 sha256:86bf3217bf5536746965137fd47444e0b6b2812a2c717a3a402a048394784dd6 [2022-06-17T09:09:07.065Z] #45 DONE 0.1s [2022-06-17T09:09:07.065Z] [2022-06-17T09:09:07.065Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-17T09:09:07.065Z] #48 sha256:4364e9a6477b88187889d2e17629c506304351b6a7fd77327e48a0e28ff0b9c6 [2022-06-17T09:09:07.152Z] #77 208.8 checking for float.h... yes [2022-06-17T09:09:07.152Z] #77 208.8 checking limits.h usability... yes [2022-06-17T09:09:07.243Z] #21 73.34 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:09:07.243Z] #21 73.35 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:07.411Z] #77 209.1 checking limits.h presence... yes [2022-06-17T09:09:07.411Z] #77 209.1 checking for limits.h... yes [2022-06-17T09:09:07.627Z] #48 DONE 0.4s [2022-06-17T09:09:07.627Z] [2022-06-17T09:09:07.627Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-17T09:09:07.627Z] #52 sha256:7eed133d9d58888ad69cfcb1727e0d8884116c20bf00525444c0baf5f73b8d4a [2022-06-17T09:09:07.627Z] #52 DONE 0.1s [2022-06-17T09:09:07.627Z] [2022-06-17T09:09:07.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-17T09:09:07.627Z] #64 sha256:5a77df2ae8dc572ea1cf37d8e6dcea28884e39f9e1877e8c682132f73c17f3f2 [2022-06-17T09:09:07.627Z] #64 ... [2022-06-17T09:09:07.627Z] [2022-06-17T09:09:07.627Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-17T09:09:07.627Z] #54 sha256:fe253deaff9a5635427b5644c60af271d237e779515e503c46f0e521ba4d2bcc [2022-06-17T09:09:07.627Z] #54 DONE 0.1s [2022-06-17T09:09:07.670Z] #77 209.2 checking stddef.h usability... yes [2022-06-17T09:09:07.670Z] #77 209.5 checking stddef.h presence... yes [2022-06-17T09:09:07.670Z] #77 209.6 checking for stddef.h... yes [2022-06-17T09:09:07.815Z] #21 ... [2022-06-17T09:09:07.815Z] [2022-06-17T09:09:07.815Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:09:07.815Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:07.815Z] #77 203.6 config.status: creating Makefile [2022-06-17T09:09:07.815Z] #77 203.7 config.status: creating config.h [2022-06-17T09:09:07.815Z] #77 203.7 config.status: executing depfiles commands [2022-06-17T09:09:07.815Z] #77 204.0 config.status: executing libtool commands [2022-06-17T09:09:07.815Z] #77 205.1 GEN .version [2022-06-17T09:09:07.815Z] #77 205.2 make install-recursive [2022-06-17T09:09:07.815Z] #77 205.2 make[1]: Entering directory '/tmp/crun-build' [2022-06-17T09:09:07.815Z] #77 205.3 Making install in libocispec [2022-06-17T09:09:07.815Z] #77 205.4 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:07.815Z] #77 205.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-17T09:09:07.815Z] #77 205.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-17T09:09:07.815Z] #77 205.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-17T09:09:07.815Z] #77 205.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-17T09:09:07.815Z] #77 206.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-17T09:09:07.815Z] #77 206.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-17T09:09:07.815Z] #77 207.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-17T09:09:07.815Z] #77 207.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-17T09:09:07.815Z] #77 207.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-17T09:09:07.815Z] #77 207.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-17T09:09:07.815Z] #77 207.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-17T09:09:07.815Z] #77 207.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-17T09:09:07.815Z] #77 207.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-17T09:09:07.815Z] #77 209.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-17T09:09:07.815Z] #77 209.2 make install-recursive [2022-06-17T09:09:07.815Z] #77 209.2 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:07.815Z] #77 209.4 Making install in yajl [2022-06-17T09:09:07.815Z] #77 209.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:07.815Z] #77 209.6 CC verify/json_verify-json_verify.o [2022-06-17T09:09:07.815Z] #77 209.6 CC src/libyajl_la-yajl_alloc.lo [2022-06-17T09:09:07.815Z] #77 209.6 CC src/libyajl_la-yajl_gen.lo [2022-06-17T09:09:07.815Z] #77 209.6 CC src/libyajl_la-yajl.lo [2022-06-17T09:09:07.815Z] #77 209.6 CC src/libyajl_la-yajl_parser.lo [2022-06-17T09:09:07.815Z] #77 209.7 CC src/libyajl_la-yajl_encode.lo [2022-06-17T09:09:07.815Z] #77 209.7 CC src/libyajl_la-yajl_buf.lo [2022-06-17T09:09:07.816Z] #77 209.7 CC src/libyajl_la-yajl_lex.lo [2022-06-17T09:09:07.816Z] #77 209.7 CC src/libyajl_la-yajl_tree.lo [2022-06-17T09:09:07.883Z] [2022-06-17T09:09:07.883Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-17T09:09:07.883Z] #56 sha256:cfbed60fff435b17fe86cd171432e168252df0b6eef280fba41299bf74a2b325 [2022-06-17T09:09:07.929Z] #77 209.7 checking for stdlib.h... (cached) yes [2022-06-17T09:09:07.929Z] #77 209.8 checking for string.h... (cached) yes [2022-06-17T09:09:08.076Z] #77 ... [2022-06-17T09:09:08.076Z] [2022-06-17T09:09:08.077Z] #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-17T09:09:08.077Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:09:08.077Z] #21 74.31 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:09:08.077Z] #21 74.33 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:09:08.450Z] #77 209.9 checking sys/time.h usability... yes [2022-06-17T09:09:08.648Z] #21 74.79 Setting up libelf1:amd64 (0.183-1) ... [2022-06-17T09:09:08.648Z] #21 74.80 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:09:08.648Z] #21 74.82 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:09:08.648Z] #21 74.83 Setting up python3-distutils (3.9.2-1) ... [2022-06-17T09:09:08.709Z] #77 210.3 checking sys/time.h presence... yes [2022-06-17T09:09:08.709Z] #77 210.4 checking for sys/time.h... yes [2022-06-17T09:09:08.842Z] #56 DONE 1.0s [2022-06-17T09:09:08.842Z] [2022-06-17T09:09:08.842Z] #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-17T09:09:08.842Z] #64 sha256:5a77df2ae8dc572ea1cf37d8e6dcea28884e39f9e1877e8c682132f73c17f3f2 [2022-06-17T09:09:08.842Z] #64 ... [2022-06-17T09:09:08.842Z] [2022-06-17T09:09:08.842Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-17T09:09:08.842Z] #58 sha256:01db055740212c140ccd508831fa29e820be32a7b547f610c6a5a005f5a24c90 [2022-06-17T09:09:08.842Z] #58 DONE 0.1s [2022-06-17T09:09:08.842Z] [2022-06-17T09:09:08.842Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-17T09:09:08.842Z] #61 sha256:86d825aa8bb8e1eb7d1e9b119a19fd392dfc207ecf881d99c5879ec21122de89 [2022-06-17T09:09:08.968Z] #77 210.5 checking for inline... inline [2022-06-17T09:09:09.099Z] #61 DONE 0.3s [2022-06-17T09:09:09.099Z] [2022-06-17T09:09:09.099Z] #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-17T09:09:09.099Z] #64 sha256:5a77df2ae8dc572ea1cf37d8e6dcea28884e39f9e1877e8c682132f73c17f3f2 [2022-06-17T09:09:09.219Z] #21 75.30 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:09.220Z] #21 75.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-17T09:09:09.220Z] #21 75.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-17T09:09:09.220Z] #21 75.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-17T09:09:09.220Z] #21 75.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-17T09:09:09.220Z] #21 75.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-17T09:09:09.220Z] #21 75.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-17T09:09:09.220Z] #21 75.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-17T09:09:09.220Z] #21 75.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-17T09:09:09.220Z] #21 75.41 Setting up python3-setuptools (52.0.0-4) ... [2022-06-17T09:09:09.544Z] #77 210.6 checking for size_t... yes [2022-06-17T09:09:09.544Z] #77 211.2 checking for stdlib.h... (cached) yes [2022-06-17T09:09:09.803Z] #77 211.2 checking for GNU libc compatible malloc... yes [2022-06-17T09:09:10.026Z] #64 242.9 + bin/containerd [2022-06-17T09:09:10.062Z] #77 211.7 checking for stdlib.h... (cached) yes [2022-06-17T09:09:10.630Z] #77 211.8 checking for GNU libc compatible realloc... yes [2022-06-17T09:09:10.648Z] #21 76.93 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:09:10.648Z] #21 76.95 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:09:10.648Z] #21 76.98 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:09:10.911Z] #21 77.00 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:09:11.198Z] #77 212.3 checking for working strtod... yes [2022-06-17T09:09:11.404Z] #20 ... [2022-06-17T09:09:11.404Z] [2022-06-17T09:09:11.404Z] #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-17T09:09:11.404Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-17T09:09:11.404Z] #69 21.68 Fetched 49.1 MB in 20s (2432 kB/s) [2022-06-17T09:09:11.766Z] #77 212.9 checking for gettimeofday... yes [2022-06-17T09:09:12.025Z] #77 213.5 checking for memset... yes [2022-06-17T09:09:12.324Z] #21 78.47 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:09:12.324Z] #21 78.49 Setting up jq (1.6-2.1) ... [2022-06-17T09:09:12.324Z] #21 78.51 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:09:12.324Z] #21 78.52 Setting up iptables (1.8.7-1) ... [2022-06-17T09:09:12.324Z] #21 78.54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:09:12.324Z] #21 78.54 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:09:12.324Z] #21 78.55 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:09:12.324Z] #21 78.55 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:09:12.324Z] #21 78.56 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-17T09:09:12.324Z] #21 78.57 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-17T09:09:12.324Z] #21 78.58 Setting up iproute2 (5.10.0-4) ... [2022-06-17T09:09:12.476Z] #77 238.4 AR libcrun_testing.a [2022-06-17T09:09:12.476Z] #77 238.4 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-17T09:09:12.476Z] #77 238.5 CCLD tests/tests_libcrun_errors [2022-06-17T09:09:12.544Z] #77 214.0 checking for strspn... yes [2022-06-17T09:09:12.736Z] #77 238.5 CCLD tests/tests_libcrun_fuzzer [2022-06-17T09:09:12.736Z] #77 238.6 CCLD tests/tests_libcrun_utils [2022-06-17T09:09:12.805Z] #77 214.4 checking that generated files are newer than configure... done [2022-06-17T09:09:12.805Z] #77 214.4 configure: creating ./config.status [2022-06-17T09:09:12.846Z] #21 78.95 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:09:12.996Z] #77 238.9 CCLD libcrun.la [2022-06-17T09:09:13.743Z] #77 ... [2022-06-17T09:09:13.743Z] [2022-06-17T09:09:13.744Z] #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-17T09:09:13.744Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:09:13.744Z] #21 58.71 Selecting previously unselected package sudo. [2022-06-17T09:09:13.744Z] #21 58.71 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-17T09:09:13.744Z] #21 58.72 Unpacking sudo (1.9.5p2-3) ... [2022-06-17T09:09:13.744Z] #21 59.74 Selecting previously unselected package thin-provisioning-tools. [2022-06-17T09:09:13.744Z] #21 59.77 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-17T09:09:13.744Z] #21 59.78 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:09:13.744Z] #21 60.28 Selecting previously unselected package uidmap. [2022-06-17T09:09:13.744Z] #21 60.31 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-17T09:09:13.744Z] #21 60.32 Unpacking uidmap (1:4.8.1-1) ... [2022-06-17T09:09:13.744Z] #21 60.60 Selecting previously unselected package vim-runtime. [2022-06-17T09:09:13.744Z] #21 60.61 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:09:13.744Z] #21 60.66 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-17T09:09:13.744Z] #21 60.70 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-17T09:09:13.744Z] #21 60.72 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:13.744Z] #21 66.73 Selecting previously unselected package vim. [2022-06-17T09:09:13.744Z] #21 66.74 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:09:13.744Z] #21 66.82 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:13.744Z] #21 67.95 Selecting previously unselected package xfsprogs. [2022-06-17T09:09:13.744Z] #21 67.96 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-17T09:09:13.744Z] #21 67.99 Unpacking xfsprogs (5.10.0-4) ... [2022-06-17T09:09:13.744Z] #21 68.63 Selecting previously unselected package zip. [2022-06-17T09:09:13.744Z] #21 68.64 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-17T09:09:13.744Z] #21 68.66 Unpacking zip (3.0-12) ... [2022-06-17T09:09:14.003Z] #21 68.89 Selecting previously unselected package zstd. [2022-06-17T09:09:14.003Z] #21 68.92 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-17T09:09:14.003Z] #21 68.94 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:09:14.231Z] #21 DONE 80.2s [2022-06-17T09:09:14.231Z] [2022-06-17T09:09:14.231Z] #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-17T09:09:14.231Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0 [2022-06-17T09:09:14.379Z] #77 240.2 CCLD crun [2022-06-17T09:09:14.571Z] #21 69.45 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:09:14.805Z] #22 0.892 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-17T09:09:14.805Z] #22 0.897 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-17T09:09:14.805Z] #22 0.900 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-17T09:09:14.805Z] #22 DONE 1.0s [2022-06-17T09:09:14.805Z] [2022-06-17T09:09:14.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-17T09:09:14.805Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:14.805Z] #77 215.1 CCLD libyajl.la [2022-06-17T09:09:14.805Z] #77 215.5 CCLD verify/json_verify [2022-06-17T09:09:14.805Z] #77 215.9 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:14.805Z] #77 215.9 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:09:14.805Z] #77 215.9 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:09:14.805Z] #77 215.9 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:14.805Z] #77 215.9 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:14.805Z] #77 215.9 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:14.805Z] #77 216.0 CC src/validate.o [2022-06-17T09:09:14.805Z] #77 216.0 CC src/image_spec_schema_config_schema.lo [2022-06-17T09:09:14.805Z] #77 216.0 CC src/image_spec_schema_content_descriptor.lo [2022-06-17T09:09:14.805Z] #77 216.0 CC src/image_spec_schema_defs.lo [2022-06-17T09:09:14.805Z] #77 216.0 CC src/image_spec_schema_defs_descriptor.lo [2022-06-17T09:09:14.805Z] #77 216.1 CC src/image_spec_schema_image_index_schema.lo [2022-06-17T09:09:14.805Z] #77 216.1 CC src/image_spec_schema_image_layout_schema.lo [2022-06-17T09:09:14.805Z] #77 216.1 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-17T09:09:14.805Z] #77 216.1 CC src/runtime_spec_schema_config_linux.lo [2022-06-17T09:09:14.805Z] #77 216.2 CC src/runtime_spec_schema_config_zos.lo [2022-06-17T09:09:14.805Z] #77 216.3 CC src/runtime_spec_schema_config_solaris.lo [2022-06-17T09:09:14.805Z] #77 216.3 CC src/runtime_spec_schema_config_schema.lo [2022-06-17T09:09:14.805Z] #77 216.3 CC src/runtime_spec_schema_config_vm.lo [2022-06-17T09:09:14.805Z] #77 216.3 CC src/runtime_spec_schema_config_windows.lo [2022-06-17T09:09:14.805Z] #77 216.4 CC src/runtime_spec_schema_defs_zos.lo [2022-06-17T09:09:14.805Z] #77 216.4 CC src/runtime_spec_schema_defs.lo [2022-06-17T09:09:14.805Z] #77 216.4 CC src/runtime_spec_schema_defs_linux.lo [2022-06-17T09:09:14.805Z] #77 216.4 CC src/runtime_spec_schema_defs_vm.lo [2022-06-17T09:09:14.805Z] #77 216.5 CC src/runtime_spec_schema_defs_windows.lo [2022-06-17T09:09:14.805Z] #77 216.5 CC src/runtime_spec_schema_state_schema.lo [2022-06-17T09:09:14.805Z] #77 216.6 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-17T09:09:14.805Z] #77 216.7 CC src/basic_test_double_array_item.lo [2022-06-17T09:09:14.805Z] #77 216.8 CC src/basic_test_double_array.lo [2022-06-17T09:09:14.805Z] #77 216.8 CC src/basic_test_top_array_int.lo [2022-06-17T09:09:14.805Z] #77 216.9 CC src/basic_test_top_double_array_int.lo [2022-06-17T09:09:14.805Z] #77 216.9 CC src/basic_test_top_array_string.lo [2022-06-17T09:09:14.805Z] #77 216.9 CC src/basic_test_top_double_array_obj.lo [2022-06-17T09:09:14.805Z] #77 217.0 CC src/basic_test_top_double_array_string.lo [2022-06-17T09:09:14.805Z] #77 217.0 CC src/basic_test_top_double_array_refobj.lo [2022-06-17T09:09:14.805Z] #77 217.2 CC src/json_common.lo [2022-06-17T09:09:14.805Z] #77 217.2 CC tests/test-1.o [2022-06-17T09:09:14.805Z] #77 217.2 CC src/read-file.lo [2022-06-17T09:09:14.805Z] #77 217.3 CC tests/test-2.o [2022-06-17T09:09:14.805Z] #77 217.3 CC tests/test-3.o [2022-06-17T09:09:14.805Z] #77 217.4 CC tests/test-4.o [2022-06-17T09:09:14.805Z] #77 217.6 CC tests/test-5.o [2022-06-17T09:09:14.805Z] #77 217.7 CC tests/test-6.o [2022-06-17T09:09:14.805Z] #77 217.9 CC tests/test-7.o [2022-06-17T09:09:14.805Z] #77 218.2 CC tests/test-8.o [2022-06-17T09:09:14.805Z] #77 218.2 CC tests/test-11.o [2022-06-17T09:09:14.805Z] #77 218.2 CC tests/test-9.o [2022-06-17T09:09:14.805Z] #77 218.3 CC tests/test-10.o [2022-06-17T09:09:14.949Z] #77 240.8 make[3]: Entering directory '/tmp/crun-build' [2022-06-17T09:09:15.209Z] #77 241.0 /bin/mkdir -p '/usr/local/lib' [2022-06-17T09:09:15.209Z] #77 241.0 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-17T09:09:15.209Z] #77 241.0 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-17T09:09:15.209Z] #77 241.1 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-17T09:09:15.209Z] #77 241.1 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-17T09:09:15.209Z] #77 241.1 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-17T09:09:15.209Z] #77 241.1 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-17T09:09:15.209Z] #77 241.2 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-17T09:09:15.469Z] #77 241.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-17T09:09:15.469Z] #77 241.3 ---------------------------------------------------------------------- [2022-06-17T09:09:15.469Z] #77 241.3 Libraries have been installed in: [2022-06-17T09:09:15.469Z] #77 241.3 /usr/local/lib [2022-06-17T09:09:15.469Z] #77 241.3 [2022-06-17T09:09:15.469Z] #77 241.3 If you ever happen to want to link against installed libraries [2022-06-17T09:09:15.469Z] #77 241.3 in a given directory, LIBDIR, you must either use libtool, and [2022-06-17T09:09:15.469Z] #77 241.3 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-17T09:09:15.469Z] #77 241.3 flag during linking and do at least one of the following: [2022-06-17T09:09:15.469Z] #77 241.3 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-17T09:09:15.469Z] #77 241.3 during execution [2022-06-17T09:09:15.469Z] #77 241.3 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-17T09:09:15.469Z] #77 241.3 during linking [2022-06-17T09:09:15.469Z] #77 241.3 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-17T09:09:15.469Z] #77 241.3 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-17T09:09:15.469Z] #77 241.3 [2022-06-17T09:09:15.469Z] #77 241.3 See any operating system documentation about shared libraries for [2022-06-17T09:09:15.469Z] #77 241.3 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-17T09:09:15.469Z] #77 241.3 ---------------------------------------------------------------------- [2022-06-17T09:09:15.469Z] #77 241.3 /bin/mkdir -p '/build' [2022-06-17T09:09:15.469Z] #77 241.3 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-17T09:09:15.469Z] #77 241.4 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-17T09:09:15.729Z] #77 241.4 make[3]: Leaving directory '/tmp/crun-build' [2022-06-17T09:09:15.729Z] #77 241.4 make[2]: Leaving directory '/tmp/crun-build' [2022-06-17T09:09:15.729Z] #77 241.4 make[1]: Leaving directory '/tmp/crun-build' [2022-06-17T09:09:15.729Z] #77 DONE 241.6s [2022-06-17T09:09:15.729Z] [2022-06-17T09:09:15.729Z] #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-17T09:09:15.729Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:09:15.948Z] #21 70.99 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:09:15.948Z] #21 71.00 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:09:15.948Z] #21 71.01 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:09:15.948Z] #21 71.02 Setting up libicu67:amd64 (67.1-7) ... [2022-06-17T09:09:15.948Z] #21 71.03 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:09:15.948Z] #21 71.04 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-17T09:09:15.948Z] #21 71.05 Setting up uidmap (1:4.8.1-1) ... [2022-06-17T09:09:16.206Z] #21 71.06 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:09:16.206Z] #21 71.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:09:16.206Z] #21 71.08 Setting up bzip2 (1.0.8-4) ... [2022-06-17T09:09:16.206Z] #21 71.09 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:09:16.206Z] #21 71.10 Setting up python3-wheel (0.34.2-1) ... [2022-06-17T09:09:16.206Z] #21 ... [2022-06-17T09:09:16.206Z] [2022-06-17T09:09:16.206Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:09:16.206Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:16.206Z] #77 218.0 config.status: creating Makefile [2022-06-17T09:09:16.465Z] #77 218.2 config.status: creating config.h [2022-06-17T09:09:16.723Z] #77 218.3 config.status: executing depfiles commands [2022-06-17T09:09:16.981Z] #77 218.8 config.status: executing libtool commands [2022-06-17T09:09:18.885Z] #77 220.6 GEN .version [2022-06-17T09:09:18.885Z] #77 220.6 make install-recursive [2022-06-17T09:09:18.885Z] #77 220.7 make[1]: Entering directory '/tmp/crun-build' [2022-06-17T09:09:19.143Z] #77 220.8 Making install in libocispec [2022-06-17T09:09:19.144Z] #77 220.8 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:19.144Z] #77 221.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-17T09:09:19.144Z] #77 221.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-17T09:09:19.144Z] #77 221.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-17T09:09:19.144Z] #77 221.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-17T09:09:19.535Z] #69 21.68 Reading package lists... [2022-06-17T09:09:19.535Z] #69 ... [2022-06-17T09:09:19.535Z] [2022-06-17T09:09:19.535Z] #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-17T09:09:19.535Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-17T09:09:19.535Z] #49 22.35 Fetched 49.1 MB in 21s (2362 kB/s) [2022-06-17T09:09:19.791Z] #49 22.35 Reading package lists... [2022-06-17T09:09:19.791Z] #49 ... [2022-06-17T09:09:19.792Z] [2022-06-17T09:09:19.792Z] #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-17T09:09:19.792Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-17T09:09:19.792Z] #69 21.68 Reading package lists... [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-17T09:09:20.521Z] #77 222.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-17T09:09:20.780Z] #77 222.6 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-17T09:09:20.780Z] #77 222.6 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-17T09:09:20.780Z] #77 222.6 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-17T09:09:20.780Z] #77 222.6 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-17T09:09:20.780Z] #77 222.6 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-17T09:09:20.780Z] #77 222.6 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-17T09:09:20.780Z] #77 222.6 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-17T09:09:21.158Z] #69 30.77 Reading package lists... [2022-06-17T09:09:21.158Z] #69 ... [2022-06-17T09:09:21.158Z] [2022-06-17T09:09:21.158Z] #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-17T09:09:21.158Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:09:21.158Z] #20 21.83 Fetched 49.1 MB in 20s (2412 kB/s) [2022-06-17T09:09:21.158Z] #20 21.83 Reading package lists... [2022-06-17T09:09:21.158Z] #20 31.11 Reading package lists... [2022-06-17T09:09:21.158Z] #20 ... [2022-06-17T09:09:21.158Z] [2022-06-17T09:09:21.158Z] #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-17T09:09:21.158Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-17T09:09:21.158Z] #49 22.35 Reading package lists... [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-17T09:09:22.685Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-17T09:09:22.686Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-17T09:09:22.686Z] #77 224.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-17T09:09:22.686Z] #77 224.3 make install-recursive [2022-06-17T09:09:22.686Z] #77 224.3 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:22.686Z] #77 224.5 Making install in yajl [2022-06-17T09:09:22.945Z] #77 224.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:22.945Z] #77 224.7 CC verify/json_verify-json_verify.o [2022-06-17T09:09:22.945Z] #77 224.7 CC src/libyajl_la-yajl_alloc.lo [2022-06-17T09:09:22.945Z] #77 224.8 CC src/libyajl_la-yajl.lo [2022-06-17T09:09:22.945Z] #77 224.8 CC src/libyajl_la-yajl_gen.lo [2022-06-17T09:09:23.204Z] #77 224.8 CC src/libyajl_la-yajl_parser.lo [2022-06-17T09:09:23.204Z] #77 224.9 CC src/libyajl_la-yajl_buf.lo [2022-06-17T09:09:23.204Z] #77 225.0 CC src/libyajl_la-yajl_encode.lo [2022-06-17T09:09:23.204Z] #77 225.0 CC src/libyajl_la-yajl_lex.lo [2022-06-17T09:09:23.204Z] #77 225.0 CC src/libyajl_la-yajl_tree.lo [2022-06-17T09:09:26.493Z] #77 ... [2022-06-17T09:09:26.493Z] [2022-06-17T09:09:26.493Z] #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-17T09:09:26.493Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:09:26.493Z] #21 72.32 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:26.493Z] #21 72.35 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:09:26.493Z] #21 72.36 Setting up libcap2-bin (1:2.44-1) ... [2022-06-17T09:09:26.493Z] #21 72.37 Setting up apparmor (2.13.6-10) ... [2022-06-17T09:09:26.493Z] #21 74.74 Setting up zip (3.0-12) ... [2022-06-17T09:09:26.493Z] #21 74.77 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:26.493Z] #21 74.80 Setting up bash-completion (1:2.11-2) ... [2022-06-17T09:09:26.493Z] #21 79.38 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-17T09:09:26.493Z] #21 79.40 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-17T09:09:26.493Z] #21 79.41 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:09:26.493Z] #21 79.43 Setting up patch (2.7.6-7) ... [2022-06-17T09:09:26.493Z] #21 79.44 Setting up sudo (1.9.5p2-3) ... [2022-06-17T09:09:26.493Z] #21 79.68 invoke-rc.d: could not determine current runlevel [2022-06-17T09:09:26.493Z] #21 79.72 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-17T09:09:26.493Z] #21 79.76 Setting up xfsprogs (5.10.0-4) ... [2022-06-17T09:09:26.493Z] #21 79.80 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:09:26.493Z] #21 79.81 Setting up inetutils-ping (2:2.0-1) ... [2022-06-17T09:09:26.493Z] #21 79.83 Setting up pigz (2.6-1) ... [2022-06-17T09:09:26.493Z] #21 79.85 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:09:26.493Z] #21 79.85 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:09:26.493Z] #21 79.88 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:09:26.493Z] #21 79.88 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:26.493Z] #21 81.46 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:09:26.493Z] #21 81.49 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:09:27.036Z] #77 ... [2022-06-17T09:09:27.036Z] [2022-06-17T09:09:27.036Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-17T09:09:27.036Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d [2022-06-17T09:09:27.036Z] #23 10.10 Collecting yamllint==1.26.1 [2022-06-17T09:09:27.036Z] #23 11.16 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-17T09:09:27.060Z] #21 81.95 Setting up libelf1:amd64 (0.183-1) ... [2022-06-17T09:09:27.060Z] #21 81.97 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:09:27.060Z] #21 81.99 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:09:27.060Z] #21 82.00 Setting up python3-distutils (3.9.2-1) ... [2022-06-17T09:09:27.297Z] #23 12.38 Collecting pathspec>=0.5.3 [2022-06-17T09:09:27.297Z] #23 12.39 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-17T09:09:27.629Z] #21 82.50 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:27.629Z] #21 82.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-17T09:09:27.629Z] #21 82.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-17T09:09:27.629Z] #21 82.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-17T09:09:27.629Z] #21 82.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-17T09:09:27.629Z] #21 82.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-17T09:09:27.629Z] #21 82.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-17T09:09:27.629Z] #21 82.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-17T09:09:27.629Z] #21 82.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-17T09:09:27.629Z] #21 82.59 Setting up python3-setuptools (52.0.0-4) ... [2022-06-17T09:09:27.868Z] #23 12.79 Collecting pyyaml [2022-06-17T09:09:27.868Z] #23 12.81 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-17T09:09:27.868Z] #23 12.87 Building wheels for collected packages: yamllint [2022-06-17T09:09:27.868Z] #23 12.89 Building wheel for yamllint (setup.py): started [2022-06-17T09:09:27.954Z] #64 ... [2022-06-17T09:09:27.954Z] [2022-06-17T09:09:27.954Z] #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-17T09:09:27.954Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:09:27.954Z] #55 305.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-17T09:09:28.525Z] #55 DONE 305.9s [2022-06-17T09:09:28.525Z] [2022-06-17T09:09:28.525Z] #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-17T09:09:28.525Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:09:29.254Z] #23 14.03 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-17T09:09:29.254Z] #23 14.04 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=50094671c63717309d6b90a0b3da56ad1ef3d080b15e6273563097e9ceda3c60 [2022-06-17T09:09:29.254Z] #23 14.05 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-17T09:09:29.254Z] #23 14.05 Successfully built yamllint [2022-06-17T09:09:29.254Z] #23 14.08 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-17T09:09:29.286Z] #49 31.61 Reading package lists... [2022-06-17T09:09:29.286Z] #49 ... [2022-06-17T09:09:29.286Z] [2022-06-17T09:09:29.286Z] #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-17T09:09:29.286Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-17T09:09:29.286Z] #69 30.77 Reading package lists... [2022-06-17T09:09:29.514Z] #23 14.48 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-17T09:09:29.535Z] #21 84.06 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:09:29.535Z] #21 84.07 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:09:29.535Z] #21 84.08 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:09:29.535Z] #21 84.09 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:09:29.906Z] #64 ... [2022-06-17T09:09:29.906Z] [2022-06-17T09:09:29.906Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-17T09:09:29.906Z] #56 sha256:8cebf49d0cb416bb3ccb33f8ecec06367e7d807f6a102d82784c60c0209b9210 [2022-06-17T09:09:30.086Z] #23 DONE 15.0s [2022-06-17T09:09:30.086Z] [2022-06-17T09:09:30.086Z] #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-17T09:09:30.086Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:09:30.086Z] #47 ... [2022-06-17T09:09:30.086Z] [2022-06-17T09:09:30.086Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-17T09:09:30.086Z] #27 sha256:391bd99087ca4ab2099f6a7c47449bbd2ef7d61fb23c89aedb161bb651cdd1b7 [2022-06-17T09:09:30.104Z] #21 ... [2022-06-17T09:09:30.104Z] [2022-06-17T09:09:30.104Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:09:30.104Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:30.104Z] #77 231.9 CCLD libyajl.la [2022-06-17T09:09:30.166Z] #56 DONE 0.2s [2022-06-17T09:09:30.166Z] [2022-06-17T09:09:30.166Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-17T09:09:30.166Z] #58 sha256:3fa6dc40459c0872ee3d7adfcb14c8202b715302423f5ddf92e556f9671cdf0e [2022-06-17T09:09:30.347Z] #27 DONE 0.2s [2022-06-17T09:09:30.347Z] [2022-06-17T09:09:30.347Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-17T09:09:30.347Z] #32 sha256:c7e62b8f6edfdc41af567e0aa1069a13a2475f33e9bad77204da32d3b0f3f9a4 [2022-06-17T09:09:30.364Z] #77 232.3 CCLD verify/json_verify [2022-06-17T09:09:30.426Z] #58 DONE 0.1s [2022-06-17T09:09:30.426Z] [2022-06-17T09:09:30.426Z] #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-17T09:09:30.426Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:09:30.608Z] #32 DONE 0.3s [2022-06-17T09:09:30.608Z] [2022-06-17T09:09:30.608Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-17T09:09:30.608Z] #35 sha256:bbf03ce3d37e0dea06a881ee478393693d19ab58f78492436e6b0cff98de48b4 [2022-06-17T09:09:30.608Z] #35 DONE 0.2s [2022-06-17T09:09:30.608Z] [2022-06-17T09:09:30.608Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-17T09:09:30.608Z] #37 sha256:d04889ef9d0d2d9dfc5cfaee58d1e70967d56a3a013830aefd958b3ef288df96 [2022-06-17T09:09:30.869Z] #37 DONE 0.3s [2022-06-17T09:09:30.869Z] [2022-06-17T09:09:30.869Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-17T09:09:30.869Z] #39 sha256:a1a64a720c93e98446fd7cd06b42f56483344fa692ca4c2df9583ede450e4913 [2022-06-17T09:09:30.869Z] #39 DONE 0.1s [2022-06-17T09:09:30.869Z] [2022-06-17T09:09:30.869Z] #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-17T09:09:30.869Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:09:30.933Z] #77 232.7 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:30.933Z] #77 232.7 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:09:30.933Z] #77 232.7 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:09:30.933Z] #77 232.7 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:30.933Z] #77 232.7 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-17T09:09:30.933Z] #77 232.8 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:31.129Z] #64 ... [2022-06-17T09:09:31.129Z] [2022-06-17T09:09:31.129Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-17T09:09:31.129Z] #41 sha256:b097aff8f2b571c1a985e6835203d8233d528c2c2a872c3e0f7b3a716ae9a7b6 [2022-06-17T09:09:31.129Z] #41 DONE 0.1s [2022-06-17T09:09:31.129Z] [2022-06-17T09:09:31.129Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-17T09:09:31.129Z] #45 sha256:92f74e54f4efdf98908df526ff77319f2db44a810c7bec341cb9001a868ad761 [2022-06-17T09:09:31.193Z] #77 232.9 CC src/validate.o [2022-06-17T09:09:31.193Z] #77 232.9 CC src/image_spec_schema_config_schema.lo [2022-06-17T09:09:31.193Z] #77 232.9 CC src/image_spec_schema_content_descriptor.lo [2022-06-17T09:09:31.193Z] #77 232.9 CC src/image_spec_schema_defs.lo [2022-06-17T09:09:31.193Z] #77 232.9 CC src/image_spec_schema_defs_descriptor.lo [2022-06-17T09:09:31.193Z] #77 232.9 CC src/image_spec_schema_image_index_schema.lo [2022-06-17T09:09:31.193Z] #77 233.0 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-17T09:09:31.193Z] #77 233.0 CC src/image_spec_schema_image_layout_schema.lo [2022-06-17T09:09:31.193Z] #77 233.0 CC src/runtime_spec_schema_config_linux.lo [2022-06-17T09:09:31.193Z] #77 233.1 CC src/runtime_spec_schema_config_schema.lo [2022-06-17T09:09:31.218Z] #69 39.74 Building dependency tree... [2022-06-17T09:09:31.390Z] #45 DONE 0.1s [2022-06-17T09:09:31.390Z] [2022-06-17T09:09:31.390Z] #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-17T09:09:31.390Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:09:31.452Z] #77 233.1 CC src/runtime_spec_schema_config_solaris.lo [2022-06-17T09:09:31.452Z] #77 233.1 CC src/runtime_spec_schema_config_vm.lo [2022-06-17T09:09:31.452Z] #77 233.1 CC src/runtime_spec_schema_config_zos.lo [2022-06-17T09:09:31.452Z] #77 233.1 CC src/runtime_spec_schema_config_windows.lo [2022-06-17T09:09:31.452Z] #77 233.1 CC src/runtime_spec_schema_defs.lo [2022-06-17T09:09:31.452Z] #77 233.1 CC src/runtime_spec_schema_defs_linux.lo [2022-06-17T09:09:31.452Z] #77 233.2 CC src/runtime_spec_schema_defs_zos.lo [2022-06-17T09:09:31.452Z] #77 233.2 CC src/runtime_spec_schema_defs_windows.lo [2022-06-17T09:09:31.452Z] #77 233.3 CC src/runtime_spec_schema_defs_vm.lo [2022-06-17T09:09:31.712Z] #77 233.4 CC src/runtime_spec_schema_state_schema.lo [2022-06-17T09:09:31.712Z] #77 233.4 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-17T09:09:31.712Z] #77 233.4 CC src/basic_test_double_array.lo [2022-06-17T09:09:31.712Z] #77 233.5 CC src/basic_test_top_array_int.lo [2022-06-17T09:09:31.712Z] #77 233.5 CC src/basic_test_top_array_string.lo [2022-06-17T09:09:31.712Z] #77 233.5 CC src/basic_test_double_array_item.lo [2022-06-17T09:09:31.712Z] #77 233.6 CC src/basic_test_top_double_array_int.lo [2022-06-17T09:09:31.712Z] #77 233.6 CC src/basic_test_top_double_array_refobj.lo [2022-06-17T09:09:31.712Z] #77 233.7 CC src/basic_test_top_double_array_obj.lo [2022-06-17T09:09:31.808Z] #64 ... [2022-06-17T09:09:31.808Z] [2022-06-17T09:09:31.808Z] #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-17T09:09:31.808Z] #60 sha256:c1d90af582b3d03e2639bfd6dacaa1fee2f22a67e52d1cf7fd0acbe24efce834 [2022-06-17T09:09:31.808Z] #60 181.5 + mkdir -p /build [2022-06-17T09:09:31.808Z] #60 181.5 + cp runc /build/runc [2022-06-17T09:09:31.808Z] #60 DONE 181.6s [2022-06-17T09:09:31.808Z] [2022-06-17T09:09:31.808Z] #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-17T09:09:31.808Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:09:31.974Z] #77 233.8 CC src/read-file.lo [2022-06-17T09:09:31.974Z] #77 233.8 CC src/json_common.lo [2022-06-17T09:09:31.974Z] #77 233.8 CC src/basic_test_top_double_array_string.lo [2022-06-17T09:09:31.974Z] #77 ... [2022-06-17T09:09:31.974Z] [2022-06-17T09:09:31.974Z] #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-17T09:09:31.974Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1 [2022-06-17T09:09:31.974Z] #21 85.51 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:09:31.974Z] #21 85.52 Setting up jq (1.6-2.1) ... [2022-06-17T09:09:31.974Z] #21 85.54 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:09:31.974Z] #21 85.59 Setting up iptables (1.8.7-1) ... [2022-06-17T09:09:31.974Z] #21 85.61 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:09:31.974Z] #21 85.61 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:09:31.974Z] #21 85.62 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:09:31.974Z] #21 85.62 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:09:31.974Z] #21 85.63 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-17T09:09:31.974Z] #21 85.64 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-17T09:09:31.974Z] #21 85.64 Setting up iproute2 (5.10.0-4) ... [2022-06-17T09:09:31.974Z] #21 86.02 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:09:31.974Z] #21 DONE 86.9s [2022-06-17T09:09:31.974Z] [2022-06-17T09:09:31.974Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:09:31.974Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:31.974Z] #77 233.9 CC tests/test-1.o [2022-06-17T09:09:32.234Z] #77 233.9 CC tests/test-3.o [2022-06-17T09:09:32.234Z] #77 234.0 CC tests/test-2.o [2022-06-17T09:09:32.234Z] #77 234.0 CC tests/test-4.o [2022-06-17T09:09:32.493Z] #77 234.4 CC tests/test-6.o [2022-06-17T09:09:33.062Z] #77 234.6 CC tests/test-5.o [2022-06-17T09:09:33.062Z] #77 234.7 CC tests/test-8.o [2022-06-17T09:09:33.062Z] #77 ... [2022-06-17T09:09:33.062Z] [2022-06-17T09:09:33.062Z] #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-17T09:09:33.062Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0 [2022-06-17T09:09:33.062Z] #22 0.888 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-17T09:09:33.062Z] #22 0.893 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-17T09:09:33.062Z] #22 0.896 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-17T09:09:33.062Z] #22 DONE 1.0s [2022-06-17T09:09:33.062Z] [2022-06-17T09:09:33.062Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:09:33.062Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:33.062Z] #77 234.7 CC tests/test-9.o [2022-06-17T09:09:33.062Z] #77 234.9 CC tests/test-10.o [2022-06-17T09:09:33.062Z] #77 234.9 CC tests/test-7.o [2022-06-17T09:09:33.119Z] #69 43.72 The following additional packages will be installed: [2022-06-17T09:09:33.119Z] #69 43.74 libbtrfs0 [2022-06-17T09:09:33.119Z] #69 43.95 The following NEW packages will be installed: [2022-06-17T09:09:33.119Z] #69 43.97 libbtrfs-dev libbtrfs0 [2022-06-17T09:09:33.322Z] #77 235.1 CC tests/test-11.o [2022-06-17T09:09:33.375Z] #69 44.39 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:09:33.375Z] #69 44.39 Need to get 460 kB of archives. [2022-06-17T09:09:33.375Z] #69 44.39 After this operation, 1237 kB of additional disk space will be used. [2022-06-17T09:09:33.375Z] #69 44.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:09:33.375Z] #69 44.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:09:33.720Z] #64 ... [2022-06-17T09:09:33.720Z] [2022-06-17T09:09:33.720Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-17T09:09:33.720Z] #61 sha256:87627ab852da7a9aa16a512c47fae1fe85d26db71b43149e3c0e6f1c75fb6d28 [2022-06-17T09:09:33.720Z] #61 DONE 0.1s [2022-06-17T09:09:33.720Z] [2022-06-17T09:09:33.720Z] #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-17T09:09:33.720Z] #64 sha256:cec08a5ad4a1008eff059f735179e0d6297433b378af8ea9b78add244e83f257 [2022-06-17T09:09:34.303Z] #69 45.18 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:09:34.559Z] #69 45.45 Fetched 460 kB in 0s (1505 kB/s) [2022-06-17T09:09:34.559Z] #69 45.51 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:09:34.559Z] #69 45.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-17T09:09:34.559Z] #69 45.60 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:09:34.559Z] #69 45.61 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:09:34.815Z] #69 45.67 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:09:34.815Z] #69 45.67 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:09:34.815Z] #69 45.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:09:34.815Z] #69 45.81 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:09:34.815Z] #69 45.83 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:09:34.815Z] #69 45.86 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:09:35.072Z] #69 DONE 46.1s [2022-06-17T09:09:35.072Z] [2022-06-17T09:09:35.072Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-17T09:09:35.072Z] #70 sha256:b15cd1dacbc0bfc071e97903cd8366e727bcd1dd79ff3a4ff0cf81417e1936ed [2022-06-17T09:09:35.329Z] #70 DONE 0.1s [2022-06-17T09:09:35.329Z] [2022-06-17T09:09:35.329Z] #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-17T09:09:35.329Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:09:35.329Z] #20 31.11 Reading package lists... [2022-06-17T09:09:35.329Z] #20 40.44 Building dependency tree... [2022-06-17T09:09:35.329Z] #20 44.46 The following additional packages will be installed: [2022-06-17T09:09:35.329Z] #20 44.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:09:35.329Z] #20 44.47 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-17T09:09:35.329Z] #20 44.47 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-17T09:09:35.329Z] #20 44.47 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-17T09:09:35.329Z] #20 44.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-17T09:09:35.329Z] #20 44.49 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-17T09:09:35.329Z] #20 44.50 mingw-w64-common mingw-w64-x86-64-dev [2022-06-17T09:09:35.329Z] #20 44.53 Suggested packages: [2022-06-17T09:09:35.329Z] #20 44.54 gcc-10-locales seccomp wine64 [2022-06-17T09:09:35.329Z] #20 45.40 The following NEW packages will be installed: [2022-06-17T09:09:35.329Z] #20 45.40 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-17T09:09:35.329Z] #20 45.40 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-17T09:09:35.329Z] #20 45.40 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-17T09:09:35.329Z] #20 45.40 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-17T09:09:35.329Z] #20 45.40 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-17T09:09:35.329Z] #20 45.41 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-17T09:09:35.329Z] #20 45.41 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-17T09:09:35.329Z] #20 45.41 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-17T09:09:35.329Z] #20 45.42 mingw-w64-x86-64-dev [2022-06-17T09:09:35.329Z] #20 45.80 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:09:35.329Z] #20 45.80 Need to get 115 MB of archives. [2022-06-17T09:09:35.329Z] #20 45.80 After this operation, 645 MB of additional disk space will be used. [2022-06-17T09:09:35.329Z] #20 45.80 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-17T09:09:35.329Z] #20 45.85 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-17T09:09:35.329Z] #20 45.90 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-17T09:09:35.329Z] #20 45.91 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-17T09:09:35.329Z] #20 45.91 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-17T09:09:35.329Z] #20 45.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-17T09:09:35.329Z] #20 45.98 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-17T09:09:35.329Z] #20 46.04 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-17T09:09:35.329Z] #20 46.05 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-17T09:09:35.329Z] #20 46.27 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-17T09:09:35.892Z] #20 46.87 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-17T09:09:36.148Z] #20 47.04 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-17T09:09:36.148Z] #20 ... [2022-06-17T09:09:36.148Z] [2022-06-17T09:09:36.148Z] #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-17T09:09:36.148Z] #71 sha256:664cb1179949753668fd24a217dd7491a8cb331fb22ff0262ae73a365c72e52f [2022-06-17T09:09:36.148Z] #71 0.821 + RM_GOPATH=0 [2022-06-17T09:09:36.148Z] #71 0.821 + TMP_GOPATH= [2022-06-17T09:09:36.148Z] #71 0.821 + : /build [2022-06-17T09:09:36.148Z] #71 0.821 + '[' -z '' ']' [2022-06-17T09:09:36.148Z] #71 0.821 ++ mktemp -d [2022-06-17T09:09:36.148Z] #71 0.821 + export GOPATH=/tmp/tmp.UWsNYgOUU8 [2022-06-17T09:09:36.148Z] #71 0.821 + GOPATH=/tmp/tmp.UWsNYgOUU8 [2022-06-17T09:09:36.148Z] #71 0.821 + RM_GOPATH=1 [2022-06-17T09:09:36.148Z] #71 0.821 + case "$(go env GOARCH)" in [2022-06-17T09:09:36.148Z] #71 0.821 ++ go env GOARCH [2022-06-17T09:09:36.148Z] #71 0.830 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:09:36.148Z] #71 0.830 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:09:36.148Z] #71 0.831 ++ dirname /install.sh [2022-06-17T09:09:36.148Z] #71 0.831 + dir=/ [2022-06-17T09:09:36.148Z] #71 0.831 + bin=containerd [2022-06-17T09:09:36.148Z] #71 0.831 + shift [2022-06-17T09:09:36.148Z] #71 0.831 + '[' '!' -f //containerd.installer ']' [2022-06-17T09:09:36.148Z] #71 0.832 + . //containerd.installer [2022-06-17T09:09:36.148Z] #71 0.832 ++ set -e [2022-06-17T09:09:36.148Z] #71 0.832 ++ : v1.6.6 [2022-06-17T09:09:36.148Z] #71 0.832 + install_containerd [2022-06-17T09:09:36.148Z] #71 0.834 + echo 'Install containerd version v1.6.6' [2022-06-17T09:09:36.148Z] #71 0.834 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UWsNYgOUU8/src/github.com/containerd/containerd [2022-06-17T09:09:36.148Z] #71 0.834 Install containerd version v1.6.6 [2022-06-17T09:09:36.148Z] #71 0.836 Cloning into '/tmp/tmp.UWsNYgOUU8/src/github.com/containerd/containerd'... [2022-06-17T09:09:37.920Z] #64 270.6 + bin/containerd [2022-06-17T09:09:39.499Z] #71 ... [2022-06-17T09:09:39.499Z] [2022-06-17T09:09:39.499Z] #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-17T09:09:39.499Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-17T09:09:39.499Z] #49 31.61 Reading package lists... [2022-06-17T09:09:39.499Z] #49 40.67 Building dependency tree... [2022-06-17T09:09:39.499Z] #49 44.53 The following additional packages will be installed: [2022-06-17T09:09:39.499Z] #49 44.55 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-17T09:09:39.499Z] #49 44.59 Suggested packages: [2022-06-17T09:09:39.499Z] #49 44.59 cmake-doc ninja-build lrzip [2022-06-17T09:09:39.499Z] #49 44.59 Recommended packages: [2022-06-17T09:09:39.499Z] #49 44.59 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-17T09:09:39.499Z] #49 45.28 The following NEW packages will be installed: [2022-06-17T09:09:39.499Z] #49 45.30 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-17T09:09:39.499Z] #49 45.73 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:09:39.499Z] #49 45.73 Need to get 8418 kB of archives. [2022-06-17T09:09:39.499Z] #49 45.73 After this operation, 34.9 MB of additional disk space will be used. [2022-06-17T09:09:39.499Z] #49 45.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:09:39.499Z] #49 45.73 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-17T09:09:39.499Z] #49 45.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-17T09:09:39.499Z] #49 45.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-17T09:09:39.499Z] #49 45.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-17T09:09:39.499Z] #49 45.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-17T09:09:39.499Z] #49 45.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-17T09:09:39.499Z] #49 45.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-17T09:09:39.499Z] #49 46.93 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:09:39.499Z] #49 47.30 Fetched 8418 kB in 0s (17.8 MB/s) [2022-06-17T09:09:39.499Z] #49 47.33 Selecting previously unselected package xxd. [2022-06-17T09:09:39.499Z] #49 47.33 (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-17T09:09:39.499Z] #49 47.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:09:39.499Z] #49 47.38 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:39.499Z] #49 47.45 Selecting previously unselected package vim-common. [2022-06-17T09:09:39.499Z] #49 47.45 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:09:39.499Z] #49 47.46 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:39.499Z] #49 47.60 Selecting previously unselected package cmake-data. [2022-06-17T09:09:39.499Z] #49 47.61 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-17T09:09:39.499Z] #49 47.61 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:09:39.499Z] #49 48.62 Selecting previously unselected package libarchive13:amd64. [2022-06-17T09:09:39.499Z] #49 48.64 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-17T09:09:39.499Z] #49 48.64 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:09:39.499Z] #49 48.78 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-17T09:09:39.499Z] #49 48.78 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-17T09:09:39.499Z] #49 48.80 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:09:39.499Z] #49 48.87 Selecting previously unselected package librhash0:amd64. [2022-06-17T09:09:39.499Z] #49 48.88 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-17T09:09:39.499Z] #49 48.89 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:09:39.499Z] #49 48.99 Selecting previously unselected package libuv1:amd64. [2022-06-17T09:09:39.499Z] #49 49.00 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-17T09:09:39.499Z] #49 49.00 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:09:39.499Z] #49 49.09 Selecting previously unselected package cmake. [2022-06-17T09:09:39.499Z] #49 49.09 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-17T09:09:39.499Z] #49 49.10 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:09:39.755Z] #49 ... [2022-06-17T09:09:39.755Z] [2022-06-17T09:09:39.755Z] #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-17T09:09:39.755Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:09:39.755Z] #20 47.24 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-17T09:09:39.755Z] #20 47.53 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-17T09:09:39.755Z] #20 47.69 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-17T09:09:39.755Z] #20 47.70 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-17T09:09:39.755Z] #20 47.70 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-17T09:09:39.755Z] #20 47.70 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-17T09:09:39.755Z] #20 47.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-17T09:09:39.755Z] #20 47.71 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-17T09:09:39.755Z] #20 47.71 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-17T09:09:39.755Z] #20 47.72 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-17T09:09:39.755Z] #20 47.73 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-17T09:09:39.755Z] #20 47.73 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-17T09:09:39.755Z] #20 47.74 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-17T09:09:39.755Z] #20 47.74 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-17T09:09:39.755Z] #20 47.76 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-17T09:09:39.755Z] #20 47.77 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-17T09:09:39.755Z] #20 47.77 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-17T09:09:39.755Z] #20 47.77 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-17T09:09:39.755Z] #20 48.55 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:09:39.755Z] #20 48.86 Fetched 115 MB in 2s (50.7 MB/s) [2022-06-17T09:09:39.755Z] #20 48.92 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-17T09:09:39.755Z] #20 48.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 ... 30256 files and directories currently installed.) [2022-06-17T09:09:39.755Z] #20 48.95 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:09:39.755Z] #20 48.99 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:09:39.755Z] #20 49.78 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-17T09:09:39.755Z] #20 49.78 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-17T09:09:39.755Z] #20 49.79 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:09:39.755Z] #20 ... [2022-06-17T09:09:39.755Z] [2022-06-17T09:09:39.755Z] #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-17T09:09:39.755Z] #74 sha256:3ff018c5518fc478df8959780dbb5169ac451f9cd22b8cd0c35171605a26fc74 [2022-06-17T09:09:39.755Z] #74 47.06 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-17T09:09:39.755Z] #74 47.06 + GOBIN=/build [2022-06-17T09:09:39.755Z] #74 47.06 + GO111MODULE=on [2022-06-17T09:09:39.755Z] #74 47.06 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-17T09:09:39.755Z] #74 50.22 rootlesskit version 1.0.0 [2022-06-17T09:09:39.755Z] #74 50.24 Usage of /build/rootlesskit-docker-proxy: [2022-06-17T09:09:39.755Z] #74 50.24 -container-ip string [2022-06-17T09:09:39.755Z] #74 50.24 container ip [2022-06-17T09:09:39.755Z] #74 50.24 -container-port int [2022-06-17T09:09:39.755Z] #74 50.24 container port (default -1) [2022-06-17T09:09:39.755Z] #74 50.24 -host-ip string [2022-06-17T09:09:39.755Z] #74 50.24 host ip [2022-06-17T09:09:39.755Z] #74 50.24 -host-port int [2022-06-17T09:09:39.755Z] #74 50.24 host port (default -1) [2022-06-17T09:09:39.755Z] #74 50.24 -proto string [2022-06-17T09:09:39.755Z] #74 50.24 proxy protocol (default "tcp") [2022-06-17T09:09:39.755Z] #74 DONE 50.6s [2022-06-17T09:09:39.755Z] [2022-06-17T09:09:39.755Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-17T09:09:39.755Z] #75 sha256:37fb360556e6ec241b39af23ccb0c51578b1034cc497d2f01b2f24df25665b94 [2022-06-17T09:09:39.755Z] #75 DONE 0.1s [2022-06-17T09:09:40.011Z] [2022-06-17T09:09:40.011Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-17T09:09:40.011Z] #76 sha256:8c8c8e5ecc3ec814edc72ea366ea03e8d892519104ae3687653cedc5a8a25603 [2022-06-17T09:09:40.011Z] #76 DONE 0.1s [2022-06-17T09:09:40.011Z] [2022-06-17T09:09:40.011Z] #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-17T09:09:40.011Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:09:40.011Z] #20 50.86 Selecting previously unselected package binutils-mingw-w64. [2022-06-17T09:09:40.011Z] #20 50.87 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-17T09:09:40.011Z] #20 50.88 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:09:40.011Z] #20 50.97 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-17T09:09:40.011Z] #20 50.97 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:09:40.011Z] #20 50.99 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:09:40.268Z] #20 51.10 Selecting previously unselected package dmsetup. [2022-06-17T09:09:40.268Z] #20 51.10 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:09:40.268Z] #20 51.11 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:09:40.268Z] #20 ... [2022-06-17T09:09:40.268Z] [2022-06-17T09:09:40.268Z] #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-17T09:09:40.268Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-17T09:09:40.268Z] #49 50.83 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-17T09:09:40.268Z] #49 50.87 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:40.268Z] #49 50.90 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-17T09:09:40.268Z] #49 50.92 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:09:40.268Z] #49 50.94 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-17T09:09:40.268Z] #49 50.95 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-17T09:09:40.268Z] #49 50.96 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-17T09:09:40.268Z] #49 50.99 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-17T09:09:40.268Z] #49 51.00 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:09:40.268Z] #49 DONE 51.3s [2022-06-17T09:09:40.268Z] [2022-06-17T09:09:40.268Z] #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-17T09:09:40.268Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:09:40.268Z] #20 51.23 Selecting previously unselected package mingw-w64-common. [2022-06-17T09:09:40.268Z] #20 51.23 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-17T09:09:40.268Z] #20 51.24 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-17T09:09:40.524Z] #20 ... [2022-06-17T09:09:40.524Z] [2022-06-17T09:09:40.524Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-17T09:09:40.524Z] #50 sha256:15a75b528dd7a6409bae3f1fb1e0a7dfd3e03336a04980cba8ebb21e86a1cee6 [2022-06-17T09:09:40.524Z] #50 DONE 0.1s [2022-06-17T09:09:40.524Z] [2022-06-17T09:09:40.524Z] #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-17T09:09:40.524Z] #51 sha256:73c492e7d9a602734c98f6162272929333c9763aa33d31803041ea1752374484 [2022-06-17T09:09:41.890Z] #51 1.152 + RM_GOPATH=0 [2022-06-17T09:09:41.890Z] #51 1.152 + TMP_GOPATH= [2022-06-17T09:09:41.890Z] #51 1.152 + : /build [2022-06-17T09:09:41.890Z] #51 1.152 + '[' -z '' ']' [2022-06-17T09:09:41.890Z] #51 1.152 ++ mktemp -d [2022-06-17T09:09:41.890Z] #51 1.152 + export GOPATH=/tmp/tmp.Rn8EcepdZZ [2022-06-17T09:09:41.890Z] #51 1.152 + GOPATH=/tmp/tmp.Rn8EcepdZZ [2022-06-17T09:09:41.890Z] #51 1.152 + RM_GOPATH=1 [2022-06-17T09:09:41.890Z] #51 1.152 + case "$(go env GOARCH)" in [2022-06-17T09:09:41.890Z] #51 1.152 ++ go env GOARCH [2022-06-17T09:09:41.890Z] #51 1.152 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:09:41.890Z] #51 1.152 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:09:41.890Z] #51 1.152 ++ dirname /install.sh [2022-06-17T09:09:41.890Z] #51 1.154 + dir=/ [2022-06-17T09:09:41.890Z] #51 1.154 + bin=tini [2022-06-17T09:09:41.890Z] #51 1.154 + shift [2022-06-17T09:09:41.890Z] #51 1.154 + '[' '!' -f //tini.installer ']' [2022-06-17T09:09:41.890Z] #51 1.154 + . //tini.installer [2022-06-17T09:09:41.890Z] #51 1.154 ++ : v0.19.0 [2022-06-17T09:09:41.890Z] #51 1.156 Install tini version v0.19.0 [2022-06-17T09:09:41.890Z] #51 1.156 + install_tini [2022-06-17T09:09:41.890Z] #51 1.156 + echo 'Install tini version v0.19.0' [2022-06-17T09:09:41.890Z] #51 1.156 + git clone https://github.com/krallin/tini.git /tmp/tmp.Rn8EcepdZZ/tini [2022-06-17T09:09:41.890Z] #51 1.172 Cloning into '/tmp/tmp.Rn8EcepdZZ/tini'... [2022-06-17T09:09:42.146Z] #51 1.751 + cd /tmp/tmp.Rn8EcepdZZ/tini [2022-06-17T09:09:42.406Z] #51 1.752 + git checkout -q v0.19.0 [2022-06-17T09:09:42.406Z] #51 1.763 + cmake . [2022-06-17T09:09:42.406Z] #51 1.991 -- The C compiler identification is GNU 10.2.1 [2022-06-17T09:09:42.406Z] #51 2.012 -- Detecting C compiler ABI info [2022-06-17T09:09:42.661Z] #51 2.178 -- Detecting C compiler ABI info - done [2022-06-17T09:09:42.661Z] #51 2.218 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-17T09:09:42.916Z] #51 2.219 -- Detecting C compile features [2022-06-17T09:09:42.916Z] #51 2.220 -- Detecting C compile features - done [2022-06-17T09:09:42.916Z] #51 2.232 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-17T09:09:42.916Z] #51 2.272 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-17T09:09:42.916Z] #51 2.290 -- Configuring done [2022-06-17T09:09:42.916Z] #51 2.296 -- Generating done [2022-06-17T09:09:42.916Z] #51 2.298 -- Build files have been written to: /tmp/tmp.Rn8EcepdZZ/tini [2022-06-17T09:09:42.916Z] #51 2.300 + make tini-static [2022-06-17T09:09:42.916Z] #51 2.431 Scanning dependencies of target tini-static [2022-06-17T09:09:42.916Z] #51 2.463 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-17T09:09:43.303Z] #77 ... [2022-06-17T09:09:43.303Z] [2022-06-17T09:09:43.303Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-17T09:09:43.303Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d [2022-06-17T09:09:43.478Z] #51 2.889 [100%] Linking C executable tini-static [2022-06-17T09:09:43.478Z] #51 3.107 [100%] Built target tini-static [2022-06-17T09:09:43.733Z] #51 3.129 + mkdir -p /build [2022-06-17T09:09:43.733Z] #51 3.131 + cp tini-static /build/docker-init [2022-06-17T09:09:43.872Z] #23 10.77 Collecting yamllint==1.26.1 [2022-06-17T09:09:44.002Z] #51 DONE 3.3s [2022-06-17T09:09:44.003Z] [2022-06-17T09:09:44.003Z] #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-17T09:09:44.003Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:09:44.003Z] #20 53.58 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-17T09:09:44.003Z] #20 53.59 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-17T09:09:44.003Z] #20 53.60 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:09:44.565Z] #20 55.43 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-17T09:09:44.565Z] #20 55.44 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:09:44.565Z] #20 55.45 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:09:44.565Z] #20 55.51 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-17T09:09:44.565Z] #20 55.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:09:44.565Z] #20 55.53 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:09:44.810Z] #23 11.84 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-17T09:09:46.718Z] #23 13.33 Collecting pathspec>=0.5.3 [2022-06-17T09:09:46.718Z] #23 13.34 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-17T09:09:46.977Z] #23 13.84 Collecting pyyaml [2022-06-17T09:09:46.977Z] #23 13.85 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-17T09:09:46.977Z] #23 13.94 Building wheels for collected packages: yamllint [2022-06-17T09:09:46.977Z] #23 13.95 Building wheel for yamllint (setup.py): started [2022-06-17T09:09:47.082Z] #20 57.66 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-17T09:09:47.082Z] #20 57.66 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:09:47.082Z] #20 57.67 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:09:48.357Z] #23 15.01 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-17T09:09:48.357Z] #23 15.02 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c7bf6e4a04338a2ab8e1cc12d9b35fe714f062045a3be8b680320a1849be4ae0 [2022-06-17T09:09:48.357Z] #23 15.02 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-17T09:09:48.357Z] #23 15.02 Successfully built yamllint [2022-06-17T09:09:48.357Z] #23 15.06 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-17T09:09:48.617Z] #23 15.48 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-17T09:09:48.878Z] #23 DONE 16.0s [2022-06-17T09:09:48.878Z] [2022-06-17T09:09:48.878Z] #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-17T09:09:48.878Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:09:49.138Z] #47 ... [2022-06-17T09:09:49.138Z] [2022-06-17T09:09:49.138Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-17T09:09:49.138Z] #27 sha256:8f487015b7a0c81c87b04e128557279ee7d3c34699232516c0e720e38ea1d38c [2022-06-17T09:09:49.505Z] #55 ... [2022-06-17T09:09:49.506Z] [2022-06-17T09:09:49.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-17T09:09:49.506Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:09:49.506Z] #77 253.8 CCLD libocispec.la [2022-06-17T09:09:49.506Z] #77 254.3 CCLD src/validate [2022-06-17T09:09:49.506Z] #77 254.3 CCLD tests/test-1 [2022-06-17T09:09:49.506Z] #77 254.3 CCLD tests/test-2 [2022-06-17T09:09:49.506Z] #77 254.3 CCLD tests/test-3 [2022-06-17T09:09:49.506Z] #77 254.4 CCLD tests/test-4 [2022-06-17T09:09:49.506Z] #77 254.4 CCLD tests/test-5 [2022-06-17T09:09:49.506Z] #77 254.4 CCLD tests/test-6 [2022-06-17T09:09:49.506Z] #77 254.5 CCLD tests/test-7 [2022-06-17T09:09:49.506Z] #77 254.6 CCLD tests/test-8 [2022-06-17T09:09:49.506Z] #77 254.6 CCLD tests/test-9 [2022-06-17T09:09:49.506Z] #77 254.6 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-17T09:09:49.506Z] #77 254.7 CCLD tests/test-10 [2022-06-17T09:09:49.506Z] #77 254.7 CCLD tests/test-11 [2022-06-17T09:09:49.707Z] #27 DONE 0.7s [2022-06-17T09:09:49.707Z] [2022-06-17T09:09:49.707Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-17T09:09:49.707Z] #32 sha256:b9147161ee99290dd54e52b206622257d4b73de60474b24b1cbdcb255712b672 [2022-06-17T09:09:50.276Z] #32 DONE 0.7s [2022-06-17T09:09:50.276Z] [2022-06-17T09:09:50.276Z] #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-17T09:09:50.276Z] #60 sha256:405cc52f06b2e09e8194239184b5c83e99e5fc4b1815a504b055490051ebc867 [2022-06-17T09:09:50.276Z] #60 ... [2022-06-17T09:09:50.276Z] [2022-06-17T09:09:50.276Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-17T09:09:50.276Z] #35 sha256:44a7c3dd8dedd6ef53742a8c2977a7587e808597e37728bd70a1c4f429819677 [2022-06-17T09:09:50.349Z] #20 ... [2022-06-17T09:09:50.349Z] [2022-06-17T09:09:50.349Z] #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-17T09:09:50.349Z] #71 sha256:664cb1179949753668fd24a217dd7491a8cb331fb22ff0262ae73a365c72e52f [2022-06-17T09:09:50.349Z] #71 14.86 + cd /tmp/tmp.UWsNYgOUU8/src/github.com/containerd/containerd [2022-06-17T09:09:50.349Z] #71 14.86 + git checkout -q v1.6.6 [2022-06-17T09:09:50.605Z] #71 15.28 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-17T09:09:50.605Z] #71 15.28 + BUILDTAGS='netgo osusergo static_build' [2022-06-17T09:09:50.605Z] #71 15.28 + export EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:09:50.605Z] #71 15.28 + EXTRA_FLAGS=-buildmode=pie [2022-06-17T09:09:50.605Z] #71 15.28 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-17T09:09:50.605Z] #71 15.28 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-17T09:09:50.605Z] #71 15.28 + '[' '' = dynamic ']' [2022-06-17T09:09:50.605Z] #71 15.28 + make [2022-06-17T09:09:50.844Z] #35 DONE 0.3s [2022-06-17T09:09:50.844Z] [2022-06-17T09:09:50.844Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-17T09:09:50.844Z] #37 sha256:4c5cee3247e96fa7a4e9f5e5769805fde938c718c5a7fd7ba3970e38d1b10011 [2022-06-17T09:09:50.890Z] #77 256.4 libtool: link: ar cr libocispec.a [2022-06-17T09:09:50.890Z] #77 256.4 libtool: link: ranlib libocispec.a [2022-06-17T09:09:51.131Z] #37 DONE 0.4s [2022-06-17T09:09:51.131Z] [2022-06-17T09:09:51.131Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-17T09:09:51.131Z] #39 sha256:b2087b439b4ac8c357dadca54ec691f13d1f6d8f85b659697b2466c2d073e4bc [2022-06-17T09:09:51.131Z] #39 DONE 0.1s [2022-06-17T09:09:51.131Z] [2022-06-17T09:09:51.131Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-17T09:09:51.131Z] #41 sha256:05efc02e3aebfa2cd99367ba0e8ac673dd0dc26bc69c09324ad25c78da19e63e [2022-06-17T09:09:51.398Z] #41 DONE 0.1s [2022-06-17T09:09:51.398Z] [2022-06-17T09:09:51.398Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-17T09:09:51.398Z] #45 sha256:eff0afbe1c6f584bbb3380f5ac86403079211f2f626131ed1da44b02d73bdddc [2022-06-17T09:09:51.399Z] #45 DONE 0.1s [2022-06-17T09:09:51.399Z] [2022-06-17T09:09:51.399Z] #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-17T09:09:51.399Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:09:51.532Z] #71 16.14 + bin/ctr [2022-06-17T09:09:52.803Z] #77 258.2 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:52.803Z] #77 258.3 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:09:52.803Z] #77 258.3 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:09:52.803Z] #77 258.3 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:52.803Z] #77 258.3 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:52.803Z] #77 258.3 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:52.803Z] #77 258.3 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:09:52.803Z] #77 258.3 make[2]: Entering directory '/tmp/crun-build' [2022-06-17T09:09:52.803Z] #77 258.4 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-17T09:09:52.803Z] #77 258.4 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-17T09:09:52.803Z] #77 258.4 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-17T09:09:52.803Z] #77 258.4 CC src/libcrun/libcrun_testing_a-container.o [2022-06-17T09:09:52.803Z] #77 258.4 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-17T09:09:52.803Z] #77 258.4 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-17T09:09:52.803Z] #77 258.5 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-17T09:09:52.803Z] #77 258.5 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-17T09:09:52.803Z] #77 258.5 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-17T09:09:52.803Z] #77 258.5 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-17T09:09:52.803Z] #77 258.5 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-17T09:09:52.803Z] #77 258.5 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-17T09:09:52.803Z] #77 258.6 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-17T09:09:52.803Z] #77 258.6 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-17T09:09:52.803Z] #77 258.6 CC src/libcrun/libcrun_testing_a-error.o [2022-06-17T09:09:52.803Z] #77 258.6 CC src/libcrun/libcrun_testing_a-status.o [2022-06-17T09:09:52.803Z] #77 258.7 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-17T09:09:52.803Z] #77 258.7 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-17T09:09:53.064Z] #77 258.7 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-17T09:09:53.064Z] #77 258.8 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-17T09:09:53.064Z] #77 258.8 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-17T09:09:53.064Z] #77 258.8 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-17T09:09:53.064Z] #77 258.8 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-17T09:09:53.064Z] #77 258.9 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-17T09:09:53.324Z] #77 259.0 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-17T09:09:53.324Z] #77 259.0 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-17T09:09:53.324Z] #77 259.0 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-17T09:09:53.324Z] #77 259.1 CC src/crun-crun.o [2022-06-17T09:09:53.585Z] #77 259.3 CC src/crun-run.o [2022-06-17T09:09:53.585Z] #77 259.4 CC src/crun-delete.o [2022-06-17T09:09:53.585Z] #77 259.4 CC src/crun-kill.o [2022-06-17T09:09:53.585Z] #77 259.5 CC src/crun-pause.o [2022-06-17T09:09:53.846Z] #77 259.5 CC src/crun-unpause.o [2022-06-17T09:09:53.846Z] #77 259.6 CC src/crun-spec.o [2022-06-17T09:09:53.846Z] #77 259.7 CC src/crun-list.o [2022-06-17T09:09:53.846Z] #77 259.7 CC src/crun-create.o [2022-06-17T09:09:54.106Z] #77 259.7 CC src/crun-exec.o [2022-06-17T09:09:54.106Z] #77 259.8 CC src/crun-start.o [2022-06-17T09:09:54.106Z] #77 259.9 CC src/crun-state.o [2022-06-17T09:09:54.106Z] #77 259.9 CC src/crun-update.o [2022-06-17T09:09:54.106Z] #77 260.0 CC src/crun-ps.o [2022-06-17T09:09:54.366Z] #77 260.2 CC src/crun-checkpoint.o [2022-06-17T09:09:54.366Z] #77 260.2 CC src/crun-restore.o [2022-06-17T09:09:54.627Z] #77 260.4 CC src/libcrun/libcrun_la-utils.lo [2022-06-17T09:09:54.887Z] #77 260.6 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-17T09:09:54.887Z] #77 260.6 CC src/libcrun/libcrun_la-container.lo [2022-06-17T09:09:54.887Z] #77 260.6 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-17T09:09:55.148Z] #77 260.7 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-17T09:09:55.148Z] #77 260.9 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-17T09:09:55.148Z] #77 261.0 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-17T09:09:55.408Z] #77 261.0 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-17T09:09:55.408Z] #77 261.1 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-17T09:09:55.408Z] #77 261.1 CC src/libcrun/libcrun_la-criu.lo [2022-06-17T09:09:55.408Z] #77 261.2 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-17T09:09:55.408Z] #77 261.3 CC src/libcrun/libcrun_la-linux.lo [2022-06-17T09:09:55.668Z] #77 261.3 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-17T09:09:55.668Z] #77 261.4 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-17T09:09:55.668Z] #77 261.5 CC src/libcrun/libcrun_la-status.lo [2022-06-17T09:09:55.668Z] #77 261.6 CC src/libcrun/libcrun_la-error.lo [2022-06-17T09:09:55.929Z] #77 261.8 CC src/libcrun/libcrun_la-terminal.lo [2022-06-17T09:09:56.189Z] #77 261.8 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-17T09:09:56.190Z] #77 261.9 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-17T09:09:56.190Z] #77 261.9 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-17T09:09:56.190Z] #77 261.9 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-17T09:09:56.190Z] #77 261.9 CC src/libcrun/libcrun_la-signals.lo [2022-06-17T09:09:56.190Z] #77 262.0 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-17T09:09:56.190Z] #77 262.0 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-17T09:09:56.450Z] #77 262.2 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-17T09:09:56.650Z] #64 283.5 # github.com/containerd/containerd/cmd/containerd [2022-06-17T09:09:56.650Z] #64 283.5 /usr/bin/ld: /tmp/go-link-175192900/000019.o: in function `New': [2022-06-17T09:09:56.650Z] #64 283.5 /tmp/tmp.7Ngvml8iF8/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-17T09:09:56.650Z] #64 283.6 + bin/containerd-stress [2022-06-17T09:09:56.650Z] #64 284.7 + bin/containerd-shim [2022-06-17T09:09:56.711Z] #77 262.5 CC tests/init.o [2022-06-17T09:09:56.818Z] #71 ... [2022-06-17T09:09:56.818Z] [2022-06-17T09:09:56.818Z] #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-17T09:09:56.818Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-17T09:09:56.818Z] #20 61.51 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-17T09:09:56.818Z] #20 61.52 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:09:56.818Z] #20 61.52 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:09:56.818Z] #20 63.07 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-17T09:09:56.818Z] #20 63.08 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:09:56.818Z] #20 63.08 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:09:56.818Z] #20 64.84 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-17T09:09:56.818Z] #20 64.85 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:09:56.818Z] #20 64.86 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:09:57.281Z] #77 262.8 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-17T09:09:57.746Z] #20 68.57 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-17T09:09:57.746Z] #20 68.58 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-17T09:09:57.746Z] #20 68.58 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:09:59.636Z] #20 70.29 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-17T09:09:59.636Z] #20 70.30 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-17T09:09:59.636Z] #20 70.31 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:09:59.636Z] #20 70.36 Selecting previously unselected package libapparmor1:amd64. [2022-06-17T09:09:59.636Z] #20 70.37 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-17T09:09:59.636Z] #20 70.38 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:09:59.636Z] #20 70.43 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-17T09:09:59.636Z] #20 70.44 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-17T09:09:59.636Z] #20 70.44 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:09:59.636Z] #20 70.50 Selecting previously unselected package libbtrfs0:amd64. [2022-06-17T09:09:59.636Z] #20 70.50 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-17T09:09:59.636Z] #20 70.51 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:09:59.636Z] #20 70.57 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-17T09:09:59.636Z] #20 70.58 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-17T09:09:59.636Z] #20 70.58 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:09:59.891Z] #20 70.69 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-17T09:09:59.891Z] #20 70.69 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:09:59.891Z] #20 70.70 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:09:59.892Z] #20 70.73 Selecting previously unselected package libudev-dev:amd64. [2022-06-17T09:09:59.892Z] #20 70.74 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-17T09:09:59.892Z] #20 70.74 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:09:59.892Z] #20 70.81 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-17T09:09:59.892Z] #20 70.82 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-17T09:09:59.892Z] #20 70.82 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:10:00.147Z] #20 70.93 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-17T09:10:00.147Z] #20 70.94 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-17T09:10:00.147Z] #20 70.94 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:10:00.147Z] #20 71.02 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-17T09:10:00.147Z] #20 71.03 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-17T09:10:00.147Z] #20 71.03 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:10:00.147Z] #20 71.12 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-17T09:10:00.147Z] #20 71.12 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-17T09:10:00.147Z] #20 71.12 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:10:00.147Z] #20 71.16 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-17T09:10:00.402Z] #20 71.16 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-17T09:10:00.402Z] #20 71.17 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:10:00.402Z] #20 71.37 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-17T09:10:00.402Z] #20 71.38 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-17T09:10:00.402Z] #20 71.38 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:10:00.658Z] #20 71.49 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-17T09:10:00.658Z] #20 71.49 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-17T09:10:00.658Z] #20 71.50 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:10:00.658Z] #20 71.54 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-17T09:10:00.658Z] #20 71.55 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-17T09:10:00.658Z] #20 71.56 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:10:00.658Z] #20 71.63 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-17T09:10:00.658Z] #20 71.63 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-17T09:10:00.658Z] #20 71.63 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:10:00.818Z] #64 293.6 + bin/containerd-shim-runc-v1 [2022-06-17T09:10:00.913Z] #20 71.86 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-17T09:10:00.913Z] #20 71.87 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-17T09:10:00.913Z] #20 71.89 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-17T09:10:00.913Z] #20 71.90 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-17T09:10:00.913Z] #20 71.91 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-17T09:10:00.913Z] #20 71.92 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-17T09:10:00.913Z] #20 71.94 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-17T09:10:00.913Z] #20 71.95 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-17T09:10:00.913Z] #20 71.96 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-17T09:10:00.913Z] #20 71.97 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-17T09:10:00.913Z] #20 71.98 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-17T09:10:01.169Z] #20 71.99 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-17T09:10:01.169Z] #20 72.00 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-17T09:10:01.169Z] #20 72.02 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-17T09:10:01.169Z] #20 72.03 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-17T09:10:01.169Z] #20 72.04 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-17T09:10:01.169Z] #20 72.05 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-17T09:10:01.169Z] #20 72.07 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-17T09:10:01.169Z] #20 72.08 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-17T09:10:01.169Z] #20 72.09 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-17T09:10:01.169Z] #20 72.10 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:10:01.169Z] #20 72.12 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-17T09:10:01.169Z] #20 72.13 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:10:01.169Z] #20 72.14 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-17T09:10:01.169Z] #20 72.14 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-17T09:10:01.169Z] #20 72.16 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-17T09:10:01.169Z] #20 72.17 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-17T09:10:01.169Z] #20 72.18 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-17T09:10:01.425Z] #20 72.20 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-17T09:10:01.425Z] #20 72.22 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:10:01.425Z] #20 72.24 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-17T09:10:01.425Z] #20 72.25 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:10:01.425Z] #20 72.26 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-17T09:10:01.425Z] #20 72.28 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:10:01.485Z] #77 ... [2022-06-17T09:10:01.485Z] [2022-06-17T09:10:01.485Z] #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-17T09:10:01.485Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:10:01.485Z] #47 330.6 + dpkg --print-architecture [2022-06-17T09:10:01.485Z] #47 330.6 + git checkout -q v2.1.0 [2022-06-17T09:10:01.486Z] #47 330.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-17T09:10:01.486Z] #47 330.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-17T09:10:03.316Z] #20 DONE 73.9s [2022-06-17T09:10:03.316Z] [2022-06-17T09:10:03.316Z] #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-17T09:10:03.316Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575 [2022-06-17T09:10:04.242Z] #21 1.110 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-17T09:10:04.242Z] #21 1.268 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-17T09:10:04.242Z] #21 1.438 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-17T09:10:06.064Z] #64 298.9 + bin/containerd-shim-runc-v2 [2022-06-17T09:10:06.992Z] #64 299.6 + binaries [2022-06-17T09:10:06.992Z] #64 299.6 + install -D bin/containerd /build/containerd [2022-06-17T09:10:06.992Z] #64 299.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-17T09:10:06.992Z] #64 299.7 + install -D bin/ctr /build/ctr [2022-06-17T09:10:09.496Z] #55 ... [2022-06-17T09:10:09.496Z] [2022-06-17T09:10:09.496Z] #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-17T09:10:09.496Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:10:09.496Z] #47 352.1 + dpkg --print-architecture [2022-06-17T09:10:09.496Z] #47 352.1 + git checkout -q v2.1.0 [2022-06-17T09:10:09.755Z] #47 352.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-17T09:10:09.755Z] #47 352.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-17T09:10:09.783Z] #21 1.635 Reading package lists... [2022-06-17T09:10:10.258Z] #64 DONE 302.9s [2022-06-17T09:10:11.190Z] [2022-06-17T09:10:11.190Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-17T09:10:11.190Z] #65 sha256:47e4256115aceb5b4dad7a3407de99239a4b69d008a7752a7057553ee8bacafe [2022-06-17T09:10:13.078Z] #65 DONE 1.8s [2022-06-17T09:10:13.078Z] [2022-06-17T09:10:13.078Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-17T09:10:13.078Z] #70 sha256:b29a2a18c2a8f5702710a7e6707f23ade19979dd52018ef0aa665ba688c429b4 [2022-06-17T09:10:13.078Z] #70 DONE 0.4s [2022-06-17T09:10:13.078Z] [2022-06-17T09:10:13.078Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-17T09:10:13.078Z] #75 sha256:b42b26aa1c1197cfe1be9979998f7d0f9effa97573af4b487edc46081e36b869 [2022-06-17T09:10:13.945Z] #21 6.478 Reading package lists... [2022-06-17T09:10:15.307Z] #21 11.03 Building dependency tree... [2022-06-17T09:10:15.307Z] #21 12.09 Reading state information... [2022-06-17T09:10:15.592Z] #75 DONE 2.0s [2022-06-17T09:10:15.592Z] [2022-06-17T09:10:15.592Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-17T09:10:15.592Z] #78 sha256:0d2464f553b55489630bf89f96dd0044dd2b79bf43736e0d764c352a8ff0f759 [2022-06-17T09:10:15.592Z] #78 DONE 0.1s [2022-06-17T09:10:15.592Z] [2022-06-17T09:10:15.592Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-17T09:10:15.592Z] #79 sha256:ceb89f4168332e4ef8b82e68d7e5755df7264c618236db063f8132f79552dbb3 [2022-06-17T09:10:15.592Z] #79 DONE 0.1s [2022-06-17T09:10:15.592Z] [2022-06-17T09:10:15.592Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-17T09:10:15.592Z] #80 sha256:84cc8e4052cbe3c770b3c480bfeade3fe6ca5cff615d59e7622097dea81258ef [2022-06-17T09:10:15.592Z] #80 DONE 0.0s [2022-06-17T09:10:15.592Z] [2022-06-17T09:10:15.592Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-17T09:10:15.592Z] #81 sha256:026e8a9970318ec6203ee437784721151c2c84147054f95db4e5b55a93f73672 [2022-06-17T09:10:15.869Z] #21 13.10 The following additional packages will be installed: [2022-06-17T09:10:16.125Z] #21 13.11 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-17T09:10:16.125Z] #21 13.11 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-17T09:10:16.125Z] #21 13.11 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-17T09:10:16.125Z] #21 13.11 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-17T09:10:16.125Z] #21 13.11 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-17T09:10:16.125Z] #21 13.11 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-17T09:10:16.125Z] #21 13.12 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-17T09:10:16.125Z] #21 13.13 Suggested packages: [2022-06-17T09:10:16.125Z] #21 13.13 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-17T09:10:16.125Z] #21 13.13 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-17T09:10:16.125Z] #21 13.13 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-17T09:10:16.125Z] #21 13.13 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-17T09:10:16.125Z] #21 13.13 seccomp:ppc64el seccomp:s390x [2022-06-17T09:10:16.125Z] #21 13.13 Recommended packages: [2022-06-17T09:10:16.125Z] #21 13.13 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-17T09:10:16.125Z] #21 13.13 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-17T09:10:16.125Z] #21 13.13 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-17T09:10:16.125Z] #21 13.13 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-17T09:10:16.329Z] #47 ... [2022-06-17T09:10:16.329Z] [2022-06-17T09:10:16.329Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:10:16.329Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:10:16.329Z] #77 271.4 CCLD libocispec.la [2022-06-17T09:10:16.329Z] #77 271.8 CCLD src/validate [2022-06-17T09:10:16.329Z] #77 271.8 CCLD tests/test-1 [2022-06-17T09:10:16.329Z] #77 271.9 CCLD tests/test-3 [2022-06-17T09:10:16.329Z] #77 271.9 CCLD tests/test-2 [2022-06-17T09:10:16.329Z] #77 271.9 CCLD tests/test-4 [2022-06-17T09:10:16.329Z] #77 271.9 CCLD tests/test-5 [2022-06-17T09:10:16.329Z] #77 272.0 CCLD tests/test-6 [2022-06-17T09:10:16.329Z] #77 272.0 CCLD tests/test-7 [2022-06-17T09:10:16.329Z] #77 272.0 CCLD tests/test-8 [2022-06-17T09:10:16.329Z] #77 272.0 CCLD tests/test-9 [2022-06-17T09:10:16.329Z] #77 272.2 CCLD tests/test-10 [2022-06-17T09:10:16.329Z] #77 272.2 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-17T09:10:16.329Z] #77 272.2 CCLD tests/test-11 [2022-06-17T09:10:16.329Z] #77 274.0 libtool: link: ar cr libocispec.a [2022-06-17T09:10:16.329Z] #77 274.1 libtool: link: ranlib libocispec.a [2022-06-17T09:10:16.329Z] #77 276.1 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-17T09:10:16.329Z] #77 276.2 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-17T09:10:16.329Z] #77 276.2 make[5]: Nothing to be done for 'install-data-am'. [2022-06-17T09:10:16.329Z] #77 276.2 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:10:16.329Z] #77 276.2 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:10:16.329Z] #77 276.2 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:10:16.329Z] #77 276.2 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-17T09:10:16.329Z] #77 276.2 make[2]: Entering directory '/tmp/crun-build' [2022-06-17T09:10:16.329Z] #77 276.3 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-17T09:10:16.329Z] #77 276.3 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-17T09:10:16.329Z] #77 276.3 CC src/libcrun/libcrun_testing_a-container.o [2022-06-17T09:10:16.329Z] #77 276.3 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-17T09:10:16.329Z] #77 276.3 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-17T09:10:16.329Z] #77 276.3 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-17T09:10:16.329Z] #77 276.4 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-17T09:10:16.329Z] #77 276.4 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-17T09:10:16.329Z] #77 276.4 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-17T09:10:16.329Z] #77 276.4 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-17T09:10:16.329Z] #77 276.4 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-17T09:10:16.329Z] #77 276.5 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-17T09:10:16.329Z] #77 276.5 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-17T09:10:16.329Z] #77 276.5 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-17T09:10:16.329Z] #77 276.6 CC src/libcrun/libcrun_testing_a-error.o [2022-06-17T09:10:16.329Z] #77 276.6 CC src/libcrun/libcrun_testing_a-status.o [2022-06-17T09:10:16.329Z] #77 276.7 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-17T09:10:16.329Z] #77 276.7 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-17T09:10:16.329Z] #77 276.8 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-17T09:10:16.329Z] #77 276.8 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-17T09:10:16.329Z] #77 276.9 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-17T09:10:16.329Z] #77 276.9 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-17T09:10:16.329Z] #77 276.9 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-17T09:10:16.329Z] #77 277.0 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-17T09:10:16.329Z] #77 277.1 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-17T09:10:16.329Z] #77 277.1 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-17T09:10:16.329Z] #77 277.3 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-17T09:10:16.329Z] #77 277.4 CC src/crun-crun.o [2022-06-17T09:10:16.329Z] #77 277.5 CC src/crun-delete.o [2022-06-17T09:10:16.329Z] #77 277.5 CC src/crun-run.o [2022-06-17T09:10:16.329Z] #77 277.6 CC src/crun-kill.o [2022-06-17T09:10:16.329Z] #77 277.6 CC src/crun-unpause.o [2022-06-17T09:10:16.329Z] #77 277.7 CC src/crun-spec.o [2022-06-17T09:10:16.329Z] #77 277.7 CC src/crun-pause.o [2022-06-17T09:10:16.329Z] #77 277.8 CC src/crun-exec.o [2022-06-17T09:10:16.329Z] #77 277.8 CC src/crun-list.o [2022-06-17T09:10:16.329Z] #77 277.9 CC src/crun-create.o [2022-06-17T09:10:16.329Z] #77 277.9 CC src/crun-state.o [2022-06-17T09:10:16.329Z] #77 278.0 CC src/crun-start.o [2022-06-17T09:10:16.329Z] #77 278.1 CC src/crun-ps.o [2022-06-17T09:10:16.329Z] #77 278.1 CC src/crun-update.o [2022-06-17T09:10:16.329Z] #77 278.1 CC src/crun-checkpoint.o [2022-06-17T09:10:16.329Z] #77 278.2 CC src/crun-restore.o [2022-06-17T09:10:16.520Z] #81 DONE 0.9s [2022-06-17T09:10:16.520Z] [2022-06-17T09:10:16.520Z] #82 exporting to image [2022-06-17T09:10:16.520Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-17T09:10:16.520Z] #82 exporting layers [2022-06-17T09:10:16.589Z] #77 278.3 CC src/libcrun/libcrun_la-utils.lo [2022-06-17T09:10:16.589Z] #77 278.3 CC src/libcrun/libcrun_la-container.lo [2022-06-17T09:10:16.589Z] #77 278.4 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-17T09:10:16.589Z] #77 278.4 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-17T09:10:16.589Z] #77 278.5 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-17T09:10:16.687Z] #21 13.56 The following NEW packages will be installed: [2022-06-17T09:10:16.687Z] #21 13.56 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-17T09:10:16.687Z] #21 13.56 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-17T09:10:16.687Z] #21 13.56 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-17T09:10:16.687Z] #21 13.56 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-17T09:10:16.687Z] #21 13.56 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-17T09:10:16.687Z] #21 13.56 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-17T09:10:16.687Z] #21 13.56 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-17T09:10:16.687Z] #21 13.56 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-17T09:10:16.687Z] #21 13.56 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-17T09:10:16.687Z] #21 13.56 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-17T09:10:16.687Z] #21 13.57 libseccomp2:ppc64el libseccomp2:s390x [2022-06-17T09:10:16.848Z] #77 278.6 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-17T09:10:16.848Z] #77 278.6 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-17T09:10:16.848Z] #77 278.7 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-17T09:10:16.848Z] #77 278.7 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-17T09:10:16.943Z] #21 13.90 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:10:16.943Z] #21 13.90 Need to get 15.9 MB of archives. [2022-06-17T09:10:16.943Z] #21 13.90 After this operation, 73.0 MB of additional disk space will be used. [2022-06-17T09:10:16.943Z] #21 13.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-17T09:10:16.943Z] #21 13.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-17T09:10:16.943Z] #21 13.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-17T09:10:16.943Z] #21 13.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-17T09:10:16.943Z] #21 13.93 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-17T09:10:16.943Z] #21 13.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-17T09:10:16.943Z] #21 13.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-17T09:10:16.943Z] #21 13.94 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-17T09:10:16.943Z] #21 13.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-17T09:10:16.943Z] #21 13.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-17T09:10:16.943Z] #21 13.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-17T09:10:16.943Z] #21 13.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-17T09:10:16.943Z] #21 13.98 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-17T09:10:16.943Z] #21 14.02 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-17T09:10:16.943Z] #21 14.02 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-17T09:10:16.943Z] #21 14.02 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-17T09:10:16.943Z] #21 14.02 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-17T09:10:16.943Z] #21 14.03 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-17T09:10:16.943Z] #21 14.05 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-17T09:10:16.943Z] #21 14.05 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-17T09:10:16.943Z] #21 14.05 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-17T09:10:16.943Z] #21 14.06 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-17T09:10:16.943Z] #21 14.06 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-17T09:10:16.943Z] #21 14.08 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-17T09:10:17.108Z] #77 278.8 CC src/libcrun/libcrun_la-linux.lo [2022-06-17T09:10:17.108Z] #77 278.8 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-17T09:10:17.108Z] #77 278.8 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-17T09:10:17.108Z] #77 278.8 CC src/libcrun/libcrun_la-criu.lo [2022-06-17T09:10:17.108Z] #77 278.8 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-17T09:10:17.108Z] #77 278.9 CC src/libcrun/libcrun_la-error.lo [2022-06-17T09:10:17.198Z] #21 14.09 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-17T09:10:17.198Z] #21 14.09 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-17T09:10:17.198Z] #21 14.09 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-17T09:10:17.198Z] #21 14.09 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-17T09:10:17.198Z] #21 14.12 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-17T09:10:17.198Z] #21 14.12 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-17T09:10:17.198Z] #21 14.13 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-17T09:10:17.198Z] #21 14.13 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-17T09:10:17.198Z] #21 14.13 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-17T09:10:17.198Z] #21 14.13 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-17T09:10:17.198Z] #21 14.13 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-17T09:10:17.198Z] #21 14.13 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-17T09:10:17.198Z] #21 14.13 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-17T09:10:17.198Z] #21 14.13 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-17T09:10:17.198Z] #21 14.14 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-17T09:10:17.198Z] #21 14.14 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-17T09:10:17.367Z] #77 279.1 CC src/libcrun/libcrun_la-terminal.lo [2022-06-17T09:10:17.454Z] #21 14.60 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:10:17.626Z] #77 279.2 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-17T09:10:17.626Z] #77 279.2 CC src/libcrun/libcrun_la-signals.lo [2022-06-17T09:10:17.626Z] #77 279.2 CC src/libcrun/libcrun_la-status.lo [2022-06-17T09:10:17.626Z] #77 279.4 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-17T09:10:17.626Z] #77 279.4 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-17T09:10:17.626Z] #77 279.5 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-17T09:10:17.710Z] #21 14.79 Fetched 15.9 MB in 1s (30.9 MB/s) [2022-06-17T09:10:17.710Z] #21 14.83 Selecting previously unselected package gcc-10-base:armel. [2022-06-17T09:10:17.710Z] #21 14.83 (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-17T09:10:17.710Z] #21 14.86 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-17T09:10:17.710Z] #21 14.87 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-17T09:10:17.710Z] #21 14.93 Selecting previously unselected package gcc-10-base:armhf. [2022-06-17T09:10:17.710Z] #21 14.93 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-17T09:10:17.885Z] #77 279.5 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-17T09:10:17.885Z] #77 279.6 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-17T09:10:17.966Z] #21 14.94 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-17T09:10:17.966Z] #21 14.99 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-17T09:10:17.966Z] #21 14.99 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-17T09:10:17.966Z] #21 15.00 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-17T09:10:17.966Z] #21 15.05 Selecting previously unselected package gcc-10-base:s390x. [2022-06-17T09:10:17.966Z] #21 15.05 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-17T09:10:17.966Z] #21 15.06 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-17T09:10:17.966Z] #21 15.10 Selecting previously unselected package gcc-10-base:arm64. [2022-06-17T09:10:17.966Z] #21 15.10 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-17T09:10:17.966Z] #21 15.10 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-17T09:10:17.966Z] #21 15.16 Selecting previously unselected package libgcc-s1:armel. [2022-06-17T09:10:18.145Z] #77 279.9 CC tests/init.o [2022-06-17T09:10:18.145Z] #77 280.0 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-17T09:10:18.145Z] #77 280.0 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-17T09:10:18.222Z] #21 15.16 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-17T09:10:18.222Z] #21 15.17 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-17T09:10:18.222Z] #21 15.21 Selecting previously unselected package libcrypt1:armel. [2022-06-17T09:10:18.222Z] #21 15.22 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-17T09:10:18.222Z] #21 15.22 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-17T09:10:18.222Z] #21 15.30 Selecting previously unselected package libc6:armel. [2022-06-17T09:10:18.222Z] #21 15.30 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-17T09:10:18.479Z] #21 15.45 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-17T09:10:18.735Z] #21 15.89 Selecting previously unselected package libapparmor1:armel. [2022-06-17T09:10:18.991Z] #21 15.90 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-17T09:10:18.991Z] #21 15.90 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-17T09:10:18.991Z] #21 15.96 Selecting previously unselected package libapparmor-dev:armel. [2022-06-17T09:10:18.991Z] #21 15.97 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-17T09:10:18.991Z] #21 15.98 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-17T09:10:18.991Z] #21 16.04 Selecting previously unselected package libgcc-s1:arm64. [2022-06-17T09:10:18.991Z] #21 16.05 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-17T09:10:18.991Z] #21 16.05 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-17T09:10:18.991Z] #21 16.10 Selecting previously unselected package libcrypt1:arm64. [2022-06-17T09:10:18.991Z] #21 16.10 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-17T09:10:18.991Z] #21 16.11 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-17T09:10:18.991Z] #21 16.19 Selecting previously unselected package libc6:arm64. [2022-06-17T09:10:19.248Z] #21 16.19 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-17T09:10:19.248Z] #21 16.38 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-17T09:10:19.600Z] #47 DONE 359.0s [2022-06-17T09:10:19.600Z] [2022-06-17T09:10:19.600Z] #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-17T09:10:19.600Z] #60 sha256:0d4add33ec0b6e576ada0af3a1d514cdf214e637648b5a70e2bd899b11e4b4c6 [2022-06-17T09:10:19.787Z] #82 exporting layers 3.4s done [2022-06-17T09:10:19.787Z] #82 writing image sha256:74015a0a3c03019003c4fd1dffc912ef11cafde9f1079fd70e325022ffe9791b [2022-06-17T09:10:19.787Z] #82 writing image sha256:74015a0a3c03019003c4fd1dffc912ef11cafde9f1079fd70e325022ffe9791b done [2022-06-17T09:10:19.787Z] #82 naming to docker.io/library/docker:3586a8b96c5882ecd36ababdee19f462227acd11 done [2022-06-17T09:10:19.787Z] #82 DONE 3.4s [Pipeline] } [Pipeline] // stage [2022-06-17T09:10:19.810Z] #21 16.85 Selecting previously unselected package libapparmor1:arm64. [2022-06-17T09:10:19.811Z] #21 16.85 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-17T09:10:19.811Z] #21 16.85 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-17T09:10:19.811Z] #21 16.90 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-17T09:10:19.811Z] #21 16.90 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-17T09:10:19.811Z] #21 16.91 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-17T09:10:19.811Z] #21 16.97 Selecting previously unselected package libgcc-s1:s390x. [2022-06-17T09:10:19.811Z] #21 16.97 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-17T09:10:19.811Z] #21 16.98 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-17T09:10:19.811Z] #21 17.04 Selecting previously unselected package libcrypt1:s390x. [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-17T09:10:20.067Z] #21 17.04 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-17T09:10:20.067Z] #21 17.05 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-17T09:10:20.067Z] #21 17.14 Selecting previously unselected package libc6:s390x. [2022-06-17T09:10:20.067Z] #21 17.14 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-17T09:10:20.067Z] #21 17.34 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-17T09:10:20.144Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-17T09:10:20.465Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3586a8b96c5882ecd36ababdee19f462227acd11 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3586a8b96c5882ecd36ababdee19f462227acd11 hack/test/unit [2022-06-17T09:10:20.630Z] #21 17.77 Selecting previously unselected package libapparmor1:s390x. [2022-06-17T09:10:20.886Z] #21 17.77 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-17T09:10:20.886Z] #21 17.78 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-17T09:10:20.886Z] #21 17.82 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-17T09:10:20.886Z] #21 17.83 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-17T09:10:20.886Z] #21 17.83 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-17T09:10:20.886Z] #21 17.92 Selecting previously unselected package libgcc-s1:armhf. [2022-06-17T09:10:20.886Z] #21 17.93 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-17T09:10:20.886Z] #21 17.93 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-17T09:10:20.886Z] #21 17.98 Selecting previously unselected package libcrypt1:armhf. [2022-06-17T09:10:20.886Z] #21 17.99 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-17T09:10:20.886Z] #21 18.00 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-17T09:10:21.141Z] #21 18.08 Selecting previously unselected package libc6:armhf. [2022-06-17T09:10:21.141Z] #21 18.08 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-17T09:10:21.141Z] #21 18.23 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-17T09:10:21.397Z] #21 18.64 Selecting previously unselected package libapparmor1:armhf. [2022-06-17T09:10:21.653Z] #21 18.64 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-17T09:10:21.653Z] #21 18.66 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-17T09:10:21.653Z] #21 18.70 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-17T09:10:21.653Z] #21 18.70 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-17T09:10:21.653Z] #21 18.71 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-17T09:10:21.653Z] #21 18.78 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-17T09:10:21.653Z] #21 18.78 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-17T09:10:21.910Z] #21 18.78 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-17T09:10:21.910Z] #21 18.84 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-17T09:10:21.910Z] #21 18.84 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-17T09:10:21.910Z] #21 18.84 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-17T09:10:21.910Z] #21 18.93 Selecting previously unselected package libc6:ppc64el. [2022-06-17T09:10:21.910Z] #21 18.94 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-17T09:10:22.166Z] #21 19.12 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-17T09:10:22.728Z] #21 19.71 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-17T09:10:22.728Z] #21 19.72 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-17T09:10:22.728Z] #21 19.72 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-17T09:10:22.728Z] #21 19.77 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-17T09:10:22.728Z] #21 19.79 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-17T09:10:22.728Z] #21 19.79 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-17T09:10:22.728Z] #21 19.86 Selecting previously unselected package libseccomp2:s390x. [2022-06-17T09:10:22.728Z] #21 19.86 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-17T09:10:22.728Z] #21 19.87 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-17T09:10:22.910Z] #60 ... [2022-06-17T09:10:22.910Z] [2022-06-17T09:10:22.910Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-17T09:10:22.910Z] #48 sha256:0e91d18c73317df8ea79f616ad79910c0437053e52aaa1050c3ba102bdf65f9b [2022-06-17T09:10:22.910Z] #48 DONE 0.5s [2022-06-17T09:10:22.910Z] [2022-06-17T09:10:22.910Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-17T09:10:22.910Z] #52 sha256:363b2965c426451da8e469d082a0dfc9f25a87d5ca6b31e14a178c4766b5d360 [2022-06-17T09:10:22.979Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-17T09:10:22.979Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-17T09:10:22.979Z] + TESTDIRS=./... [2022-06-17T09:10:22.979Z] + exclude_paths='/vendor/|/integration' [2022-06-17T09:10:22.979Z] ++ go list ./... [2022-06-17T09:10:22.979Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-17T09:10:22.985Z] #21 19.91 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-17T09:10:22.985Z] #21 19.91 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-17T09:10:22.985Z] #21 19.92 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-17T09:10:22.985Z] #21 19.98 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-17T09:10:22.985Z] #21 19.99 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-17T09:10:22.985Z] #21 19.99 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-17T09:10:22.985Z] #21 20.04 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-17T09:10:22.985Z] #21 20.04 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-17T09:10:22.985Z] #21 20.04 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-17T09:10:22.985Z] #21 20.10 Selecting previously unselected package libseccomp2:armhf. [2022-06-17T09:10:22.985Z] #21 20.11 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-17T09:10:22.985Z] #21 20.11 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-17T09:10:22.985Z] #21 20.16 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-17T09:10:23.174Z] #52 DONE 0.2s [2022-06-17T09:10:23.174Z] [2022-06-17T09:10:23.174Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-17T09:10:23.174Z] #54 sha256:7163885a2d133ca5cd6eac074e230a65df2e15f894afac382d16275bb559b318 [2022-06-17T09:10:23.174Z] #54 DONE 0.1s [2022-06-17T09:10:23.174Z] [2022-06-17T09:10:23.174Z] #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-17T09:10:23.174Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:10:23.240Z] #21 20.17 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-17T09:10:23.240Z] #21 20.17 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-17T09:10:23.240Z] #21 20.24 Selecting previously unselected package libseccomp2:armel. [2022-06-17T09:10:23.240Z] #21 20.24 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-17T09:10:23.240Z] #21 20.25 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-17T09:10:23.240Z] #21 20.29 Selecting previously unselected package libseccomp-dev:armel. [2022-06-17T09:10:23.240Z] #21 20.29 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-17T09:10:23.240Z] #21 20.29 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-17T09:10:23.240Z] #21 20.35 Selecting previously unselected package libseccomp2:arm64. [2022-06-17T09:10:23.240Z] #21 20.35 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-17T09:10:23.240Z] #21 20.36 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:10:23.240Z] #21 20.40 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-17T09:10:23.240Z] #21 20.40 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-17T09:10:23.240Z] #21 20.41 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:10:23.240Z] #21 20.49 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-17T09:10:23.240Z] #21 20.50 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.51 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.52 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.53 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.54 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-17T09:10:23.496Z] #21 20.56 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-17T09:10:23.496Z] #21 20.57 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-17T09:10:23.496Z] #21 20.58 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-17T09:10:23.496Z] #21 20.59 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-17T09:10:23.496Z] #21 20.60 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.61 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.62 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.63 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.64 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-17T09:10:23.496Z] #21 20.66 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-17T09:10:23.542Z] + pkg_list='github.com/docker/docker/api [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/backend [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/container [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/events [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/filters [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/image [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/mount [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/network [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/registry [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/time [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/versions [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:10:23.542Z] github.com/docker/docker/api/types/volume [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:10:23.542Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:10:23.542Z] github.com/docker/docker/cli [2022-06-17T09:10:23.542Z] github.com/docker/docker/cli/config [2022-06-17T09:10:23.542Z] github.com/docker/docker/cli/debug [2022-06-17T09:10:23.542Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:10:23.542Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:10:23.542Z] github.com/docker/docker/client [2022-06-17T09:10:23.542Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:10:23.542Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:10:23.542Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:10:23.542Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:10:23.542Z] github.com/docker/docker/container [2022-06-17T09:10:23.542Z] github.com/docker/docker/container/stream [2022-06-17T09:10:23.542Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:10:23.542Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:10:23.542Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/config [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/events [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/exec [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/images [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/links [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/names [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/network [2022-06-17T09:10:23.542Z] github.com/docker/docker/daemon/stats [2022-06-17T09:10:23.542Z] github.com/docker/docker/distribution [2022-06-17T09:10:23.542Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:10:23.542Z] github.com/docker/docker/distribution/utils [2022-06-17T09:10:23.542Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:10:23.542Z] github.com/docker/docker/dockerversion [2022-06-17T09:10:23.542Z] github.com/docker/docker/errdefs [2022-06-17T09:10:23.542Z] github.com/docker/docker/image [2022-06-17T09:10:23.542Z] github.com/docker/docker/image/cache [2022-06-17T09:10:23.542Z] github.com/docker/docker/image/tarexport [2022-06-17T09:10:23.542Z] github.com/docker/docker/image/v1 [2022-06-17T09:10:23.542Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:10:23.542Z] github.com/docker/docker/layer [2022-06-17T09:10:23.542Z] github.com/docker/docker/libcontainerd [2022-06-17T09:10:23.542Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:10:23.542Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:10:23.542Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:10:23.542Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/libnetwork/types [2022-06-17T09:10:23.542Z] github.com/docker/docker/oci [2022-06-17T09:10:23.542Z] github.com/docker/docker/oci/caps [2022-06-17T09:10:23.542Z] github.com/docker/docker/opts [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/archive [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/directory [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/platform [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/pools [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/progress [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/signal [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/stack [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/system [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:10:23.542Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:10:23.542Z] github.com/docker/docker/plugin [2022-06-17T09:10:23.542Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:10:23.542Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:10:23.542Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:10:23.542Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:10:23.542Z] github.com/docker/docker/quota [2022-06-17T09:10:23.542Z] github.com/docker/docker/reference [2022-06-17T09:10:23.542Z] github.com/docker/docker/registry [2022-06-17T09:10:23.542Z] github.com/docker/docker/registry/resumable [2022-06-17T09:10:23.542Z] github.com/docker/docker/restartmanager [2022-06-17T09:10:23.542Z] github.com/docker/docker/rootless [2022-06-17T09:10:23.542Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:10:23.542Z] github.com/docker/docker/runconfig [2022-06-17T09:10:23.542Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:10:23.542Z] github.com/docker/docker/testutil [2022-06-17T09:10:23.542Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:10:23.542Z] github.com/docker/docker/testutil/environment [2022-06-17T09:10:23.542Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:10:23.542Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:10:23.542Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:10:23.542Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/registry [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/request [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/drivers [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/local [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/mounts [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/service [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:10:23.543Z] ++ grep --fixed-strings -v /libnetwork [2022-06-17T09:10:23.543Z] ++ echo 'github.com/docker/docker/api [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/backend [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/container [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/events [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/filters [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/image [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/mount [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/network [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/registry [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/time [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/versions [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/volume [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/config [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/debug [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:10:23.543Z] github.com/docker/docker/client [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:10:23.543Z] github.com/docker/docker/container [2022-06-17T09:10:23.543Z] github.com/docker/docker/container/stream [2022-06-17T09:10:23.543Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:10:23.543Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:10:23.543Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/config [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/events [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/exec [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/images [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/links [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/names [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/network [2022-06-17T09:10:23.543Z] github.com/docker/docker/daemon/stats [2022-06-17T09:10:23.543Z] github.com/docker/docker/distribution [2022-06-17T09:10:23.543Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:10:23.543Z] github.com/docker/docker/distribution/utils [2022-06-17T09:10:23.543Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:10:23.543Z] github.com/docker/docker/dockerversion [2022-06-17T09:10:23.543Z] github.com/docker/docker/errdefs [2022-06-17T09:10:23.543Z] github.com/docker/docker/image [2022-06-17T09:10:23.543Z] github.com/docker/docker/image/cache [2022-06-17T09:10:23.543Z] github.com/docker/docker/image/tarexport [2022-06-17T09:10:23.543Z] github.com/docker/docker/image/v1 [2022-06-17T09:10:23.543Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:10:23.543Z] github.com/docker/docker/layer [2022-06-17T09:10:23.543Z] github.com/docker/docker/libcontainerd [2022-06-17T09:10:23.543Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:10:23.543Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:10:23.543Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:10:23.543Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/libnetwork/types [2022-06-17T09:10:23.543Z] github.com/docker/docker/oci [2022-06-17T09:10:23.543Z] github.com/docker/docker/oci/caps [2022-06-17T09:10:23.543Z] github.com/docker/docker/opts [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/archive [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/directory [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/platform [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/pools [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/progress [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/signal [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/stack [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/system [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:10:23.543Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:10:23.543Z] github.com/docker/docker/plugin [2022-06-17T09:10:23.543Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:10:23.543Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:10:23.543Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:10:23.543Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:10:23.543Z] github.com/docker/docker/quota [2022-06-17T09:10:23.543Z] github.com/docker/docker/reference [2022-06-17T09:10:23.543Z] github.com/docker/docker/registry [2022-06-17T09:10:23.543Z] github.com/docker/docker/registry/resumable [2022-06-17T09:10:23.543Z] github.com/docker/docker/restartmanager [2022-06-17T09:10:23.543Z] github.com/docker/docker/rootless [2022-06-17T09:10:23.543Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:10:23.543Z] github.com/docker/docker/runconfig [2022-06-17T09:10:23.543Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/environment [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/registry [2022-06-17T09:10:23.543Z] github.com/docker/docker/testutil/request [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/drivers [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/local [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/mounts [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/service [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:10:23.543Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:10:23.543Z] + base_pkg_list='github.com/docker/docker/api [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/backend [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/container [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/events [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/filters [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/image [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/mount [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/network [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/registry [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/time [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/versions [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:10:23.543Z] github.com/docker/docker/api/types/volume [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:10:23.543Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/config [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/debug [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:10:23.543Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:10:23.543Z] github.com/docker/docker/client [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:10:23.543Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:10:23.543Z] github.com/docker/docker/container [2022-06-17T09:10:23.543Z] github.com/docker/docker/container/stream [2022-06-17T09:10:23.543Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:10:23.543Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:10:23.544Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/config [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/events [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/exec [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/images [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/links [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/names [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/network [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/stats [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution/utils [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:10:23.544Z] github.com/docker/docker/dockerversion [2022-06-17T09:10:23.544Z] github.com/docker/docker/errdefs [2022-06-17T09:10:23.544Z] github.com/docker/docker/image [2022-06-17T09:10:23.544Z] github.com/docker/docker/image/cache [2022-06-17T09:10:23.544Z] github.com/docker/docker/image/tarexport [2022-06-17T09:10:23.544Z] github.com/docker/docker/image/v1 [2022-06-17T09:10:23.544Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:10:23.544Z] github.com/docker/docker/layer [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:10:23.544Z] github.com/docker/docker/oci [2022-06-17T09:10:23.544Z] github.com/docker/docker/oci/caps [2022-06-17T09:10:23.544Z] github.com/docker/docker/opts [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/archive [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/directory [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/platform [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/pools [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/progress [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/signal [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/stack [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/system [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:10:23.544Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:10:23.544Z] github.com/docker/docker/plugin [2022-06-17T09:10:23.544Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:10:23.544Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:10:23.544Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:10:23.544Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:10:23.544Z] github.com/docker/docker/quota [2022-06-17T09:10:23.544Z] github.com/docker/docker/reference [2022-06-17T09:10:23.544Z] github.com/docker/docker/registry [2022-06-17T09:10:23.544Z] github.com/docker/docker/registry/resumable [2022-06-17T09:10:23.544Z] github.com/docker/docker/restartmanager [2022-06-17T09:10:23.544Z] github.com/docker/docker/rootless [2022-06-17T09:10:23.544Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:10:23.544Z] github.com/docker/docker/runconfig [2022-06-17T09:10:23.544Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/environment [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/registry [2022-06-17T09:10:23.544Z] github.com/docker/docker/testutil/request [2022-06-17T09:10:23.544Z] github.com/docker/docker/volume [2022-06-17T09:10:23.544Z] github.com/docker/docker/volume/drivers [2022-06-17T09:10:23.544Z] github.com/docker/docker/volume/local [2022-06-17T09:10:23.544Z] github.com/docker/docker/volume/mounts [2022-06-17T09:10:23.544Z] github.com/docker/docker/volume/service [2022-06-17T09:10:23.544Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:10:23.544Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:10:23.544Z] ++ grep --fixed-strings /libnetwork [2022-06-17T09:10:23.544Z] ++ echo 'github.com/docker/docker/api [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/backend [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/container [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/events [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/filters [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/image [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/mount [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/network [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/registry [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/time [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/versions [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:10:23.544Z] github.com/docker/docker/api/types/volume [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:10:23.544Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:10:23.544Z] github.com/docker/docker/cli [2022-06-17T09:10:23.544Z] github.com/docker/docker/cli/config [2022-06-17T09:10:23.544Z] github.com/docker/docker/cli/debug [2022-06-17T09:10:23.544Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:10:23.544Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:10:23.544Z] github.com/docker/docker/client [2022-06-17T09:10:23.544Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:10:23.544Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:10:23.544Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:10:23.544Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:10:23.544Z] github.com/docker/docker/container [2022-06-17T09:10:23.544Z] github.com/docker/docker/container/stream [2022-06-17T09:10:23.544Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:10:23.544Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:10:23.544Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/config [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/events [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/exec [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/images [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/links [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/names [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/network [2022-06-17T09:10:23.544Z] github.com/docker/docker/daemon/stats [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution/utils [2022-06-17T09:10:23.544Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:10:23.544Z] github.com/docker/docker/dockerversion [2022-06-17T09:10:23.544Z] github.com/docker/docker/errdefs [2022-06-17T09:10:23.544Z] github.com/docker/docker/image [2022-06-17T09:10:23.544Z] github.com/docker/docker/image/cache [2022-06-17T09:10:23.544Z] github.com/docker/docker/image/tarexport [2022-06-17T09:10:23.544Z] github.com/docker/docker/image/v1 [2022-06-17T09:10:23.544Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:10:23.544Z] github.com/docker/docker/layer [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:10:23.544Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:10:23.544Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/types [2022-06-17T09:10:23.545Z] github.com/docker/docker/oci [2022-06-17T09:10:23.545Z] github.com/docker/docker/oci/caps [2022-06-17T09:10:23.545Z] github.com/docker/docker/opts [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/archive [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/directory [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/platform [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/pools [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/progress [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/signal [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/stack [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/system [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:10:23.545Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:10:23.545Z] github.com/docker/docker/plugin [2022-06-17T09:10:23.545Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:10:23.545Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:10:23.545Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:10:23.545Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:10:23.545Z] github.com/docker/docker/quota [2022-06-17T09:10:23.545Z] github.com/docker/docker/reference [2022-06-17T09:10:23.545Z] github.com/docker/docker/registry [2022-06-17T09:10:23.545Z] github.com/docker/docker/registry/resumable [2022-06-17T09:10:23.545Z] github.com/docker/docker/restartmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/rootless [2022-06-17T09:10:23.545Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:10:23.545Z] github.com/docker/docker/runconfig [2022-06-17T09:10:23.545Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/environment [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/registry [2022-06-17T09:10:23.545Z] github.com/docker/docker/testutil/request [2022-06-17T09:10:23.545Z] github.com/docker/docker/volume [2022-06-17T09:10:23.545Z] github.com/docker/docker/volume/drivers [2022-06-17T09:10:23.545Z] github.com/docker/docker/volume/local [2022-06-17T09:10:23.545Z] github.com/docker/docker/volume/mounts [2022-06-17T09:10:23.545Z] github.com/docker/docker/volume/service [2022-06-17T09:10:23.545Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:10:23.545Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:10:23.545Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/types' [2022-06-17T09:10:23.545Z] + echo 'github.com/docker/docker/libnetwork [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/types' [2022-06-17T09:10:23.545Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:10:23.545Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:10:23.545Z] + type docker-proxy [2022-06-17T09:10:23.545Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-17T09:10:23.545Z] + hack/make.sh binary-proxy install-proxy [2022-06-17T09:10:23.545Z] [2022-06-17T09:10:23.545Z] Removing bundles/ [2022-06-17T09:10:23.545Z] [2022-06-17T09:10:23.545Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-17T09:10:23.545Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-17T09:10:23.545Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:10:24.116Z] #64 ... [2022-06-17T09:10:24.116Z] [2022-06-17T09:10:24.116Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:10:24.116Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:10:24.116Z] #77 289.9 CCLD tests/init [2022-06-17T09:10:24.904Z] #21 21.86 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-17T09:10:26.272Z] #21 23.09 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-17T09:10:27.200Z] #21 24.31 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-17T09:10:28.566Z] #21 25.51 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-17T09:10:29.494Z] #21 26.73 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.74 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.75 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.76 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.78 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.79 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.80 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.81 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.83 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.84 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.85 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.86 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.87 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.88 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.89 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-17T09:10:29.750Z] #21 26.90 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.91 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.93 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-17T09:10:29.750Z] #21 26.94 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-17T09:10:30.007Z] #21 26.95 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-17T09:10:30.007Z] #21 26.96 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:10:30.084Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-17T09:10:30.084Z] [2022-06-17T09:10:30.084Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-17T09:10:30.084Z] Installing docker-proxy to /usr/local/bin/ [2022-06-17T09:10:30.084Z] [2022-06-17T09:10:30.084Z] + mkdir -p bundles [2022-06-17T09:10:30.084Z] + '[' -n 'github.com/docker/docker/api [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/backend [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/container [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/events [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/filters [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/image [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/mount [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/network [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/registry [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/time [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/versions [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:10:30.084Z] github.com/docker/docker/api/types/volume [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:10:30.084Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:10:30.084Z] github.com/docker/docker/cli [2022-06-17T09:10:30.084Z] github.com/docker/docker/cli/config [2022-06-17T09:10:30.084Z] github.com/docker/docker/cli/debug [2022-06-17T09:10:30.084Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:10:30.084Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:10:30.084Z] github.com/docker/docker/client [2022-06-17T09:10:30.084Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:10:30.084Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:10:30.084Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:10:30.084Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:10:30.084Z] github.com/docker/docker/container [2022-06-17T09:10:30.084Z] github.com/docker/docker/container/stream [2022-06-17T09:10:30.084Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:10:30.084Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:10:30.084Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/config [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/events [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/exec [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/images [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/links [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/names [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/network [2022-06-17T09:10:30.084Z] github.com/docker/docker/daemon/stats [2022-06-17T09:10:30.084Z] github.com/docker/docker/distribution [2022-06-17T09:10:30.084Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:10:30.084Z] github.com/docker/docker/distribution/utils [2022-06-17T09:10:30.084Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:10:30.084Z] github.com/docker/docker/dockerversion [2022-06-17T09:10:30.084Z] github.com/docker/docker/errdefs [2022-06-17T09:10:30.084Z] github.com/docker/docker/image [2022-06-17T09:10:30.084Z] github.com/docker/docker/image/cache [2022-06-17T09:10:30.084Z] github.com/docker/docker/image/tarexport [2022-06-17T09:10:30.084Z] github.com/docker/docker/image/v1 [2022-06-17T09:10:30.084Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:10:30.084Z] github.com/docker/docker/layer [2022-06-17T09:10:30.084Z] github.com/docker/docker/libcontainerd [2022-06-17T09:10:30.084Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:10:30.084Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:10:30.084Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:10:30.084Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:10:30.084Z] github.com/docker/docker/oci [2022-06-17T09:10:30.084Z] github.com/docker/docker/oci/caps [2022-06-17T09:10:30.084Z] github.com/docker/docker/opts [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/archive [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/directory [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/platform [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/pools [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/progress [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/signal [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/stack [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/system [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:10:30.084Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:10:30.084Z] github.com/docker/docker/plugin [2022-06-17T09:10:30.084Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:10:30.085Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:10:30.085Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:10:30.085Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:10:30.085Z] github.com/docker/docker/quota [2022-06-17T09:10:30.085Z] github.com/docker/docker/reference [2022-06-17T09:10:30.085Z] github.com/docker/docker/registry [2022-06-17T09:10:30.085Z] github.com/docker/docker/registry/resumable [2022-06-17T09:10:30.085Z] github.com/docker/docker/restartmanager [2022-06-17T09:10:30.085Z] github.com/docker/docker/rootless [2022-06-17T09:10:30.085Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:10:30.085Z] github.com/docker/docker/runconfig [2022-06-17T09:10:30.085Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/environment [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/registry [2022-06-17T09:10:30.085Z] github.com/docker/docker/testutil/request [2022-06-17T09:10:30.085Z] github.com/docker/docker/volume [2022-06-17T09:10:30.085Z] github.com/docker/docker/volume/drivers [2022-06-17T09:10:30.085Z] github.com/docker/docker/volume/local [2022-06-17T09:10:30.085Z] github.com/docker/docker/volume/mounts [2022-06-17T09:10:30.085Z] github.com/docker/docker/volume/service [2022-06-17T09:10:30.085Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:10:30.085Z] github.com/docker/docker/volume/testutils' ']' [2022-06-17T09:10:30.085Z] + 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-17T09:10:30.263Z] #21 DONE 27.5s [2022-06-17T09:10:30.263Z] [2022-06-17T09:10:30.263Z] #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-17T09:10:30.263Z] #71 sha256:664cb1179949753668fd24a217dd7491a8cb331fb22ff0262ae73a365c72e52f [2022-06-17T09:10:30.344Z] ? github.com/docker/docker/api [no test files] [2022-06-17T09:10:30.520Z] #71 ... [2022-06-17T09:10:30.520Z] [2022-06-17T09:10:30.520Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-17T09:10:30.520Z] #66 sha256:2b5da3a557da051eaeb89acfb67db768065fce5118f1556b68afb7793a7e81a6 [2022-06-17T09:10:30.520Z] #66 DONE 0.1s [2022-06-17T09:10:30.520Z] [2022-06-17T09:10:30.520Z] #22 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-17T09:10:30.520Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f [2022-06-17T09:10:31.885Z] #22 DONE 1.2s [2022-06-17T09:10:31.885Z] [2022-06-17T09:10:31.885Z] #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-17T09:10:31.885Z] #67 sha256:419b335a83e302ac180307ae5887b869c755efc9b4d29908b1a367bb19a74d38 [2022-06-17T09:10:31.885Z] #67 1.105 + RM_GOPATH=0 [2022-06-17T09:10:31.885Z] #67 1.105 + TMP_GOPATH= [2022-06-17T09:10:31.885Z] #67 1.105 + : /build [2022-06-17T09:10:31.885Z] #67 1.105 + '[' -z '' ']' [2022-06-17T09:10:31.885Z] #67 1.106 ++ mktemp -d [2022-06-17T09:10:31.885Z] #67 1.111 + export GOPATH=/tmp/tmp.mrIjPP78BF [2022-06-17T09:10:31.885Z] #67 1.111 + GOPATH=/tmp/tmp.mrIjPP78BF [2022-06-17T09:10:31.885Z] #67 1.111 + RM_GOPATH=1 [2022-06-17T09:10:31.885Z] #67 1.111 + case "$(go env GOARCH)" in [2022-06-17T09:10:31.885Z] #67 1.111 ++ go env GOARCH [2022-06-17T09:10:31.885Z] #67 1.118 + export GO_BUILDMODE=-buildmode=pie [2022-06-17T09:10:31.885Z] #67 1.118 + GO_BUILDMODE=-buildmode=pie [2022-06-17T09:10:31.885Z] #67 1.118 ++ dirname /install.sh [2022-06-17T09:10:31.885Z] #67 1.120 + dir=/ [2022-06-17T09:10:31.885Z] #67 1.120 + bin=runc [2022-06-17T09:10:31.885Z] #67 1.120 + shift [2022-06-17T09:10:31.885Z] #67 1.120 + '[' '!' -f //runc.installer ']' [2022-06-17T09:10:31.885Z] #67 1.120 + . //runc.installer [2022-06-17T09:10:31.885Z] #67 1.121 ++ set -e [2022-06-17T09:10:31.885Z] #67 1.121 ++ : v1.1.2 [2022-06-17T09:10:31.885Z] #67 1.121 + install_runc [2022-06-17T09:10:31.885Z] #67 1.121 + RUNC_BUILDTAGS=seccomp [2022-06-17T09:10:31.885Z] #67 1.121 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-17T09:10:31.885Z] #67 1.121 Install runc version v1.1.2 (build tags: seccomp) [2022-06-17T09:10:31.885Z] #67 1.122 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mrIjPP78BF/src/github.com/opencontainers/runc [2022-06-17T09:10:31.885Z] #67 1.124 Cloning into '/tmp/tmp.mrIjPP78BF/src/github.com/opencontainers/runc'... [2022-06-17T09:10:32.810Z] #67 ... [2022-06-17T09:10:32.810Z] [2022-06-17T09:10:32.810Z] #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-17T09:10:32.810Z] #23 sha256:87d04ef435b9dab4d50becade0a3ae24b18518c519d15a70fc0384d686b87f22 [2022-06-17T09:10:32.810Z] #23 DONE 0.9s [2022-06-17T09:10:32.810Z] [2022-06-17T09:10:32.810Z] #24 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-17T09:10:32.810Z] #24 sha256:a4ac116e4b90f0a178311b9cc2b3b75ce74b9c554d98446fc79b4d23e0f20466 [2022-06-17T09:10:33.372Z] #24 0.806 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-17T09:10:33.627Z] #24 DONE 0.9s [2022-06-17T09:10:33.627Z] [2022-06-17T09:10:33.627Z] #25 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-17T09:10:33.627Z] #25 sha256:0336500aa27bc307335cad29a4b6d9f9f0015d8c2b285cd686c0f1d4e1be9234 [2022-06-17T09:10:34.185Z] #64 321.2 # github.com/containerd/containerd/cmd/containerd [2022-06-17T09:10:34.185Z] #64 321.2 /usr/bin/ld: /tmp/go-link-2414610235/000019.o: in function `New': [2022-06-17T09:10:34.185Z] #64 321.2 /tmp/tmp.65fccPKQ2U/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-17T09:10:34.185Z] #64 321.3 + bin/containerd-stress [2022-06-17T09:10:34.185Z] #64 322.4 + bin/containerd-shim [2022-06-17T09:10:34.596Z] #25 DONE 0.9s [2022-06-17T09:10:34.596Z] [2022-06-17T09:10:34.596Z] #26 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-17T09:10:34.596Z] #26 sha256:c743d04da64a27452ca00ca0ddb70a83af62507e223a1b2305d0dce9373f6836 [2022-06-17T09:10:35.530Z] #26 DONE 1.0s [2022-06-17T09:10:35.530Z] [2022-06-17T09:10:35.530Z] #27 [dev-systemd-false 6/28] RUN ldconfig [2022-06-17T09:10:35.530Z] #27 sha256:043eb1b2a8c6fa31b391b6c774f8a2d88df6ebd7854b00254f2800140adb98df [2022-06-17T09:10:36.091Z] #27 DONE 0.9s [2022-06-17T09:10:36.091Z] [2022-06-17T09:10:36.091Z] #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-17T09:10:36.091Z] #67 sha256:419b335a83e302ac180307ae5887b869c755efc9b4d29908b1a367bb19a74d38 [2022-06-17T09:10:36.091Z] #67 5.548 + cd /tmp/tmp.mrIjPP78BF/src/github.com/opencontainers/runc [2022-06-17T09:10:36.091Z] #67 5.548 + git checkout -q v1.1.2 [2022-06-17T09:10:36.348Z] #67 5.860 + '[' -z '' ']' [2022-06-17T09:10:36.348Z] #67 5.860 + target=static [2022-06-17T09:10:36.348Z] #67 5.860 + make BUILDTAGS=seccomp static [2022-06-17T09:10:36.910Z] #67 6.117 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-17T09:10:40.099Z] #77 ... [2022-06-17T09:10:40.099Z] [2022-06-17T09:10:40.099Z] #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-17T09:10:40.099Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-17T09:10:40.099Z] #47 DONE 382.1s [2022-06-17T09:10:40.099Z] [2022-06-17T09:10:40.099Z] #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-17T09:10:40.099Z] #60 sha256:405cc52f06b2e09e8194239184b5c83e99e5fc4b1815a504b055490051ebc867 [2022-06-17T09:10:40.766Z] #64 333.5 + bin/containerd-shim-runc-v1 [2022-06-17T09:10:42.159Z] #67 ... [2022-06-17T09:10:42.159Z] [2022-06-17T09:10:42.159Z] #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-17T09:10:42.159Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa [2022-06-17T09:10:42.159Z] #28 1.103 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-17T09:10:42.159Z] #28 1.118 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-17T09:10:42.159Z] #28 1.118 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-17T09:10:42.159Z] #28 1.374 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-17T09:10:42.159Z] #28 1.554 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-17T09:10:42.159Z] #28 1.771 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-17T09:10:42.159Z] #28 2.051 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-17T09:10:42.159Z] #28 2.406 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-17T09:10:42.159Z] #28 2.831 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-17T09:10:42.159Z] #28 3.174 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [136 kB] [2022-06-17T09:10:42.159Z] #28 3.190 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [128 kB] [2022-06-17T09:10:42.159Z] #28 3.191 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-17T09:10:42.159Z] #28 3.191 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [154 kB] [2022-06-17T09:10:42.159Z] #28 3.192 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [153 kB] [2022-06-17T09:10:42.159Z] #28 3.203 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [155 kB] [2022-06-17T09:10:42.159Z] #28 3.295 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-17T09:10:42.159Z] #28 3.299 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-17T09:10:42.159Z] #28 3.302 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-17T09:10:42.159Z] #28 3.303 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-17T09:10:42.159Z] #28 3.303 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-17T09:10:42.159Z] #28 3.310 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-17T09:10:42.636Z] #60 ... [2022-06-17T09:10:42.636Z] [2022-06-17T09:10:42.636Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-17T09:10:42.636Z] #48 sha256:d092bf8ef691d275cd7394db5a37cbeed2cde8ca561c43712b8f4af575215349 [2022-06-17T09:10:42.636Z] #48 DONE 0.5s [2022-06-17T09:10:42.636Z] [2022-06-17T09:10:42.636Z] #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-17T09:10:42.636Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:10:42.636Z] #64 ... [2022-06-17T09:10:42.636Z] [2022-06-17T09:10:42.636Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-17T09:10:42.636Z] #52 sha256:c0f4a22570fbfde29da926ac275278272fce44a95ae19aa5083f2895d63c6876 [2022-06-17T09:10:42.636Z] #52 DONE 0.0s [2022-06-17T09:10:42.636Z] [2022-06-17T09:10:42.636Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-17T09:10:42.636Z] #54 sha256:f139727f9df02859027970fb9208f3ffae5270ee0f4caf16a24955b81f660d70 [2022-06-17T09:10:42.636Z] #54 DONE 0.1s [2022-06-17T09:10:42.896Z] [2022-06-17T09:10:42.896Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-17T09:10:42.896Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b [2022-06-17T09:10:45.187Z] ok github.com/docker/docker/api/server 0.007s coverage: 7.9% of statements [2022-06-17T09:10:46.115Z] #77 309.5 AR libcrun_testing.a [2022-06-17T09:10:46.115Z] #77 309.5 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-17T09:10:46.115Z] #77 309.6 CCLD tests/tests_libcrun_utils [2022-06-17T09:10:46.115Z] #77 309.6 CCLD tests/tests_libcrun_errors [2022-06-17T09:10:46.115Z] #77 309.6 CCLD tests/tests_libcrun_fuzzer [2022-06-17T09:10:46.115Z] #77 310.3 CCLD libcrun.la [2022-06-17T09:10:46.115Z] #77 311.0 CCLD crun [2022-06-17T09:10:46.115Z] #77 311.5 make[3]: Entering directory '/tmp/crun-build' [2022-06-17T09:10:46.115Z] #77 311.7 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-17T09:10:46.115Z] #77 311.7 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-17T09:10:46.115Z] #77 311.7 /bin/mkdir -p '/usr/local/lib' [2022-06-17T09:10:46.115Z] #77 311.7 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-17T09:10:46.115Z] #77 311.8 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-17T09:10:46.115Z] #77 311.8 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-17T09:10:46.115Z] #77 311.8 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-17T09:10:46.115Z] #77 311.8 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-17T09:10:46.189Z] #77 307.9 CCLD tests/init [2022-06-17T09:10:46.375Z] #77 312.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-17T09:10:46.375Z] #77 312.1 ---------------------------------------------------------------------- [2022-06-17T09:10:46.375Z] #77 312.1 Libraries have been installed in: [2022-06-17T09:10:46.375Z] #77 312.1 /usr/local/lib [2022-06-17T09:10:46.375Z] #77 312.1 [2022-06-17T09:10:46.375Z] #77 312.1 If you ever happen to want to link against installed libraries [2022-06-17T09:10:46.375Z] #77 312.1 in a given directory, LIBDIR, you must either use libtool, and [2022-06-17T09:10:46.375Z] #77 312.1 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-17T09:10:46.375Z] #77 312.1 flag during linking and do at least one of the following: [2022-06-17T09:10:46.375Z] #77 312.1 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-17T09:10:46.375Z] #77 312.1 during execution [2022-06-17T09:10:46.375Z] #77 312.1 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-17T09:10:46.375Z] #77 312.1 during linking [2022-06-17T09:10:46.375Z] #77 312.1 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-17T09:10:46.375Z] #77 312.1 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-17T09:10:46.375Z] #77 312.1 [2022-06-17T09:10:46.375Z] #77 312.1 See any operating system documentation about shared libraries for [2022-06-17T09:10:46.375Z] #77 312.1 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-17T09:10:46.375Z] #77 312.1 ---------------------------------------------------------------------- [2022-06-17T09:10:46.375Z] #77 312.1 /bin/mkdir -p '/build' [2022-06-17T09:10:46.375Z] #77 312.1 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-17T09:10:46.375Z] #77 312.1 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-17T09:10:46.375Z] #77 312.1 make[3]: Leaving directory '/tmp/crun-build' [2022-06-17T09:10:46.375Z] #77 312.1 make[2]: Leaving directory '/tmp/crun-build' [2022-06-17T09:10:46.375Z] #77 312.1 make[1]: Leaving directory '/tmp/crun-build' [2022-06-17T09:10:46.636Z] #77 DONE 312.4s [2022-06-17T09:10:46.636Z] [2022-06-17T09:10:46.636Z] #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-17T09:10:46.636Z] #60 sha256:0d4add33ec0b6e576ada0af3a1d514cdf214e637648b5a70e2bd899b11e4b4c6 [2022-06-17T09:10:47.345Z] #64 339.7 + bin/containerd-shim-runc-v2 [2022-06-17T09:10:47.345Z] #64 340.5 + binaries [2022-06-17T09:10:47.345Z] #64 340.5 + install -D bin/containerd /build/containerd [2022-06-17T09:10:47.345Z] #64 340.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-17T09:10:47.345Z] #64 340.6 + install -D bin/ctr /build/ctr [2022-06-17T09:10:47.915Z] #64 DONE 341.0s [2022-06-17T09:10:48.856Z] [2022-06-17T09:10:48.856Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-17T09:10:48.856Z] #65 sha256:15853f9e01f1e289716e4f6ca9fc63028f89a92f05137bd5996ef315dd45ba28 [2022-06-17T09:10:48.856Z] #65 DONE 0.2s [2022-06-17T09:10:49.131Z] [2022-06-17T09:10:49.131Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-17T09:10:49.131Z] #70 sha256:570ccb85050f941c0b0f70dee3609f4d016b09c58336a47c68732fa9424d5d98 [2022-06-17T09:10:49.131Z] #70 DONE 0.1s [2022-06-17T09:10:49.131Z] [2022-06-17T09:10:49.131Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-17T09:10:49.131Z] #75 sha256:5c56de528d5a5814b1c73c02e815de03f7f106ffdbb92b3f633921f54f67b5f9 [2022-06-17T09:10:49.406Z] #75 DONE 0.2s [2022-06-17T09:10:49.406Z] [2022-06-17T09:10:49.406Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-17T09:10:49.406Z] #78 sha256:1e6deaddc704d0bd580ef6c6d6e2cdddd24b047db311aa92c63cd3308bc701ec [2022-06-17T09:10:49.406Z] #78 DONE 0.1s [2022-06-17T09:10:49.406Z] [2022-06-17T09:10:49.406Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-17T09:10:49.406Z] #79 sha256:4ebdd8017f2235c7e9b6ef171973ef4392cdb0e7d18958ad80782c92544f8fed [2022-06-17T09:10:49.406Z] #79 DONE 0.0s [2022-06-17T09:10:49.406Z] [2022-06-17T09:10:49.406Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-17T09:10:49.407Z] #80 sha256:66e01dd8548f326f5df1082c4b294e2fa470c6ccecd64177b49efeb3769a8d3e [2022-06-17T09:10:49.407Z] #80 DONE 0.0s [2022-06-17T09:10:49.407Z] [2022-06-17T09:10:49.407Z] #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-17T09:10:49.407Z] #81 sha256:335639596548be87b7caf97785f25a5b0f2e11fec1ad811406e39b77a557308e [2022-06-17T09:10:50.356Z] #81 0.915 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-17T09:10:50.356Z] #81 0.915 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-17T09:10:50.356Z] #81 0.915 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-17T09:10:51.185Z] #81 1.154 Reading package lists... [2022-06-17T09:10:51.754Z] #81 1.671 Reading package lists... [2022-06-17T09:10:51.754Z] #81 2.167 Building dependency tree... [2022-06-17T09:10:51.754Z] #81 2.266 Reading state information... [2022-06-17T09:10:51.754Z] #81 2.378 The following additional packages will be installed: [2022-06-17T09:10:52.013Z] #81 2.378 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-06-17T09:10:52.013Z] #81 2.379 Suggested packages: [2022-06-17T09:10:52.013Z] #81 2.379 systemd-container policykit-1 [2022-06-17T09:10:52.013Z] #81 2.379 Recommended packages: [2022-06-17T09:10:52.013Z] #81 2.379 systemd-timesyncd | time-daemon libnss-systemd [2022-06-17T09:10:52.013Z] #81 2.445 The following NEW packages will be installed: [2022-06-17T09:10:52.013Z] #81 2.445 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-06-17T09:10:52.013Z] #81 2.446 libkmod2 libpam-systemd systemd systemd-sysv [2022-06-17T09:10:52.142Z] #28 14.37 Fetched 49.1 MB in 14s (3627 kB/s) [2022-06-17T09:10:52.273Z] #81 2.714 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:10:52.273Z] #81 2.714 Need to get 5817 kB of archives. [2022-06-17T09:10:52.273Z] #81 2.714 After this operation, 19.3 MB of additional disk space will be used. [2022-06-17T09:10:52.273Z] #81 2.714 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-06-17T09:10:52.273Z] #81 2.717 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-06-17T09:10:52.273Z] #81 2.718 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-06-17T09:10:52.273Z] #81 2.723 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-06-17T09:10:52.273Z] #81 2.724 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-06-17T09:10:52.273Z] #81 2.763 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-06-17T09:10:52.273Z] #81 2.905 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-06-17T09:10:52.532Z] #81 3.026 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-06-17T09:10:52.532Z] #81 3.028 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-06-17T09:10:52.532Z] #81 3.031 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-17T09:10:52.791Z] #81 3.149 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:10:52.791Z] #81 3.178 Fetched 5817 kB in 1s (10.0 MB/s) [2022-06-17T09:10:52.791Z] #81 3.205 Selecting previously unselected package libargon2-1:amd64. [2022-06-17T09:10:52.791Z] #81 3.205 (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-17T09:10:52.791Z] #81 3.220 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-06-17T09:10:52.791Z] #81 3.229 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-17T09:10:52.791Z] #81 3.270 Selecting previously unselected package libjson-c5:amd64. [2022-06-17T09:10:52.791Z] #81 3.273 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-06-17T09:10:52.791Z] #81 3.278 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-06-17T09:10:52.791Z] #81 3.320 Selecting previously unselected package libcryptsetup12:amd64. [2022-06-17T09:10:52.791Z] #81 3.323 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-06-17T09:10:52.791Z] #81 3.327 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-17T09:10:52.791Z] #81 3.385 Selecting previously unselected package libkmod2:amd64. [2022-06-17T09:10:53.050Z] #81 3.387 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-06-17T09:10:53.050Z] #81 3.392 Unpacking libkmod2:amd64 (28-1) ... [2022-06-17T09:10:53.050Z] #81 3.441 Selecting previously unselected package systemd. [2022-06-17T09:10:53.050Z] #81 3.443 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-06-17T09:10:53.050Z] #81 3.478 Unpacking systemd (247.3-7) ... [2022-06-17T09:10:53.309Z] #81 3.964 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-17T09:10:53.568Z] #81 3.978 Setting up libjson-c5:amd64 (0.15-2) ... [2022-06-17T09:10:53.568Z] #81 3.991 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-17T09:10:53.568Z] #81 4.003 Setting up libkmod2:amd64 (28-1) ... [2022-06-17T09:10:53.568Z] #81 4.017 Setting up systemd (247.3-7) ... [2022-06-17T09:10:53.568Z] #81 4.064 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-06-17T09:10:53.568Z] #81 4.066 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-06-17T09:10:53.568Z] #81 4.069 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-06-17T09:10:53.568Z] #81 4.092 Initializing machine ID from KVM UUID. [2022-06-17T09:10:53.827Z] #81 4.427 Selecting previously unselected package systemd-sysv. [2022-06-17T09:10:53.827Z] #81 4.427 (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-17T09:10:53.827Z] #81 4.441 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-06-17T09:10:53.827Z] #81 4.445 Unpacking systemd-sysv (247.3-7) ... [2022-06-17T09:10:53.827Z] #81 4.494 Selecting previously unselected package libdbus-1-3:amd64. [2022-06-17T09:10:54.086Z] #81 4.497 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-06-17T09:10:54.086Z] #81 4.502 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-17T09:10:54.086Z] #81 4.567 Selecting previously unselected package dbus. [2022-06-17T09:10:54.086Z] #81 4.570 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-06-17T09:10:54.086Z] #81 4.581 Unpacking dbus (1.12.20-2) ... [2022-06-17T09:10:54.086Z] #81 4.644 Selecting previously unselected package libpam-systemd:amd64. [2022-06-17T09:10:54.086Z] #81 4.647 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-06-17T09:10:54.086Z] #81 4.652 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-06-17T09:10:54.086Z] #81 4.704 Selecting previously unselected package dbus-user-session. [2022-06-17T09:10:54.086Z] #81 4.706 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-06-17T09:10:54.086Z] #81 4.710 Unpacking dbus-user-session (1.12.20-2) ... [2022-06-17T09:10:54.086Z] #81 4.759 Setting up systemd-sysv (247.3-7) ... [2022-06-17T09:10:54.345Z] #81 4.776 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-17T09:10:54.345Z] #81 4.789 Setting up dbus (1.12.20-2) ... [2022-06-17T09:10:54.605Z] #81 4.934 invoke-rc.d: could not determine current runlevel [2022-06-17T09:10:54.605Z] #81 4.937 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-17T09:10:54.605Z] #81 4.943 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-06-17T09:10:54.605Z] #81 5.059 Setting up dbus-user-session (1.12.20-2) ... [2022-06-17T09:10:54.605Z] #81 5.078 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:10:54.605Z] #81 DONE 5.2s [2022-06-17T09:10:54.864Z] [2022-06-17T09:10:54.864Z] #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-17T09:10:54.864Z] #82 sha256:77d474c538923acd7bf3d2030e34e3f7379863eb729db9a1965d25d7418fdbe4 [2022-06-17T09:10:55.123Z] #82 0.412 % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-17T09:10:55.123Z] #82 0.412 Dload Upload Total Spent Left Speed [2022-06-17T09:10:55.383Z] #82 0.413 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5661 0 --:--:-- --:--:-- --:--:-- 5661 [2022-06-17T09:10:55.383Z] #82 DONE 0.8s [2022-06-17T09:10:55.383Z] [2022-06-17T09:10:55.383Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-17T09:10:55.383Z] #83 sha256:87b646838265e332c57774185b3f634e0c867d9fe10684c4449492933b17debd [2022-06-17T09:10:56.322Z] #83 DONE 1.0s [2022-06-17T09:10:56.581Z] [2022-06-17T09:10:56.581Z] #84 exporting to image [2022-06-17T09:10:56.581Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-17T09:10:56.581Z] #84 exporting layers [2022-06-17T09:10:57.388Z] #28 14.37 Reading package lists... [2022-06-17T09:11:01.552Z] #60 ... [2022-06-17T09:11:01.552Z] [2022-06-17T09:11:01.552Z] #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-17T09:11:01.552Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:11:01.552Z] #55 400.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-17T09:11:01.552Z] #55 DONE 401.0s [2022-06-17T09:11:01.552Z] [2022-06-17T09:11:01.552Z] #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-17T09:11:01.552Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:11:02.937Z] #64 ... [2022-06-17T09:11:02.937Z] [2022-06-17T09:11:02.937Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-17T09:11:02.937Z] #56 sha256:3a06a2734ef6873644c7545183722cc5802468a4fbb4f157f46f24a66f15c131 [2022-06-17T09:11:03.157Z] #84 exporting layers 6.6s done [2022-06-17T09:11:03.157Z] #84 writing image sha256:63820e2fcab730f6efcd7ade4656f0734bcd1458d96857d4fdd3101d37346b6f done [2022-06-17T09:11:03.157Z] #84 naming to docker.io/library/docker:0e4e4058252247cf39688a34caf1b52007c0a784 done [2022-06-17T09:11:03.157Z] #84 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-17T09:11:03.504Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_GITCOMMIT=0e4e4058252247cf39688a34caf1b52007c0a784 -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:0e4e4058252247cf39688a34caf1b52007c0a784 hack/make.sh dynbinary test-integration [2022-06-17T09:11:03.950Z] #28 20.73 Reading package lists... [2022-06-17T09:11:04.851Z] #56 DONE 1.8s [2022-06-17T09:11:04.852Z] [2022-06-17T09:11:04.852Z] #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-17T09:11:04.852Z] #60 sha256:0d4add33ec0b6e576ada0af3a1d514cdf214e637648b5a70e2bd899b11e4b4c6 [2022-06-17T09:11:04.852Z] #60 199.4 + mkdir -p /build [2022-06-17T09:11:04.852Z] #60 199.4 + cp runc /build/runc [2022-06-17T09:11:04.852Z] #60 DONE 200.7s [2022-06-17T09:11:04.852Z] [2022-06-17T09:11:04.852Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-17T09:11:04.852Z] #58 sha256:4e97db7ec3483ca7e46ee46a23f8f1d42b47a06a21ae513ef2b4f3e342f61408 [2022-06-17T09:11:04.852Z] #58 DONE 0.5s [2022-06-17T09:11:04.852Z] [2022-06-17T09:11:04.852Z] #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-17T09:11:04.852Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:11:05.344Z] #28 27.16 Building dependency tree... [2022-06-17T09:11:05.410Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-17T09:11:05.410Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-17T09:11:05.410Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-17T09:11:05.410Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-17T09:11:05.410Z] 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-17T09:11:05.410Z] Detected virtualization docker. [2022-06-17T09:11:05.410Z] Detected architecture x86-64. [2022-06-17T09:11:05.410Z] Set hostname to <7be2613b57e1>. [2022-06-17T09:11:05.669Z] modprobe@configfs.service: Succeeded. [2022-06-17T09:11:05.669Z] modprobe@drm.service: Succeeded. [2022-06-17T09:11:05.669Z] modprobe@fuse.service: Succeeded. [2022-06-17T09:11:05.669Z] + source /etc/docker-entrypoint-cmd [2022-06-17T09:11:05.669Z] ++ hack/make.sh dynbinary test-integration [2022-06-17T09:11:05.669Z] [2022-06-17T09:11:05.669Z] Removing bundles/ [2022-06-17T09:11:05.669Z] [2022-06-17T09:11:05.669Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-17T09:11:05.929Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:11:05.929Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:11:06.274Z] #28 30.07 bzip2 is already the newest version (1.0.8-4). [2022-06-17T09:11:06.274Z] #28 30.07 patch is already the newest version (2.7.6-7). [2022-06-17T09:11:06.274Z] #28 30.07 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-17T09:11:06.274Z] #28 30.07 The following additional packages will be installed: [2022-06-17T09:11:06.274Z] #28 30.07 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-17T09:11:06.274Z] #28 30.08 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-17T09:11:06.274Z] #28 30.08 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-17T09:11:06.274Z] #28 30.08 python3-pkg-resources vim-runtime xxd [2022-06-17T09:11:06.274Z] #28 30.10 Suggested packages: [2022-06-17T09:11:06.274Z] #28 30.10 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-17T09:11:06.274Z] #28 30.10 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-17T09:11:06.274Z] #28 30.10 Recommended packages: [2022-06-17T09:11:06.274Z] #28 30.10 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-17T09:11:06.767Z] #64 ... [2022-06-17T09:11:06.767Z] [2022-06-17T09:11:06.767Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-17T09:11:06.767Z] #61 sha256:3fccf419f62106ece55abe9bbb6ce6be5908488d3aed45c3c0204f94b54ef422 [2022-06-17T09:11:07.027Z] #61 DONE 0.6s [2022-06-17T09:11:07.027Z] [2022-06-17T09:11:07.027Z] #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-17T09:11:07.027Z] #64 sha256:7e8b571c727547512f3b7b479155d783047bdf227adaabbcdd806f43ac5b427f [2022-06-17T09:11:07.967Z] #64 345.4 + bin/containerd [2022-06-17T09:11:08.136Z] #77 328.4 AR libcrun_testing.a [2022-06-17T09:11:08.136Z] #77 328.4 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-17T09:11:08.136Z] #77 328.4 CCLD libcrun.la [2022-06-17T09:11:08.136Z] #77 328.5 CCLD tests/tests_libcrun_utils [2022-06-17T09:11:08.136Z] #77 328.5 CCLD tests/tests_libcrun_errors [2022-06-17T09:11:08.136Z] #77 328.5 CCLD tests/tests_libcrun_fuzzer [2022-06-17T09:11:08.136Z] #77 329.9 CCLD crun [2022-06-17T09:11:08.160Z] #28 31.54 The following NEW packages will be installed: [2022-06-17T09:11:08.160Z] #28 31.54 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-17T09:11:08.160Z] #28 31.54 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-17T09:11:08.160Z] #28 31.54 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-17T09:11:08.160Z] #28 31.55 libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl [2022-06-17T09:11:08.160Z] #28 31.55 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-17T09:11:08.160Z] #28 31.55 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-17T09:11:08.160Z] #28 31.55 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-17T09:11:08.160Z] #28 31.93 0 upgraded, 45 newly installed, 0 to remove and 2 not upgraded. [2022-06-17T09:11:08.160Z] #28 31.93 Need to get 18.6 MB of archives. [2022-06-17T09:11:08.160Z] #28 31.93 After this operation, 71.4 MB of additional disk space will be used. [2022-06-17T09:11:08.160Z] #28 31.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-17T09:11:08.160Z] #28 31.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-17T09:11:08.160Z] #28 31.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-17T09:11:08.160Z] #28 31.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-17T09:11:08.160Z] #28 31.94 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-17T09:11:08.160Z] #28 31.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-17T09:11:08.160Z] #28 31.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-17T09:11:08.160Z] #28 31.95 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-17T09:11:08.160Z] #28 31.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-17T09:11:08.160Z] #28 31.99 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-17T09:11:08.160Z] #28 31.99 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-17T09:11:08.160Z] #28 31.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-17T09:11:08.160Z] #28 32.02 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-17T09:11:08.160Z] #28 32.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-17T09:11:08.160Z] #28 32.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-17T09:11:08.160Z] #28 32.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-17T09:11:08.160Z] #28 32.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-17T09:11:08.160Z] #28 32.03 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-17T09:11:08.160Z] #28 32.04 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-17T09:11:08.415Z] #28 32.04 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-17T09:11:08.415Z] #28 32.04 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-17T09:11:08.415Z] #28 32.05 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-17T09:11:08.415Z] #28 32.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-17T09:11:08.415Z] #28 32.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-17T09:11:08.415Z] #28 32.05 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-17T09:11:08.415Z] #28 32.05 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-17T09:11:08.415Z] #28 32.06 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-17T09:11:08.415Z] #28 32.06 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-17T09:11:08.415Z] #28 32.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-17T09:11:08.415Z] #28 32.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-17T09:11:08.415Z] #28 32.07 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-17T09:11:08.415Z] #28 32.10 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-17T09:11:08.415Z] #28 32.10 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-17T09:11:08.415Z] #28 32.11 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-17T09:11:08.415Z] #28 32.11 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-17T09:11:08.415Z] #28 32.12 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-17T09:11:08.415Z] #28 32.13 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-17T09:11:08.415Z] #28 32.14 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-17T09:11:08.415Z] #28 32.16 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-17T09:11:08.415Z] #28 32.16 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-17T09:11:08.415Z] #28 32.17 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-17T09:11:08.670Z] #28 32.32 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-17T09:11:08.670Z] #28 32.34 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-17T09:11:08.670Z] #28 32.36 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-17T09:11:08.670Z] #28 32.36 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-17T09:11:08.704Z] #77 330.5 make[3]: Entering directory '/tmp/crun-build' [2022-06-17T09:11:08.704Z] #77 330.7 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-17T09:11:08.963Z] #77 330.7 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-17T09:11:08.963Z] #77 330.7 /bin/mkdir -p '/usr/local/lib' [2022-06-17T09:11:08.963Z] #77 330.7 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-17T09:11:08.963Z] #77 330.8 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-17T09:11:08.963Z] #77 330.8 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-17T09:11:08.963Z] #77 330.8 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-17T09:11:08.963Z] #77 330.8 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-17T09:11:09.223Z] #77 331.0 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-17T09:11:09.223Z] #77 331.0 ---------------------------------------------------------------------- [2022-06-17T09:11:09.223Z] #77 331.0 Libraries have been installed in: [2022-06-17T09:11:09.223Z] #77 331.0 /usr/local/lib [2022-06-17T09:11:09.223Z] #77 331.0 [2022-06-17T09:11:09.223Z] #77 331.0 If you ever happen to want to link against installed libraries [2022-06-17T09:11:09.223Z] #77 331.0 in a given directory, LIBDIR, you must either use libtool, and [2022-06-17T09:11:09.223Z] #77 331.0 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-17T09:11:09.223Z] #77 331.0 flag during linking and do at least one of the following: [2022-06-17T09:11:09.223Z] #77 331.0 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-17T09:11:09.223Z] #77 331.0 during execution [2022-06-17T09:11:09.223Z] #77 331.0 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-17T09:11:09.223Z] #77 331.0 during linking [2022-06-17T09:11:09.223Z] #77 331.0 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-17T09:11:09.223Z] #77 331.0 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-17T09:11:09.223Z] #77 331.0 [2022-06-17T09:11:09.223Z] #77 331.0 See any operating system documentation about shared libraries for [2022-06-17T09:11:09.223Z] #77 331.0 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-17T09:11:09.223Z] #77 331.0 ---------------------------------------------------------------------- [2022-06-17T09:11:09.223Z] #77 331.0 /bin/mkdir -p '/build' [2022-06-17T09:11:09.223Z] #77 331.0 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-17T09:11:09.231Z] #28 32.98 debconf: delaying package configuration, since apt-utils is not installed [2022-06-17T09:11:09.483Z] #77 331.1 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-17T09:11:09.483Z] #77 331.1 make[3]: Leaving directory '/tmp/crun-build' [2022-06-17T09:11:09.483Z] #77 331.1 make[2]: Leaving directory '/tmp/crun-build' [2022-06-17T09:11:09.483Z] #77 331.1 make[1]: Leaving directory '/tmp/crun-build' [2022-06-17T09:11:09.486Z] #28 33.23 Fetched 18.6 MB in 1s (25.4 MB/s) [2022-06-17T09:11:09.486Z] #28 33.27 Selecting previously unselected package pigz. [2022-06-17T09:11:09.486Z] #28 33.27 (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-17T09:11:09.486Z] #28 33.32 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-17T09:11:09.486Z] #28 33.32 Unpacking pigz (2.6-1) ... [2022-06-17T09:11:09.486Z] #28 33.38 Selecting previously unselected package libelf1:amd64. [2022-06-17T09:11:09.486Z] #28 33.39 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-17T09:11:09.486Z] #28 33.40 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-17T09:11:09.742Z] #28 33.49 Selecting previously unselected package libbpf0:amd64. [2022-06-17T09:11:09.742Z] #28 33.50 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-17T09:11:09.742Z] #28 33.51 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:11:09.742Z] #28 33.59 Selecting previously unselected package libcap2:amd64. [2022-06-17T09:11:09.742Z] #28 33.60 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-17T09:11:09.743Z] #77 DONE 331.4s [2022-06-17T09:11:09.743Z] [2022-06-17T09:11:09.743Z] #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-17T09:11:09.743Z] #60 sha256:405cc52f06b2e09e8194239184b5c83e99e5fc4b1815a504b055490051ebc867 [2022-06-17T09:11:09.998Z] #28 33.61 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:11:09.998Z] #28 33.66 Selecting previously unselected package libmnl0:amd64. [2022-06-17T09:11:09.998Z] #28 33.67 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-17T09:11:09.998Z] #28 33.68 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:11:09.998Z] #28 33.73 Selecting previously unselected package libxtables12:amd64. [2022-06-17T09:11:09.998Z] #28 33.74 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-17T09:11:09.998Z] #28 33.74 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:11:09.998Z] #28 33.79 Selecting previously unselected package libcap2-bin. [2022-06-17T09:11:09.998Z] #28 33.80 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-17T09:11:09.998Z] #28 33.81 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-17T09:11:10.254Z] #28 33.86 Selecting previously unselected package iproute2. [2022-06-17T09:11:10.254Z] #28 33.87 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-17T09:11:10.254Z] #28 33.88 Unpacking iproute2 (5.10.0-4) ... [2022-06-17T09:11:10.509Z] #28 34.14 Selecting previously unselected package xxd. [2022-06-17T09:11:10.509Z] #28 34.15 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:11:10.509Z] #28 34.16 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:10.509Z] #28 34.22 Selecting previously unselected package vim-common. [2022-06-17T09:11:10.509Z] #28 34.24 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:11:10.509Z] #28 34.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:10.510Z] #28 34.37 Selecting previously unselected package bash-completion. [2022-06-17T09:11:10.765Z] #28 34.38 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-17T09:11:11.693Z] #28 35.51 Unpacking bash-completion (1:2.11-2) ... [2022-06-17T09:11:11.949Z] #28 35.75 Selecting previously unselected package apparmor. [2022-06-17T09:11:11.949Z] #28 35.76 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-17T09:11:11.949Z] #28 35.78 Unpacking apparmor (2.13.6-10) ... [2022-06-17T09:11:12.205Z] #28 35.98 Selecting previously unselected package inetutils-ping. [2022-06-17T09:11:12.205Z] #28 35.99 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-17T09:11:12.205Z] #28 35.99 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-17T09:11:12.205Z] #28 36.06 Selecting previously unselected package libip4tc2:amd64. [2022-06-17T09:11:12.205Z] #28 36.07 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:11:12.205Z] #28 36.07 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:11:12.460Z] #28 36.11 Selecting previously unselected package libip6tc2:amd64. [2022-06-17T09:11:12.460Z] #28 36.13 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-17T09:11:12.461Z] #28 36.13 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:11:12.461Z] #28 36.19 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-17T09:11:12.461Z] #28 36.19 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-17T09:11:12.461Z] #28 36.20 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:11:12.461Z] #28 36.24 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-17T09:11:12.461Z] #28 36.26 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-17T09:11:12.461Z] #28 36.27 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:11:12.461Z] #28 36.33 Selecting previously unselected package libnftnl11:amd64. [2022-06-17T09:11:12.461Z] #28 36.34 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-17T09:11:12.716Z] #28 36.35 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:11:12.716Z] #28 36.42 Selecting previously unselected package iptables. [2022-06-17T09:11:12.716Z] #28 36.43 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-17T09:11:12.716Z] #28 36.44 Unpacking iptables (1.8.7-1) ... [2022-06-17T09:11:12.972Z] #28 36.65 Selecting previously unselected package libonig5:amd64. [2022-06-17T09:11:12.972Z] #28 36.66 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-17T09:11:12.972Z] #28 36.67 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:11:12.972Z] #28 36.78 Selecting previously unselected package libjq1:amd64. [2022-06-17T09:11:12.972Z] #28 36.78 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-17T09:11:12.972Z] #28 36.80 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:11:12.972Z] #28 36.87 Selecting previously unselected package jq. [2022-06-17T09:11:12.972Z] #28 36.88 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-17T09:11:12.972Z] #28 36.88 Unpacking jq (1.6-2.1) ... [2022-06-17T09:11:13.228Z] #28 36.93 Selecting previously unselected package libaio1:amd64. [2022-06-17T09:11:13.228Z] #28 36.94 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-17T09:11:13.228Z] #28 36.95 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:11:13.228Z] #28 37.00 Selecting previously unselected package libgpm2:amd64. [2022-06-17T09:11:13.228Z] #28 37.01 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-17T09:11:13.228Z] #28 37.02 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:11:13.228Z] #28 37.07 Selecting previously unselected package libinih1:amd64. [2022-06-17T09:11:13.228Z] #28 37.07 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-17T09:11:13.228Z] #28 37.08 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-17T09:11:13.484Z] #28 37.16 Selecting previously unselected package libnet1:amd64. [2022-06-17T09:11:13.484Z] #28 37.16 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-17T09:11:13.484Z] #28 37.16 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:11:13.484Z] #28 37.23 Selecting previously unselected package libnl-3-200:amd64. [2022-06-17T09:11:13.484Z] #28 37.23 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-17T09:11:13.484Z] #28 37.24 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:11:13.484Z] #28 37.30 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-17T09:11:13.484Z] #28 37.31 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-17T09:11:13.484Z] #28 37.31 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:11:13.484Z] #28 37.37 Selecting previously unselected package libyajl2:amd64. [2022-06-17T09:11:13.484Z] #28 37.37 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ... [2022-06-17T09:11:13.484Z] #28 37.38 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:11:13.484Z] #28 37.42 Selecting previously unselected package net-tools. [2022-06-17T09:11:13.484Z] #28 ... [2022-06-17T09:11:13.484Z] [2022-06-17T09:11:13.484Z] #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-17T09:11:13.484Z] #71 sha256:664cb1179949753668fd24a217dd7491a8cb331fb22ff0262ae73a365c72e52f [2022-06-17T09:11:13.484Z] #71 98.29 + bin/containerd [2022-06-17T09:11:18.724Z] #71 ... [2022-06-17T09:11:18.724Z] [2022-06-17T09:11:18.724Z] #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-17T09:11:18.724Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa [2022-06-17T09:11:18.724Z] #28 37.43 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 37.44 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:11:18.724Z] #28 37.56 Selecting previously unselected package python-pip-whl. [2022-06-17T09:11:18.724Z] #28 37.57 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:11:18.724Z] #28 37.57 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:11:18.724Z] #28 37.90 Selecting previously unselected package python3-lib2to3. [2022-06-17T09:11:18.724Z] #28 37.90 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-17T09:11:18.724Z] #28 37.91 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:11:18.724Z] #28 38.00 Selecting previously unselected package python3-distutils. [2022-06-17T09:11:18.724Z] #28 38.00 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ... [2022-06-17T09:11:18.724Z] #28 38.01 Unpacking python3-distutils (3.9.2-1) ... [2022-06-17T09:11:18.724Z] #28 38.09 Selecting previously unselected package python3-pkg-resources. [2022-06-17T09:11:18.724Z] #28 38.10 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-17T09:11:18.724Z] #28 38.11 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:11:18.724Z] #28 38.23 Selecting previously unselected package python3-setuptools. [2022-06-17T09:11:18.724Z] #28 38.24 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ... [2022-06-17T09:11:18.724Z] #28 38.25 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-17T09:11:18.724Z] #28 38.42 Selecting previously unselected package python3-wheel. [2022-06-17T09:11:18.724Z] #28 38.42 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ... [2022-06-17T09:11:18.724Z] #28 38.43 Unpacking python3-wheel (0.34.2-1) ... [2022-06-17T09:11:18.724Z] #28 38.49 Selecting previously unselected package python3-pip. [2022-06-17T09:11:18.724Z] #28 38.50 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-17T09:11:18.724Z] #28 38.51 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:11:18.724Z] #28 38.67 Selecting previously unselected package sudo. [2022-06-17T09:11:18.724Z] #28 38.67 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 38.68 Unpacking sudo (1.9.5p2-3) ... [2022-06-17T09:11:18.724Z] #28 39.00 Selecting previously unselected package thin-provisioning-tools. [2022-06-17T09:11:18.724Z] #28 39.01 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 39.02 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:11:18.724Z] #28 39.16 Selecting previously unselected package uidmap. [2022-06-17T09:11:18.724Z] #28 39.17 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 39.17 Unpacking uidmap (1:4.8.1-1) ... [2022-06-17T09:11:18.724Z] #28 39.26 Selecting previously unselected package vim-runtime. [2022-06-17T09:11:18.724Z] #28 39.27 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-17T09:11:18.724Z] #28 39.30 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-17T09:11:18.724Z] #28 39.32 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-17T09:11:18.724Z] #28 39.33 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:18.724Z] #28 40.98 Selecting previously unselected package vim. [2022-06-17T09:11:18.724Z] #28 40.99 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 41.00 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:18.724Z] #28 41.32 Selecting previously unselected package xfsprogs. [2022-06-17T09:11:18.724Z] #28 41.33 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 41.34 Unpacking xfsprogs (5.10.0-4) ... [2022-06-17T09:11:18.724Z] #28 41.63 Selecting previously unselected package zip. [2022-06-17T09:11:18.724Z] #28 41.64 Preparing to unpack .../43-zip_3.0-12_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 41.64 Unpacking zip (3.0-12) ... [2022-06-17T09:11:18.724Z] #28 41.73 Selecting previously unselected package zstd. [2022-06-17T09:11:18.724Z] #28 41.74 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-17T09:11:18.724Z] #28 41.74 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:11:18.724Z] #28 41.97 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-17T09:11:18.724Z] #28 42.57 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-17T09:11:18.724Z] #28 42.58 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-17T09:11:18.979Z] #28 42.59 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-17T09:11:18.979Z] #28 42.61 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-17T09:11:18.979Z] #28 42.62 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-17T09:11:18.979Z] #28 42.63 Setting up uidmap (1:4.8.1-1) ... [2022-06-17T09:11:18.979Z] #28 42.64 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-17T09:11:18.979Z] #28 42.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-17T09:11:18.979Z] #28 42.67 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-17T09:11:18.979Z] #28 42.68 Setting up python3-wheel (0.34.2-1) ... [2022-06-17T09:11:19.237Z] #28 43.08 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:19.237Z] #28 43.09 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-17T09:11:19.237Z] #28 43.10 Setting up libcap2-bin (1:2.44-1) ... [2022-06-17T09:11:19.237Z] #28 43.11 Setting up apparmor (2.13.6-10) ... [2022-06-17T09:11:20.604Z] #28 44.23 Setting up zip (3.0-12) ... [2022-06-17T09:11:20.604Z] #28 44.25 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:20.604Z] #28 44.35 Setting up bash-completion (1:2.11-2) ... [2022-06-17T09:11:21.970Z] #28 45.65 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-17T09:11:21.970Z] #28 45.66 Setting up sudo (1.9.5p2-3) ... [2022-06-17T09:11:21.970Z] #28 45.72 invoke-rc.d: could not determine current runlevel [2022-06-17T09:11:21.970Z] #28 45.73 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-17T09:11:21.970Z] #28 45.74 Setting up xfsprogs (5.10.0-4) ... [2022-06-17T09:11:21.970Z] #28 45.76 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-17T09:11:21.970Z] #28 45.77 Setting up inetutils-ping (2:2.0-1) ... [2022-06-17T09:11:21.970Z] #28 45.79 Setting up pigz (2.6-1) ... [2022-06-17T09:11:21.970Z] #28 45.80 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-17T09:11:21.970Z] #28 45.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-17T09:11:21.970Z] #28 45.84 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-17T09:11:21.970Z] #28 45.85 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:22.533Z] #28 46.24 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-17T09:11:22.533Z] #28 46.26 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-17T09:11:22.790Z] #28 46.50 Setting up libelf1:amd64 (0.183-1) ... [2022-06-17T09:11:22.790Z] #28 46.52 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-17T09:11:22.790Z] #28 46.54 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-17T09:11:22.790Z] #28 46.56 Setting up python3-distutils (3.9.2-1) ... [2022-06-17T09:11:23.046Z] #28 46.91 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-17T09:11:23.302Z] #28 46.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-17T09:11:23.302Z] #28 46.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-17T09:11:23.302Z] #28 46.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-17T09:11:23.302Z] #28 46.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-17T09:11:23.302Z] #28 46.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-17T09:11:23.302Z] #28 46.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-17T09:11:23.302Z] #28 46.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-17T09:11:23.302Z] #28 46.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-17T09:11:23.302Z] #28 46.99 Setting up python3-setuptools (52.0.0-4) ... [2022-06-17T09:11:24.230Z] #28 47.89 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-17T09:11:24.230Z] #28 47.90 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-17T09:11:24.230Z] #28 47.91 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-17T09:11:24.230Z] #28 47.93 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-17T09:11:24.639Z] #60 ... [2022-06-17T09:11:24.639Z] [2022-06-17T09:11:24.639Z] #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-17T09:11:24.639Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-17T09:11:24.639Z] #55 427.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-17T09:11:24.793Z] #28 48.61 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-17T09:11:24.793Z] #28 48.62 Setting up jq (1.6-2.1) ... [2022-06-17T09:11:24.793Z] #28 48.63 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-17T09:11:24.793Z] #28 48.64 Setting up iptables (1.8.7-1) ... [2022-06-17T09:11:24.793Z] #28 48.65 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:11:24.793Z] #28 48.72 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:11:24.793Z] #28 48.72 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-17T09:11:24.793Z] #28 48.72 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-17T09:11:24.793Z] #28 48.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-17T09:11:24.793Z] #28 48.73 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-17T09:11:25.049Z] #28 48.74 Setting up iproute2 (5.10.0-4) ... [2022-06-17T09:11:25.213Z] #55 DONE 428.2s [2022-06-17T09:11:25.213Z] [2022-06-17T09:11:25.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-17T09:11:25.213Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:11:25.306Z] #28 48.97 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-17T09:11:25.869Z] #28 DONE 49.6s [2022-06-17T09:11:25.869Z] [2022-06-17T09:11:25.869Z] #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-17T09:11:25.869Z] #29 sha256:11a0f70fafb5fe8959db653594217f6dcc714ad0b60aed7e002ba1684a040dac [2022-06-17T09:11:26.152Z] #64 ... [2022-06-17T09:11:26.152Z] [2022-06-17T09:11:26.152Z] #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-17T09:11:26.152Z] #60 sha256:405cc52f06b2e09e8194239184b5c83e99e5fc4b1815a504b055490051ebc867 [2022-06-17T09:11:26.152Z] #60 212.8 + mkdir -p /build [2022-06-17T09:11:26.152Z] #60 212.8 + cp runc /build/runc [2022-06-17T09:11:26.411Z] #60 DONE 213.2s [2022-06-17T09:11:26.411Z] [2022-06-17T09:11:26.411Z] #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-17T09:11:26.411Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:11:26.797Z] #29 0.807 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-17T09:11:26.797Z] #29 0.811 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-17T09:11:26.797Z] #29 0.816 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-17T09:11:26.797Z] #29 DONE 0.9s [2022-06-17T09:11:26.797Z] [2022-06-17T09:11:26.797Z] #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-17T09:11:26.797Z] #67 sha256:419b335a83e302ac180307ae5887b869c755efc9b4d29908b1a367bb19a74d38 [2022-06-17T09:11:26.797Z] #67 ... [2022-06-17T09:11:26.797Z] [2022-06-17T09:11:26.797Z] #30 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-17T09:11:26.797Z] #30 sha256:b76d58e034879cc584bc1d78c1b6bf8abb2a156155bca756fddb0675ea98f044 [2022-06-17T09:11:27.793Z] #64 ... [2022-06-17T09:11:27.793Z] [2022-06-17T09:11:27.793Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-17T09:11:27.793Z] #56 sha256:18acb04d3f4da1b29b2f436641a906bbb59bc3655f81f53a68ee7c65085f5735 [2022-06-17T09:11:28.368Z] #56 DONE 0.8s [2022-06-17T09:11:28.368Z] [2022-06-17T09:11:28.368Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-17T09:11:28.368Z] #58 sha256:9625c8b2aa5d2e78b78d1deca846c9da44e81d73d226012a1d3d8e43624ddc53 [2022-06-17T09:11:28.368Z] #58 DONE 0.1s [2022-06-17T09:11:28.368Z] [2022-06-17T09:11:28.368Z] #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-17T09:11:28.368Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:11:28.628Z] #64 ... [2022-06-17T09:11:28.628Z] [2022-06-17T09:11:28.628Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-17T09:11:28.628Z] #61 sha256:600118ef3d442a71507323b9a4f20dda142283e75f1853658d7eb312bdd6a973 [2022-06-17T09:11:28.888Z] #61 DONE 0.2s [2022-06-17T09:11:28.888Z] [2022-06-17T09:11:28.888Z] #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-17T09:11:28.888Z] #64 sha256:91b1534ddbffa2173f005d348ad39d34a9a42345a79d2853fc75eb57c03694bd [2022-06-17T09:11:31.424Z] #64 367.7 + bin/containerd [2022-06-17T09:11:34.931Z] #30 7.452 Collecting yamllint==1.26.1 [2022-06-17T09:11:35.187Z] #30 8.516 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-17T09:11:36.115Z] #30 9.216 Collecting pathspec>=0.5.3 [2022-06-17T09:11:36.115Z] #30 9.227 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-17T09:11:36.115Z] #30 9.472 Collecting pyyaml [2022-06-17T09:11:36.371Z] #30 9.482 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-17T09:11:36.371Z] #30 9.520 Building wheels for collected packages: yamllint [2022-06-17T09:11:36.371Z] #30 9.521 Building wheel for yamllint (setup.py): started [2022-06-17T09:11:36.975Z] #30 10.18 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-17T09:11:36.975Z] #30 10.19 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=3e872304ad0f22113b31faf40c70bef613cedce5688301cfa462e3bef59f99fa [2022-06-17T09:11:36.975Z] #30 10.19 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-17T09:11:36.975Z] #30 10.19 Successfully built yamllint [2022-06-17T09:11:36.975Z] #30 10.22 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-17T09:11:37.235Z] #30 10.47 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-17T09:11:37.491Z] #30 DONE 10.8s [2022-06-17T09:11:37.491Z] [2022-06-17T09:11:37.491Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-17T09:11:37.491Z] #34 sha256:c3f0cd0a28d7f82fdefc22de37906c5e27801c426053d7b1b277b48a7cf3f82d [2022-06-17T09:11:38.055Z] #34 DONE 0.3s [2022-06-17T09:11:38.055Z] [2022-06-17T09:11:38.055Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-17T09:11:38.055Z] #39 sha256:509c9347031877bc514cf879c28e66348e4081e29cf6afdf8ccb080eaa63ce58 [2022-06-17T09:11:38.055Z] #39 DONE 0.2s [2022-06-17T09:11:38.055Z] [2022-06-17T09:11:38.055Z] #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-17T09:11:38.055Z] #67 sha256:419b335a83e302ac180307ae5887b869c755efc9b4d29908b1a367bb19a74d38 [2022-06-17T09:11:38.055Z] #67 ... [2022-06-17T09:11:38.055Z] [2022-06-17T09:11:38.055Z] #42 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-17T09:11:38.055Z] #42 sha256:cc95b7058e8fac1abb2a13f2107704bd6dec53acaf3a550fd2e87009d4f82804 [2022-06-17T09:11:38.055Z] #42 DONE 0.1s [2022-06-17T09:11:38.316Z] [2022-06-17T09:11:38.316Z] #44 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-17T09:11:38.316Z] #44 sha256:6c1fd51fa98a4dd63fe2e7bcd6688bcc12d9b4baa86f2bddf0eb1b5d67be67a9 [2022-06-17T09:11:38.316Z] #44 DONE 0.1s [2022-06-17T09:11:38.316Z] [2022-06-17T09:11:38.316Z] #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-17T09:11:38.316Z] #67 sha256:419b335a83e302ac180307ae5887b869c755efc9b4d29908b1a367bb19a74d38 [2022-06-17T09:11:38.316Z] #67 ... [2022-06-17T09:11:38.316Z] [2022-06-17T09:11:38.316Z] #46 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-17T09:11:38.316Z] #46 sha256:eecb48f361d477050c1492e0d13db93719cb2e0397f1fb2d988ebe1d4328f400 [2022-06-17T09:11:38.316Z] #46 DONE 0.1s [2022-06-17T09:11:38.316Z] [2022-06-17T09:11:38.316Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-17T09:11:38.316Z] #48 sha256:766a965822e5483fcb67dd3eb06285cd73573bc72dd70d5089747bf30c191939 [2022-06-17T09:11:38.573Z] #48 DONE 0.1s [2022-06-17T09:11:38.573Z] [2022-06-17T09:11:38.573Z] #52 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-17T09:11:38.573Z] #52 sha256:0046d4ab2895693d153c2be196b0999df30aa7d7368866d7bb2ac84ca143cb0f [2022-06-17T09:11:38.573Z] #52 DONE 0.1s [2022-06-17T09:11:38.573Z] [2022-06-17T09:11:38.573Z] #55 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-17T09:11:38.573Z] #55 sha256:7828d4e99ff7046486756dadf0f90a86fd5cecaa682b1df970a3a48e09c853e7 [2022-06-17T09:11:38.573Z] #55 DONE 0.1s [2022-06-17T09:11:38.573Z] [2022-06-17T09:11:38.573Z] #59 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-17T09:11:38.573Z] #59 sha256:99c9bc48e7b7cfb5101cdf2f66c2d6aaa53fcc2223d1b8886c3a147bc6114442 [2022-06-17T09:11:38.573Z] #59 DONE 0.1s [2022-06-17T09:11:38.573Z] [2022-06-17T09:11:38.573Z] #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-17T09:11:38.573Z] #67 sha256:419b335a83e302ac180307ae5887b869c755efc9b4d29908b1a367bb19a74d38 [2022-06-17T09:11:38.829Z] #67 ... [2022-06-17T09:11:38.829Z] [2022-06-17T09:11:38.829Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-17T09:11:38.829Z] #61 sha256:0c5c4cf2eb244ae668a0c7b79210dfe1b97cb4f1bb50530fe74ca9760cee797d [2022-06-17T09:11:38.829Z] #61 DONE 0.1s [2022-06-17T09:11:38.829Z] [2022-06-17T09:11:38.829Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-17T09:11:38.829Z] #63 sha256:eabd91e082f7c049919f0c3e3fcf88a0ad2fc4f0806ea8b49366ba1896ee861c [2022-06-17T09:11:39.086Z] #63 DONE 0.2s [2022-06-17T09:11:39.086Z] [2022-06-17T09:11:39.086Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-17T09:11:39.086Z] #65 sha256:05612ffb705b1bad23ee1df1b7e6ca58b0ec9efdddd0e218b0d7cb9565ed6bec [2022-06-17T09:11:39.086Z] #65 DONE 0.1s [2022-06-17T09:11:39.086Z] [2022-06-17T09:11:39.086Z] #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-17T09:11:39.086Z] #71 sha256:664cb1179949753668fd24a217dd7491a8cb331fb22ff0262ae73a365c72e52f [2022-06-17T09:11:52.878Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-17T09:11:52.878Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-17T09:11:52.878Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 31.9% of statements [2022-06-17T09:11:53.806Z] ok github.com/docker/docker/api/server/middleware 0.014s coverage: 37.7% of statements [2022-06-17T09:11:53.806Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-17T09:11:53.806Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-17T09:11:53.806Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-17T09:11:53.806Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-17T09:11:53.806Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-17T09:11:53.806Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-17T09:11:54.062Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-17T09:11:54.062Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-17T09:11:54.062Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-17T09:11:54.990Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-17T09:11:54.990Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-17T09:11:55.246Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 6.0% of statements [2022-06-17T09:11:55.246Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-17T09:11:55.809Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2022-06-17T09:11:55.809Z] ok github.com/docker/docker/api/server/router/volume 0.009s coverage: 67.9% of statements [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-17T09:11:55.809Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-17T09:11:56.067Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-06-17T09:11:56.067Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-17T09:11:56.067Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-17T09:11:56.067Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2022-06-17T09:11:56.323Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-17T09:11:56.323Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-17T09:11:58.842Z] ok github.com/docker/docker/builder/remotecontext 0.096s coverage: 13.7% of statements [2022-06-17T09:11:58.842Z] ok github.com/docker/docker/builder/dockerfile 0.458s coverage: 49.3% of statements [2022-06-17T09:11:59.098Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.005s coverage: 100.0% of statements [2022-06-17T09:11:59.661Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-06-17T09:12:00.588Z] ok github.com/docker/docker/builder/remotecontext/git 1.670s coverage: 86.3% of statements [2022-06-17T09:12:00.588Z] ? github.com/docker/docker/cli [no test files] [2022-06-17T09:12:00.588Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-17T09:12:00.588Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-17T09:12:00.588Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-17T09:12:00.978Z] #71 ... [2022-06-17T09:12:00.978Z] [2022-06-17T09:12:00.978Z] #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-17T09:12:00.978Z] #67 sha256:419b335a83e302ac180307ae5887b869c755efc9b4d29908b1a367bb19a74d38 [2022-06-17T09:12:00.978Z] #67 88.55 + mkdir -p /build [2022-06-17T09:12:00.978Z] #67 88.55 + cp runc /build/runc [2022-06-17T09:12:00.978Z] #67 DONE 88.9s [2022-06-17T09:12:00.978Z] [2022-06-17T09:12:00.978Z] #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-17T09:12:00.978Z] #71 sha256:664cb1179949753668fd24a217dd7491a8cb331fb22ff0262ae73a365c72e52f [2022-06-17T09:12:00.978Z] #71 ... [2022-06-17T09:12:00.978Z] [2022-06-17T09:12:00.978Z] #68 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-17T09:12:00.978Z] #68 sha256:ce8b898e2f876557a9dee7ff04f642685de7952cd986db88a18c70373cb40d98 [2022-06-17T09:12:00.978Z] #68 DONE 0.1s [2022-06-17T09:12:00.978Z] [2022-06-17T09:12:00.978Z] #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-17T09:12:00.978Z] #71 sha256:664cb1179949753668fd24a217dd7491a8cb331fb22ff0262ae73a365c72e52f [2022-06-17T09:12:01.150Z] ok github.com/docker/docker/cmd/docker-proxy 0.252s coverage: 67.6% of statements [2022-06-17T09:12:04.228Z] #64 395.1 # github.com/containerd/containerd/cmd/containerd [2022-06-17T09:12:04.229Z] #64 395.1 /usr/bin/ld: /tmp/go-link-3630697904/000019.o: in function `New': [2022-06-17T09:12:04.229Z] #64 395.1 /tmp/tmp.AEKyQNqrLz/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-17T09:12:04.229Z] #64 395.2 + bin/containerd-stress [2022-06-17T09:12:04.229Z] #64 396.2 + bin/containerd-shim [2022-06-17T09:12:04.424Z] ok github.com/docker/docker/client 0.100s coverage: 75.6% of statements [2022-06-17T09:12:10.814Z] #64 407.2 + bin/containerd-shim-runc-v1 [2022-06-17T09:12:16.103Z] #64 413.3 + bin/containerd-shim-runc-v2 [2022-06-17T09:12:16.673Z] #64 414.1 + binaries [2022-06-17T09:12:16.673Z] #64 414.1 + install -D bin/containerd /build/containerd [2022-06-17T09:12:16.673Z] #64 414.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-17T09:12:16.673Z] #64 414.1 + install -D bin/ctr /build/ctr [2022-06-17T09:12:18.579Z] #64 DONE 415.9s [2022-06-17T09:12:19.519Z] [2022-06-17T09:12:19.519Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-17T09:12:19.519Z] #65 sha256:b750366815eab3b0769a03aae6fbf97fa25e9bcd0477d1ac5a57f83b477e1e18 [2022-06-17T09:12:20.091Z] #65 DONE 0.8s [2022-06-17T09:12:20.091Z] [2022-06-17T09:12:20.091Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-17T09:12:20.091Z] #70 sha256:38f6dcc7e2766f9e6a36cde10352277d82942ceac86175cd74b8cd6222e2d8b5 [2022-06-17T09:12:20.350Z] #70 DONE 0.2s [2022-06-17T09:12:20.610Z] [2022-06-17T09:12:20.610Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-17T09:12:20.610Z] #75 sha256:6956593887a6249f43781a6e3a3226d5514b435a5ddd59f2fe2ed675b968bbd6 [2022-06-17T09:12:21.550Z] #75 DONE 0.9s [2022-06-17T09:12:21.550Z] [2022-06-17T09:12:21.550Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-17T09:12:21.551Z] #78 sha256:b1518ef32d041f1a9efafb66321008bde9991642cf8ecb32abb3dc5c5475a4c7 [2022-06-17T09:12:21.551Z] #78 DONE 0.1s [2022-06-17T09:12:21.551Z] [2022-06-17T09:12:21.551Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-17T09:12:21.551Z] #79 sha256:3ffe027a35883967118bd231cc86366f2e74f66000e72ee2f5ef4244bdc40cfa [2022-06-17T09:12:21.551Z] #79 DONE 0.0s [2022-06-17T09:12:21.551Z] [2022-06-17T09:12:21.551Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-17T09:12:21.551Z] #80 sha256:829ff5840b0949bdb06424a01f3df94b735c1acb0fcbc541a7d1edbb6b517621 [2022-06-17T09:12:21.551Z] #80 DONE 0.0s [2022-06-17T09:12:21.551Z] [2022-06-17T09:12:21.551Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-17T09:12:21.551Z] #81 sha256:2fc4e270580b1d5987417ad25ce538f642e064dead5ce4e060ce09066d453726 [2022-06-17T09:12:24.090Z] #81 DONE 2.3s [2022-06-17T09:12:24.090Z] [2022-06-17T09:12:24.090Z] #82 exporting to image [2022-06-17T09:12:24.090Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-17T09:12:24.090Z] #82 exporting layers [2022-06-17T09:12:27.683Z] #64 420.0 # github.com/containerd/containerd/cmd/containerd [2022-06-17T09:12:27.683Z] #64 420.0 /usr/bin/ld: /tmp/go-link-811329434/000019.o: in function `New': [2022-06-17T09:12:27.683Z] #64 420.0 /tmp/tmp.HFSaA7QlOP/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-17T09:12:27.683Z] #64 420.0 + bin/containerd-stress [2022-06-17T09:12:27.683Z] #64 421.2 + bin/containerd-shim [2022-06-17T09:12:32.220Z] #82 exporting layers 7.2s done [2022-06-17T09:12:32.220Z] #82 writing image sha256:d0f6d3e6fed8de5c3c48ff96b37d35678b904d7be58168983cf5e76414720732 done [2022-06-17T09:12:32.220Z] #82 naming to docker.io/library/docker:0e4e4058252247cf39688a34caf1b52007c0a784 done [2022-06-17T09:12:32.220Z] #82 DONE 7.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-17T09:12:32.567Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_GITCOMMIT=0e4e4058252247cf39688a34caf1b52007c0a784 -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:0e4e4058252247cf39688a34caf1b52007c0a784 hack/make.sh dynbinary test-integration [2022-06-17T09:12:33.010Z] #71 175.6 # github.com/containerd/containerd/cmd/containerd [2022-06-17T09:12:33.010Z] #71 175.6 /usr/bin/ld: /tmp/go-link-2567970381/000019.o: in function `New': [2022-06-17T09:12:33.010Z] #71 175.6 /tmp/tmp.UWsNYgOUU8/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-17T09:12:33.010Z] #71 175.7 + bin/containerd-stress [2022-06-17T09:12:33.010Z] #71 176.8 + bin/containerd-shim [2022-06-17T09:12:34.478Z] [2022-06-17T09:12:34.478Z] Removing bundles/ [2022-06-17T09:12:34.478Z] [2022-06-17T09:12:34.478Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-17T09:12:34.478Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:12:34.478Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:12:36.457Z] ok github.com/docker/docker/cmd/dockerd 0.084s coverage: 29.7% of statements [2022-06-17T09:12:37.667Z] #64 432.6 + bin/containerd-shim-runc-v1 [2022-06-17T09:12:38.388Z] ok github.com/docker/docker/container 0.120s coverage: 34.8% of statements [2022-06-17T09:12:38.644Z] ok github.com/docker/docker/cmd/dockerd/trap 2.492s coverage: 0.0% of statements [2022-06-17T09:12:38.644Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-17T09:12:38.644Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-17T09:12:38.644Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-17T09:12:38.644Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-17T09:12:38.644Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-17T09:12:42.942Z] #64 439.0 + bin/containerd-shim-runc-v2 [2022-06-17T09:12:43.509Z] #64 439.8 + binaries [2022-06-17T09:12:43.509Z] #64 439.8 + install -D bin/containerd /build/containerd [2022-06-17T09:12:43.509Z] #64 439.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-17T09:12:43.509Z] #64 439.9 + install -D bin/ctr /build/ctr [2022-06-17T09:12:45.182Z] ok github.com/docker/docker/daemon/cluster 0.066s coverage: 0.5% of statements [2022-06-17T09:12:45.250Z] #71 188.0 + bin/containerd-shim-runc-v1 [2022-06-17T09:12:45.413Z] #64 DONE 441.7s [2022-06-17T09:12:45.439Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.016s coverage: 65.3% of statements [2022-06-17T09:12:46.350Z] [2022-06-17T09:12:46.350Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-17T09:12:46.350Z] #65 sha256:09fed2c5b99848e4b2fb4a008f2b467a300cddbb88f6a0c6c14c0f9d70153bf0 [2022-06-17T09:12:46.804Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-06-17T09:12:47.288Z] #65 DONE 0.9s [2022-06-17T09:12:47.288Z] [2022-06-17T09:12:47.288Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-17T09:12:47.288Z] #70 sha256:743f18245903f9c0cbef3ae849234f637886d82996d22f1fb9ea47ead49e5d09 [2022-06-17T09:12:47.288Z] #70 DONE 0.2s [2022-06-17T09:12:47.546Z] [2022-06-17T09:12:47.546Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-17T09:12:47.546Z] #75 sha256:81c2fd54616f5a34291920c82dc5a23759dbe450078d572f77890e9975619c9a [2022-06-17T09:12:48.112Z] #75 DONE 0.9s [2022-06-17T09:12:48.112Z] [2022-06-17T09:12:48.112Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-17T09:12:48.112Z] #78 sha256:1c46da1d883917fbcc0763248c76a6a63dbf354434db813fda6ececddafb533d [2022-06-17T09:12:48.112Z] #78 DONE 0.1s [2022-06-17T09:12:48.112Z] [2022-06-17T09:12:48.112Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-17T09:12:48.112Z] #79 sha256:f54197f4bdfe9744a635281a00ae1c945f55f5c5e0d1b7a31659487b72f92eae [2022-06-17T09:12:48.112Z] #79 DONE 0.0s [2022-06-17T09:12:48.112Z] [2022-06-17T09:12:48.112Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-17T09:12:48.112Z] #80 sha256:c7b3ac1ce2c781dc70e92a6fc82edb2bed0a30baaf2ec7f9cd274a48dc4f26bd [2022-06-17T09:12:48.371Z] #80 DONE 0.0s [2022-06-17T09:12:48.371Z] [2022-06-17T09:12:48.371Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-17T09:12:48.371Z] #81 sha256:5a1160ac5b0aa4ff6adf71fb3366276c1218fb0cea8705508616e04d9d888fd0 [2022-06-17T09:12:49.417Z] #71 194.1 + bin/containerd-shim-runc-v2 [2022-06-17T09:12:50.385Z] #71 194.9 + binaries [2022-06-17T09:12:50.385Z] #71 194.9 + install -D bin/containerd /build/containerd [2022-06-17T09:12:50.385Z] #71 194.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-17T09:12:50.385Z] #71 195.0 + install -D bin/ctr /build/ctr [2022-06-17T09:12:50.946Z] #71 DONE 195.6s [2022-06-17T09:12:51.874Z] [2022-06-17T09:12:51.874Z] #72 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-17T09:12:51.874Z] #72 sha256:3d041f268394bcbb20b22d9e7bec9c89c5d3d1efd6c26017f1e7e990ae7f6b67 [2022-06-17T09:12:52.132Z] #72 DONE 0.4s [2022-06-17T09:12:52.387Z] [2022-06-17T09:12:52.387Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-17T09:12:52.387Z] #77 sha256:7c6af8f083d95c2d9a72b1f5d37e8aebf9405f8bf3d69b5c030639ad25f3e68e [2022-06-17T09:12:52.387Z] #77 DONE 0.1s [2022-06-17T09:12:52.387Z] [2022-06-17T09:12:52.387Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-17T09:12:52.387Z] #82 sha256:8fe03ab29c072f5295ef2276afb4e6826ac06bd5dc4b8bf1ef024d25f24611cf [2022-06-17T09:12:52.558Z] #81 DONE 4.1s [2022-06-17T09:12:52.558Z] [2022-06-17T09:12:52.558Z] #82 exporting to image [2022-06-17T09:12:52.558Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-17T09:12:52.558Z] #82 exporting layers [2022-06-17T09:12:52.947Z] #82 DONE 0.6s [2022-06-17T09:12:52.947Z] [2022-06-17T09:12:52.947Z] #85 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-17T09:12:52.947Z] #85 sha256:9437d798985007d9db9195a41096115c155285714ae3820552a3e651bcbad793 [2022-06-17T09:12:52.947Z] #85 DONE 0.1s [2022-06-17T09:12:52.947Z] [2022-06-17T09:12:52.947Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-17T09:12:52.947Z] #86 sha256:fa9c5e23eaf97f79ea4ae0f665f347b0b6f7b9939cb7cacba04b6e5853c91b1b [2022-06-17T09:12:52.947Z] #86 DONE 0.0s [2022-06-17T09:12:52.947Z] [2022-06-17T09:12:52.947Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-17T09:12:52.947Z] #87 sha256:3daeb5f2a2ef7f070c8b7f46f66b7a25ed95e562fdc30ecbee54fb4419634d1e [2022-06-17T09:12:52.947Z] #87 DONE 0.0s [2022-06-17T09:12:52.947Z] [2022-06-17T09:12:52.947Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-17T09:12:52.947Z] #88 sha256:01f582c7a23c2035f802134175ebdca6ac6642031ad6bdd785e13184d8a22282 [2022-06-17T09:12:53.339Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.449s coverage: 13.4% of statements [2022-06-17T09:12:54.266Z] ok github.com/docker/docker/daemon/config 0.034s coverage: 81.5% of statements [2022-06-17T09:12:54.828Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-17T09:12:55.390Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2022-06-17T09:12:56.317Z] ok github.com/docker/docker/daemon 10.108s coverage: 16.1% of statements [2022-06-17T09:12:56.317Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-17T09:12:56.317Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-17T09:12:56.317Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-17T09:12:56.317Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-17T09:12:56.879Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.641s coverage: 74.8% of statements [2022-06-17T09:12:57.107Z] #88 DONE 4.1s [2022-06-17T09:12:57.107Z] [2022-06-17T09:12:57.107Z] #89 exporting to image [2022-06-17T09:12:57.107Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-17T09:12:57.107Z] #89 exporting layers [2022-06-17T09:12:57.806Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.272s coverage: 56.2% of statements [2022-06-17T09:12:58.063Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-06-17T09:12:59.429Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.9% of statements [2022-06-17T09:13:00.675Z] #82 exporting layers 7.3s done [2022-06-17T09:13:00.675Z] #82 writing image sha256:25be572d7a0a3b1b90f235232431599e0ca176fee37da440062341578e186d54 done [2022-06-17T09:13:00.675Z] #82 naming to docker.io/library/docker:a40fc86724391889e146ec907269b3f9e64ed86f [2022-06-17T09:13:00.675Z] #82 naming to docker.io/library/docker:a40fc86724391889e146ec907269b3f9e64ed86f done [2022-06-17T09:13:00.675Z] #82 DONE 7.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-17T09:13:00.814Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.266s coverage: 50.6% of statements [2022-06-17T09:13:01.000Z] + trap exit INT TERM [2022-06-17T09:13:01.000Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-17T09:13:01.000Z] + CONTAINER_NAME=docker-pr24 [2022-06-17T09:13:01.000Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43682/.git:/go/src/github.com/docker/docker/.git --name docker-pr24-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a40fc86724391889e146ec907269b3f9e64ed86f -e DOCKER_GRAPHDRIVER docker:a40fc86724391889e146ec907269b3f9e64ed86f hack/make.sh dynbinary [2022-06-17T09:13:02.375Z] [2022-06-17T09:13:02.375Z] Removing bundles/ [2022-06-17T09:13:02.375Z] [2022-06-17T09:13:02.375Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-17T09:13:02.375Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:13:02.375Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:13:02.706Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.922s coverage: 45.9% of statements [2022-06-17T09:13:02.706Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-17T09:13:02.968Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.951s coverage: 58.5% of statements [2022-06-17T09:13:02.968Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-17T09:13:02.968Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-17T09:13:03.530Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-06-17T09:13:04.107Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.026s coverage: 3.0% of statements [2022-06-17T09:13:04.678Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-06-17T09:13:06.047Z] ok github.com/docker/docker/daemon/images 0.045s coverage: 6.6% of statements [2022-06-17T09:13:06.047Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-17T09:13:06.047Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-17T09:13:06.047Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.2% of statements [2022-06-17T09:13:06.975Z] ok github.com/docker/docker/daemon/logger/awslogs 0.167s coverage: 79.9% of statements [2022-06-17T09:13:06.975Z] ok github.com/docker/docker/daemon/logger/fluentd 0.018s coverage: 53.6% of statements [2022-06-17T09:13:06.975Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-17T09:13:07.542Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-17T09:13:07.542Z] ok github.com/docker/docker/daemon/logger/journald 0.010s coverage: 23.4% of statements [2022-06-17T09:13:08.104Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-06-17T09:13:08.665Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.147s coverage: 76.8% of statements [2022-06-17T09:13:08.921Z] ok github.com/docker/docker/daemon/logger/local 0.033s coverage: 79.4% of statements [2022-06-17T09:13:08.921Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-17T09:13:08.921Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-17T09:13:09.483Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2022-06-17T09:13:10.045Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.027s coverage: 62.0% of statements [2022-06-17T09:13:10.608Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-06-17T09:13:10.865Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-17T09:13:11.426Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-17T09:13:11.987Z] ok github.com/docker/docker/daemon/logger/splunk 1.543s coverage: 82.5% of statements [2022-06-17T09:13:11.987Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-17T09:13:11.987Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-17T09:13:12.446Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:13:12.446Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:13:12.446Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:13:12.446Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:13:12.446Z] [2022-06-17T09:13:12.446Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-17T09:13:12.446Z] DOCKER_SYSTEMD=1 [2022-06-17T09:13:12.446Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-17T09:13:12.446Z] HOSTNAME=7be2613b57e1 [2022-06-17T09:13:12.446Z] DEST=bundles/test-integration [2022-06-17T09:13:12.446Z] PWD=/go/src/github.com/docker/docker [2022-06-17T09:13:12.446Z] DOCKER_GITCOMMIT=0e4e4058252247cf39688a34caf1b52007c0a784 [2022-06-17T09:13:12.446Z] container=docker [2022-06-17T09:13:12.446Z] HOME=/root [2022-06-17T09:13:12.446Z] LANG=C.UTF-8 [2022-06-17T09:13:12.446Z] INVOCATION_ID=cefcc8fc0c1d45d4b9cd503198349a1e [2022-06-17T09:13:12.446Z] GOLANG_VERSION=1.18.3 [2022-06-17T09:13:12.446Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-17T09:13:12.446Z] VALIDATE_BRANCH=master [2022-06-17T09:13:12.446Z] TERM=xterm [2022-06-17T09:13:12.446Z] DOCKER_PKG=github.com/docker/docker [2022-06-17T09:13:12.446Z] SHLVL=3 [2022-06-17T09:13:12.446Z] TIMEOUT=120m [2022-06-17T09:13:12.446Z] DOCKER_BUILDTAGS= journald [2022-06-17T09:13:12.446Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-17T09:13:12.446Z] GO111MODULE=off [2022-06-17T09:13:12.446Z] DOCKER_EXPERIMENTAL=1 [2022-06-17T09:13:12.446Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-17T09:13:12.446Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-17T09:13:12.446Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-17T09:13:12.446Z] GOPATH=/go [2022-06-17T09:13:12.446Z] PKG_CONFIG=pkg-config [2022-06-17T09:13:12.446Z] _=/usr/bin/env [2022-06-17T09:13:12.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-17T09:13:12.915Z] ok github.com/docker/docker/distribution/metadata 0.028s coverage: 44.4% of statements [2022-06-17T09:13:13.477Z] ok github.com/docker/docker/distribution 0.604s coverage: 28.0% of statements [2022-06-17T09:13:13.477Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-17T09:13:13.733Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-17T09:13:14.661Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-06-17T09:13:14.918Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-17T09:13:15.480Z] ok github.com/docker/docker/distribution/xfer 1.890s coverage: 84.9% of statements [2022-06-17T09:13:15.480Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-17T09:13:15.480Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-06-17T09:13:15.480Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-17T09:13:15.480Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-17T09:13:15.736Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-06-17T09:13:16.663Z] ok github.com/docker/docker/oci 0.016s coverage: 46.0% of statements [2022-06-17T09:13:17.225Z] ok github.com/docker/docker/opts 0.023s coverage: 66.0% of statements [2022-06-17T09:13:17.481Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-17T09:13:19.370Z] ok github.com/docker/docker/pkg/archive 0.307s coverage: 82.3% of statements [2022-06-17T09:13:20.297Z] ok github.com/docker/docker/pkg/authorization 0.524s coverage: 68.3% of statements [2022-06-17T09:13:20.297Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-17T09:13:20.553Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-06-17T09:13:23.597Z] #89 exporting layers 26.5s done [2022-06-17T09:13:23.597Z] #89 writing image sha256:dce60aafd07722e1dae3664381c3e19935b1458095add42eb4f8e4e33569d244 done [2022-06-17T09:13:23.597Z] #89 naming to docker.io/library/docker:ea19413969123458cc2a9ec808dec7ee02d2b72a done [2022-06-17T09:13:23.597Z] #89 DONE 26.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-17T09:13:23.820Z] ok github.com/docker/docker/pkg/chrootarchive 2.534s coverage: 42.7% of statements [2022-06-17T09:13:23.820Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-17T09:13:23.914Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43682/.git:/go/src/github.com/docker/docker/.git --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ea19413969123458cc2a9ec808dec7ee02d2b72a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ea19413969123458cc2a9ec808dec7ee02d2b72a hack/validate/default [2022-06-17T09:13:24.078Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-06-17T09:13:24.078Z] ok github.com/docker/docker/layer 7.266s coverage: 69.0% of statements [2022-06-17T09:13:24.078Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-17T09:13:24.078Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-17T09:13:24.078Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-17T09:13:24.078Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-17T09:13:24.078Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-17T09:13:24.078Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-17T09:13:24.334Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2022-06-17T09:13:24.474Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-17T09:13:24.474Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-17T09:13:24.474Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-17T09:13:24.591Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 87.2% of statements [2022-06-17T09:13:24.732Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-17T09:13:24.732Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-17T09:13:24.732Z] [2022-06-17T09:13:24.732Z] INFO Start validation with golang-ci-lint [2022-06-17T09:13:24.847Z] ok github.com/docker/docker/pkg/fsutils 0.162s coverage: 85.1% of statements [2022-06-17T09:13:24.847Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2022-06-17T09:13:25.302Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-17T09:13:25.557Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-17T09:13:26.214Z] ok github.com/docker/docker/pkg/ioutils 0.353s coverage: 71.5% of statements [2022-06-17T09:13:26.214Z] ok github.com/docker/docker/pkg/idtools 0.457s coverage: 67.9% of statements [2022-06-17T09:13:26.214Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-06-17T09:13:26.214Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2022-06-17T09:13:26.214Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-17T09:13:26.479Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-06-17T09:13:26.479Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-06-17T09:13:26.735Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2022-06-17T09:13:26.991Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 90.5% of statements [2022-06-17T09:13:26.991Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-17T09:13:26.991Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-17T09:13:26.991Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-17T09:13:27.552Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2022-06-17T09:13:28.114Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-17T09:13:28.371Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2022-06-17T09:13:28.627Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-17T09:13:29.992Z] ok github.com/docker/docker/pkg/pubsub 1.050s coverage: 75.0% of statements [2022-06-17T09:13:29.992Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-06-17T09:13:30.248Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-17T09:13:30.504Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-17T09:13:30.761Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2022-06-17T09:13:31.017Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-17T09:13:31.581Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.6% of statements [2022-06-17T09:13:31.837Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-17T09:13:32.093Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2022-06-17T09:13:32.655Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2022-06-17T09:13:33.216Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-17T09:13:33.216Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-17T09:13:35.105Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-06-17T09:13:35.361Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-17T09:13:35.617Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-17T09:13:36.982Z] ok github.com/docker/docker/quota 0.183s coverage: 71.4% of statements [2022-06-17T09:13:37.239Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-06-17T09:13:38.167Z] ok github.com/docker/docker/registry 0.079s coverage: 58.6% of statements [2022-06-17T09:13:38.423Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-17T09:13:38.679Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-06-17T09:13:39.240Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-06-17T09:13:39.496Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-17T09:13:40.861Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-06-17T09:13:41.787Z] ok github.com/docker/docker/volume/local 0.086s coverage: 76.8% of statements [2022-06-17T09:13:42.354Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-06-17T09:13:43.302Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2022-06-17T09:13:59.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-17T09:13:59.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-17T09:14:01.357Z] ok github.com/docker/docker/pkg/plugins 33.645s coverage: 76.3% of statements [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/rootless [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/volume [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-17T09:14:01.357Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === Skipped [2022-06-17T09:14:01.614Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-17T09:14:01.614Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-17T09:14:01.614Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-17T09:14:01.614Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-17T09:14:01.614Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:71: No driver to put! [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-17T09:14:01.614Z] time="2022-06-17T09:12:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-17T09:14:01.614Z] time="2022-06-17T09:12:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-17T09:14:01.614Z] time="2022-06-17T09:12:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-17T09:14:01.614Z] time="2022-06-17T09:12:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-17T09:14:01.614Z] time="2022-06-17T09:12:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:71: No driver to put! [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-17T09:14:01.614Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-17T09:14:01.614Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-17T09:14:01.614Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:14:01.614Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-17T09:14:01.614Z] graphtest_unix.go:71: No driver to put! [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-17T09:14:01.614Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-17T09:14:01.614Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-17T09:14:01.614Z] [2022-06-17T09:14:01.614Z] DONE 2785 tests, 28 skipped in 212.262s [2022-06-17T09:14:01.614Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:14:01.614Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-17T09:14:01.615Z] + 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-17T09:14:17.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-17T09:14:27.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-17T09:14:35.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-17T09:14:35.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-17T09:14:36.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-17T09:14:36.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-17T09:14:37.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-17T09:14:37.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-17T09:14:38.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-17T09:14:41.053Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:14:41.053Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:14:41.053Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:14:41.053Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:14:41.053Z] [2022-06-17T09:14:41.053Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-17T09:14:41.053Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-17T09:14:41.053Z] HOSTNAME=7d778c98d0ed [2022-06-17T09:14:41.053Z] DEST=bundles/test-integration [2022-06-17T09:14:41.053Z] PWD=/go/src/github.com/docker/docker [2022-06-17T09:14:41.053Z] DOCKER_ROOTLESS=1 [2022-06-17T09:14:41.053Z] DOCKER_GITCOMMIT=0e4e4058252247cf39688a34caf1b52007c0a784 [2022-06-17T09:14:41.053Z] container=docker [2022-06-17T09:14:41.053Z] HOME=/root [2022-06-17T09:14:41.053Z] GOLANG_VERSION=1.18.3 [2022-06-17T09:14:41.053Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-17T09:14:41.053Z] VALIDATE_BRANCH=master [2022-06-17T09:14:41.053Z] TERM=xterm [2022-06-17T09:14:41.053Z] DOCKER_PKG=github.com/docker/docker [2022-06-17T09:14:41.053Z] SHLVL=1 [2022-06-17T09:14:41.053Z] TIMEOUT=120m [2022-06-17T09:14:41.053Z] DOCKER_BUILDTAGS= journald [2022-06-17T09:14:41.053Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-17T09:14:41.053Z] GO111MODULE=off [2022-06-17T09:14:41.053Z] DOCKER_EXPERIMENTAL=1 [2022-06-17T09:14:41.053Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-17T09:14:41.053Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-17T09:14:41.053Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-17T09:14:41.053Z] GOPATH=/go [2022-06-17T09:14:41.053Z] PKG_CONFIG=pkg-config [2022-06-17T09:14:41.053Z] _=/usr/bin/env [2022-06-17T09:14:41.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-17T09:14:41.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-17T09:14:42.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-17T09:14:42.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-17T09:14:43.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-17T09:14:44.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-17T09:14:45.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-17T09:14:46.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-17T09:14:46.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-17T09:14:47.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-17T09:14:48.237Z] ok github.com/docker/docker/libnetwork 37.567s coverage: 40.6% of statements [2022-06-17T09:14:48.237Z] ok github.com/docker/docker/libnetwork/bitseq 0.136s coverage: 84.4% of statements [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-17T09:14:48.237Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-17T09:14:48.237Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-17T09:14:48.237Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-17T09:14:48.237Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-17T09:14:48.590Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-17T09:14:48.590Z] Using test binary docker [2022-06-17T09:14:48.590Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-17T09:14:48.590Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-17T09:14:48.590Z] Starting dockerd [2022-06-17T09:14:48.590Z] INFO: Waiting for daemon to start... [2022-06-17T09:14:50.125Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.559s coverage: 59.9% of statements [2022-06-17T09:14:50.125Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-17T09:14:50.381Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-17T09:14:50.943Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.015s coverage: 4.0% of statements [2022-06-17T09:14:50.943Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-17T09:14:51.126Z] . [2022-06-17T09:14:51.126Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-17T09:14:51.126Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-17T09:14:51.126Z] Error: No such image: emptyfs [2022-06-17T09:14:51.126Z] Running integration-test (iteration 1) [2022-06-17T09:14:51.126Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-17T09:14:51.126Z] Loaded image: busybox:latest [2022-06-17T09:14:51.126Z] Loaded image: busybox:glibc [2022-06-17T09:14:51.506Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-06-17T09:14:51.506Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-17T09:14:51.762Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-17T09:14:52.508Z] Loaded image: debian:bullseye-slim [2022-06-17T09:14:52.508Z] Loaded image: hello-world:latest [2022-06-17T09:14:52.767Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:14:52.767Z] INFO: Testing against a local daemon [2022-06-17T09:14:52.767Z] === RUN TestCgroupNamespacesBuild [2022-06-17T09:14:54.676Z] --- PASS: TestCgroupNamespacesBuild (1.59s) [2022-06-17T09:14:54.676Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-17T09:14:55.614Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.41s) [2022-06-17T09:14:55.614Z] === RUN TestBuildWithSession [2022-06-17T09:14:55.614Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:14:55.614Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-17T09:14:55.614Z] === RUN TestBuildSquashParent [2022-06-17T09:15:00.898Z] --- PASS: TestBuildSquashParent (4.76s) [2022-06-17T09:15:00.898Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-17T09:15:00.898Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:15:00.898Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:15:00.898Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:15:00.898Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:15:00.898Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:15:00.898Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:15:00.898Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:15:00.898Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:15:00.898Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:15:00.898Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:15:00.898Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:15:00.898Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:15:00.898Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:15:00.898Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:15:01.702Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.380s coverage: 7.2% of statements [2022-06-17T09:15:01.702Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-17T09:15:01.702Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-17T09:15:01.702Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-06-17T09:15:01.702Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-17T09:15:01.702Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-17T09:15:01.703Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-17T09:15:01.703Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-06-17T09:15:01.959Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-06-17T09:15:02.215Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-17T09:15:02.279Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:15:02.279Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:15:02.470Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-17T09:15:03.661Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:15:03.922Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:15:05.829Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-17T09:15:05.829Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.84s) [2022-06-17T09:15:05.829Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.92s) [2022-06-17T09:15:05.829Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.41s) [2022-06-17T09:15:05.829Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.45s) [2022-06-17T09:15:05.829Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.48s) [2022-06-17T09:15:05.829Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.61s) [2022-06-17T09:15:05.829Z] === RUN TestBuildMultiStageCopy [2022-06-17T09:15:05.829Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-17T09:15:07.210Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-17T09:15:07.210Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-17T09:15:07.469Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-17T09:15:07.730Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-17T09:15:07.989Z] --- PASS: TestBuildMultiStageCopy (2.43s) [2022-06-17T09:15:07.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.47s) [2022-06-17T09:15:07.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-06-17T09:15:07.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s) [2022-06-17T09:15:07.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-06-17T09:15:07.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2022-06-17T09:15:07.989Z] === RUN TestBuildMultiStageParentConfig [2022-06-17T09:15:08.559Z] --- PASS: TestBuildMultiStageParentConfig (0.70s) [2022-06-17T09:15:08.559Z] === RUN TestBuildLabelWithTargets [2022-06-17T09:15:08.860Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:15:08.860Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:15:08.860Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:15:08.860Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:15:08.860Z] [2022-06-17T09:15:08.860Z] + c=0 [2022-06-17T09:15:08.860Z] ++ jobs -p [2022-06-17T09:15:08.860Z] + for job in $(jobs -p) [2022-06-17T09:15:08.860Z] + wait 7305 [2022-06-17T09:15:08.860Z] + TEST_INTEGRATION_DEST=3 [2022-06-17T09:15:08.860Z] + CONTAINER_NAME=docker-pr24-3 [2022-06-17T09:15:08.860Z] + TEST_SKIP_INTEGRATION=1 [2022-06-17T09:15:08.860Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-17T09:15:08.860Z] + run_tests [2022-06-17T09:15:08.861Z] + '[' -n 0 ']' [2022-06-17T09:15:08.861Z] + rm= [2022-06-17T09:15:08.861Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43682/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43682/.git:/go/src/github.com/docker/docker/.git --name docker-pr24-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a40fc86724391889e146ec907269b3f9e64ed86f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a40fc86724391889e146ec907269b3f9e64ed86f hack/make.sh '' test-integration [2022-06-17T09:15:08.861Z] + TEST_INTEGRATION_DEST=1 [2022-06-17T09:15:08.861Z] + CONTAINER_NAME=docker-pr24-1 [2022-06-17T09:15:08.861Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-17T09:15:08.861Z] + run_tests test-integration-flaky [2022-06-17T09:15:08.861Z] + '[' -n 0 ']' [2022-06-17T09:15:08.861Z] + rm= [2022-06-17T09:15:08.861Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43682/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43682/.git:/go/src/github.com/docker/docker/.git --name docker-pr24-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a40fc86724391889e146ec907269b3f9e64ed86f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a40fc86724391889e146ec907269b3f9e64ed86f hack/make.sh test-integration-flaky test-integration [2022-06-17T09:15:08.861Z] + TEST_INTEGRATION_DEST=2 [2022-06-17T09:15:08.861Z] + CONTAINER_NAME=docker-pr24-2 [2022-06-17T09:15:08.861Z] + TEST_SKIP_INTEGRATION=1 [2022-06-17T09:15:08.861Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-17T09:15:08.861Z] + run_tests [2022-06-17T09:15:08.861Z] + '[' -n 0 ']' [2022-06-17T09:15:08.861Z] + rm= [2022-06-17T09:15:08.861Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43682/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43682/.git:/go/src/github.com/docker/docker/.git --name docker-pr24-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a40fc86724391889e146ec907269b3f9e64ed86f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a40fc86724391889e146ec907269b3f9e64ed86f hack/make.sh '' test-integration [2022-06-17T09:15:08.861Z] [2022-06-17T09:15:08.861Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-17T09:15:08.861Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-17T09:15:08.861Z] HOSTNAME=76cb3ca6cb0f [2022-06-17T09:15:08.861Z] TEST_SKIP_INTEGRATION=1 [2022-06-17T09:15:08.861Z] TESTDEBUG=0 [2022-06-17T09:15:08.861Z] DEST=bundles/test-integration [2022-06-17T09:15:08.861Z] PWD=/go/src/github.com/docker/docker [2022-06-17T09:15:08.861Z] KEEPBUNDLE=1 [2022-06-17T09:15:08.861Z] DOCKER_GITCOMMIT=a40fc86724391889e146ec907269b3f9e64ed86f [2022-06-17T09:15:08.861Z] container=docker [2022-06-17T09:15:08.861Z] HOME=/root [2022-06-17T09:15:08.861Z] GOLANG_VERSION=1.18.3 [2022-06-17T09:15:08.861Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-17T09:15:08.861Z] VALIDATE_BRANCH=master [2022-06-17T09:15:08.861Z] TERM=xterm [2022-06-17T09:15:08.861Z] DOCKER_PKG=github.com/docker/docker [2022-06-17T09:15:08.861Z] SHLVL=1 [2022-06-17T09:15:08.861Z] TIMEOUT=120m [2022-06-17T09:15:08.861Z] DOCKER_BUILDTAGS= journald [2022-06-17T09:15:08.861Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-17T09:15:08.861Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-17T09:15:08.861Z] GO111MODULE=off [2022-06-17T09:15:08.861Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-17T09:15:08.861Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-17T09:15:08.861Z] GOPATH=/go [2022-06-17T09:15:08.861Z] PKG_CONFIG=pkg-config [2022-06-17T09:15:08.861Z] _=/usr/bin/env [2022-06-17T09:15:08.861Z] Building test suite binary ./integration-cli/test.main [2022-06-17T09:15:08.861Z] [2022-06-17T09:15:08.861Z] [2022-06-17T09:15:08.861Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-17T09:15:08.861Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-17T09:15:08.861Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-17T09:15:08.861Z] HOSTNAME=0bc4706d0dd6 [2022-06-17T09:15:08.861Z] TEST_SKIP_INTEGRATION=1 [2022-06-17T09:15:08.861Z] TESTDEBUG=0 [2022-06-17T09:15:08.861Z] DEST=bundles/test-integration [2022-06-17T09:15:08.861Z] PWD=/go/src/github.com/docker/docker [2022-06-17T09:15:08.861Z] KEEPBUNDLE=1 [2022-06-17T09:15:08.861Z] DOCKER_GITCOMMIT=a40fc86724391889e146ec907269b3f9e64ed86f [2022-06-17T09:15:08.861Z] container=docker [2022-06-17T09:15:08.861Z] HOME=/root [2022-06-17T09:15:08.861Z] GOLANG_VERSION=1.18.3 [2022-06-17T09:15:08.861Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-17T09:15:08.861Z] VALIDATE_BRANCH=master [2022-06-17T09:15:08.861Z] TERM=xterm [2022-06-17T09:15:08.861Z] DOCKER_PKG=github.com/docker/docker [2022-06-17T09:15:08.861Z] SHLVL=1 [2022-06-17T09:15:08.861Z] TIMEOUT=120m [2022-06-17T09:15:08.861Z] DOCKER_BUILDTAGS= journald [2022-06-17T09:15:08.861Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-17T09:15:08.861Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-17T09:15:08.861Z] GO111MODULE=off [2022-06-17T09:15:08.861Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-17T09:15:08.861Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-17T09:15:08.861Z] GOPATH=/go [2022-06-17T09:15:08.861Z] PKG_CONFIG=pkg-config [2022-06-17T09:15:08.861Z] _=/usr/bin/env [2022-06-17T09:15:08.861Z] Building test suite binary ./integration-cli/test.main [2022-06-17T09:15:08.861Z] No new tests added to integration. [2022-06-17T09:15:08.861Z] [2022-06-17T09:15:08.861Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-17T09:15:08.861Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-17T09:15:08.861Z] HOSTNAME=850517bdb8cd [2022-06-17T09:15:08.861Z] TESTDEBUG=0 [2022-06-17T09:15:08.861Z] DEST=bundles/test-integration [2022-06-17T09:15:08.861Z] PWD=/go/src/github.com/docker/docker [2022-06-17T09:15:08.861Z] KEEPBUNDLE=1 [2022-06-17T09:15:08.861Z] DOCKER_GITCOMMIT=a40fc86724391889e146ec907269b3f9e64ed86f [2022-06-17T09:15:08.861Z] container=docker [2022-06-17T09:15:08.861Z] HOME=/root [2022-06-17T09:15:08.861Z] GOLANG_VERSION=1.18.3 [2022-06-17T09:15:08.861Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-17T09:15:08.861Z] VALIDATE_BRANCH=master [2022-06-17T09:15:08.861Z] TERM=xterm [2022-06-17T09:15:08.861Z] DOCKER_PKG=github.com/docker/docker [2022-06-17T09:15:08.861Z] SHLVL=1 [2022-06-17T09:15:08.861Z] TIMEOUT=120m [2022-06-17T09:15:08.861Z] DOCKER_BUILDTAGS= journald [2022-06-17T09:15:08.861Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-17T09:15:08.861Z] GO111MODULE=off [2022-06-17T09:15:08.861Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-17T09:15:08.861Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-17T09:15:08.861Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-17T09:15:08.861Z] GOPATH=/go [2022-06-17T09:15:08.861Z] PKG_CONFIG=pkg-config [2022-06-17T09:15:08.861Z] _=/usr/bin/env [2022-06-17T09:15:08.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-17T09:15:09.939Z] --- PASS: TestBuildLabelWithTargets (1.07s) [2022-06-17T09:15:09.939Z] === RUN TestBuildWithEmptyLayers [2022-06-17T09:15:10.199Z] --- PASS: TestBuildWithEmptyLayers (0.46s) [2022-06-17T09:15:10.199Z] === RUN TestBuildMultiStageOnBuild [2022-06-17T09:15:12.108Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2022-06-17T09:15:12.108Z] === RUN TestBuildUncleanTarFilenames [2022-06-17T09:15:12.368Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-06-17T09:15:12.368Z] === RUN TestBuildMultiStageLayerLeak [2022-06-17T09:15:14.278Z] --- PASS: TestBuildMultiStageLayerLeak (1.68s) [2022-06-17T09:15:14.278Z] === RUN TestBuildWithHugeFile [2022-06-17T09:15:14.638Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-17T09:15:19.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-17T09:15:19.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-17T09:15:29.483Z] ok github.com/docker/docker/libnetwork/ipam 16.314s coverage: 85.3% of statements [2022-06-17T09:15:29.483Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-17T09:15:29.483Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-17T09:15:29.739Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements [2022-06-17T09:15:30.301Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-06-17T09:15:30.301Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-17T09:15:30.558Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2022-06-17T09:15:31.120Z] ok github.com/docker/docker/libnetwork/ipamutils 0.279s coverage: 74.0% of statements [2022-06-17T09:15:31.682Z] ok github.com/docker/docker/libnetwork/iptables 0.171s coverage: 45.1% of statements [2022-06-17T09:15:31.939Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-17T09:15:32.195Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2022-06-17T09:15:46.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-17T09:15:51.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-17T09:15:59.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-17T09:16:00.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-17T09:16:01.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-17T09:16:01.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-17T09:16:02.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-17T09:16:02.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-17T09:16:03.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-17T09:16:06.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-17T09:16:07.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-17T09:16:08.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-17T09:16:08.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-17T09:16:09.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-17T09:16:09.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-17T09:16:10.562Z] --- PASS: TestBuildWithHugeFile (49.98s) [2022-06-17T09:16:10.562Z] === RUN TestBuildWCOWSandboxSize [2022-06-17T09:16:10.562Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:16:10.562Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:16:10.562Z] === RUN TestBuildWithEmptyDockerfile [2022-06-17T09:16:10.562Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:16:10.562Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:16:10.562Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:16:10.562Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:16:10.562Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:16:10.562Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:16:10.562Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:16:10.562Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:16:10.562Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:16:10.562Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-17T09:16:10.562Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-17T09:16:10.562Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-17T09:16:10.562Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-17T09:16:10.562Z] === RUN TestBuildPreserveOwnership [2022-06-17T09:16:10.562Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-17T09:16:10.562Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-17T09:16:10.562Z] --- PASS: TestBuildPreserveOwnership (3.68s) [2022-06-17T09:16:10.562Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.41s) [2022-06-17T09:16:10.562Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.25s) [2022-06-17T09:16:10.562Z] === RUN TestBuildPlatformInvalid [2022-06-17T09:16:10.562Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-17T09:16:10.562Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-17T09:16:10.562Z] Loaded image: busybox:latest [2022-06-17T09:16:10.562Z] Loaded image: busybox:glibc [2022-06-17T09:16:10.562Z] Loaded image: debian:bullseye-slim [2022-06-17T09:16:10.562Z] Loaded image: hello-world:latest [2022-06-17T09:16:10.562Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:16:11.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-17T09:16:11.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-17T09:16:12.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-17T09:16:13.389Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-17T09:16:13.389Z] Using test binary docker [2022-06-17T09:16:13.389Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-17T09:16:13.389Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-17T09:16:13.389Z] INFO: Waiting for daemon to start... [2022-06-17T09:16:13.389Z] Starting dockerd [2022-06-17T09:16:16.682Z] . [2022-06-17T09:16:16.682Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-17T09:16:16.682Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-17T09:16:16.682Z] Error: No such image: emptyfs [2022-06-17T09:16:16.942Z] Running integration-test (iteration 1) [2022-06-17T09:16:16.942Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-17T09:16:16.963Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|name|files) took 2m50.188790166s [2022-06-17T09:16:16.963Z] 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-17T09:16:16.963Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.839835ms [2022-06-17T09:16:17.201Z] Loaded image: busybox:latest [2022-06-17T09:16:17.201Z] Loaded image: busybox:glibc [2022-06-17T09:16:18.649Z] Loaded image: debian:bullseye-slim [2022-06-17T09:16:18.649Z] Loaded image: hello-world:latest [2022-06-17T09:16:18.915Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:16:18.915Z] INFO: Testing against a local daemon [2022-06-17T09:16:18.915Z] === RUN TestCgroupNamespacesBuild [2022-06-17T09:16:20.298Z] --- PASS: TestCgroupNamespacesBuild (1.30s) [2022-06-17T09:16:20.299Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-17T09:16:20.552Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.92s) [2022-06-17T09:16:20.552Z] PASS [2022-06-17T09:16:20.552Z] [2022-06-17T09:16:20.552Z] === Skipped [2022-06-17T09:16:20.552Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-17T09:16:20.552Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:16:20.552Z] [2022-06-17T09:16:20.552Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:16:20.552Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:16:20.552Z] [2022-06-17T09:16:20.552Z] DONE 34 tests, 2 skipped in 88.057s [2022-06-17T09:16:20.552Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-17T09:16:20.552Z] INFO: Testing against a local daemon [2022-06-17T09:16:20.552Z] === RUN TestConfigInspect [2022-06-17T09:16:21.237Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-06-17T09:16:21.237Z] === RUN TestBuildWithSession [2022-06-17T09:16:21.237Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:16:21.237Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-17T09:16:21.237Z] === RUN TestBuildSquashParent [2022-06-17T09:16:21.490Z] --- PASS: TestConfigInspect (2.33s) [2022-06-17T09:16:21.490Z] === RUN TestConfigList [2022-06-17T09:16:23.396Z] --- PASS: TestConfigList (2.16s) [2022-06-17T09:16:23.396Z] === RUN TestConfigsCreateAndDelete [2022-06-17T09:16:25.931Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-06-17T09:16:25.931Z] === RUN TestConfigsUpdate [2022-06-17T09:16:27.837Z] --- PASS: TestConfigsUpdate (2.17s) [2022-06-17T09:16:27.837Z] === RUN TestTemplatedConfig [2022-06-17T09:16:29.361Z] --- PASS: TestBuildSquashParent (6.97s) [2022-06-17T09:16:29.361Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-17T09:16:29.361Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:16:29.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:16:29.361Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:16:29.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:16:29.361Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:16:29.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:16:29.361Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:16:29.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:16:29.361Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:16:29.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:16:29.361Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:16:29.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:16:29.361Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:16:29.361Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:16:30.374Z] --- PASS: TestTemplatedConfig (2.69s) [2022-06-17T09:16:30.374Z] === RUN TestConfigCreateResolve [2022-06-17T09:16:31.269Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:16:31.269Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:16:32.649Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:16:32.909Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:16:32.910Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-06-17T09:16:32.910Z] PASS [2022-06-17T09:16:32.910Z] [2022-06-17T09:16:32.910Z] DONE 6 tests in 13.716s [2022-06-17T09:16:32.910Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-17T09:16:32.910Z] INFO: Testing against a local daemon [2022-06-17T09:16:32.910Z] === RUN TestAttachWithTTY [2022-06-17T09:16:32.910Z] --- PASS: TestAttachWithTTY (0.08s) [2022-06-17T09:16:32.910Z] === RUN TestAttachWithoutTTy [2022-06-17T09:16:32.910Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-17T09:16:32.910Z] === RUN TestCheckpoint [2022-06-17T09:16:32.910Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:16:32.910Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/commit [2022-06-17T09:16:32.910Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-17T09:16:32.910Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:16:32.910Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:16:32.910Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:16:32.910Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:16:32.910Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:16:32.910Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:16:32.910Z] === CONT TestContainerInvalidJSON/commit [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-17T09:16:32.910Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-17T09:16:32.910Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-17T09:16:32.910Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-17T09:16:32.910Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-17T09:16:32.910Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-17T09:16:32.910Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-17T09:16:32.910Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-17T09:16:32.910Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-17T09:16:32.910Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-17T09:16:32.910Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:16:32.910Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:16:32.910Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:16:32.910Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-17T09:16:32.910Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-17T09:16:32.911Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-17T09:16:32.911Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-17T09:16:32.911Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-06-17T09:16:32.911Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-17T09:16:32.911Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-06-17T09:16:32.911Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-17T09:16:32.911Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-06-17T09:16:32.911Z] === RUN TestCopyEmptyFile [2022-06-17T09:16:33.171Z] --- PASS: TestCopyEmptyFile (0.23s) [2022-06-17T09:16:33.171Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-17T09:16:33.171Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-06-17T09:16:33.171Z] === RUN TestCopyFromContainer [2022-06-17T09:16:34.552Z] === RUN TestCopyFromContainer// [2022-06-17T09:16:34.552Z] === RUN TestCopyFromContainer//bar/root [2022-06-17T09:16:34.552Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-17T09:16:34.552Z] === RUN TestCopyFromContainer/bar/quux [2022-06-17T09:16:34.552Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-17T09:16:34.812Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-17T09:16:34.812Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-17T09:16:34.812Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-17T09:16:34.812Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-17T09:16:34.820Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-17T09:16:34.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.61s) [2022-06-17T09:16:34.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.65s) [2022-06-17T09:16:34.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.83s) [2022-06-17T09:16:34.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.87s) [2022-06-17T09:16:34.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) [2022-06-17T09:16:34.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.18s) [2022-06-17T09:16:34.820Z] === RUN TestBuildMultiStageCopy [2022-06-17T09:16:34.820Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-17T09:16:35.072Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer (1.77s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-17T09:16:35.072Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-17T09:16:35.072Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-17T09:16:35.072Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:16:35.072Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:16:35.072Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:16:35.072Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:16:35.072Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:16:35.072Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:16:35.072Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:16:35.072Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:16:35.072Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:16:35.072Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-17T09:16:35.072Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-17T09:16:35.072Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-17T09:16:35.072Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-17T09:16:35.072Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-17T09:16:35.072Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-17T09:16:35.072Z] === RUN TestCreateWithInvalidEnv [2022-06-17T09:16:35.072Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-17T09:16:35.072Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-17T09:16:35.072Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-17T09:16:35.072Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-17T09:16:35.072Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-17T09:16:35.072Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-17T09:16:35.072Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-17T09:16:35.072Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-17T09:16:35.072Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-17T09:16:35.072Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-17T09:16:35.072Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-17T09:16:35.072Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-17T09:16:35.072Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-17T09:16:35.072Z] === RUN TestCreateTmpfsMountsTarget [2022-06-17T09:16:35.072Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-06-17T09:16:35.072Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-17T09:16:36.979Z] --- PASS: TestCreateWithCustomMaskedPaths (1.65s) [2022-06-17T09:16:36.979Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-17T09:16:38.113Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-17T09:16:38.359Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.59s) [2022-06-17T09:16:38.359Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-17T09:16:38.359Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:16:38.359Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:16:38.359Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:16:38.359Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:16:38.359Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:16:38.359Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:16:38.359Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:16:38.359Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:16:38.359Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:16:38.359Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:16:38.359Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:16:38.359Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:16:38.359Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:16:38.359Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:16:38.359Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:16:38.359Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-17T09:16:38.359Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-17T09:16:38.359Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-17T09:16:38.359Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-17T09:16:38.359Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-17T09:16:38.359Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-17T09:16:38.359Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-17T09:16:38.929Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2022-06-17T09:16:38.929Z] === RUN TestCreateDifferentPlatform [2022-06-17T09:16:38.929Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-17T09:16:38.929Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-17T09:16:38.929Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-17T09:16:38.929Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-17T09:16:38.929Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-17T09:16:38.929Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-17T09:16:38.929Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-06-17T09:16:38.929Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-17T09:16:39.051Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-17T09:16:39.189Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-06-17T09:16:39.189Z] === RUN TestCreateInvalidHostConfig [2022-06-17T09:16:39.189Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:16:39.189Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:16:39.189Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:16:39.189Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:16:39.189Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:16:39.189Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:16:39.189Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:16:39.189Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:16:39.189Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:16:39.189Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:16:39.189Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:16:39.189Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:16:39.189Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-17T09:16:39.189Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-17T09:16:39.189Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-17T09:16:39.189Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-17T09:16:39.189Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-17T09:16:39.189Z] === RUN TestContainerStartOnDaemonRestart [2022-06-17T09:16:39.189Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-17T09:16:39.189Z] === RUN TestDaemonRestartIpcMode [2022-06-17T09:16:39.189Z] === PAUSE TestDaemonRestartIpcMode [2022-06-17T09:16:39.189Z] === RUN TestDaemonHostGatewayIP [2022-06-17T09:16:39.189Z] === PAUSE TestDaemonHostGatewayIP [2022-06-17T09:16:39.189Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-17T09:16:39.189Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-17T09:16:39.189Z] === RUN TestContainerKillOnDaemonStart [2022-06-17T09:16:39.189Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-17T09:16:39.189Z] === RUN TestDiff [2022-06-17T09:16:39.758Z] --- PASS: TestDiff (0.56s) [2022-06-17T09:16:39.758Z] === RUN TestExecWithCloseStdin [2022-06-17T09:16:40.326Z] --- PASS: TestExecWithCloseStdin (0.69s) [2022-06-17T09:16:40.326Z] === RUN TestExec [2022-06-17T09:16:40.432Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-17T09:16:40.895Z] --- PASS: TestExec (0.65s) [2022-06-17T09:16:40.895Z] === RUN TestExecUser [2022-06-17T09:16:41.370Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-17T09:16:41.833Z] --- PASS: TestExecUser (0.67s) [2022-06-17T09:16:41.833Z] === RUN TestExportContainerAndImportImage [2022-06-17T09:16:42.307Z] --- PASS: TestBuildMultiStageCopy (7.24s) [2022-06-17T09:16:42.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.24s) [2022-06-17T09:16:42.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-17T09:16:42.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-17T09:16:42.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2022-06-17T09:16:42.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.99s) [2022-06-17T09:16:42.307Z] === RUN TestBuildMultiStageParentConfig [2022-06-17T09:16:42.402Z] --- PASS: TestExportContainerAndImportImage (0.74s) [2022-06-17T09:16:42.402Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-17T09:16:43.781Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-06-17T09:16:43.781Z] === RUN TestHealthCheckWorkdir [2022-06-17T09:16:44.350Z] --- PASS: TestHealthCheckWorkdir (0.69s) [2022-06-17T09:16:44.350Z] === RUN TestHealthKillContainer [2022-06-17T09:16:47.582Z] --- PASS: TestBuildMultiStageParentConfig (5.01s) [2022-06-17T09:16:47.582Z] === RUN TestBuildLabelWithTargets [2022-06-17T09:16:54.331Z] --- PASS: TestHealthKillContainer (8.25s) [2022-06-17T09:16:54.331Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-17T09:16:54.331Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2022-06-17T09:16:54.331Z] === RUN TestIpcModeNone [2022-06-17T09:16:54.331Z] --- PASS: TestIpcModeNone (0.62s) [2022-06-17T09:16:54.331Z] === RUN TestIpcModePrivate [2022-06-17T09:16:54.331Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-06-17T09:16:54.331Z] --- PASS: TestIpcModePrivate (0.59s) [2022-06-17T09:16:54.331Z] === RUN TestIpcModeShareable [2022-06-17T09:16:54.900Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-06-17T09:16:55.160Z] --- PASS: TestIpcModeShareable (0.67s) [2022-06-17T09:16:55.160Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-17T09:16:55.707Z] --- PASS: TestBuildLabelWithTargets (7.99s) [2022-06-17T09:16:55.707Z] === RUN TestBuildWithEmptyLayers [2022-06-17T09:16:57.070Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.89s) [2022-06-17T09:16:57.070Z] === RUN TestAPIIpcModeHost [2022-06-17T09:16:57.329Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-06-17T09:16:57.329Z] === RUN TestDaemonIpcModeShareable [2022-06-17T09:16:58.248Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-06-17T09:16:58.248Z] === RUN TestBuildMultiStageOnBuild [2022-06-17T09:16:58.707Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-17T09:16:58.708Z] --- PASS: TestDaemonIpcModeShareable (1.22s) [2022-06-17T09:16:58.708Z] === RUN TestDaemonIpcModePrivate [2022-06-17T09:16:59.646Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-17T09:16:59.906Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-06-17T09:16:59.906Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-17T09:17:00.845Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-17T09:17:01.105Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.23s) [2022-06-17T09:17:01.105Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-17T09:17:02.043Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-17T09:17:02.303Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.26s) [2022-06-17T09:17:02.303Z] === RUN TestIpcModeOlderClient [2022-06-17T09:17:02.303Z] === PAUSE TestIpcModeOlderClient [2022-06-17T09:17:02.303Z] === RUN TestKillContainerInvalidSignal [2022-06-17T09:17:02.871Z] --- PASS: TestKillContainerInvalidSignal (0.49s) [2022-06-17T09:17:02.871Z] === RUN TestKillContainer [2022-06-17T09:17:02.871Z] === RUN TestKillContainer/no_signal [2022-06-17T09:17:03.131Z] === RUN TestKillContainer/non_killing_signal [2022-06-17T09:17:03.390Z] === RUN TestKillContainer/killing_signal [2022-06-17T09:17:03.530Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-06-17T09:17:03.530Z] === RUN TestBuildUncleanTarFilenames [2022-06-17T09:17:03.790Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-06-17T09:17:03.790Z] === RUN TestBuildMultiStageLayerLeak [2022-06-17T09:17:04.328Z] --- PASS: TestKillContainer (1.34s) [2022-06-17T09:17:04.328Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-06-17T09:17:04.328Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-06-17T09:17:04.328Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-06-17T09:17:04.328Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-17T09:17:04.328Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-17T09:17:04.587Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-17T09:17:05.535Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2022-06-17T09:17:05.535Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s) [2022-06-17T09:17:05.535Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2022-06-17T09:17:05.535Z] === RUN TestKillStoppedContainer [2022-06-17T09:17:05.535Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-17T09:17:05.535Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-17T09:17:05.535Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-17T09:17:05.535Z] === RUN TestKillDifferentUserContainer [2022-06-17T09:17:06.121Z] --- PASS: TestKillDifferentUserContainer (0.49s) [2022-06-17T09:17:06.121Z] === RUN TestInspectOomKilledTrue [2022-06-17T09:17:06.121Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-17T09:17:06.121Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-17T09:17:06.121Z] === RUN TestInspectOomKilledFalse [2022-06-17T09:17:06.700Z] --- PASS: TestInspectOomKilledFalse (0.46s) [2022-06-17T09:17:06.700Z] === RUN TestLinksEtcHostsContentMatch [2022-06-17T09:17:06.960Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s) [2022-06-17T09:17:06.960Z] === RUN TestLinksContainerNames [2022-06-17T09:17:07.897Z] --- PASS: TestLinksContainerNames (0.89s) [2022-06-17T09:17:07.897Z] === RUN TestLogsFollowTailEmpty [2022-06-17T09:17:08.157Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-06-17T09:17:08.157Z] === RUN TestLogs [2022-06-17T09:17:08.157Z] === RUN TestLogs/driver_local [2022-06-17T09:17:08.157Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:17:08.157Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:17:08.157Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-17T09:17:08.157Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-17T09:17:08.157Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-17T09:17:08.157Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-17T09:17:08.157Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:17:08.157Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:17:08.157Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:17:08.157Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:17:08.157Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:17:08.157Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:17:08.157Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:17:08.157Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:17:09.067Z] --- PASS: TestBuildMultiStageLayerLeak (4.40s) [2022-06-17T09:17:09.067Z] === RUN TestBuildWithHugeFile [2022-06-17T09:17:09.096Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:17:09.096Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:17:09.666Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-17T09:17:09.666Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-17T09:17:10.235Z] === RUN TestLogs/driver_json-file [2022-06-17T09:17:10.235Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:17:10.235Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:17:10.235Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:17:10.235Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:17:10.235Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:17:10.235Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:17:10.235Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:17:10.236Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:17:10.236Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:17:10.236Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:17:10.236Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:17:10.236Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:17:10.236Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:17:10.236Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:17:11.174Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:17:11.174Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:17:11.433Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:17:11.433Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:17:12.002Z] --- PASS: TestLogs (3.87s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.72s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.75s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.66s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.70s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.62s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.57s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.68s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.73s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.56s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.53s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.58s) [2022-06-17T09:17:12.003Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.58s) [2022-06-17T09:17:12.003Z] === RUN TestContainerNetworkMountsNoChown [2022-06-17T09:17:12.572Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/default [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/default [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/private [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/private [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rprivate [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/slave [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/slave [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rslave [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/shared [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/shared [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rshared [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/default [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/rslave [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/rshared [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/shared [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/rprivate [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/slave [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/private [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-17T09:17:12.572Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:17:12.572Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:17:12.572Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:17:12.832Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:17:13.093Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:17:13.093Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-17T09:17:13.093Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:17:13.093Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:17:13.093Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-17T09:17:13.093Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-17T09:17:13.093Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-17T09:17:13.093Z] === RUN TestContainerBindMountNonRecursive [2022-06-17T09:17:14.474Z] --- PASS: TestContainerBindMountNonRecursive (1.35s) [2022-06-17T09:17:14.474Z] === RUN TestContainerVolumesMountedAsShared [2022-06-17T09:17:14.733Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-06-17T09:17:14.733Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-17T09:17:15.303Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-06-17T09:17:15.303Z] === RUN TestNetworkNat [2022-06-17T09:17:15.563Z] --- PASS: TestNetworkNat (0.45s) [2022-06-17T09:17:15.564Z] === RUN TestNetworkLocalhostTCPNat [2022-06-17T09:17:16.134Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-06-17T09:17:16.134Z] === RUN TestNetworkLoopbackNat [2022-06-17T09:17:18.670Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-06-17T09:17:18.670Z] === RUN TestPause [2022-06-17T09:17:19.239Z] --- PASS: TestPause (0.46s) [2022-06-17T09:17:19.239Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-17T09:17:19.239Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:17:19.239Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:17:19.239Z] === RUN TestPauseStopPausedContainer [2022-06-17T09:17:19.498Z] --- PASS: TestPauseStopPausedContainer (0.48s) [2022-06-17T09:17:19.499Z] === RUN TestPidHost [2022-06-17T09:17:20.908Z] --- PASS: TestPidHost (1.08s) [2022-06-17T09:17:20.908Z] === RUN TestPsFilter [2022-06-17T09:17:20.908Z] --- PASS: TestPsFilter (0.13s) [2022-06-17T09:17:20.908Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-17T09:17:21.167Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-06-17T09:17:21.167Z] === RUN TestRemoveContainerWithVolume [2022-06-17T09:17:21.736Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-06-17T09:17:21.736Z] === RUN TestRemoveContainerRunning [2022-06-17T09:17:22.000Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-06-17T09:17:22.000Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-17T09:17:22.569Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-06-17T09:17:22.569Z] === RUN TestRemoveInvalidContainer [2022-06-17T09:17:22.569Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-17T09:17:22.569Z] === RUN TestRenameLinkedContainer [2022-06-17T09:17:23.581Z] ok github.com/docker/docker/libnetwork/networkdb 103.009s coverage: 60.0% of statements [2022-06-17T09:17:23.581Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-17T09:17:23.581Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-17T09:17:23.581Z] ok github.com/docker/docker/libnetwork/osl 4.328s coverage: 39.7% of statements [2022-06-17T09:17:23.581Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-17T09:17:23.581Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-06-17T09:17:23.581Z] ok github.com/docker/docker/libnetwork/portmapper 0.681s coverage: 48.6% of statements [2022-06-17T09:17:23.581Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-17T09:17:23.581Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-17T09:17:23.836Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === Skipped [2022-06-17T09:17:23.836Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-17T09:17:23.836Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-17T09:17:23.836Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-17T09:17:23.836Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-17T09:17:23.836Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-17T09:17:23.836Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-17T09:17:23.836Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-17T09:17:23.836Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-17T09:17:23.836Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:17:23.836Z] [2022-06-17T09:17:23.836Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-17T09:17:23.837Z] firewalld_test.go:14: firewalld is not running [2022-06-17T09:17:23.837Z] [2022-06-17T09:17:23.837Z] DONE 326 tests, 9 skipped in 202.246s Post stage [Pipeline] junit [2022-06-17T09:17:24.449Z] Recording test results [2022-06-17T09:17:24.476Z] --- PASS: TestRenameLinkedContainer (1.78s) [2022-06-17T09:17:24.476Z] === RUN TestRenameStoppedContainer [2022-06-17T09:17:24.735Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-06-17T09:17:24.735Z] === RUN TestRenameRunningContainerAndReuse [2022-06-17T09:17:25.676Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s) [2022-06-17T09:17:25.676Z] === RUN TestRenameInvalidName [2022-06-17T09:17:26.082Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-17T09:17:26.246Z] --- PASS: TestRenameInvalidName (0.43s) [2022-06-17T09:17:26.246Z] === RUN TestRenameAnonymousContainer [2022-06-17T09:17:26.412Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3586a8b96c5882ecd36ababdee19f462227acd11 -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:3586a8b96c5882ecd36ababdee19f462227acd11 hack/make.sh dynbinary test-integration [2022-06-17T09:17:26.668Z] [2022-06-17T09:17:26.924Z] Removing bundles/ [2022-06-17T09:17:26.924Z] [2022-06-17T09:17:26.924Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-17T09:17:26.924Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:17:26.924Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:17:27.625Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2022-06-17T09:17:27.625Z] === RUN TestRenameContainerWithSameName [2022-06-17T09:17:28.195Z] --- PASS: TestRenameContainerWithSameName (0.47s) [2022-06-17T09:17:28.195Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-17T09:17:29.134Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s) [2022-06-17T09:17:29.134Z] === RUN TestResize [2022-06-17T09:17:29.395Z] --- PASS: TestResize (0.45s) [2022-06-17T09:17:29.395Z] === RUN TestResizeWithInvalidSize [2022-06-17T09:17:29.965Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-06-17T09:17:29.965Z] === RUN TestResizeWhenContainerNotStarted [2022-06-17T09:17:30.534Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s) [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:17:30.534Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:17:30.534Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:17:30.534Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:17:30.534Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:17:32.443Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:17:33.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:17:34.759Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:17:34.759Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:17:36.139Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:17:36.139Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:17:39.431Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:17:39.690Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:17:41.602Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:17:43.508Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:17:43.508Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:17:45.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-17T09:17:45.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-17T09:17:45.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:17:45.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:17:47.326Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.75s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.34s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.50s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.50s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.06s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.71s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.07s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.91s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.05s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.85s) [2022-06-17T09:17:48.706Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s) [2022-06-17T09:17:48.706Z] === RUN TestCgroupNamespacesRun [2022-06-17T09:17:50.102Z] --- PASS: TestCgroupNamespacesRun (1.27s) [2022-06-17T09:17:50.102Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-17T09:17:50.102Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-17T09:17:50.102Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-17T09:17:50.102Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-17T09:17:51.058Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.23s) [2022-06-17T09:17:51.058Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-17T09:17:52.437Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2022-06-17T09:17:52.437Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-17T09:17:53.339Z] INFO [linters context/goanalysis] analyzers took 4m38.144389642s with top 10 stages: buildir: 2m1.847578671s, goimports: 23.969877008s, unconvert: 17.573475878s, gosec: 14.936826862s, S1038: 8.264182261s, golint: 7.443471633s, misspell: 5.707862002s, inspect: 4.886720562s, nilness: 4.178567269s, unused: 3.776412248s [2022-06-17T09:17:53.339Z] INFO [runner] Issues before processing: 3035, after processing: 0 [2022-06-17T09:17:53.339Z] INFO [runner] Processors filtering stat (out/in): cgo: 2419/3035, exclude: 2036/2036, path_prettifier: 2419/2419, skip_dirs: 2419/2419, autogenerated_exclude: 2036/2419, filename_unadjuster: 2419/2419, exclude-rules: 77/2036, skip_files: 2419/2419, identifier_marker: 2036/2036, nolint: 0/77 [2022-06-17T09:17:53.339Z] INFO [runner] processing took 83.762514ms with stages: nolint: 32.724902ms, identifier_marker: 23.444511ms, path_prettifier: 9.221393ms, autogenerated_exclude: 8.227972ms, exclude-rules: 7.945418ms, skip_dirs: 1.826566ms, cgo: 225.54µs, filename_unadjuster: 140.365µs, max_same_issues: 1.521µs, uniq_by_line: 777ns, skip_files: 484ns, max_from_linter: 459ns, path_prefixer: 430ns, source_code: 389ns, path_shortener: 329ns, diff: 320ns, exclude: 295ns, max_per_file_from_linter: 292ns, severity-rules: 287ns, sort_results: 264ns [2022-06-17T09:17:53.339Z] INFO [runner] linters took 1m31.384640237s with stages: goanalysis_metalinter: 1m31.300748315s [2022-06-17T09:17:53.339Z] INFO File cache stats: 1674 entries of total size 8.6MiB [2022-06-17T09:17:53.339Z] INFO Memory: 2622 samples, avg is 282.0MB, max is 1176.5MB [2022-06-17T09:17:53.339Z] INFO Execution took 4m22.078738267s [2022-06-17T09:17:53.339Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-17T09:17:53.704Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ea19413969123458cc2a9ec808dec7ee02d2b72a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ea19413969123458cc2a9ec808dec7ee02d2b72a hack/make.sh dynbinary test-docker-py [2022-06-17T09:17:53.815Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-06-17T09:17:53.815Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-17T09:17:53.959Z] [2022-06-17T09:17:54.214Z] Removing bundles/ [2022-06-17T09:17:54.215Z] [2022-06-17T09:17:54.215Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-17T09:17:54.215Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:17:54.215Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:17:54.753Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2022-06-17T09:17:54.753Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-17T09:17:55.321Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-17T09:17:55.321Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-17T09:17:56.706Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2022-06-17T09:17:56.706Z] === RUN TestNISDomainname [2022-06-17T09:17:57.275Z] --- PASS: TestNISDomainname (0.57s) [2022-06-17T09:17:57.275Z] === RUN TestHostnameDnsResolution [2022-06-17T09:17:57.845Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-06-17T09:17:57.845Z] === RUN TestUnprivilegedPortsAndPing [2022-06-17T09:17:58.414Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-06-17T09:17:58.414Z] === RUN TestPrivilegedHostDevices [2022-06-17T09:17:58.983Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-06-17T09:17:58.983Z] === RUN TestConsoleSize [2022-06-17T09:17:59.552Z] --- PASS: TestConsoleSize (0.43s) [2022-06-17T09:17:59.552Z] === RUN TestStats [2022-06-17T09:18:02.088Z] --- PASS: TestStats (2.50s) [2022-06-17T09:18:02.088Z] === RUN TestStopContainerWithTimeout [2022-06-17T09:18:02.088Z] === RUN TestStopContainerWithTimeout/0 [2022-06-17T09:18:02.088Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-17T09:18:02.088Z] === RUN TestStopContainerWithTimeout/1 [2022-06-17T09:18:02.088Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-17T09:18:02.088Z] === RUN TestStopContainerWithTimeout/3 [2022-06-17T09:18:02.088Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-17T09:18:02.088Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-17T09:18:02.088Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-17T09:18:02.088Z] === CONT TestStopContainerWithTimeout/0 [2022-06-17T09:18:02.088Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-17T09:18:02.658Z] === CONT TestStopContainerWithTimeout/3 [2022-06-17T09:18:04.563Z] === CONT TestStopContainerWithTimeout/1 [2022-06-17T09:18:05.323Z] --- PASS: TestBuildWithHugeFile (50.32s) [2022-06-17T09:18:05.323Z] === RUN TestBuildWCOWSandboxSize [2022-06-17T09:18:05.323Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:18:05.323Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:18:05.323Z] === RUN TestBuildWithEmptyDockerfile [2022-06-17T09:18:05.323Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:18:05.323Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:18:05.323Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:18:05.323Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:18:05.323Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:18:05.323Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:18:05.323Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:18:05.323Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:18:05.323Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:18:05.323Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-06-17T09:18:05.323Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2022-06-17T09:18:05.323Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2022-06-17T09:18:05.323Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-17T09:18:05.323Z] === RUN TestBuildPreserveOwnership [2022-06-17T09:18:05.323Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-17T09:18:05.323Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-17T09:18:06.471Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-17T09:18:06.471Z] --- PASS: TestStopContainerWithTimeout/0 (0.75s) [2022-06-17T09:18:06.471Z] --- PASS: TestStopContainerWithTimeout/-1 (2.76s) [2022-06-17T09:18:06.471Z] --- PASS: TestStopContainerWithTimeout/3 (2.42s) [2022-06-17T09:18:06.471Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-06-17T09:18:06.471Z] === RUN TestDeleteDevicemapper [2022-06-17T09:18:06.471Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:18:06.471Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-17T09:18:06.471Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-17T09:18:07.852Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s) [2022-06-17T09:18:07.852Z] === RUN TestUpdateMemory [2022-06-17T09:18:08.112Z] --- PASS: TestUpdateMemory (0.57s) [2022-06-17T09:18:08.112Z] === RUN TestUpdateCPUQuota [2022-06-17T09:18:09.049Z] --- PASS: TestUpdateCPUQuota (0.95s) [2022-06-17T09:18:09.049Z] === RUN TestUpdatePidsLimit [2022-06-17T09:18:09.049Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-17T09:18:09.309Z] === RUN TestUpdatePidsLimit/no_change [2022-06-17T09:18:09.559Z] --- PASS: TestBuildPreserveOwnership (10.37s) [2022-06-17T09:18:09.559Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.35s) [2022-06-17T09:18:09.559Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-17T09:18:09.559Z] === RUN TestBuildPlatformInvalid [2022-06-17T09:18:09.559Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-06-17T09:18:09.559Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-17T09:18:09.559Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-17T09:18:09.559Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-17T09:18:09.559Z] PASS [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === Skipped [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-17T09:18:09.559Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:18:09.559Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-17T09:18:09.559Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] DONE 34 tests, 3 skipped in 112.396s [2022-06-17T09:18:09.559Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-17T09:18:09.559Z] INFO: Testing against a local daemon [2022-06-17T09:18:09.559Z] === RUN TestConfigInspect [2022-06-17T09:18:09.559Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-17T09:18:09.559Z] === RUN TestConfigList [2022-06-17T09:18:09.559Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] --- SKIP: TestConfigList (0.01s) [2022-06-17T09:18:09.559Z] === RUN TestConfigsCreateAndDelete [2022-06-17T09:18:09.559Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-17T09:18:09.559Z] === RUN TestConfigsUpdate [2022-06-17T09:18:09.559Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-17T09:18:09.559Z] === RUN TestTemplatedConfig [2022-06-17T09:18:09.559Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-17T09:18:09.559Z] === RUN TestConfigCreateResolve [2022-06-17T09:18:09.559Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-17T09:18:09.559Z] PASS [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === Skipped [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-17T09:18:09.559Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-06-17T09:18:09.559Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-17T09:18:09.559Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-17T09:18:09.559Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-17T09:18:09.559Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-17T09:18:09.559Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:18:09.559Z] [2022-06-17T09:18:09.559Z] DONE 6 tests, 6 skipped in 0.161s [2022-06-17T09:18:09.559Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-17T09:18:09.559Z] INFO: Testing against a local daemon [2022-06-17T09:18:09.559Z] === RUN TestAttachWithTTY [2022-06-17T09:18:09.568Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-17T09:18:09.819Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-17T09:18:09.819Z] === RUN TestAttachWithoutTTy [2022-06-17T09:18:09.819Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-17T09:18:09.819Z] === RUN TestCheckpoint [2022-06-17T09:18:09.819Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:18:09.819Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/commit [2022-06-17T09:18:09.819Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-17T09:18:09.819Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:18:09.819Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:18:09.819Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:18:09.819Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:18:09.819Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:18:09.819Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:18:09.819Z] === CONT TestContainerInvalidJSON/commit [2022-06-17T09:18:09.819Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-17T09:18:09.819Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-17T09:18:09.819Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-17T09:18:09.819Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-17T09:18:09.819Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-17T09:18:09.819Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-17T09:18:09.819Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-17T09:18:09.819Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-17T09:18:09.819Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-17T09:18:09.819Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-06-17T09:18:09.819Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-17T09:18:09.819Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-06-17T09:18:09.819Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-17T09:18:09.828Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-17T09:18:10.078Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-06-17T09:18:10.079Z] === RUN TestCopyEmptyFile [2022-06-17T09:18:10.079Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-17T09:18:10.079Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-17T09:18:10.087Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-17T09:18:10.338Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-17T09:18:10.338Z] === RUN TestCopyFromContainer [2022-06-17T09:18:10.347Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-17T09:18:10.347Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit (2.00s) [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-06-17T09:18:11.285Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-06-17T09:18:11.285Z] === RUN TestUpdateRestartPolicy [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer// [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer//bar/root [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer/bar/quux [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-17T09:18:14.533Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-17T09:18:14.793Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-17T09:18:14.793Z] --- PASS: TestCopyFromContainer (4.55s) [2022-06-17T09:18:14.793Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-17T09:18:14.793Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-17T09:18:14.793Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-17T09:18:14.793Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-17T09:18:14.793Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-06-17T09:18:14.793Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-06-17T09:18:14.794Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-06-17T09:18:14.794Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-06-17T09:18:14.794Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-17T09:18:14.794Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-17T09:18:14.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-17T09:18:14.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:18:14.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:18:14.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:18:14.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:18:14.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:18:14.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:18:14.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:18:14.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:18:14.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:18:14.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-17T09:18:14.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-17T09:18:14.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-17T09:18:14.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-17T09:18:14.794Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-17T09:18:14.794Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-17T09:18:14.794Z] === RUN TestCreateWithInvalidEnv [2022-06-17T09:18:14.794Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-17T09:18:14.794Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-17T09:18:14.794Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-17T09:18:14.794Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-17T09:18:14.794Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-17T09:18:14.794Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-17T09:18:14.794Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-17T09:18:14.794Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-17T09:18:14.794Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-17T09:18:14.794Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-17T09:18:14.794Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-17T09:18:14.794Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-17T09:18:14.794Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-17T09:18:14.794Z] === RUN TestCreateTmpfsMountsTarget [2022-06-17T09:18:14.794Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-17T09:18:14.794Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-17T09:18:16.175Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2022-06-17T09:18:16.175Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-17T09:18:17.556Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2022-06-17T09:18:17.556Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-17T09:18:17.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:18:17.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:18:17.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:18:17.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:18:17.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:18:17.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:18:17.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:18:17.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:18:17.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:18:17.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:18:17.556Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:18:17.556Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:18:17.556Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:18:17.556Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:18:17.556Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:18:17.556Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-17T09:18:17.556Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-06-17T09:18:17.556Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-06-17T09:18:17.556Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-06-17T09:18:17.556Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-06-17T09:18:17.556Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-17T09:18:17.556Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-17T09:18:17.816Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2022-06-17T09:18:17.816Z] === RUN TestCreateDifferentPlatform [2022-06-17T09:18:17.816Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-17T09:18:17.816Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-17T09:18:17.816Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-17T09:18:17.816Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-17T09:18:17.816Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-17T09:18:17.816Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-17T09:18:17.816Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-17T09:18:17.816Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-17T09:18:17.816Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-17T09:18:17.816Z] === RUN TestCreateInvalidHostConfig [2022-06-17T09:18:17.816Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:18:17.816Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:18:17.816Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:18:17.816Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:18:17.816Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:18:17.816Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:18:17.816Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:18:17.816Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:18:17.816Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:18:17.816Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:18:17.816Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:18:17.816Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:18:17.816Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-17T09:18:17.816Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-17T09:18:17.816Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-17T09:18:17.816Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-17T09:18:17.816Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-17T09:18:17.816Z] === RUN TestContainerStartOnDaemonRestart [2022-06-17T09:18:17.816Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-17T09:18:17.816Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-17T09:18:17.816Z] === RUN TestDaemonRestartIpcMode [2022-06-17T09:18:17.816Z] === PAUSE TestDaemonRestartIpcMode [2022-06-17T09:18:17.816Z] === RUN TestDaemonHostGatewayIP [2022-06-17T09:18:17.816Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:18:17.816Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-17T09:18:17.816Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-17T09:18:17.816Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-17T09:18:17.816Z] === RUN TestContainerKillOnDaemonStart [2022-06-17T09:18:17.816Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-17T09:18:17.816Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-17T09:18:17.816Z] === RUN TestDiff [2022-06-17T09:18:18.385Z] --- PASS: TestDiff (0.41s) [2022-06-17T09:18:18.385Z] === RUN TestExecWithCloseStdin [2022-06-17T09:18:18.646Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-06-17T09:18:18.646Z] === RUN TestExec [2022-06-17T09:18:19.216Z] --- PASS: TestExec (0.49s) [2022-06-17T09:18:19.216Z] === RUN TestExecUser [2022-06-17T09:18:19.784Z] --- PASS: TestExecUser (0.49s) [2022-06-17T09:18:19.784Z] === RUN TestExportContainerAndImportImage [2022-06-17T09:18:20.353Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-06-17T09:18:20.353Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-17T09:18:21.734Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2022-06-17T09:18:21.734Z] === RUN TestHealthCheckWorkdir [2022-06-17T09:18:21.995Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-06-17T09:18:21.995Z] === RUN TestHealthKillContainer [2022-06-17T09:18:23.496Z] --- PASS: TestUpdateRestartPolicy (11.14s) [2022-06-17T09:18:23.496Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-17T09:18:23.496Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2022-06-17T09:18:23.496Z] === RUN TestWaitNonBlocked [2022-06-17T09:18:23.496Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:18:23.496Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:18:23.496Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:18:23.496Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:18:23.496Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:18:23.496Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:18:23.496Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-17T09:18:23.496Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2022-06-17T09:18:23.496Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.80s) [2022-06-17T09:18:23.496Z] === RUN TestWaitBlocked [2022-06-17T09:18:23.496Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:18:23.496Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:18:23.496Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:18:23.496Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:18:23.496Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:18:23.496Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:18:24.435Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-17T09:18:24.435Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2022-06-17T09:18:24.435Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2022-06-17T09:18:24.435Z] === CONT TestContainerStartOnDaemonRestart [2022-06-17T09:18:24.435Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-17T09:18:26.973Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s) [2022-06-17T09:18:26.973Z] === CONT TestIpcModeOlderClient [2022-06-17T09:18:26.973Z] --- PASS: TestContainerStartOnDaemonRestart (2.39s) [2022-06-17T09:18:26.973Z] === CONT TestContainerKillOnDaemonStart [2022-06-17T09:18:26.973Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-17T09:18:26.973Z] === CONT TestDaemonHostGatewayIP [2022-06-17T09:18:29.511Z] --- PASS: TestDaemonHostGatewayIP (2.56s) [2022-06-17T09:18:29.511Z] === CONT TestDaemonRestartIpcMode [2022-06-17T09:18:30.118Z] --- PASS: TestHealthKillContainer (7.85s) [2022-06-17T09:18:30.118Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-17T09:18:30.118Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-17T09:18:30.118Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-17T09:18:30.118Z] === RUN TestIpcModeNone [2022-06-17T09:18:30.687Z] --- PASS: TestIpcModeNone (0.54s) [2022-06-17T09:18:30.687Z] === RUN TestIpcModePrivate [2022-06-17T09:18:30.948Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-06-17T09:18:30.948Z] --- PASS: TestIpcModePrivate (0.48s) [2022-06-17T09:18:30.948Z] === RUN TestIpcModeShareable [2022-06-17T09:18:30.948Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:18:30.948Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-17T09:18:30.948Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-17T09:18:32.050Z] --- PASS: TestDaemonRestartIpcMode (2.26s) [2022-06-17T09:18:32.858Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.48s) [2022-06-17T09:18:32.858Z] === RUN TestAPIIpcModeHost [2022-06-17T09:18:32.858Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:18:32.858Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-17T09:18:32.858Z] === RUN TestDaemonIpcModeShareable [2022-06-17T09:18:32.858Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:18:32.858Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-17T09:18:32.858Z] === RUN TestDaemonIpcModePrivate [2022-06-17T09:18:33.427Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-17T09:18:33.686Z] --- PASS: TestDaemonIpcModePrivate (1.24s) [2022-06-17T09:18:33.686Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-17T09:18:33.686Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:18:33.686Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-17T09:18:33.686Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-17T09:18:33.686Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:18:33.686Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-17T09:18:33.686Z] === RUN TestIpcModeOlderClient [2022-06-17T09:18:33.686Z] === PAUSE TestIpcModeOlderClient [2022-06-17T09:18:33.686Z] === RUN TestKillContainerInvalidSignal [2022-06-17T09:18:34.255Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-06-17T09:18:34.255Z] === RUN TestKillContainer [2022-06-17T09:18:34.255Z] === RUN TestKillContainer/no_signal [2022-06-17T09:18:34.515Z] === RUN TestKillContainer/non_killing_signal [2022-06-17T09:18:34.775Z] === RUN TestKillContainer/killing_signal [2022-06-17T09:18:35.343Z] --- PASS: TestKillContainer (1.26s) [2022-06-17T09:18:35.343Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-06-17T09:18:35.343Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-17T09:18:35.343Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-06-17T09:18:35.343Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-17T09:18:35.343Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-17T09:18:35.914Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-17T09:18:36.174Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2022-06-17T09:18:36.175Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-06-17T09:18:36.175Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-06-17T09:18:36.175Z] === RUN TestKillStoppedContainer [2022-06-17T09:18:36.175Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-17T09:18:36.175Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-17T09:18:36.435Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-17T09:18:36.435Z] === RUN TestKillDifferentUserContainer [2022-06-17T09:18:36.695Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-06-17T09:18:36.695Z] === RUN TestInspectOomKilledTrue [2022-06-17T09:18:36.695Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:18:36.695Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-17T09:18:36.695Z] === RUN TestInspectOomKilledFalse [2022-06-17T09:18:36.695Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:18:36.695Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-17T09:18:36.695Z] === RUN TestLinksEtcHostsContentMatch [2022-06-17T09:18:36.695Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-17T09:18:36.695Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-17T09:18:36.695Z] === RUN TestLinksContainerNames [2022-06-17T09:18:37.635Z] --- PASS: TestLinksContainerNames (0.81s) [2022-06-17T09:18:37.635Z] === RUN TestLogsFollowTailEmpty [2022-06-17T09:18:37.897Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-06-17T09:18:37.897Z] === RUN TestLogs [2022-06-17T09:18:37.897Z] === RUN TestLogs/driver_local [2022-06-17T09:18:37.897Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:18:37.897Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:18:37.897Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-17T09:18:37.897Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-17T09:18:37.897Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-17T09:18:37.897Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-17T09:18:37.897Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:18:37.897Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:18:37.897Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:18:37.897Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:18:37.897Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:18:37.897Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:18:37.897Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:18:37.897Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:18:38.469Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:18:38.469Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:18:38.617Z] --- PASS: TestContainerKillOnDaemonStart (11.73s) [2022-06-17T09:18:38.617Z] PASS [2022-06-17T09:18:38.617Z] [2022-06-17T09:18:38.617Z] === Skipped [2022-06-17T09:18:38.617Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-17T09:18:38.617Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:18:38.617Z] [2022-06-17T09:18:38.617Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-17T09:18:38.617Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-17T09:18:38.617Z] [2022-06-17T09:18:38.617Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:18:38.617Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:18:38.617Z] [2022-06-17T09:18:38.617Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-17T09:18:38.617Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-17T09:18:38.617Z] [2022-06-17T09:18:38.617Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-17T09:18:38.617Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:18:38.617Z] [2022-06-17T09:18:38.617Z] DONE 258 tests, 5 skipped in 125.837s [2022-06-17T09:18:38.617Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-17T09:18:38.617Z] === RUN TestConfigDaemonLibtrustID [2022-06-17T09:18:39.038Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-17T09:18:39.186Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-17T09:18:39.186Z] === RUN TestConfigDaemonID [2022-06-17T09:18:39.298Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-17T09:18:39.868Z] === RUN TestLogs/driver_json-file [2022-06-17T09:18:39.868Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:18:39.868Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:18:39.868Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:18:39.868Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:18:39.868Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:18:39.868Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:18:39.868Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:18:39.868Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:18:39.868Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:18:39.868Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:18:39.868Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:18:39.868Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:18:39.868Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:18:39.868Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:18:40.123Z] daemon_test.go:83: [dfee34a0c9b18] daemon is not started [2022-06-17T09:18:40.123Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-17T09:18:40.123Z] === RUN TestDaemonConfigValidation [2022-06-17T09:18:40.123Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:18:40.123Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:18:40.123Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-17T09:18:40.123Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-17T09:18:40.123Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-17T09:18:40.123Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-17T09:18:40.123Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-17T09:18:40.123Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-17T09:18:40.123Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-17T09:18:40.123Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-17T09:18:40.123Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:18:40.123Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-17T09:18:40.123Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-17T09:18:40.123Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-17T09:18:40.123Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-17T09:18:40.383Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-17T09:18:40.383Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-17T09:18:40.383Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-06-17T09:18:40.383Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-06-17T09:18:40.383Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-06-17T09:18:40.383Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-06-17T09:18:40.383Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-17T09:18:40.383Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-17T09:18:40.438Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:18:40.438Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:18:41.009Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:18:41.009Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:18:41.321Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-17T09:18:41.581Z] --- PASS: TestLogs (3.62s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.58s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.63s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.47s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.59s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.56s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.70s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.74s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.59s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.53s) [2022-06-17T09:18:41.581Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.52s) [2022-06-17T09:18:41.581Z] === RUN TestContainerNetworkMountsNoChown [2022-06-17T09:18:41.841Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-06-17T09:18:41.841Z] === RUN TestMountDaemonRoot [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/default [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/default [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/private [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/private [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rprivate [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/slave [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/slave [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rslave [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/shared [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/shared [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rshared [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/default [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rshared [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/shared [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rslave [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/slave [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rprivate [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/private [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-17T09:18:42.102Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:18:42.102Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:18:42.102Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:18:42.259Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-17T09:18:42.362Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-17T09:18:42.362Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-17T09:18:42.363Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-17T09:18:42.363Z] === RUN TestContainerBindMountNonRecursive [2022-06-17T09:18:42.363Z] 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-17T09:18:42.363Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-06-17T09:18:42.363Z] === RUN TestContainerVolumesMountedAsShared [2022-06-17T09:18:42.363Z] 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-17T09:18:42.363Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-17T09:18:42.363Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-17T09:18:42.363Z] 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-17T09:18:42.363Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-17T09:18:42.363Z] === RUN TestNetworkNat [2022-06-17T09:18:42.932Z] --- PASS: TestNetworkNat (0.50s) [2022-06-17T09:18:42.932Z] === RUN TestNetworkLocalhostTCPNat [2022-06-17T09:18:43.501Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-06-17T09:18:43.501Z] === RUN TestNetworkLoopbackNat [2022-06-17T09:18:43.638Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-17T09:18:43.638Z] daemon_test.go:197: [d2fd2ca8c0c42] daemon is not started [2022-06-17T09:18:43.638Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-17T09:18:43.638Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-17T09:18:43.638Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s) [2022-06-17T09:18:43.638Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-17T09:18:43.638Z] === RUN TestDaemonProxy [2022-06-17T09:18:43.638Z] === RUN TestDaemonProxy/environment_variables [2022-06-17T09:18:45.016Z] === RUN TestDaemonProxy/command-line_options [2022-06-17T09:18:46.038Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-06-17T09:18:46.038Z] === RUN TestPause [2022-06-17T09:18:46.038Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:18:46.038Z] --- SKIP: TestPause (0.00s) [2022-06-17T09:18:46.038Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-17T09:18:46.038Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:18:46.038Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:18:46.038Z] === RUN TestPauseStopPausedContainer [2022-06-17T09:18:46.038Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:18:46.038Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-06-17T09:18:46.038Z] === RUN TestPidHost [2022-06-17T09:18:46.946Z] === RUN TestDaemonProxy/configuration_file [2022-06-17T09:18:46.977Z] --- PASS: TestPidHost (0.88s) [2022-06-17T09:18:46.977Z] === RUN TestPsFilter [2022-06-17T09:18:46.977Z] --- PASS: TestPsFilter (0.12s) [2022-06-17T09:18:46.977Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-17T09:18:47.238Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-06-17T09:18:47.238Z] === RUN TestRemoveContainerWithVolume [2022-06-17T09:18:47.807Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-06-17T09:18:47.807Z] === RUN TestRemoveContainerRunning [2022-06-17T09:18:48.066Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-06-17T09:18:48.066Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-17T09:18:48.636Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-06-17T09:18:48.636Z] === RUN TestRemoveInvalidContainer [2022-06-17T09:18:48.636Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-17T09:18:48.636Z] === RUN TestRenameLinkedContainer [2022-06-17T09:18:48.850Z] === RUN TestDaemonProxy/conflicting_options [2022-06-17T09:18:49.109Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-17T09:18:49.678Z] --- PASS: TestDaemonProxy (6.23s) [2022-06-17T09:18:49.678Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-06-17T09:18:49.678Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-06-17T09:18:49.678Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-06-17T09:18:49.678Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-17T09:18:49.678Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-17T09:18:49.678Z] PASS [2022-06-17T09:18:49.678Z] [2022-06-17T09:18:49.678Z] DONE 18 tests in 11.148s [2022-06-17T09:18:49.678Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-17T09:18:49.678Z] INFO: Testing against a local daemon [2022-06-17T09:18:49.678Z] === RUN TestCommitInheritsEnv [2022-06-17T09:18:49.937Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-06-17T09:18:49.937Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-17T09:18:49.937Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-17T09:18:49.937Z] === RUN TestImportWithCustomPlatform [2022-06-17T09:18:49.937Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform// [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform/linux [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform/macos [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-17T09:18:50.197Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform// (0.01s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-17T09:18:50.471Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-17T09:18:50.471Z] === RUN TestImagesFilterMultiReference [2022-06-17T09:18:50.471Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-17T09:18:50.471Z] === RUN TestImagePullPlatformInvalid [2022-06-17T09:18:50.471Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-06-17T09:18:50.471Z] === RUN TestRemoveImageOrphaning [2022-06-17T09:18:50.543Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-06-17T09:18:50.543Z] === RUN TestRenameStoppedContainer [2022-06-17T09:18:50.543Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-06-17T09:18:50.543Z] === RUN TestRenameRunningContainerAndReuse [2022-06-17T09:18:50.730Z] --- PASS: TestRemoveImageOrphaning (0.29s) [2022-06-17T09:18:50.730Z] === RUN TestRemoveImageGarbageCollector [2022-06-17T09:18:51.298Z] time="2022-06-17T09:18:51Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-17T09:18:51.481Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-06-17T09:18:51.481Z] === RUN TestRenameInvalidName [2022-06-17T09:18:52.051Z] --- PASS: TestRenameInvalidName (0.41s) [2022-06-17T09:18:52.051Z] === RUN TestRenameAnonymousContainer [2022-06-17T09:18:52.678Z] --- PASS: TestRemoveImageGarbageCollector (1.87s) [2022-06-17T09:18:52.678Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-17T09:18:52.678Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-06-17T09:18:52.678Z] === RUN TestTagInvalidReference [2022-06-17T09:18:52.678Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-17T09:18:52.678Z] === RUN TestTagValidPrefixedRepo [2022-06-17T09:18:52.678Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-17T09:18:52.678Z] === RUN TestTagExistedNameWithoutForce [2022-06-17T09:18:52.678Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-17T09:18:52.678Z] === RUN TestTagOfficialNames [2022-06-17T09:18:52.678Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-17T09:18:52.678Z] === RUN TestTagMatchesDigest [2022-06-17T09:18:52.678Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-17T09:18:52.678Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-17T09:18:53.432Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2022-06-17T09:18:53.432Z] === RUN TestRenameContainerWithSameName [2022-06-17T09:18:53.692Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-06-17T09:18:53.692Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-17T09:18:54.630Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-06-17T09:18:54.630Z] === RUN TestResize [2022-06-17T09:18:55.212Z] --- PASS: TestResize (0.43s) [2022-06-17T09:18:55.212Z] === RUN TestResizeWithInvalidSize [2022-06-17T09:18:55.475Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-06-17T09:18:55.475Z] === RUN TestResizeWhenContainerNotStarted [2022-06-17T09:18:56.066Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-06-17T09:18:56.066Z] === RUN TestDaemonRestartKillContainers [2022-06-17T09:18:56.066Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-17T09:18:56.066Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-17T09:18:56.066Z] === RUN TestCgroupNamespacesRun [2022-06-17T09:18:57.448Z] --- PASS: TestCgroupNamespacesRun (1.22s) [2022-06-17T09:18:57.448Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-17T09:18:58.388Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s) [2022-06-17T09:18:58.388Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-17T09:18:59.770Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-06-17T09:18:59.770Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-17T09:19:00.709Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-06-17T09:19:00.709Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-17T09:19:02.089Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s) [2022-06-17T09:19:02.090Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-17T09:19:03.030Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-06-17T09:19:03.030Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-17T09:19:03.306Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:19:03.306Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:19:03.306Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:19:03.306Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:19:03.306Z] [2022-06-17T09:19:03.306Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-17T09:19:03.306Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-17T09:19:03.306Z] HOSTNAME=7b73b01f7999 [2022-06-17T09:19:03.306Z] TESTDEBUG=0 [2022-06-17T09:19:03.306Z] DEST=bundles/test-integration [2022-06-17T09:19:03.306Z] PWD=/go/src/github.com/docker/docker [2022-06-17T09:19:03.306Z] DOCKER_GITCOMMIT=3586a8b96c5882ecd36ababdee19f462227acd11 [2022-06-17T09:19:03.306Z] container=docker [2022-06-17T09:19:03.306Z] HOME=/root [2022-06-17T09:19:03.306Z] GOLANG_VERSION=1.18.3 [2022-06-17T09:19:03.306Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-17T09:19:03.306Z] VALIDATE_BRANCH=master [2022-06-17T09:19:03.306Z] TERM=xterm [2022-06-17T09:19:03.306Z] DOCKER_PKG=github.com/docker/docker [2022-06-17T09:19:03.306Z] SHLVL=1 [2022-06-17T09:19:03.306Z] TIMEOUT=120m [2022-06-17T09:19:03.306Z] DOCKER_BUILDTAGS= journald [2022-06-17T09:19:03.306Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-17T09:19:03.306Z] GO111MODULE=off [2022-06-17T09:19:03.306Z] DOCKER_EXPERIMENTAL=1 [2022-06-17T09:19:03.306Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-17T09:19:03.306Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-17T09:19:03.306Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-17T09:19:03.306Z] GOPATH=/go [2022-06-17T09:19:03.306Z] PKG_CONFIG=pkg-config [2022-06-17T09:19:03.306Z] _=/usr/bin/env [2022-06-17T09:19:03.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-17T09:19:03.600Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2022-06-17T09:19:03.600Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-17T09:19:04.980Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.42s) [2022-06-17T09:19:04.980Z] === RUN TestNISDomainname [2022-06-17T09:19:04.980Z] 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-17T09:19:04.980Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-17T09:19:04.980Z] === RUN TestHostnameDnsResolution [2022-06-17T09:19:05.920Z] --- PASS: TestHostnameDnsResolution (0.73s) [2022-06-17T09:19:05.920Z] === RUN TestUnprivilegedPortsAndPing [2022-06-17T09:19:05.920Z] 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-17T09:19:05.920Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-17T09:19:05.920Z] === RUN TestPrivilegedHostDevices [2022-06-17T09:19:06.180Z] --- PASS: TestPrivilegedHostDevices (0.44s) [2022-06-17T09:19:06.180Z] === RUN TestConsoleSize [2022-06-17T09:19:06.750Z] --- PASS: TestConsoleSize (0.42s) [2022-06-17T09:19:06.750Z] === RUN TestStats [2022-06-17T09:19:06.750Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:06.750Z] --- SKIP: TestStats (0.00s) [2022-06-17T09:19:06.750Z] === RUN TestStopContainerWithTimeout [2022-06-17T09:19:06.750Z] === RUN TestStopContainerWithTimeout/0 [2022-06-17T09:19:06.750Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-17T09:19:06.750Z] === RUN TestStopContainerWithTimeout/1 [2022-06-17T09:19:06.750Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-17T09:19:06.750Z] === RUN TestStopContainerWithTimeout/3 [2022-06-17T09:19:06.750Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-17T09:19:06.750Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-17T09:19:06.750Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-17T09:19:06.750Z] === CONT TestStopContainerWithTimeout/0 [2022-06-17T09:19:06.750Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-17T09:19:06.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-17T09:19:07.319Z] === CONT TestStopContainerWithTimeout/3 [2022-06-17T09:19:09.225Z] === CONT TestStopContainerWithTimeout/1 [2022-06-17T09:19:10.610Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-17T09:19:10.610Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-06-17T09:19:10.610Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2022-06-17T09:19:10.610Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2022-06-17T09:19:10.610Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-06-17T09:19:10.610Z] === RUN TestDeleteDevicemapper [2022-06-17T09:19:10.610Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:19:10.610Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-17T09:19:10.610Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-17T09:19:11.990Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.38s) [2022-06-17T09:19:11.990Z] === RUN TestUpdateMemory [2022-06-17T09:19:11.990Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:11.990Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-17T09:19:11.990Z] === RUN TestUpdateCPUQuota [2022-06-17T09:19:11.990Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:11.990Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-17T09:19:11.990Z] === RUN TestUpdatePidsLimit [2022-06-17T09:19:11.990Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:11.990Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-17T09:19:11.990Z] === RUN TestUpdateRestartPolicy [2022-06-17T09:19:24.209Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2022-06-17T09:19:24.209Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-17T09:19:24.209Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-06-17T09:19:24.209Z] === RUN TestWaitNonBlocked [2022-06-17T09:19:24.209Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:19:24.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:19:24.209Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:19:24.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:19:24.209Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:19:24.209Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:19:24.209Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-17T09:19:24.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s) [2022-06-17T09:19:24.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-06-17T09:19:24.209Z] === RUN TestWaitBlocked [2022-06-17T09:19:24.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:19:24.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:19:24.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:19:24.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:19:24.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:19:24.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:19:24.778Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-17T09:19:24.778Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-06-17T09:19:24.778Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-06-17T09:19:24.778Z] === CONT TestDaemonRestartIpcMode [2022-06-17T09:19:24.778Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-17T09:19:28.078Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.61s) [2022-06-17T09:19:28.078Z] === CONT TestIpcModeOlderClient [2022-06-17T09:19:28.078Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-06-17T09:19:28.078Z] --- PASS: TestDaemonRestartIpcMode (2.88s) [2022-06-17T09:19:28.078Z] PASS [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === Skipped [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-17T09:19:28.078Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-17T09:19:28.078Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-17T09:19:28.078Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-17T09:19:28.078Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-17T09:19:28.078Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-17T09:19:28.078Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-17T09:19:28.078Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-17T09:19:28.078Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-17T09:19:28.078Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-17T09:19:28.078Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-17T09:19:28.078Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-17T09:19:28.078Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-17T09:19:28.078Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-06-17T09:19:28.078Z] 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-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-17T09:19:28.078Z] 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-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-17T09:19:28.078Z] 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-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-17T09:19:28.078Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:19:28.078Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-06-17T09:19:28.078Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-17T09:19:28.078Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-17T09:19:28.078Z] 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-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-17T09:19:28.078Z] 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-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-17T09:19:28.078Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-17T09:19:28.078Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-17T09:19:28.078Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-17T09:19:28.078Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-17T09:19:28.078Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-17T09:19:28.078Z] [2022-06-17T09:19:28.078Z] DONE 235 tests, 27 skipped in 78.276s [2022-06-17T09:19:28.078Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-17T09:19:28.078Z] === RUN TestConfigDaemonLibtrustID [2022-06-17T09:19:28.647Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-06-17T09:19:28.648Z] === RUN TestConfigDaemonID [2022-06-17T09:19:29.585Z] daemon_test.go:83: [d20bc9800e091] daemon is not started [2022-06-17T09:19:29.585Z] --- PASS: TestConfigDaemonID (1.08s) [2022-06-17T09:19:29.585Z] === RUN TestDaemonConfigValidation [2022-06-17T09:19:29.585Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:19:29.585Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:19:29.585Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-17T09:19:29.585Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-17T09:19:29.585Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-17T09:19:29.585Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-17T09:19:29.585Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-17T09:19:29.585Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-17T09:19:29.585Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-17T09:19:29.585Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-17T09:19:29.585Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:19:29.585Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-17T09:19:29.585Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-17T09:19:29.585Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-17T09:19:29.845Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-17T09:19:29.845Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-17T09:19:29.845Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-17T09:19:29.845Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-17T09:19:29.845Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-06-17T09:19:29.845Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-06-17T09:19:29.845Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-06-17T09:19:29.845Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-17T09:19:29.845Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-17T09:19:30.785Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-17T09:19:32.165Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-17T09:19:33.105Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-17T09:19:33.105Z] daemon_test.go:197: [d46f98cc25173] daemon is not started [2022-06-17T09:19:33.105Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-06-17T09:19:33.105Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-06-17T09:19:33.105Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-17T09:19:33.105Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-06-17T09:19:33.105Z] === RUN TestDaemonProxy [2022-06-17T09:19:33.105Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-17T09:19:33.105Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-17T09:19:33.105Z] PASS [2022-06-17T09:19:33.105Z] [2022-06-17T09:19:33.105Z] === Skipped [2022-06-17T09:19:33.105Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-17T09:19:33.105Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-17T09:19:33.105Z] [2022-06-17T09:19:33.105Z] DONE 13 tests, 1 skipped in 5.266s [2022-06-17T09:19:33.105Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-17T09:19:33.365Z] INFO: Testing against a local daemon [2022-06-17T09:19:33.365Z] === RUN TestCommitInheritsEnv [2022-06-17T09:19:33.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-17T09:19:35.272Z] --- PASS: TestCommitInheritsEnv (1.93s) [2022-06-17T09:19:35.272Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-17T09:19:35.272Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-17T09:19:35.272Z] === RUN TestImportWithCustomPlatform [2022-06-17T09:19:35.272Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-17T09:19:35.272Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-17T09:19:35.272Z] === RUN TestImportWithCustomPlatform// [2022-06-17T09:19:35.272Z] === RUN TestImportWithCustomPlatform/linux [2022-06-17T09:19:35.272Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-17T09:19:35.272Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-17T09:19:35.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-17T09:19:35.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-17T09:19:35.532Z] === RUN TestImportWithCustomPlatform/macos [2022-06-17T09:19:35.532Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-17T09:19:35.532Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-17T09:19:35.532Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-17T09:19:35.532Z] === RUN TestImagesFilterMultiReference [2022-06-17T09:19:35.532Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-17T09:19:35.532Z] === RUN TestImagePullPlatformInvalid [2022-06-17T09:19:35.532Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-17T09:19:35.532Z] === RUN TestRemoveImageOrphaning [2022-06-17T09:19:37.439Z] --- PASS: TestRemoveImageOrphaning (1.58s) [2022-06-17T09:19:37.439Z] === RUN TestRemoveImageGarbageCollector [2022-06-17T09:19:37.439Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-17T09:19:37.439Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-17T09:19:37.439Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-17T09:19:37.439Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-17T09:19:37.439Z] === RUN TestTagInvalidReference [2022-06-17T09:19:37.439Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-17T09:19:37.439Z] === RUN TestTagValidPrefixedRepo [2022-06-17T09:19:37.439Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-17T09:19:37.439Z] === RUN TestTagExistedNameWithoutForce [2022-06-17T09:19:37.439Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-17T09:19:37.439Z] === RUN TestTagOfficialNames [2022-06-17T09:19:37.439Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-17T09:19:37.439Z] === RUN TestTagMatchesDigest [2022-06-17T09:19:37.439Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-17T09:19:37.439Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-17T09:19:53.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-17T09:19:58.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-17T09:20:00.625Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-17T09:20:00.625Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:20:00.625Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:20:00.625Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-17T09:20:00.625Z] [2022-06-17T09:20:00.625Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-17T09:20:00.625Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-17T09:20:00.625Z] Using test binary docker [2022-06-17T09:20:00.625Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-17T09:20:00.625Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-17T09:20:00.625Z] INFO: Waiting for daemon to start... [2022-06-17T09:20:00.625Z] Starting dockerd [2022-06-17T09:20:00.625Z] . [2022-06-17T09:20:00.625Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-17T09:20:05.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-17T09:20:05.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-17T09:20:05.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-17T09:20:06.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-17T09:20:06.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-17T09:20:07.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-17T09:20:07.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-17T09:20:08.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-17T09:20:08.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-17T09:20:09.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-17T09:20:09.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-17T09:20:10.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-17T09:20:10.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-17T09:20:11.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-17T09:20:12.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-17T09:20:13.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-17T09:20:13.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-17T09:20:14.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-17T09:20:15.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-17T09:20:15.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-17T09:20:16.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-17T09:20:17.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-17T09:20:18.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-17T09:20:19.305Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-17T09:20:19.305Z] Using test binary docker [2022-06-17T09:20:19.305Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-17T09:20:19.305Z] +++ /etc/init.d/apparmor start [2022-06-17T09:20:19.305Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-17T09:20:19.305Z] INFO: Waiting for daemon to start... [2022-06-17T09:20:19.305Z] Starting dockerd [2022-06-17T09:20:19.305Z] +++ 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-17T09:20:20.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-17T09:20:24.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-17T09:20:25.840Z] . [2022-06-17T09:20:25.840Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-17T09:20:25.840Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-17T09:20:25.840Z] Error: No such image: emptyfs [2022-06-17T09:20:25.840Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-17T09:20:25.840Z] ++++ docker load [2022-06-17T09:20:25.840Z] Running integration-test (iteration 1) [2022-06-17T09:20:25.840Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-17T09:20:25.840Z] ++ 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-17T09:20:25.840Z] ++ set -e [2022-06-17T09:20:25.840Z] ++ '[' -n 0 ']' [2022-06-17T09:20:25.840Z] ++ set -x [2022-06-17T09:20:25.840Z] ++ 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-17T09:20:25.840Z] Loaded image: busybox:latest [2022-06-17T09:20:26.095Z] Loaded image: busybox:glibc [2022-06-17T09:20:26.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-17T09:20:27.023Z] Loaded image: debian:bullseye-slim [2022-06-17T09:20:27.279Z] Loaded image: hello-world:latest [2022-06-17T09:20:27.279Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:20:27.279Z] INFO: Testing against a local daemon [2022-06-17T09:20:27.279Z] === RUN TestCgroupNamespacesBuild [2022-06-17T09:20:27.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-17T09:20:28.644Z] --- PASS: TestCgroupNamespacesBuild (1.17s) [2022-06-17T09:20:28.644Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-17T09:20:29.137Z] --- PASS: TestImportExtremelyLargeImageWorks (92.05s) [2022-06-17T09:20:29.137Z] PASS [2022-06-17T09:20:29.137Z] [2022-06-17T09:20:29.137Z] DONE 22 tests in 95.150s [2022-06-17T09:20:29.137Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-17T09:20:29.137Z] === RUN TestStripANSICommands [2022-06-17T09:20:29.137Z] === RUN TestStripANSICommands/#00 [2022-06-17T09:20:29.137Z] === RUN TestStripANSICommands/#01 [2022-06-17T09:20:29.137Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-17T09:20:29.137Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-17T09:20:29.137Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-17T09:20:29.137Z] PASS [2022-06-17T09:20:29.137Z] [2022-06-17T09:20:29.137Z] DONE 3 tests in 0.009s [2022-06-17T09:20:29.137Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-17T09:20:29.137Z] INFO: Testing against a local daemon [2022-06-17T09:20:29.137Z] === RUN TestNetworkCreateDelete [2022-06-17T09:20:29.137Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-17T09:20:29.137Z] === RUN TestDockerNetworkDeletePreferID [2022-06-17T09:20:29.137Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-17T09:20:29.137Z] === RUN TestDaemonDNSFallback [2022-06-17T09:20:29.571Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-06-17T09:20:29.571Z] === RUN TestBuildWithSession [2022-06-17T09:20:29.571Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:20:29.571Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-17T09:20:29.571Z] === RUN TestBuildSquashParent [2022-06-17T09:20:30.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-17T09:20:31.671Z] --- PASS: TestDaemonDNSFallback (6.39s) [2022-06-17T09:20:31.671Z] === RUN TestInspectNetwork [2022-06-17T09:20:32.694Z] sha256:6d0af7c78e7a75dd4b6823bfa5009e61623122361983fbb13f59e248b9d1f8a1 [2022-06-17T09:20:32.694Z] INFO: Starting docker-py tests... [2022-06-17T09:20:32.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-17T09:20:32.949Z] ============================= test session starts ============================== [2022-06-17T09:20:32.949Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-17T09:20:32.950Z] rootdir: /src, inifile: pytest.ini [2022-06-17T09:20:32.950Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-17T09:20:33.738Z] --- PASS: TestBuildSquashParent (3.66s) [2022-06-17T09:20:33.738Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-17T09:20:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:20:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:20:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:20:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:20:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:20:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:20:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:20:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:20:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:20:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:20:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:20:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:20:33.738Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:20:33.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:20:33.876Z] collected 395 items / 2 deselected / 393 selected [2022-06-17T09:20:33.876Z] [2022-06-17T09:20:34.667Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:20:34.667Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:20:34.962Z] === RUN TestInspectNetwork/full_network_id [2022-06-17T09:20:34.962Z] === RUN TestInspectNetwork/partial_network_id [2022-06-17T09:20:34.962Z] === RUN TestInspectNetwork/network_name [2022-06-17T09:20:34.962Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-17T09:20:36.032Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:20:36.032Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:20:37.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-17T09:20:37.397Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-17T09:20:37.397Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.40s) [2022-06-17T09:20:37.397Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.46s) [2022-06-17T09:20:37.397Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.10s) [2022-06-17T09:20:37.397Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.12s) [2022-06-17T09:20:37.397Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.20s) [2022-06-17T09:20:37.397Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.29s) [2022-06-17T09:20:37.397Z] === RUN TestBuildMultiStageCopy [2022-06-17T09:20:37.397Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-17T09:20:38.325Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-17T09:20:38.581Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-17T09:20:38.837Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-17T09:20:38.837Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-17T09:20:39.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-17T09:20:39.093Z] --- PASS: TestBuildMultiStageCopy (2.07s) [2022-06-17T09:20:39.093Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.17s) [2022-06-17T09:20:39.093Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-06-17T09:20:39.093Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-06-17T09:20:39.093Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-06-17T09:20:39.093Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-06-17T09:20:39.093Z] === RUN TestBuildMultiStageParentConfig [2022-06-17T09:20:39.154Z] --- PASS: TestInspectNetwork (7.38s) [2022-06-17T09:20:39.154Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-17T09:20:39.154Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-17T09:20:39.154Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-17T09:20:39.154Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-17T09:20:39.154Z] === RUN TestRunContainerWithBridgeNone [2022-06-17T09:20:40.020Z] --- PASS: TestBuildMultiStageParentConfig (0.62s) [2022-06-17T09:20:40.020Z] === RUN TestBuildLabelWithTargets [2022-06-17T09:20:40.533Z] --- PASS: TestRunContainerWithBridgeNone (1.53s) [2022-06-17T09:20:40.533Z] === RUN TestNetworkInvalidJSON [2022-06-17T09:20:40.533Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-17T09:20:40.533Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-17T09:20:40.533Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:20:40.533Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:20:40.533Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:20:40.534Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:20:40.534Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-17T09:20:40.534Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-17T09:20:40.534Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-17T09:20:40.534Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-17T09:20:40.793Z] === RUN TestNetworkList [2022-06-17T09:20:40.793Z] === RUN TestNetworkList//networks [2022-06-17T09:20:40.793Z] === PAUSE TestNetworkList//networks [2022-06-17T09:20:40.793Z] === RUN TestNetworkList//networks/ [2022-06-17T09:20:40.793Z] === PAUSE TestNetworkList//networks/ [2022-06-17T09:20:40.793Z] === CONT TestNetworkList//networks [2022-06-17T09:20:40.793Z] === CONT TestNetworkList//networks/ [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkList (0.02s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-17T09:20:40.793Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-17T09:20:40.793Z] === RUN TestHostIPv4BridgeLabel [2022-06-17T09:20:40.948Z] --- PASS: TestBuildLabelWithTargets (1.00s) [2022-06-17T09:20:40.948Z] === RUN TestBuildWithEmptyLayers [2022-06-17T09:20:41.204Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-06-17T09:20:41.204Z] === RUN TestBuildMultiStageOnBuild [2022-06-17T09:20:41.361Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-17T09:20:41.362Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-17T09:20:42.300Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-17T09:20:42.300Z] === RUN TestDaemonDefaultNetworkPools [2022-06-17T09:20:42.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-17T09:20:42.568Z] --- PASS: TestBuildMultiStageOnBuild (1.34s) [2022-06-17T09:20:42.568Z] === RUN TestBuildUncleanTarFilenames [2022-06-17T09:20:43.130Z] --- PASS: TestBuildUncleanTarFilenames (0.64s) [2022-06-17T09:20:43.130Z] === RUN TestBuildMultiStageLayerLeak [2022-06-17T09:20:43.237Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-06-17T09:20:43.237Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-17T09:20:44.174Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-06-17T09:20:44.174Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-17T09:20:44.883Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-17T09:20:44.883Z] Using test binary docker [2022-06-17T09:20:44.883Z] +++ /etc/init.d/apparmor start [2022-06-17T09:20:44.883Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-17T09:20:44.883Z] INFO: Waiting for daemon to start... [2022-06-17T09:20:44.883Z] Starting dockerd [2022-06-17T09:20:44.883Z] +++ 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-17T09:20:45.019Z] --- PASS: TestBuildMultiStageLayerLeak (1.47s) [2022-06-17T09:20:45.019Z] === RUN TestBuildWithHugeFile [2022-06-17T09:20:45.554Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-06-17T09:20:45.554Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-17T09:20:45.813Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-17T09:20:45.813Z] === RUN TestServiceWithPredefinedNetwork [2022-06-17T09:20:46.797Z] . [2022-06-17T09:20:46.797Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-17T09:20:46.797Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-17T09:20:46.797Z] Error: No such image: emptyfs [2022-06-17T09:20:46.797Z] ++++ docker load [2022-06-17T09:20:46.797Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-17T09:20:47.364Z] Running integration-test (iteration 1) [2022-06-17T09:20:47.364Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-17T09:20:47.364Z] ++ 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-17T09:20:47.364Z] ++ set -e [2022-06-17T09:20:47.364Z] ++ '[' -n 0 ']' [2022-06-17T09:20:47.364Z] ++ set -x [2022-06-17T09:20:47.364Z] ++ 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-17T09:20:48.301Z] Loaded image: busybox:latest [2022-06-17T09:20:48.351Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s) [2022-06-17T09:20:48.351Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-17T09:20:48.351Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:20:48.351Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:20:48.351Z] === RUN TestServiceWithDataPathPortInit [2022-06-17T09:20:48.868Z] Loaded image: busybox:glibc [2022-06-17T09:20:50.194Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-17T09:20:50.797Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-17T09:20:52.540Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-17T09:20:54.149Z] Loaded image: debian:bullseye-slim [2022-06-17T09:20:54.149Z] Loaded image: hello-world:latest [2022-06-17T09:20:54.149Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:20:54.149Z] INFO: Testing against a local daemon [2022-06-17T09:20:54.149Z] === RUN TestCgroupNamespacesBuild [2022-06-17T09:20:56.682Z] --- PASS: TestCgroupNamespacesBuild (2.48s) [2022-06-17T09:20:56.682Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-17T09:20:58.584Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.06s) [2022-06-17T09:20:58.584Z] === RUN TestBuildWithSession [2022-06-17T09:20:58.584Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:20:58.584Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-17T09:20:58.584Z] === RUN TestBuildSquashParent [2022-06-17T09:21:03.237Z] --- PASS: TestServiceWithDataPathPortInit (13.99s) [2022-06-17T09:21:03.237Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-17T09:21:05.144Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ygypesnyd0iwxgfj36ag08r24 Created:2022-06-17 09:21:03.502990437 +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[dca53330d7fbc0fd5000f4f52db2f7caa4166fee967909211d295beef99c4d10:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l0i6l53cu5g1czqoc80wvngqi EndpointID:5a9f89af5859dff4d8b5b413e0c469c06b10eb38ff9daff86f258e9e8581fec5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ca45830e4b6ddd91822ca473712474054b35c1dc38680366af75acdcbe66c39e 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:398fe120c29d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l0i6l53cu5g1czqoc80wvngqi EndpointID:5a9f89af5859dff4d8b5b413e0c469c06b10eb38ff9daff86f258e9e8581fec5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-17T09:21:06.701Z] --- PASS: TestBuildSquashParent (8.46s) [2022-06-17T09:21:06.701Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-17T09:21:06.701Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:21:06.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:21:06.701Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:21:06.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:21:06.701Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:21:06.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:21:06.701Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:21:06.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:21:06.701Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:21:06.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:21:06.701Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:21:06.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:21:06.701Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-17T09:21:06.701Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-17T09:21:09.336Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.19s) [2022-06-17T09:21:09.336Z] PASS [2022-06-17T09:21:09.336Z] [2022-06-17T09:21:09.336Z] === Skipped [2022-06-17T09:21:09.336Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:21:09.336Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:21:09.336Z] [2022-06-17T09:21:09.336Z] DONE 38 tests, 1 skipped in 44.583s [2022-06-17T09:21:09.336Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:21:09.336Z] INFO: Testing against a local daemon [2022-06-17T09:21:09.336Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-17T09:21:09.336Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:09.336Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-17T09:21:09.336Z] === RUN TestDockerNetworkIpvlan [2022-06-17T09:21:09.336Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:09.336Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:21:09.336Z] PASS [2022-06-17T09:21:09.596Z] [2022-06-17T09:21:09.596Z] === Skipped [2022-06-17T09:21:09.596Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-17T09:21:09.596Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:09.596Z] [2022-06-17T09:21:09.596Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:21:09.596Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:09.596Z] [2022-06-17T09:21:09.596Z] DONE 2 tests, 2 skipped in 0.039s [2022-06-17T09:21:09.596Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:21:09.596Z] INFO: Testing against a local daemon [2022-06-17T09:21:09.596Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-17T09:21:10.890Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-17T09:21:10.891Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-17T09:21:10.974Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2022-06-17T09:21:10.974Z] === RUN TestDockerNetworkMacvlan [2022-06-17T09:21:11.574Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-17T09:21:12.156Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-17T09:21:13.099Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-17T09:21:13.423Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-17T09:21:13.423Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-17T09:21:13.914Z] --- PASS: TestImportExtremelyLargeImageWorks (92.39s) [2022-06-17T09:21:13.914Z] PASS [2022-06-17T09:21:13.914Z] [2022-06-17T09:21:13.914Z] === Skipped [2022-06-17T09:21:13.914Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-17T09:21:13.914Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-17T09:21:13.914Z] [2022-06-17T09:21:13.914Z] DONE 22 tests, 1 skipped in 96.673s [2022-06-17T09:21:13.914Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-17T09:21:13.914Z] === RUN TestStripANSICommands [2022-06-17T09:21:13.914Z] === RUN TestStripANSICommands/#00 [2022-06-17T09:21:13.914Z] === RUN TestStripANSICommands/#01 [2022-06-17T09:21:13.914Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-17T09:21:13.914Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-17T09:21:13.914Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-17T09:21:13.914Z] PASS [2022-06-17T09:21:13.914Z] [2022-06-17T09:21:13.914Z] DONE 3 tests in 0.036s [2022-06-17T09:21:13.914Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-17T09:21:13.914Z] INFO: Testing against a local daemon [2022-06-17T09:21:13.914Z] === RUN TestNetworkCreateDelete [2022-06-17T09:21:13.914Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-17T09:21:13.914Z] === RUN TestDockerNetworkDeletePreferID [2022-06-17T09:21:13.914Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-17T09:21:13.914Z] === RUN TestDaemonDNSFallback [2022-06-17T09:21:15.007Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-17T09:21:16.709Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-17T09:21:16.709Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.53s) [2022-06-17T09:21:16.709Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.57s) [2022-06-17T09:21:16.709Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.18s) [2022-06-17T09:21:16.709Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.24s) [2022-06-17T09:21:16.709Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.31s) [2022-06-17T09:21:16.709Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.24s) [2022-06-17T09:21:16.709Z] === RUN TestBuildMultiStageCopy [2022-06-17T09:21:16.709Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-17T09:21:16.915Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-17T09:21:17.235Z] --- PASS: TestDaemonDNSFallback (6.39s) [2022-06-17T09:21:17.235Z] === RUN TestInspectNetwork [2022-06-17T09:21:17.235Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.235Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-17T09:21:17.235Z] === RUN TestRunContainerWithBridgeNone [2022-06-17T09:21:17.235Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-17T09:21:17.235Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:21:17.235Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:21:17.235Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:21:17.235Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-17T09:21:17.235Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-17T09:21:17.235Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-17T09:21:17.235Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-17T09:21:17.235Z] === RUN TestNetworkList [2022-06-17T09:21:17.235Z] === RUN TestNetworkList//networks [2022-06-17T09:21:17.235Z] === PAUSE TestNetworkList//networks [2022-06-17T09:21:17.235Z] === RUN TestNetworkList//networks/ [2022-06-17T09:21:17.235Z] === PAUSE TestNetworkList//networks/ [2022-06-17T09:21:17.235Z] === CONT TestNetworkList//networks [2022-06-17T09:21:17.235Z] === CONT TestNetworkList//networks/ [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkList (0.01s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-17T09:21:17.235Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-17T09:21:17.235Z] === RUN TestHostIPv4BridgeLabel [2022-06-17T09:21:17.235Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-17T09:21:17.235Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-17T09:21:17.235Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-17T09:21:17.235Z] === RUN TestDaemonDefaultNetworkPools [2022-06-17T09:21:17.235Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-17T09:21:17.235Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-17T09:21:17.235Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-17T09:21:17.235Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-17T09:21:17.235Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-17T09:21:17.235Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-17T09:21:17.235Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-17T09:21:17.235Z] === RUN TestServiceWithPredefinedNetwork [2022-06-17T09:21:17.235Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.235Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-17T09:21:17.235Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-17T09:21:17.235Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:21:17.235Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:21:17.235Z] === RUN TestServiceWithDataPathPortInit [2022-06-17T09:21:17.235Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.235Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-17T09:21:17.235Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-17T09:21:17.235Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.235Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-17T09:21:17.235Z] PASS [2022-06-17T09:21:17.235Z] [2022-06-17T09:21:17.235Z] === Skipped [2022-06-17T09:21:17.235Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-17T09:21:17.235Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.235Z] [2022-06-17T09:21:17.235Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-17T09:21:17.235Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] [2022-06-17T09:21:17.235Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-17T09:21:17.235Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] [2022-06-17T09:21:17.235Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-17T09:21:17.235Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] [2022-06-17T09:21:17.235Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-17T09:21:17.235Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] [2022-06-17T09:21:17.235Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-17T09:21:17.235Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.235Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-17T09:21:17.236Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-17T09:21:17.236Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-17T09:21:17.236Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:21:17.236Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-17T09:21:17.236Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-17T09:21:17.236Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] DONE 34 tests, 12 skipped in 7.119s [2022-06-17T09:21:17.236Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:21:17.236Z] INFO: Testing against a local daemon [2022-06-17T09:21:17.236Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-17T09:21:17.236Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:17.236Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestDockerNetworkIpvlan [2022-06-17T09:21:17.236Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:17.236Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:21:17.236Z] PASS [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === Skipped [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-17T09:21:17.236Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:21:17.236Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] DONE 2 tests, 2 skipped in 0.088s [2022-06-17T09:21:17.236Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:21:17.236Z] INFO: Testing against a local daemon [2022-06-17T09:21:17.236Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-17T09:21:17.236Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.236Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestDockerNetworkMacvlan [2022-06-17T09:21:17.236Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.236Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-17T09:21:17.236Z] PASS [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === Skipped [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-17T09:21:17.236Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-17T09:21:17.236Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] DONE 2 tests, 2 skipped in 0.091s [2022-06-17T09:21:17.236Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-17T09:21:17.236Z] testing: warning: no tests to run [2022-06-17T09:21:17.236Z] PASS [2022-06-17T09:21:17.236Z] [2022-06-17T09:21:17.236Z] DONE 0 tests in 0.025s [2022-06-17T09:21:17.236Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-17T09:21:17.236Z] INFO: Testing against a local daemon [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginAllowRequest [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginTLS [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginDenyRequest [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginDenyResponse [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginAllowEventStream [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginErrorResponse [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginErrorRequest [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginHeader [2022-06-17T09:21:17.236Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.236Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-17T09:21:17.236Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2022-06-17T09:21:17.497Z] === RUN TestAuthZPluginV2Disable [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-06-17T09:21:17.497Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-17T09:21:17.497Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-17T09:21:17.497Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-17T09:21:17.497Z] PASS [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === Skipped [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.497Z] [2022-06-17T09:21:17.497Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-17T09:21:17.497Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.498Z] [2022-06-17T09:21:17.498Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-17T09:21:17.498Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.498Z] [2022-06-17T09:21:17.498Z] DONE 17 tests, 17 skipped in 0.339s [2022-06-17T09:21:17.498Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-17T09:21:17.762Z] INFO: Testing against a local daemon [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:21:17.762Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:21:17.762Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-17T09:21:17.762Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-17T09:21:17.762Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-17T09:21:17.762Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-17T09:21:17.762Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-17T09:21:17.762Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-17T09:21:17.762Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-17T09:21:17.762Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-17T09:21:17.762Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-17T09:21:17.763Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-17T09:21:17.763Z] === RUN TestPluginInstall [2022-06-17T09:21:17.763Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.763Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-17T09:21:17.763Z] === RUN TestPluginsWithRuntimes [2022-06-17T09:21:17.763Z] 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-17T09:21:17.763Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-17T09:21:17.763Z] === RUN TestPluginBackCompatMediaTypes [2022-06-17T09:21:17.763Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-17T09:21:17.763Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-17T09:21:17.763Z] PASS [2022-06-17T09:21:17.763Z] [2022-06-17T09:21:17.763Z] === Skipped [2022-06-17T09:21:17.763Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-17T09:21:17.763Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-17T09:21:17.763Z] [2022-06-17T09:21:17.763Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-17T09:21:17.763Z] 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-17T09:21:17.763Z] [2022-06-17T09:21:17.763Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-17T09:21:17.763Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-17T09:21:17.763Z] [2022-06-17T09:21:17.763Z] DONE 19 tests, 3 skipped in 0.163s [2022-06-17T09:21:17.763Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-17T09:21:17.763Z] INFO: Testing against a local daemon [2022-06-17T09:21:17.763Z] === RUN TestExternalGraphDriver [2022-06-17T09:21:17.763Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-17T09:21:17.763Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-06-17T09:21:17.763Z] === RUN TestGraphdriverPluginV2 [2022-06-17T09:21:20.000Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-17T09:21:20.000Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-17T09:21:20.207Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-17T09:21:20.568Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-17T09:21:20.775Z] --- PASS: TestDockerNetworkMacvlan (9.78s) [2022-06-17T09:21:20.775Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-17T09:21:20.775Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-17T09:21:20.775Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2022-06-17T09:21:20.775Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s) [2022-06-17T09:21:20.775Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s) [2022-06-17T09:21:20.775Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2022-06-17T09:21:20.775Z] PASS [2022-06-17T09:21:20.775Z] [2022-06-17T09:21:20.775Z] DONE 8 tests in 11.108s [2022-06-17T09:21:20.775Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-17T09:21:20.775Z] testing: warning: no tests to run [2022-06-17T09:21:20.775Z] PASS [2022-06-17T09:21:20.775Z] [2022-06-17T09:21:20.775Z] DONE 0 tests in 0.007s [2022-06-17T09:21:20.775Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-17T09:21:20.775Z] INFO: Testing against a local daemon [2022-06-17T09:21:20.775Z] === RUN TestAuthZPluginAllowRequest [2022-06-17T09:21:21.507Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-17T09:21:21.713Z] --- PASS: TestAuthZPluginAllowRequest (1.18s) [2022-06-17T09:21:21.713Z] === RUN TestAuthZPluginTLS [2022-06-17T09:21:21.967Z] --- PASS: TestGraphdriverPluginV2 (3.89s) [2022-06-17T09:21:21.967Z] PASS [2022-06-17T09:21:21.967Z] [2022-06-17T09:21:21.967Z] === Skipped [2022-06-17T09:21:21.967Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-06-17T09:21:21.967Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-17T09:21:21.967Z] [2022-06-17T09:21:21.967Z] DONE 2 tests, 1 skipped in 4.012s [2022-06-17T09:21:21.967Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-17T09:21:21.967Z] INFO: Testing against a local daemon [2022-06-17T09:21:21.967Z] === RUN TestContinueAfterPluginCrash [2022-06-17T09:21:21.967Z] === PAUSE TestContinueAfterPluginCrash [2022-06-17T09:21:21.967Z] === RUN TestReadPluginNoRead [2022-06-17T09:21:21.967Z] === PAUSE TestReadPluginNoRead [2022-06-17T09:21:21.967Z] === RUN TestDaemonStartWithLogOpt [2022-06-17T09:21:21.967Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-17T09:21:21.967Z] === CONT TestContinueAfterPluginCrash [2022-06-17T09:21:21.967Z] === CONT TestDaemonStartWithLogOpt [2022-06-17T09:21:22.075Z] --- PASS: TestBuildMultiStageCopy (5.19s) [2022-06-17T09:21:22.075Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.80s) [2022-06-17T09:21:22.075Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2022-06-17T09:21:22.075Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2022-06-17T09:21:22.075Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.61s) [2022-06-17T09:21:22.075Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2022-06-17T09:21:22.075Z] === RUN TestBuildMultiStageParentConfig [2022-06-17T09:21:22.281Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-17T09:21:22.281Z] === RUN TestAuthZPluginDenyRequest [2022-06-17T09:21:22.339Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-17T09:21:22.851Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-17T09:21:22.851Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-17T09:21:23.419Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-17T09:21:23.419Z] === RUN TestAuthZPluginDenyResponse [2022-06-17T09:21:23.455Z] --- PASS: TestBuildMultiStageParentConfig (1.33s) [2022-06-17T09:21:23.455Z] === RUN TestBuildLabelWithTargets [2022-06-17T09:21:23.987Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-17T09:21:23.987Z] === RUN TestAuthZPluginAllowEventStream [2022-06-17T09:21:25.366Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s) [2022-06-17T09:21:25.366Z] === RUN TestAuthZPluginErrorResponse [2022-06-17T09:21:25.626Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-17T09:21:25.626Z] === RUN TestAuthZPluginErrorRequest [2022-06-17T09:21:25.991Z] --- PASS: TestBuildLabelWithTargets (2.32s) [2022-06-17T09:21:25.991Z] === RUN TestBuildWithEmptyLayers [2022-06-17T09:21:26.166Z] --- PASS: TestDaemonStartWithLogOpt (4.32s) [2022-06-17T09:21:26.166Z] === CONT TestReadPluginNoRead [2022-06-17T09:21:26.195Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-17T09:21:26.195Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-17T09:21:26.764Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-17T09:21:26.764Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-17T09:21:26.929Z] --- PASS: TestBuildWithEmptyLayers (1.15s) [2022-06-17T09:21:26.929Z] === RUN TestBuildMultiStageOnBuild [2022-06-17T09:21:28.142Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s) [2022-06-17T09:21:28.142Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-17T09:21:28.704Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-17T09:21:29.642Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-17T09:21:30.048Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.50s) [2022-06-17T09:21:30.048Z] === RUN TestAuthZPluginHeader [2022-06-17T09:21:30.218Z] --- PASS: TestBuildMultiStageOnBuild (3.09s) [2022-06-17T09:21:30.218Z] === RUN TestBuildUncleanTarFilenames [2022-06-17T09:21:30.307Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-06-17T09:21:30.307Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-17T09:21:31.021Z] --- PASS: TestContinueAfterPluginCrash (8.92s) [2022-06-17T09:21:31.021Z] === RUN TestReadPluginNoRead/default [2022-06-17T09:21:32.124Z] --- PASS: TestBuildUncleanTarFilenames (2.00s) [2022-06-17T09:21:32.124Z] === RUN TestBuildMultiStageLayerLeak [2022-06-17T09:21:32.400Z] === CONT TestReadPluginNoRead [2022-06-17T09:21:32.400Z] read_test.go:92: [d72291eedd9e1] daemon is not started [2022-06-17T09:21:32.400Z] --- PASS: TestReadPluginNoRead (6.00s) [2022-06-17T09:21:32.400Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.23s) [2022-06-17T09:21:32.400Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s) [2022-06-17T09:21:32.400Z] --- PASS: TestReadPluginNoRead/default (1.29s) [2022-06-17T09:21:32.400Z] PASS [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] DONE 6 tests in 10.427s [2022-06-17T09:21:32.400Z] 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-17T09:21:32.400Z] testing: warning: no tests to run [2022-06-17T09:21:32.400Z] PASS [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] DONE 0 tests in 0.031s [2022-06-17T09:21:32.400Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-17T09:21:32.400Z] INFO: Testing against a local daemon [2022-06-17T09:21:32.400Z] === RUN TestPluginWithDevMounts [2022-06-17T09:21:32.400Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-17T09:21:32.400Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-17T09:21:32.400Z] PASS [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] === Skipped [2022-06-17T09:21:32.400Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-17T09:21:32.400Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] DONE 1 tests, 1 skipped in 0.097s [2022-06-17T09:21:32.400Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-17T09:21:32.400Z] INFO: Testing against a local daemon [2022-06-17T09:21:32.400Z] === RUN TestSecretInspect [2022-06-17T09:21:32.400Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] --- SKIP: TestSecretInspect (0.01s) [2022-06-17T09:21:32.400Z] === RUN TestSecretList [2022-06-17T09:21:32.400Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] --- SKIP: TestSecretList (0.02s) [2022-06-17T09:21:32.400Z] === RUN TestSecretsCreateAndDelete [2022-06-17T09:21:32.400Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-17T09:21:32.400Z] === RUN TestSecretsUpdate [2022-06-17T09:21:32.400Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-06-17T09:21:32.400Z] === RUN TestTemplatedSecret [2022-06-17T09:21:32.400Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-17T09:21:32.400Z] === RUN TestSecretCreateResolve [2022-06-17T09:21:32.400Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-06-17T09:21:32.400Z] PASS [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] === Skipped [2022-06-17T09:21:32.400Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-06-17T09:21:32.400Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2022-06-17T09:21:32.400Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-17T09:21:32.400Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-06-17T09:21:32.400Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-17T09:21:32.400Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-06-17T09:21:32.400Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.400Z] [2022-06-17T09:21:32.400Z] DONE 6 tests, 6 skipped in 0.155s [2022-06-17T09:21:32.400Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-17T09:21:32.660Z] INFO: Testing against a local daemon [2022-06-17T09:21:32.660Z] === RUN TestServiceCreateInit [2022-06-17T09:21:32.660Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-17T09:21:32.660Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-17T09:21:32.660Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- PASS: TestServiceCreateInit (0.02s) [2022-06-17T09:21:32.660Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-17T09:21:32.660Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-17T09:21:32.660Z] === RUN TestCreateServiceMultipleTimes [2022-06-17T09:21:32.660Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-06-17T09:21:32.660Z] === RUN TestCreateServiceConflict [2022-06-17T09:21:32.660Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-17T09:21:32.660Z] === RUN TestCreateServiceMaxReplicas [2022-06-17T09:21:32.660Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-06-17T09:21:32.660Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-17T09:21:32.660Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-17T09:21:32.660Z] === RUN TestCreateServiceSecretFileMode [2022-06-17T09:21:32.660Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-17T09:21:32.660Z] === RUN TestCreateServiceConfigFileMode [2022-06-17T09:21:32.660Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-17T09:21:32.660Z] === RUN TestCreateServiceSysctls [2022-06-17T09:21:32.660Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-17T09:21:32.660Z] === RUN TestCreateServiceCapabilities [2022-06-17T09:21:32.660Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.660Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-06-17T09:21:32.660Z] === RUN TestInspect [2022-06-17T09:21:32.919Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.919Z] --- SKIP: TestInspect (0.01s) [2022-06-17T09:21:32.919Z] === RUN TestCreateJob [2022-06-17T09:21:32.919Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.919Z] --- SKIP: TestCreateJob (0.01s) [2022-06-17T09:21:32.919Z] === RUN TestReplicatedJob [2022-06-17T09:21:32.919Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.919Z] --- SKIP: TestReplicatedJob (0.00s) [2022-06-17T09:21:32.919Z] === RUN TestUpdateReplicatedJob [2022-06-17T09:21:32.919Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.919Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-17T09:21:32.919Z] === RUN TestServiceListWithStatuses [2022-06-17T09:21:32.919Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:21:32.919Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-17T09:21:32.919Z] === RUN TestDockerNetworkConnectAlias [2022-06-17T09:21:32.919Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.919Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-06-17T09:21:32.919Z] === RUN TestDockerNetworkReConnect [2022-06-17T09:21:32.919Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:32.919Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-17T09:21:32.919Z] === RUN TestServicePlugin [2022-06-17T09:21:34.499Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.05s) [2022-06-17T09:21:34.499Z] === RUN TestAuthZPluginV2Disable [2022-06-17T09:21:34.827Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServicePlugin (1.93s) [2022-06-17T09:21:34.827Z] === RUN TestServiceUpdateLabel [2022-06-17T09:21:34.827Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2022-06-17T09:21:34.827Z] === RUN TestServiceUpdateSecrets [2022-06-17T09:21:34.827Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-17T09:21:34.827Z] === RUN TestServiceUpdateConfigs [2022-06-17T09:21:34.827Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-06-17T09:21:34.827Z] === RUN TestServiceUpdateNetwork [2022-06-17T09:21:34.827Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-17T09:21:34.827Z] === RUN TestServiceUpdatePidsLimit [2022-06-17T09:21:34.827Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-06-17T09:21:34.827Z] PASS [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === Skipped [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-17T09:21:34.827Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-17T09:21:34.827Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-06-17T09:21:34.827Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-17T09:21:34.827Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-06-17T09:21:34.827Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-17T09:21:34.827Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-17T09:21:34.827Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-17T09:21:34.827Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-17T09:21:34.827Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-06-17T09:21:34.827Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-17T09:21:34.827Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-17T09:21:34.827Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestReplicatedJob (0.00s) [2022-06-17T09:21:34.827Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-17T09:21:34.827Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-17T09:21:34.827Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-06-17T09:21:34.827Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-17T09:21:34.827Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServicePlugin (1.93s) [2022-06-17T09:21:34.827Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2022-06-17T09:21:34.827Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-17T09:21:34.827Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-06-17T09:21:34.827Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-17T09:21:34.827Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-06-17T09:21:34.827Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-17T09:21:34.827Z] [2022-06-17T09:21:34.827Z] DONE 24 tests, 23 skipped in 2.396s [2022-06-17T09:21:34.827Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-17T09:21:35.087Z] INFO: Testing against a local daemon [2022-06-17T09:21:35.087Z] === RUN TestSessionCreate [2022-06-17T09:21:35.087Z] --- PASS: TestSessionCreate (0.03s) [2022-06-17T09:21:35.087Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-17T09:21:35.087Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-17T09:21:35.087Z] PASS [2022-06-17T09:21:35.087Z] [2022-06-17T09:21:35.087Z] DONE 2 tests in 0.151s [2022-06-17T09:21:35.087Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-17T09:21:35.087Z] INFO: Testing against a local daemon [2022-06-17T09:21:35.087Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-17T09:21:35.087Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-17T09:21:35.087Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-17T09:21:35.087Z] === RUN TestDiskUsage [2022-06-17T09:21:35.087Z] === PAUSE TestDiskUsage [2022-06-17T09:21:35.087Z] === RUN TestEventsExecDie [2022-06-17T09:21:35.414Z] --- PASS: TestBuildMultiStageLayerLeak (3.42s) [2022-06-17T09:21:35.414Z] === RUN TestBuildWithHugeFile [2022-06-17T09:21:35.657Z] --- PASS: TestEventsExecDie (0.55s) [2022-06-17T09:21:35.657Z] === RUN TestEventsBackwardsCompatible [2022-06-17T09:21:35.657Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-17T09:21:35.657Z] === RUN TestEventsVolumeCreate [2022-06-17T09:21:35.916Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-17T09:21:35.916Z] === RUN TestInfoBinaryCommits [2022-06-17T09:21:35.916Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-17T09:21:35.916Z] === RUN TestInfoAPIVersioned [2022-06-17T09:21:35.916Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-06-17T09:21:35.916Z] === RUN TestInfoAPI [2022-06-17T09:21:35.916Z] --- PASS: TestInfoAPI (0.02s) [2022-06-17T09:21:35.916Z] === RUN TestInfoAPIWarnings [2022-06-17T09:21:38.691Z] --- PASS: TestAuthZPluginV2Disable (3.53s) [2022-06-17T09:21:38.691Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-17T09:21:41.226Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.25s) [2022-06-17T09:21:41.226Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-17T09:21:51.211Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.67s) [2022-06-17T09:21:51.211Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-17T09:21:52.718Z] --- PASS: TestBuildWithHugeFile (59.94s) [2022-06-17T09:21:52.718Z] === RUN TestBuildWCOWSandboxSize [2022-06-17T09:21:52.718Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:21:52.718Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:21:52.718Z] === RUN TestBuildWithEmptyDockerfile [2022-06-17T09:21:52.718Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:21:52.718Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:21:52.718Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:21:52.718Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:21:52.718Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:21:52.718Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:21:52.718Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:21:52.718Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:21:52.718Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:21:52.718Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-17T09:21:52.718Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-17T09:21:52.718Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-17T09:21:52.718Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-06-17T09:21:52.718Z] === RUN TestBuildPreserveOwnership [2022-06-17T09:21:52.718Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-17T09:21:52.718Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-17T09:21:52.718Z] --- PASS: TestBuildPreserveOwnership (2.91s) [2022-06-17T09:21:52.718Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.93s) [2022-06-17T09:21:52.718Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.97s) [2022-06-17T09:21:52.718Z] === RUN TestBuildPlatformInvalid [2022-06-17T09:21:52.718Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-17T09:21:52.718Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-17T09:21:52.718Z] Loaded image: busybox:latest [2022-06-17T09:21:52.718Z] Loaded image: busybox:glibc [2022-06-17T09:21:52.718Z] Loaded image: debian:bullseye-slim [2022-06-17T09:21:52.718Z] Loaded image: hello-world:latest [2022-06-17T09:21:52.718Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:21:54.012Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-06-17T09:21:54.012Z] === RUN TestInfoDebug [2022-06-17T09:21:54.012Z] --- PASS: TestInfoDebug (0.54s) [2022-06-17T09:21:54.012Z] === RUN TestInfoInsecureRegistries [2022-06-17T09:21:54.012Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-06-17T09:21:54.012Z] === RUN TestInfoRegistryMirrors [2022-06-17T09:21:54.012Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-17T09:21:54.012Z] === RUN TestLoginFailsWithBadCredentials [2022-06-17T09:21:54.012Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-17T09:21:54.012Z] === RUN TestPingCacheHeaders [2022-06-17T09:21:54.012Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-17T09:21:54.012Z] === RUN TestPingGet [2022-06-17T09:21:54.271Z] --- PASS: TestPingGet (0.02s) [2022-06-17T09:21:54.271Z] === RUN TestPingHead [2022-06-17T09:21:54.271Z] --- PASS: TestPingHead (0.03s) [2022-06-17T09:21:54.271Z] === RUN TestPingSwarmHeader [2022-06-17T09:21:54.840Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-17T09:21:55.408Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-17T09:21:56.354Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-17T09:21:56.354Z] --- PASS: TestPingSwarmHeader (2.09s) [2022-06-17T09:21:56.354Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-17T09:21:56.354Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-17T09:21:56.354Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-17T09:21:56.354Z] === RUN TestVersion [2022-06-17T09:21:56.354Z] --- PASS: TestVersion (0.03s) [2022-06-17T09:21:56.354Z] === CONT TestDiskUsage [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/container_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/image_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/volume_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-17T09:21:56.925Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-17T09:21:56.926Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-17T09:21:56.926Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-17T09:21:56.926Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-17T09:21:56.926Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-17T09:21:56.926Z] === RUN TestDiskUsage/after_container.Run [2022-06-17T09:21:57.186Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-17T09:21:57.186Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-17T09:21:57.186Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-17T09:21:57.186Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-17T09:21:57.186Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-17T09:21:57.186Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-17T09:21:57.186Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-17T09:21:57.445Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-17T09:21:57.445Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-17T09:21:57.445Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage (1.22s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run (0.38s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-17T09:21:57.445Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-06-17T09:21:57.445Z] PASS [2022-06-17T09:21:57.445Z] [2022-06-17T09:21:57.445Z] === Skipped [2022-06-17T09:21:57.445Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-17T09:21:57.445Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-17T09:21:57.445Z] [2022-06-17T09:21:57.445Z] DONE 54 tests, 1 skipped in 22.484s [2022-06-17T09:21:57.445Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-17T09:21:57.705Z] INFO: Testing against a local daemon [2022-06-17T09:21:57.705Z] === RUN TestVolumesCreateAndList [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-17T09:21:57.705Z] === RUN TestVolumesRemove [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-17T09:21:57.705Z] === RUN TestVolumesInspect [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesInspect (0.01s) [2022-06-17T09:21:57.705Z] === RUN TestVolumesInvalidJSON [2022-06-17T09:21:57.705Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-17T09:21:57.705Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-17T09:21:57.705Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-17T09:21:57.705Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-17T09:21:57.705Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-17T09:21:57.705Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-17T09:21:57.705Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-17T09:21:57.705Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-17T09:21:57.705Z] PASS [2022-06-17T09:21:57.705Z] [2022-06-17T09:21:57.705Z] DONE 9 tests in 0.189s [2022-06-17T09:21:57.705Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-17T09:21:57.705Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14209 is not a child of this shell [2022-06-17T09:21:57.705Z] warning: PID 14209 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-17T09:21:57.705Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-17T09:21:57.705Z] [2022-06-17T09:21:57.705Z] Unloading profiles will leave already running processes permanently [2022-06-17T09:21:57.705Z] unconfined, which can lead to unexpected situations. [2022-06-17T09:21:57.705Z] [2022-06-17T09:21:57.705Z] To set a process to complain mode, use the command line tool [2022-06-17T09:21:57.705Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-17T09:21:57.705Z] Removing test suite binaries [2022-06-17T09:21:57.965Z] exiting test-integration [2022-06-17T09:21:57.965Z] ++ exit 0 [2022-06-17T09:21:57.965Z] [2022-06-17T09:21:57.970Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.51s) [2022-06-17T09:21:57.970Z] PASS [2022-06-17T09:21:57.970Z] [2022-06-17T09:21:57.970Z] === Skipped [2022-06-17T09:21:57.970Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-17T09:21:57.970Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:21:57.970Z] [2022-06-17T09:21:57.970Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:21:57.970Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:21:57.970Z] [2022-06-17T09:21:57.970Z] DONE 34 tests, 2 skipped in 91.660s [2022-06-17T09:21:57.970Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-17T09:21:57.970Z] ++ 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-17T09:21:57.970Z] ++ set -e [2022-06-17T09:21:57.970Z] ++ '[' -n 0 ']' [2022-06-17T09:21:57.970Z] ++ set -x [2022-06-17T09:21:57.970Z] ++ 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-17T09:21:57.970Z] INFO: Testing against a local daemon [2022-06-17T09:21:57.970Z] === RUN TestConfigInspect Post stage [Pipeline] junit [2022-06-17T09:21:58.918Z] Recording test results [2022-06-17T09:21:59.857Z] --- PASS: TestConfigInspect (2.32s) [2022-06-17T09:21:59.858Z] === RUN TestConfigList [2022-06-17T09:22:00.660Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-17T09:22:01.000Z] + echo Ensuring container killed. [2022-06-17T09:22:01.000Z] Ensuring container killed. [2022-06-17T09:22:01.000Z] + docker rm -vf docker-pr24 [2022-06-17T09:22:01.000Z] Error: No such container: docker-pr24 [Pipeline] sh [2022-06-17T09:22:01.291Z] + echo Chowning /workspace to jenkins user [2022-06-17T09:22:01.291Z] Chowning /workspace to jenkins user [2022-06-17T09:22:01.291Z] + id -u [2022-06-17T09:22:01.291Z] + id -g [2022-06-17T09:22:01.291Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/workspace busybox chown -R 1000:1000 /workspace [2022-06-17T09:22:01.291Z] Unable to find image 'busybox:latest' locally [2022-06-17T09:22:01.552Z] latest: Pulling from library/busybox [2022-06-17T09:22:01.552Z] 19d511225f94: Pulling fs layer [2022-06-17T09:22:01.552Z] 19d511225f94: Verifying Checksum [2022-06-17T09:22:01.812Z] 19d511225f94: Pull complete [2022-06-17T09:22:01.812Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-17T09:22:01.812Z] Status: Downloaded newer image for busybox:latest [2022-06-17T09:22:02.372Z] --- PASS: TestConfigList (2.18s) [2022-06-17T09:22:02.372Z] === RUN TestConfigsCreateAndDelete [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-17T09:22:03.495Z] + bundleName=amd64-rootless [2022-06-17T09:22:03.495Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-17T09:22:03.495Z] Creating amd64-rootless-bundles.tar.gz [2022-06-17T09:22:03.495Z] + 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-17T09:22:03.495Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-17T09:22:03.508Z] Archiving artifacts [2022-06-17T09:22:04.259Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2022-06-17T09:22:04.259Z] === RUN TestConfigsUpdate [2022-06-17T09:22:05.547Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43682/24/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-17T09:22:05.857Z] + make clean [2022-06-17T09:22:06.116Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-17T09:22:06.116Z] docker-dev-cache [2022-06-17T09:22:06.116Z] docker-mod-cache [Pipeline] deleteDir [2022-06-17T09:22:06.784Z] --- PASS: TestConfigsUpdate (2.18s) [2022-06-17T09:22:06.784Z] === RUN TestTemplatedConfig [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-17T09:22:08.682Z] --- PASS: TestTemplatedConfig (2.47s) [2022-06-17T09:22:08.682Z] === RUN TestConfigCreateResolve [2022-06-17T09:22:09.301Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-17T09:22:09.301Z] PASS [2022-06-17T09:22:09.301Z] [2022-06-17T09:22:09.301Z] DONE 17 tests in 46.801s [2022-06-17T09:22:09.301Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-17T09:22:09.301Z] INFO: Testing against a local daemon [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:22:09.301Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:22:09.301Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-17T09:22:09.301Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-17T09:22:09.301Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-17T09:22:09.301Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-17T09:22:09.301Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-17T09:22:09.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-17T09:22:09.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-17T09:22:09.301Z] === RUN TestPluginInstall [2022-06-17T09:22:09.301Z] === RUN TestPluginInstall/no_auth [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0516dbfebee38222b2dd2e8ddddec21cbb2e2a872ca039b8ba792291b0fcc6af" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0516dbfebee38222b2dd2e8ddddec21cbb2e2a872ca039b8ba792291b0fcc6af" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:22:09.301Z] === RUN TestPluginInstall/with_htpasswd [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a13c3e8a9e24829ecba74ce12c8b673b1951d754142a53fd3b60ebcd086140b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:22:09.301Z] time="2022-06-17T09:22:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a13c3e8a9e24829ecba74ce12c8b673b1951d754142a53fd3b60ebcd086140b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:22:09.301Z] === RUN TestPluginInstall/with_insecure [2022-06-17T09:22:10.238Z] time="2022-06-17T09:22:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:22:10.238Z] time="2022-06-17T09:22:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f598517901518e1bcc97d77945cd958f2d4a9f28d0741ac9cdca84dbdee704c7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:22:10.238Z] time="2022-06-17T09:22:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:22:10.238Z] time="2022-06-17T09:22:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f598517901518e1bcc97d77945cd958f2d4a9f28d0741ac9cdca84dbdee704c7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:22:10.238Z] plugin_test.go:195: [d7bff13305767] daemon is not started [2022-06-17T09:22:10.238Z] --- PASS: TestPluginInstall (2.73s) [2022-06-17T09:22:10.238Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2022-06-17T09:22:10.238Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-06-17T09:22:10.238Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-06-17T09:22:10.238Z] === RUN TestPluginsWithRuntimes [2022-06-17T09:22:11.194Z] --- PASS: TestConfigCreateResolve (2.21s) [2022-06-17T09:22:11.194Z] PASS [2022-06-17T09:22:11.194Z] [2022-06-17T09:22:11.194Z] DONE 6 tests in 13.652s [2022-06-17T09:22:11.194Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-17T09:22:11.194Z] ++ 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-17T09:22:11.194Z] ++ set -e [2022-06-17T09:22:11.194Z] ++ '[' -n 0 ']' [2022-06-17T09:22:11.194Z] ++ set -x [2022-06-17T09:22:11.194Z] ++ 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-17T09:22:11.194Z] INFO: Testing against a local daemon [2022-06-17T09:22:11.194Z] === RUN TestAttachWithTTY [2022-06-17T09:22:11.194Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-17T09:22:11.194Z] === RUN TestAttachWithoutTTy [2022-06-17T09:22:11.194Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-17T09:22:11.194Z] === RUN TestCheckpoint [2022-06-17T09:22:11.194Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:22:11.194Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/commit [2022-06-17T09:22:11.194Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-17T09:22:11.194Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:22:11.194Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:22:11.194Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:22:11.194Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:22:11.194Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:22:11.194Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:22:11.194Z] === CONT TestContainerInvalidJSON/commit [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-17T09:22:11.194Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:22:11.194Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-17T09:22:11.195Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-17T09:22:11.195Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-17T09:22:11.195Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-17T09:22:11.195Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:22:11.195Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-17T09:22:11.450Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-17T09:22:11.450Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-17T09:22:11.450Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-17T09:22:11.451Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-17T09:22:11.451Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-17T09:22:11.451Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-17T09:22:11.451Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-17T09:22:11.451Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-17T09:22:11.451Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-17T09:22:11.451Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-17T09:22:11.451Z] === RUN TestCopyEmptyFile [2022-06-17T09:22:11.618Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-17T09:22:11.706Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-17T09:22:11.706Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-17T09:22:11.706Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-17T09:22:11.706Z] === RUN TestCopyFromContainer [2022-06-17T09:22:12.555Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-17T09:22:12.633Z] === RUN TestCopyFromContainer// [2022-06-17T09:22:12.889Z] === RUN TestCopyFromContainer//bar/root [2022-06-17T09:22:12.889Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-17T09:22:12.889Z] === RUN TestCopyFromContainer/bar/quux [2022-06-17T09:22:12.889Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-17T09:22:13.145Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-17T09:22:13.145Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-17T09:22:13.145Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-17T09:22:13.145Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-17T09:22:13.145Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer (1.60s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-17T09:22:13.401Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-17T09:22:13.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-17T09:22:13.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:22:13.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:22:13.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:22:13.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:22:13.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:22:13.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:22:13.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:22:13.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:22:13.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:22:13.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-17T09:22:13.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-17T09:22:13.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-17T09:22:13.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-17T09:22:13.401Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-17T09:22:13.401Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-17T09:22:13.401Z] === RUN TestCreateWithInvalidEnv [2022-06-17T09:22:13.401Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-17T09:22:13.401Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-17T09:22:13.401Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-17T09:22:13.401Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-17T09:22:13.401Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-17T09:22:13.401Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-17T09:22:13.401Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-17T09:22:13.401Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-17T09:22:13.401Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-17T09:22:13.401Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-17T09:22:13.401Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-17T09:22:13.401Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-17T09:22:13.401Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-17T09:22:13.401Z] === RUN TestCreateTmpfsMountsTarget [2022-06-17T09:22:13.401Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-17T09:22:13.401Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-17T09:22:13.491Z] --- PASS: TestPluginsWithRuntimes (3.35s) [2022-06-17T09:22:13.491Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-06-17T09:22:13.491Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-06-17T09:22:13.491Z] === RUN TestPluginBackCompatMediaTypes [2022-06-17T09:22:14.060Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-17T09:22:14.060Z] PASS [2022-06-17T09:22:14.060Z] [2022-06-17T09:22:14.060Z] DONE 24 tests in 6.698s [2022-06-17T09:22:14.060Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-17T09:22:14.319Z] INFO: Testing against a local daemon [2022-06-17T09:22:14.319Z] === RUN TestExternalGraphDriver [2022-06-17T09:22:14.319Z] === RUN TestExternalGraphDriver/json [2022-06-17T09:22:14.765Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-06-17T09:22:14.765Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-17T09:22:15.692Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) [2022-06-17T09:22:15.692Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-17T09:22:15.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:22:15.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:22:15.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:22:15.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:22:15.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:22:15.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:22:15.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:22:15.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:22:15.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:22:15.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:22:15.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:22:15.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:22:15.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:22:15.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:22:15.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:22:15.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-17T09:22:15.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-17T09:22:15.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-17T09:22:15.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-17T09:22:15.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-17T09:22:15.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-17T09:22:15.948Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-17T09:22:16.195Z] .........................xx.................... [ 29%] [2022-06-17T09:22:16.203Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2022-06-17T09:22:16.203Z] === RUN TestCreateDifferentPlatform [2022-06-17T09:22:16.203Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-17T09:22:16.203Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-17T09:22:16.203Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-17T09:22:16.203Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-17T09:22:16.203Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-17T09:22:16.203Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-17T09:22:16.203Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-17T09:22:16.203Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-17T09:22:16.223Z] === RUN TestExternalGraphDriver/spec [2022-06-17T09:22:16.459Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-17T09:22:16.459Z] === RUN TestCreateInvalidHostConfig [2022-06-17T09:22:16.459Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:22:16.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:22:16.459Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:22:16.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:22:16.459Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:22:16.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:22:16.459Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:22:16.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:22:16.459Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:22:16.459Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:22:16.459Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:22:16.459Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:22:16.459Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-17T09:22:16.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-17T09:22:16.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-17T09:22:16.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-17T09:22:16.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-17T09:22:16.459Z] === RUN TestContainerStartOnDaemonRestart [2022-06-17T09:22:16.459Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-17T09:22:16.459Z] === RUN TestDaemonRestartIpcMode [2022-06-17T09:22:16.459Z] === PAUSE TestDaemonRestartIpcMode [2022-06-17T09:22:16.459Z] === RUN TestDaemonHostGatewayIP [2022-06-17T09:22:16.459Z] === PAUSE TestDaemonHostGatewayIP [2022-06-17T09:22:16.459Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-17T09:22:16.459Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-17T09:22:16.459Z] === RUN TestContainerKillOnDaemonStart [2022-06-17T09:22:16.459Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-17T09:22:16.459Z] === RUN TestDiff [2022-06-17T09:22:16.716Z] --- PASS: TestDiff (0.45s) [2022-06-17T09:22:16.716Z] === RUN TestExecWithCloseStdin [2022-06-17T09:22:17.278Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-06-17T09:22:17.278Z] === RUN TestExec [2022-06-17T09:22:17.600Z] === RUN TestExternalGraphDriver/pull [2022-06-17T09:22:17.839Z] --- PASS: TestExec (0.47s) [2022-06-17T09:22:17.839Z] === RUN TestExecUser [2022-06-17T09:22:18.400Z] --- PASS: TestExecUser (0.45s) [2022-06-17T09:22:18.400Z] === RUN TestExportContainerAndImportImage [2022-06-17T09:22:18.962Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2022-06-17T09:22:18.962Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-17T09:22:19.505Z] --- PASS: TestExternalGraphDriver (5.01s) [2022-06-17T09:22:19.505Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-06-17T09:22:19.505Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-06-17T09:22:19.505Z] --- PASS: TestExternalGraphDriver/pull (1.69s) [2022-06-17T09:22:19.505Z] === RUN TestGraphdriverPluginV2 [2022-06-17T09:22:20.327Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-17T09:22:20.327Z] === RUN TestHealthCheckWorkdir [2022-06-17T09:22:20.582Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-06-17T09:22:20.582Z] === RUN TestHealthKillContainer [2022-06-17T09:22:23.709Z] --- PASS: TestGraphdriverPluginV2 (3.96s) [2022-06-17T09:22:23.710Z] PASS [2022-06-17T09:22:23.710Z] [2022-06-17T09:22:23.710Z] DONE 5 tests in 9.009s [2022-06-17T09:22:23.710Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-17T09:22:23.710Z] INFO: Testing against a local daemon [2022-06-17T09:22:23.710Z] === RUN TestContinueAfterPluginCrash [2022-06-17T09:22:23.710Z] === PAUSE TestContinueAfterPluginCrash [2022-06-17T09:22:23.710Z] === RUN TestReadPluginNoRead [2022-06-17T09:22:23.710Z] === PAUSE TestReadPluginNoRead [2022-06-17T09:22:23.710Z] === RUN TestDaemonStartWithLogOpt [2022-06-17T09:22:23.710Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-17T09:22:23.710Z] === CONT TestContinueAfterPluginCrash [2022-06-17T09:22:23.710Z] === CONT TestDaemonStartWithLogOpt [2022-06-17T09:22:27.023Z] --- PASS: TestDaemonStartWithLogOpt (3.49s) [2022-06-17T09:22:27.023Z] === CONT TestReadPluginNoRead [2022-06-17T09:22:28.663Z] --- PASS: TestHealthKillContainer (7.91s) [2022-06-17T09:22:28.663Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-17T09:22:28.918Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-06-17T09:22:28.918Z] === RUN TestIpcModeNone [2022-06-17T09:22:28.929Z] === RUN TestReadPluginNoRead/default [2022-06-17T09:22:29.479Z] --- PASS: TestIpcModeNone (0.47s) [2022-06-17T09:22:29.479Z] === RUN TestIpcModePrivate [2022-06-17T09:22:29.735Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-17T09:22:29.990Z] --- PASS: TestIpcModePrivate (0.48s) [2022-06-17T09:22:29.990Z] === RUN TestIpcModeShareable [2022-06-17T09:22:30.245Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-06-17T09:22:30.307Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-17T09:22:30.501Z] --- PASS: TestIpcModeShareable (0.51s) [2022-06-17T09:22:30.501Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-17T09:22:31.685Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-17T09:22:31.685Z] --- PASS: TestContinueAfterPluginCrash (8.50s) [2022-06-17T09:22:31.865Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.52s) [2022-06-17T09:22:31.865Z] === RUN TestAPIIpcModeHost [2022-06-17T09:22:32.427Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-06-17T09:22:32.427Z] === RUN TestDaemonIpcModeShareable [2022-06-17T09:22:32.515Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-17T09:22:32.622Z] === CONT TestReadPluginNoRead [2022-06-17T09:22:32.622Z] read_test.go:92: [d5f8e8bcf63fd] daemon is not started [2022-06-17T09:22:32.622Z] --- PASS: TestReadPluginNoRead (6.01s) [2022-06-17T09:22:32.622Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-06-17T09:22:32.622Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.31s) [2022-06-17T09:22:32.622Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-06-17T09:22:32.622Z] PASS [2022-06-17T09:22:32.622Z] [2022-06-17T09:22:32.622Z] DONE 6 tests in 9.526s [2022-06-17T09:22:32.622Z] 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-17T09:22:32.622Z] testing: warning: no tests to run [2022-06-17T09:22:32.622Z] PASS [2022-06-17T09:22:32.622Z] [2022-06-17T09:22:32.622Z] DONE 0 tests in 0.008s [2022-06-17T09:22:32.622Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-17T09:22:32.881Z] INFO: Testing against a local daemon [2022-06-17T09:22:32.881Z] === RUN TestPluginWithDevMounts [2022-06-17T09:22:32.881Z] === PAUSE TestPluginWithDevMounts [2022-06-17T09:22:32.881Z] === CONT TestPluginWithDevMounts [2022-06-17T09:22:33.354Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-17T09:22:33.609Z] --- PASS: TestDaemonIpcModeShareable (1.17s) [2022-06-17T09:22:33.609Z] === RUN TestDaemonIpcModePrivate [2022-06-17T09:22:34.259Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-06-17T09:22:34.259Z] PASS [2022-06-17T09:22:34.259Z] [2022-06-17T09:22:34.259Z] DONE 1 tests in 1.601s [2022-06-17T09:22:34.259Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-17T09:22:34.259Z] INFO: Testing against a local daemon [2022-06-17T09:22:34.259Z] === RUN TestSecretInspect [2022-06-17T09:22:34.535Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-17T09:22:34.791Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-06-17T09:22:34.791Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-17T09:22:35.717Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-17T09:22:35.717Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s) [2022-06-17T09:22:35.717Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-17T09:22:36.795Z] --- PASS: TestSecretInspect (2.18s) [2022-06-17T09:22:36.795Z] === RUN TestSecretList [2022-06-17T09:22:37.099Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-17T09:22:37.099Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s) [2022-06-17T09:22:37.099Z] === RUN TestIpcModeOlderClient [2022-06-17T09:22:37.099Z] === PAUSE TestIpcModeOlderClient [2022-06-17T09:22:37.099Z] === RUN TestKillContainerInvalidSignal [2022-06-17T09:22:37.667Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-06-17T09:22:37.667Z] === RUN TestKillContainer [2022-06-17T09:22:37.667Z] === RUN TestKillContainer/no_signal [2022-06-17T09:22:37.923Z] === RUN TestKillContainer/non_killing_signal [2022-06-17T09:22:38.178Z] === RUN TestKillContainer/killing_signal [2022-06-17T09:22:38.703Z] --- PASS: TestSecretList (2.20s) [2022-06-17T09:22:38.703Z] === RUN TestSecretsCreateAndDelete [2022-06-17T09:22:38.739Z] --- PASS: TestKillContainer (1.34s) [2022-06-17T09:22:38.739Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-17T09:22:38.739Z] --- PASS: TestKillContainer/non_killing_signal (0.31s) [2022-06-17T09:22:38.739Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-06-17T09:22:38.739Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-17T09:22:38.739Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-17T09:22:39.300Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-17T09:22:39.999Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-17T09:22:40.227Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2022-06-17T09:22:40.227Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-06-17T09:22:40.227Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-06-17T09:22:40.227Z] === RUN TestKillStoppedContainer [2022-06-17T09:22:40.227Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-17T09:22:40.227Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-17T09:22:40.227Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-17T09:22:40.227Z] === RUN TestKillDifferentUserContainer [2022-06-17T09:22:40.789Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-06-17T09:22:40.789Z] === RUN TestInspectOomKilledTrue [2022-06-17T09:22:41.045Z] --- PASS: TestInspectOomKilledTrue (0.48s) [2022-06-17T09:22:41.045Z] === RUN TestInspectOomKilledFalse [2022-06-17T09:22:41.238Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2022-06-17T09:22:41.238Z] === RUN TestSecretsUpdate [2022-06-17T09:22:41.607Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2022-06-17T09:22:41.607Z] === RUN TestLinksEtcHostsContentMatch [2022-06-17T09:22:41.862Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-06-17T09:22:41.862Z] === RUN TestLinksContainerNames [2022-06-17T09:22:42.790Z] --- PASS: TestLinksContainerNames (0.85s) [2022-06-17T09:22:42.790Z] === RUN TestLogsFollowTailEmpty [2022-06-17T09:22:43.046Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-06-17T09:22:43.046Z] === RUN TestLogs [2022-06-17T09:22:43.046Z] === RUN TestLogs/driver_local [2022-06-17T09:22:43.046Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:22:43.046Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:22:43.046Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-17T09:22:43.046Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-17T09:22:43.046Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-17T09:22:43.046Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-17T09:22:43.046Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:22:43.046Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:22:43.046Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:22:43.046Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:22:43.046Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:22:43.046Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:22:43.046Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:22:43.046Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:22:43.145Z] --- PASS: TestSecretsUpdate (2.20s) [2022-06-17T09:22:43.145Z] === RUN TestTemplatedSecret [2022-06-17T09:22:43.608Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:22:43.865Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:22:44.121Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-17T09:22:44.377Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-17T09:22:44.494Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-17T09:22:44.938Z] === RUN TestLogs/driver_json-file [2022-06-17T09:22:44.939Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:22:44.939Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:22:44.939Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:22:44.939Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:22:44.939Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:22:44.939Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:22:44.939Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:22:44.939Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:22:44.939Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:22:44.939Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:22:44.939Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:22:44.939Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:22:44.939Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:22:44.939Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:22:45.500Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:22:45.500Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:22:46.062Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:22:46.318Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:22:46.439Z] --- PASS: TestTemplatedSecret (2.65s) [2022-06-17T09:22:46.439Z] === RUN TestSecretCreateResolve [2022-06-17T09:22:46.879Z] --- PASS: TestLogs (3.66s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.63s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.67s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.49s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.58s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.64s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.69s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.59s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.59s) [2022-06-17T09:22:46.879Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.56s) [2022-06-17T09:22:46.879Z] === RUN TestContainerNetworkMountsNoChown [2022-06-17T09:22:47.135Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/default [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/default [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/private [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/private [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rprivate [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/slave [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/slave [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rslave [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/shared [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/shared [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rshared [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/default [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/rslave [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/rshared [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/shared [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/rprivate [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/slave [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/private [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-17T09:22:47.135Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:22:47.135Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:22:47.135Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:22:47.391Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-17T09:22:47.652Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-17T09:22:47.908Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2022-06-17T09:22:47.908Z] === RUN TestContainerBindMountNonRecursive [2022-06-17T09:22:48.344Z] --- PASS: TestSecretCreateResolve (2.16s) [2022-06-17T09:22:48.344Z] PASS [2022-06-17T09:22:48.344Z] [2022-06-17T09:22:48.344Z] DONE 6 tests in 13.623s [2022-06-17T09:22:48.344Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-17T09:22:48.344Z] INFO: Testing against a local daemon [2022-06-17T09:22:48.344Z] === RUN TestServiceCreateInit [2022-06-17T09:22:48.344Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-17T09:22:49.272Z] --- PASS: TestContainerBindMountNonRecursive (1.28s) [2022-06-17T09:22:49.272Z] === RUN TestContainerVolumesMountedAsShared [2022-06-17T09:22:49.528Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-06-17T09:22:49.528Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-17T09:22:49.784Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-06-17T09:22:49.784Z] === RUN TestNetworkNat [2022-06-17T09:22:50.345Z] --- PASS: TestNetworkNat (0.45s) [2022-06-17T09:22:50.345Z] === RUN TestNetworkLocalhostTCPNat [2022-06-17T09:22:50.601Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-06-17T09:22:50.601Z] === RUN TestNetworkLoopbackNat [2022-06-17T09:22:52.537Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-17T09:22:53.866Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-06-17T09:22:53.866Z] === RUN TestPause [2022-06-17T09:22:53.866Z] --- PASS: TestPause (0.44s) [2022-06-17T09:22:53.866Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-17T09:22:53.866Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:22:53.866Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:22:53.866Z] === RUN TestPauseStopPausedContainer [2022-06-17T09:22:54.122Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-06-17T09:22:54.122Z] === RUN TestPidHost [2022-06-17T09:22:55.048Z] --- PASS: TestPidHost (1.00s) [2022-06-17T09:22:55.048Z] === RUN TestPsFilter [2022-06-17T09:22:55.304Z] --- PASS: TestPsFilter (0.12s) [2022-06-17T09:22:55.304Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-17T09:22:55.829Z] --- PASS: TestServiceCreateInit (7.57s) [2022-06-17T09:22:55.829Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.86s) [2022-06-17T09:22:55.829Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.70s) [2022-06-17T09:22:55.829Z] === RUN TestCreateServiceMultipleTimes [2022-06-17T09:22:55.865Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-06-17T09:22:55.865Z] === RUN TestRemoveContainerWithVolume [2022-06-17T09:22:56.121Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-06-17T09:22:56.121Z] === RUN TestRemoveContainerRunning [2022-06-17T09:22:56.682Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-06-17T09:22:56.682Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-17T09:22:56.938Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-06-17T09:22:56.938Z] === RUN TestRemoveInvalidContainer [2022-06-17T09:22:56.938Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-17T09:22:56.938Z] === RUN TestRenameLinkedContainer [2022-06-17T09:22:58.827Z] --- PASS: TestRenameLinkedContainer (1.76s) [2022-06-17T09:22:58.827Z] === RUN TestRenameStoppedContainer [2022-06-17T09:22:59.388Z] --- PASS: TestRenameStoppedContainer (0.52s) [2022-06-17T09:22:59.388Z] === RUN TestRenameRunningContainerAndReuse [2022-06-17T09:23:00.314Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-06-17T09:23:00.314Z] === RUN TestRenameInvalidName [2022-06-17T09:23:00.434Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-17T09:23:00.569Z] --- PASS: TestRenameInvalidName (0.45s) [2022-06-17T09:23:00.569Z] === RUN TestRenameAnonymousContainer [2022-06-17T09:23:02.458Z] --- PASS: TestRenameAnonymousContainer (1.72s) [2022-06-17T09:23:02.458Z] === RUN TestRenameContainerWithSameName [2022-06-17T09:23:02.713Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-06-17T09:23:02.713Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-17T09:23:03.640Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-06-17T09:23:03.640Z] === RUN TestResize [2022-06-17T09:23:03.896Z] --- PASS: TestResize (0.42s) [2022-06-17T09:23:03.896Z] === RUN TestResizeWithInvalidSize [2022-06-17T09:23:04.458Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-06-17T09:23:04.458Z] === RUN TestResizeWhenContainerNotStarted [2022-06-17T09:23:04.714Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:23:04.714Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:23:04.714Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:23:04.714Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:23:04.714Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:23:06.603Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:23:07.967Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:23:08.895Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:23:08.895Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:23:10.259Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:23:10.259Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:23:10.421Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-17T09:23:11.905Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-17T09:23:13.524Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:23:13.524Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:23:13.920Z] --- PASS: TestCreateServiceMultipleTimes (15.56s) [2022-06-17T09:23:13.920Z] === RUN TestCreateServiceConflict [2022-06-17T09:23:13.920Z] --- PASS: TestCreateServiceConflict (2.21s) [2022-06-17T09:23:13.920Z] === RUN TestCreateServiceMaxReplicas [2022-06-17T09:23:15.736Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-17T09:23:16.038Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:23:16.456Z] --- PASS: TestCreateServiceMaxReplicas (2.79s) [2022-06-17T09:23:16.456Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-17T09:23:17.402Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:23:17.402Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:23:19.291Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:23:19.291Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:23:19.965Z] ............................ [ 66%] [2022-06-17T09:23:20.664Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.71s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.35s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.94s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.78s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.73s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.85s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s) [2022-06-17T09:23:22.551Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.61s) [2022-06-17T09:23:22.551Z] === RUN TestCgroupNamespacesRun [2022-06-17T09:23:23.478Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-06-17T09:23:23.478Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-17T09:23:24.876Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s) [2022-06-17T09:23:24.876Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-17T09:23:25.820Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-06-17T09:23:25.820Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-17T09:23:26.933Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-17T09:23:26.933Z] Using test binary docker [2022-06-17T09:23:26.933Z] +++ /etc/init.d/apparmor start [2022-06-17T09:23:26.933Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-17T09:23:26.933Z] INFO: Waiting for daemon to start... [2022-06-17T09:23:26.933Z] Starting dockerd [2022-06-17T09:23:26.933Z] +++ 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-17T09:23:26.933Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-17T09:23:26.933Z] Using test binary docker [2022-06-17T09:23:26.933Z] +++ /etc/init.d/apparmor start [2022-06-17T09:23:26.933Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-17T09:23:26.933Z] Starting dockerd [2022-06-17T09:23:26.933Z] INFO: Waiting for daemon to start... [2022-06-17T09:23:26.933Z] +++ 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-17T09:23:27.185Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-06-17T09:23:27.185Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-17T09:23:28.112Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-06-17T09:23:28.112Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-17T09:23:29.476Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-06-17T09:23:29.476Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-17T09:23:30.037Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-17T09:23:30.037Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-17T09:23:30.964Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-06-17T09:23:30.964Z] === RUN TestNISDomainname [2022-06-17T09:23:31.130Z] . [2022-06-17T09:23:31.130Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-17T09:23:31.130Z] [2022-06-17T09:23:31.130Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-17T09:23:31.130Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-17T09:23:31.130Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-17T09:23:31.130Z] Error: No such image: emptyfs [2022-06-17T09:23:31.130Z] Error: No such image: emptyfs [2022-06-17T09:23:31.130Z] ++++ docker load [2022-06-17T09:23:31.130Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-17T09:23:31.130Z] ++++ docker load [2022-06-17T09:23:31.130Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-17T09:23:31.130Z] Running integration-test (iteration 1) [2022-06-17T09:23:31.130Z] 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-17T09:23:31.130Z] ++ 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-17T09:23:31.130Z] ++ set -e [2022-06-17T09:23:31.130Z] ++ '[' -n 0 ']' [2022-06-17T09:23:31.130Z] ++ set -x [2022-06-17T09:23:31.130Z] ++ 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-17T09:23:31.130Z] Running integration-test (iteration 1) [2022-06-17T09:23:31.130Z] 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-17T09:23:31.130Z] ++ 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-17T09:23:31.130Z] ++ set -e [2022-06-17T09:23:31.130Z] ++ '[' -n 0 ']' [2022-06-17T09:23:31.130Z] ++ set -x [2022-06-17T09:23:31.130Z] ++ 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-17T09:23:31.341Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.31s) [2022-06-17T09:23:31.341Z] === RUN TestCreateServiceSecretFileMode [2022-06-17T09:23:31.525Z] --- PASS: TestNISDomainname (0.52s) [2022-06-17T09:23:31.525Z] === RUN TestHostnameDnsResolution [2022-06-17T09:23:31.910Z] --- PASS: TestCreateServiceSecretFileMode (2.48s) [2022-06-17T09:23:31.910Z] === RUN TestCreateServiceConfigFileMode [2022-06-17T09:23:32.067Z] Loaded image: busybox:latest [2022-06-17T09:23:32.067Z] Loaded image: busybox:latest [2022-06-17T09:23:32.452Z] --- PASS: TestHostnameDnsResolution (0.77s) [2022-06-17T09:23:32.452Z] === RUN TestUnprivilegedPortsAndPing [2022-06-17T09:23:32.635Z] Loaded image: busybox:glibc [2022-06-17T09:23:32.636Z] Loaded image: busybox:glibc [2022-06-17T09:23:32.708Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-06-17T09:23:32.708Z] === RUN TestPrivilegedHostDevices [2022-06-17T09:23:33.269Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2022-06-17T09:23:33.269Z] === RUN TestConsoleSize [2022-06-17T09:23:33.830Z] --- PASS: TestConsoleSize (0.43s) [2022-06-17T09:23:33.830Z] === RUN TestStats [2022-06-17T09:23:34.446Z] --- PASS: TestCreateServiceConfigFileMode (2.47s) [2022-06-17T09:23:34.446Z] === RUN TestCreateServiceSysctls [2022-06-17T09:23:36.344Z] --- PASS: TestStats (2.45s) [2022-06-17T09:23:36.344Z] === RUN TestStopContainerWithTimeout [2022-06-17T09:23:36.344Z] === RUN TestStopContainerWithTimeout/0 [2022-06-17T09:23:36.344Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-17T09:23:36.344Z] === RUN TestStopContainerWithTimeout/1 [2022-06-17T09:23:36.344Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-17T09:23:36.344Z] === RUN TestStopContainerWithTimeout/3 [2022-06-17T09:23:36.344Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-17T09:23:36.344Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-17T09:23:36.344Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-17T09:23:36.344Z] === CONT TestStopContainerWithTimeout/0 [2022-06-17T09:23:36.344Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-17T09:23:36.906Z] === CONT TestStopContainerWithTimeout/3 [2022-06-17T09:23:37.735Z] --- PASS: TestCreateServiceSysctls (3.18s) [2022-06-17T09:23:37.735Z] === RUN TestCreateServiceCapabilities [2022-06-17T09:23:37.910Z] Loaded image: debian:bullseye-slim [2022-06-17T09:23:37.910Z] Loaded image: debian:bullseye-slim [2022-06-17T09:23:37.910Z] Loaded image: hello-world:latest [2022-06-17T09:23:37.910Z] Loaded image: hello-world:latest [2022-06-17T09:23:37.910Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:23:37.910Z] INFO: Testing against a local daemon [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-17T09:23:37.910Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-17T09:23:37.910Z] INFO: Testing against a local daemon [2022-06-17T09:23:37.910Z] === RUN TestDockerDaemonSuite [2022-06-17T09:23:37.910Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-17T09:23:37.910Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-17T09:23:38.793Z] === CONT TestStopContainerWithTimeout/1 [2022-06-17T09:23:39.642Z] --- PASS: TestCreateServiceCapabilities (2.10s) [2022-06-17T09:23:39.642Z] === RUN TestInspect [2022-06-17T09:23:40.157Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-17T09:23:40.157Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-06-17T09:23:40.157Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2022-06-17T09:23:40.157Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-06-17T09:23:40.157Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-06-17T09:23:40.157Z] === RUN TestDeleteDevicemapper [2022-06-17T09:23:40.157Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:23:40.157Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-17T09:23:40.157Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-17T09:23:41.210Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-17T09:23:41.211Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-17T09:23:41.469Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-17T09:23:41.522Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.36s) [2022-06-17T09:23:41.522Z] === RUN TestUpdateMemory [2022-06-17T09:23:41.731Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-17T09:23:42.083Z] --- PASS: TestUpdateMemory (0.54s) [2022-06-17T09:23:42.083Z] === RUN TestUpdateCPUQuota [2022-06-17T09:23:42.297Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-17T09:23:42.558Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-17T09:23:42.558Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-17T09:23:42.961Z] --- PASS: TestInspect (2.78s) [2022-06-17T09:23:42.961Z] === RUN TestCreateJob [2022-06-17T09:23:43.010Z] --- PASS: TestUpdateCPUQuota (0.69s) [2022-06-17T09:23:43.010Z] === RUN TestUpdatePidsLimit [2022-06-17T09:23:43.010Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-17T09:23:43.010Z] === RUN TestUpdatePidsLimit/no_change [2022-06-17T09:23:43.265Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-17T09:23:43.523Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-17T09:23:43.779Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-17T09:23:43.779Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-17T09:23:43.933Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-17T09:23:43.933Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-17T09:23:43.933Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-17T09:23:43.933Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-17T09:23:44.035Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit (1.88s) [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit/update_lower (0.28s) [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-06-17T09:23:44.596Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-06-17T09:23:44.596Z] === RUN TestUpdateRestartPolicy [2022-06-17T09:23:44.868Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-17T09:23:44.868Z] --- PASS: TestBuildWithHugeFile (129.72s) [2022-06-17T09:23:44.868Z] === RUN TestBuildWCOWSandboxSize [2022-06-17T09:23:44.868Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:23:44.868Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:23:45.127Z] === RUN TestBuildWithEmptyDockerfile [2022-06-17T09:23:45.127Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:23:45.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:23:45.127Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:23:45.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:23:45.127Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:23:45.127Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:23:45.127Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-17T09:23:45.127Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-17T09:23:45.127Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-17T09:23:45.127Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-17T09:23:45.127Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-17T09:23:45.127Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-06-17T09:23:45.127Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2022-06-17T09:23:45.127Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2022-06-17T09:23:45.127Z] === RUN TestBuildPreserveOwnership [2022-06-17T09:23:45.387Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-17T09:23:45.956Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-17T09:23:46.215Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-17T09:23:46.215Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-17T09:23:46.215Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-17T09:23:46.215Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-17T09:23:46.268Z] --- PASS: TestCreateJob (3.22s) [2022-06-17T09:23:46.268Z] === RUN TestReplicatedJob [2022-06-17T09:23:48.116Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-17T09:23:49.050Z] --- PASS: TestBuildPreserveOwnership (3.71s) [2022-06-17T09:23:49.050Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.66s) [2022-06-17T09:23:49.050Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.03s) [2022-06-17T09:23:49.050Z] === RUN TestBuildPlatformInvalid [2022-06-17T09:23:49.050Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-17T09:23:49.050Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-17T09:23:49.985Z] Loaded image: busybox:latest [2022-06-17T09:23:49.985Z] Loaded image: busybox:glibc [2022-06-17T09:23:50.246Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-17T09:23:51.542Z] --- PASS: TestReplicatedJob (5.13s) [2022-06-17T09:23:51.542Z] === RUN TestUpdateReplicatedJob [2022-06-17T09:23:51.623Z] Loaded image: debian:bullseye-slim [2022-06-17T09:23:51.623Z] Loaded image: hello-world:latest [2022-06-17T09:23:51.623Z] Loaded image: arm32v7/hello-world:latest [2022-06-17T09:23:52.191Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-17T09:23:54.079Z] --- PASS: TestUpdateReplicatedJob (3.12s) [2022-06-17T09:23:54.080Z] === RUN TestServiceListWithStatuses [2022-06-17T09:23:54.080Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:23:54.080Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-17T09:23:54.080Z] === RUN TestDockerNetworkConnectAlias [2022-06-17T09:23:54.095Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-17T09:23:56.000Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-17T09:23:56.569Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-17T09:23:56.759Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-06-17T09:23:56.759Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-17T09:23:56.759Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-06-17T09:23:56.759Z] === RUN TestWaitNonBlocked [2022-06-17T09:23:56.759Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:23:56.759Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:23:56.759Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:23:56.760Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:23:56.760Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:23:56.760Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:23:56.760Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-17T09:23:56.760Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-06-17T09:23:56.760Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-06-17T09:23:56.760Z] === RUN TestWaitBlocked [2022-06-17T09:23:56.760Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:23:56.760Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:23:56.760Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:23:56.760Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:23:56.760Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:23:56.760Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:23:57.321Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-17T09:23:57.321Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-06-17T09:23:57.321Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-06-17T09:23:57.321Z] === CONT TestContainerStartOnDaemonRestart [2022-06-17T09:23:57.321Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-17T09:23:57.946Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-17T09:23:58.275Z] --- PASS: TestDockerNetworkConnectAlias (4.10s) [2022-06-17T09:23:58.275Z] === RUN TestDockerNetworkReConnect [2022-06-17T09:23:59.323Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-17T09:23:59.837Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.97s) [2022-06-17T09:23:59.837Z] === CONT TestIpcModeOlderClient [2022-06-17T09:23:59.837Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-06-17T09:23:59.837Z] === CONT TestContainerKillOnDaemonStart [2022-06-17T09:23:59.837Z] --- PASS: TestContainerStartOnDaemonRestart (2.12s) [2022-06-17T09:23:59.837Z] === CONT TestDaemonHostGatewayIP [2022-06-17T09:24:00.261Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-17T09:24:01.197Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-17T09:24:01.198Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-17T09:24:01.566Z] --- PASS: TestDockerNetworkReConnect (3.47s) [2022-06-17T09:24:01.566Z] === RUN TestServicePlugin [2022-06-17T09:24:01.628Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-17T09:24:02.132Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-17T09:24:02.133Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.22s) [2022-06-17T09:24:02.133Z] PASS [2022-06-17T09:24:02.133Z] [2022-06-17T09:24:02.133Z] === Skipped [2022-06-17T09:24:02.133Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-17T09:24:02.133Z] build_session_test.go:25: TODO: BuildKit [2022-06-17T09:24:02.133Z] [2022-06-17T09:24:02.133Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-17T09:24:02.133Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-17T09:24:02.133Z] [2022-06-17T09:24:02.133Z] DONE 34 tests, 2 skipped in 194.910s [2022-06-17T09:24:02.353Z] --- PASS: TestDaemonHostGatewayIP (2.36s) [2022-06-17T09:24:02.353Z] === CONT TestDaemonRestartIpcMode [2022-06-17T09:24:02.392Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-17T09:24:02.392Z] ++ 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-17T09:24:02.392Z] ++ set -e [2022-06-17T09:24:02.392Z] ++ '[' -n 0 ']' [2022-06-17T09:24:02.392Z] ++ set -x [2022-06-17T09:24:02.392Z] ++ 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-17T09:24:02.392Z] INFO: Testing against a local daemon [2022-06-17T09:24:02.392Z] === RUN TestConfigInspect [2022-06-17T09:24:02.651Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-17T09:24:02.910Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-17T09:24:03.478Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-17T09:24:04.240Z] --- PASS: TestDaemonRestartIpcMode (2.19s) [2022-06-17T09:24:04.415Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-17T09:24:04.674Z] docker_cli_daemon_test.go:1474: [d0a186f33d73e] daemon is not started [2022-06-17T09:24:05.611Z] check_test.go:540: [d96c3037bda74] daemon is not started [2022-06-17T09:24:05.611Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-17T09:24:05.611Z] --- PASS: TestConfigInspect (3.12s) [2022-06-17T09:24:05.611Z] === RUN TestConfigList [2022-06-17T09:24:05.760Z] plugin_test.go:61: [d64aca18784ae] joining swarm manager [d846daa7a4000]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:24:06.328Z] plugin_test.go:64: [dfecf2f3a4eef] joining swarm manager [d846daa7a4000]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:24:08.144Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-17T09:24:08.404Z] --- PASS: TestConfigList (2.93s) [2022-06-17T09:24:08.404Z] === RUN TestConfigsCreateAndDelete [2022-06-17T09:24:09.341Z] check_test.go:540: [d9a1f5fcb0515] daemon is not started [2022-06-17T09:24:09.341Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-17T09:24:09.599Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-17T09:24:10.166Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-17T09:24:10.734Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-17T09:24:10.993Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-17T09:24:11.251Z] --- PASS: TestConfigsCreateAndDelete (2.72s) [2022-06-17T09:24:11.251Z] === RUN TestConfigsUpdate [2022-06-17T09:24:11.251Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-17T09:24:11.251Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-17T09:24:11.510Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-17T09:24:12.372Z] --- PASS: TestContainerKillOnDaemonStart (11.58s) [2022-06-17T09:24:12.372Z] PASS [2022-06-17T09:24:12.372Z] [2022-06-17T09:24:12.372Z] === Skipped [2022-06-17T09:24:12.372Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-17T09:24:12.372Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:24:12.372Z] [2022-06-17T09:24:12.372Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:24:12.372Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:24:12.372Z] [2022-06-17T09:24:12.372Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-17T09:24:12.372Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:24:12.372Z] [2022-06-17T09:24:12.372Z] DONE 258 tests, 3 skipped in 120.022s [2022-06-17T09:24:12.372Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-17T09:24:12.372Z] ++ 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-17T09:24:12.372Z] ++ set -e [2022-06-17T09:24:12.372Z] ++ '[' -n 0 ']' [2022-06-17T09:24:12.372Z] ++ set -x [2022-06-17T09:24:12.372Z] ++ 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-17T09:24:12.372Z] === RUN TestConfigDaemonLibtrustID [2022-06-17T09:24:12.372Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-17T09:24:12.372Z] === RUN TestConfigDaemonID [2022-06-17T09:24:12.447Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-17T09:24:12.933Z] daemon_test.go:83: [da16a59c145e4] daemon is not started [2022-06-17T09:24:12.933Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-17T09:24:12.933Z] === RUN TestDaemonConfigValidation [2022-06-17T09:24:12.933Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:24:12.933Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:24:12.933Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-17T09:24:12.933Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-17T09:24:12.933Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-17T09:24:12.933Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-17T09:24:12.933Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-17T09:24:12.933Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-17T09:24:12.933Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-17T09:24:12.933Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-17T09:24:12.933Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:24:12.933Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-17T09:24:12.933Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-17T09:24:12.933Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-17T09:24:12.933Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-17T09:24:12.933Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-17T09:24:12.933Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-06-17T09:24:12.933Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-17T09:24:12.933Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-17T09:24:12.933Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-06-17T09:24:12.933Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-06-17T09:24:12.933Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-17T09:24:12.933Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-17T09:24:13.825Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-17T09:24:13.825Z] --- PASS: TestConfigsUpdate (2.69s) [2022-06-17T09:24:13.825Z] === RUN TestTemplatedConfig [2022-06-17T09:24:14.110Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-17T09:24:14.110Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-17T09:24:14.299Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-17T09:24:15.062Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-17T09:24:15.226Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-17T09:24:15.635Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-17T09:24:16.152Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-17T09:24:16.152Z] daemon_test.go:197: [dc1c3210e2b10] daemon is not started [2022-06-17T09:24:16.152Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-17T09:24:16.152Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-17T09:24:16.152Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-17T09:24:16.152Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-17T09:24:16.152Z] === RUN TestDaemonProxy [2022-06-17T09:24:16.152Z] === RUN TestDaemonProxy/environment_variables [2022-06-17T09:24:16.492Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-17T09:24:16.572Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-17T09:24:16.572Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-17T09:24:17.508Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-17T09:24:17.508Z] --- PASS: TestTemplatedConfig (3.71s) [2022-06-17T09:24:17.508Z] === RUN TestConfigCreateResolve [2022-06-17T09:24:18.039Z] === RUN TestDaemonProxy/command-line_options [2022-06-17T09:24:18.074Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-17T09:24:18.074Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-17T09:24:18.332Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-17T09:24:18.636Z] tests/integration/client_test.py ..... [ 75%] [2022-06-17T09:24:18.636Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-17T09:24:18.899Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-17T09:24:18.899Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-17T09:24:18.899Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-17T09:24:18.899Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-17T09:24:18.899Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-17T09:24:19.158Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-17T09:24:19.197Z] tests/integration/errors_test.py . [ 76%] [2022-06-17T09:24:19.725Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-17T09:24:19.927Z] === RUN TestDaemonProxy/configuration_file [2022-06-17T09:24:20.661Z] --- PASS: TestConfigCreateResolve (3.08s) [2022-06-17T09:24:20.661Z] PASS [2022-06-17T09:24:20.661Z] [2022-06-17T09:24:20.661Z] DONE 6 tests in 18.410s [2022-06-17T09:24:20.661Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-17T09:24:20.661Z] ++ 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-17T09:24:20.661Z] ++ set -e [2022-06-17T09:24:20.661Z] ++ '[' -n 0 ']' [2022-06-17T09:24:20.661Z] ++ set -x [2022-06-17T09:24:20.661Z] ++ 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-17T09:24:20.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-17T09:24:20.920Z] INFO: Testing against a local daemon [2022-06-17T09:24:20.920Z] === RUN TestAttachWithTTY [2022-06-17T09:24:20.920Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-17T09:24:20.920Z] === RUN TestAttachWithoutTTy [2022-06-17T09:24:21.179Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-17T09:24:21.179Z] === RUN TestCheckpoint [2022-06-17T09:24:21.179Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:24:21.179Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/commit [2022-06-17T09:24:21.179Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-17T09:24:21.179Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:24:21.179Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:24:21.179Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:24:21.179Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:24:21.179Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:24:21.179Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:24:21.179Z] === CONT TestContainerInvalidJSON/commit [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-17T09:24:21.179Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-17T09:24:21.179Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-17T09:24:21.179Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-17T09:24:21.179Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-17T09:24:21.179Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-17T09:24:21.179Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-17T09:24:21.179Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-17T09:24:21.179Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-17T09:24:21.179Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-17T09:24:21.179Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2022-06-17T09:24:21.179Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-17T09:24:21.179Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-06-17T09:24:21.179Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-17T09:24:21.300Z] === RUN TestDaemonProxy/conflicting_options [2022-06-17T09:24:21.438Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-06-17T09:24:21.438Z] === RUN TestCopyEmptyFile [2022-06-17T09:24:21.438Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-17T09:24:21.438Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-17T09:24:21.697Z] --- PASS: TestCopyEmptyFile (0.40s) [2022-06-17T09:24:21.697Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-17T09:24:21.873Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-17T09:24:21.956Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-06-17T09:24:21.956Z] === RUN TestCopyFromContainer [2022-06-17T09:24:21.956Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-17T09:24:22.441Z] --- PASS: TestDaemonProxy (6.21s) [2022-06-17T09:24:22.441Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-06-17T09:24:22.441Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-06-17T09:24:22.441Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-06-17T09:24:22.441Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-17T09:24:22.441Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-17T09:24:22.441Z] PASS [2022-06-17T09:24:22.441Z] [2022-06-17T09:24:22.441Z] DONE 18 tests in 11.244s [2022-06-17T09:24:22.441Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-17T09:24:22.441Z] ++ 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-17T09:24:22.441Z] ++ set -e [2022-06-17T09:24:22.441Z] ++ '[' -n 0 ']' [2022-06-17T09:24:22.441Z] ++ set -x [2022-06-17T09:24:22.441Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T09:24:22.441Z] INFO: Testing against a local daemon [2022-06-17T09:24:22.441Z] === RUN TestCommitInheritsEnv [2022-06-17T09:24:23.003Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-06-17T09:24:23.003Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-17T09:24:23.003Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-17T09:24:23.003Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-17T09:24:23.003Z] === RUN TestImportWithCustomPlatform [2022-06-17T09:24:23.003Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-17T09:24:23.003Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-17T09:24:23.003Z] === RUN TestImportWithCustomPlatform// [2022-06-17T09:24:23.003Z] === RUN TestImportWithCustomPlatform/linux [2022-06-17T09:24:23.003Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-17T09:24:23.003Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-17T09:24:23.259Z] === RUN TestImportWithCustomPlatform/macos [2022-06-17T09:24:23.259Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-17T09:24:23.259Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-17T09:24:23.259Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-17T09:24:23.259Z] === RUN TestImagesFilterMultiReference [2022-06-17T09:24:23.259Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-17T09:24:23.259Z] === RUN TestImagePullPlatformInvalid [2022-06-17T09:24:23.259Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-17T09:24:23.259Z] === RUN TestRemoveImageOrphaning [2022-06-17T09:24:23.334Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-17T09:24:23.334Z] === RUN TestCopyFromContainer// [2022-06-17T09:24:23.514Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-06-17T09:24:23.514Z] === RUN TestRemoveImageGarbageCollector [2022-06-17T09:24:23.514Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:24:23.514Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-17T09:24:23.514Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-17T09:24:23.514Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-17T09:24:23.514Z] === RUN TestTagInvalidReference [2022-06-17T09:24:23.514Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-17T09:24:23.514Z] === RUN TestTagValidPrefixedRepo [2022-06-17T09:24:23.514Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-17T09:24:23.514Z] === RUN TestTagExistedNameWithoutForce [2022-06-17T09:24:23.514Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-17T09:24:23.514Z] === RUN TestTagOfficialNames [2022-06-17T09:24:23.514Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-17T09:24:23.514Z] === RUN TestTagMatchesDigest [2022-06-17T09:24:23.594Z] === RUN TestCopyFromContainer//bar/root [2022-06-17T09:24:23.594Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-17T09:24:23.770Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-17T09:24:23.770Z] PASS [2022-06-17T09:24:23.770Z] [2022-06-17T09:24:23.770Z] === Skipped [2022-06-17T09:24:23.770Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-17T09:24:23.770Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-17T09:24:23.770Z] [2022-06-17T09:24:23.770Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-17T09:24:23.770Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:24:23.770Z] [2022-06-17T09:24:23.770Z] DONE 22 tests, 2 skipped in 1.334s [2022-06-17T09:24:23.770Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-17T09:24:23.770Z] ++ 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-17T09:24:23.770Z] ++ set -e [2022-06-17T09:24:23.770Z] ++ '[' -n 0 ']' [2022-06-17T09:24:23.770Z] ++ set -x [2022-06-17T09:24:23.770Z] ++ 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-17T09:24:23.770Z] === RUN TestStripANSICommands [2022-06-17T09:24:23.770Z] === RUN TestStripANSICommands/#00 [2022-06-17T09:24:23.770Z] === RUN TestStripANSICommands/#01 [2022-06-17T09:24:23.770Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-17T09:24:23.770Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-17T09:24:23.770Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-17T09:24:23.770Z] PASS [2022-06-17T09:24:23.770Z] [2022-06-17T09:24:23.770Z] DONE 3 tests in 0.035s [2022-06-17T09:24:23.770Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-17T09:24:23.770Z] ++ 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-17T09:24:23.770Z] ++ set -e [2022-06-17T09:24:23.770Z] ++ '[' -n 0 ']' [2022-06-17T09:24:23.770Z] ++ set -x [2022-06-17T09:24:23.770Z] ++ 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-17T09:24:23.770Z] INFO: Testing against a local daemon [2022-06-17T09:24:23.770Z] === RUN TestNetworkCreateDelete [2022-06-17T09:24:23.853Z] === RUN TestCopyFromContainer/bar/quux [2022-06-17T09:24:23.853Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-17T09:24:24.025Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-17T09:24:24.025Z] === RUN TestDockerNetworkDeletePreferID [2022-06-17T09:24:24.111Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-17T09:24:24.111Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-17T09:24:24.111Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-17T09:24:24.281Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-06-17T09:24:24.281Z] === RUN TestDaemonDNSFallback [2022-06-17T09:24:24.370Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-17T09:24:24.370Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-17T09:24:24.370Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-17T09:24:24.629Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer (2.91s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer// (0.15s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.16s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2022-06-17T09:24:24.629Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-06-17T09:24:24.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-17T09:24:24.888Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:24:24.888Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:24:24.888Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:24:24.888Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:24:24.888Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:24:24.888Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:24:24.888Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-17T09:24:24.888Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-17T09:24:24.888Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-17T09:24:24.888Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-06-17T09:24:24.888Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-17T09:24:24.888Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-17T09:24:24.888Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-17T09:24:24.888Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-17T09:24:24.888Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-17T09:24:24.888Z] === RUN TestCreateWithInvalidEnv [2022-06-17T09:24:24.888Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-17T09:24:24.888Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-17T09:24:24.888Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-17T09:24:24.888Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-17T09:24:24.888Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-17T09:24:24.888Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-17T09:24:24.888Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-17T09:24:24.888Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-17T09:24:24.888Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-17T09:24:24.888Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-06-17T09:24:24.888Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-17T09:24:24.888Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-17T09:24:24.888Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-17T09:24:24.888Z] === RUN TestCreateTmpfsMountsTarget [2022-06-17T09:24:24.888Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2022-06-17T09:24:24.888Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-17T09:24:24.888Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-17T09:24:25.456Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-17T09:24:25.715Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-17T09:24:26.652Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-17T09:24:27.220Z] --- PASS: TestCreateWithCustomMaskedPaths (2.34s) [2022-06-17T09:24:27.220Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-17T09:24:27.479Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-17T09:24:27.479Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-17T09:24:27.738Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-17T09:24:28.305Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-17T09:24:29.241Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-17T09:24:29.241Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-17T09:24:29.501Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.20s) [2022-06-17T09:24:29.501Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-17T09:24:29.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:24:29.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:24:29.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:24:29.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:24:29.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:24:29.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:24:29.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:24:29.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:24:29.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:24:29.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:24:29.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-17T09:24:29.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-17T09:24:29.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-17T09:24:29.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-17T09:24:29.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-17T09:24:29.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-06-17T09:24:29.502Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-06-17T09:24:29.502Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-06-17T09:24:29.502Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-06-17T09:24:29.502Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-06-17T09:24:29.502Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-17T09:24:29.502Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-17T09:24:29.760Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-17T09:24:30.019Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-17T09:24:30.279Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.67s) [2022-06-17T09:24:30.279Z] === RUN TestCreateDifferentPlatform [2022-06-17T09:24:30.279Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-17T09:24:30.279Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-17T09:24:30.279Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-06-17T09:24:30.279Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-17T09:24:30.279Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-17T09:24:30.279Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-17T09:24:30.279Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2022-06-17T09:24:30.279Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-17T09:24:30.279Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-06-17T09:24:30.279Z] === RUN TestCreateInvalidHostConfig [2022-06-17T09:24:30.279Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:24:30.279Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:24:30.279Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:24:30.279Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:24:30.279Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:24:30.279Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:24:30.279Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:24:30.279Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:24:30.279Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-17T09:24:30.279Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-17T09:24:30.279Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-17T09:24:30.279Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-17T09:24:30.279Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-06-17T09:24:30.279Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-17T09:24:30.279Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-17T09:24:30.279Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-17T09:24:30.279Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-17T09:24:30.279Z] === RUN TestContainerStartOnDaemonRestart [2022-06-17T09:24:30.279Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-17T09:24:30.279Z] === RUN TestDaemonRestartIpcMode [2022-06-17T09:24:30.279Z] === PAUSE TestDaemonRestartIpcMode [2022-06-17T09:24:30.279Z] === RUN TestDaemonHostGatewayIP [2022-06-17T09:24:30.279Z] === PAUSE TestDaemonHostGatewayIP [2022-06-17T09:24:30.279Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-17T09:24:30.279Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-17T09:24:30.279Z] === RUN TestContainerKillOnDaemonStart [2022-06-17T09:24:30.279Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-17T09:24:30.279Z] === RUN TestDiff [2022-06-17T09:24:30.813Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-06-17T09:24:30.813Z] === RUN TestInspectNetwork [2022-06-17T09:24:30.846Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-17T09:24:31.105Z] --- PASS: TestDiff (0.88s) [2022-06-17T09:24:31.105Z] === RUN TestExecWithCloseStdin [2022-06-17T09:24:31.672Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-17T09:24:32.240Z] --- PASS: TestExecWithCloseStdin (0.89s) [2022-06-17T09:24:32.240Z] === RUN TestExec [2022-06-17T09:24:32.499Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-17T09:24:32.876Z] --- PASS: TestServicePlugin (29.93s) [2022-06-17T09:24:32.876Z] === RUN TestServiceUpdateLabel [2022-06-17T09:24:33.068Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-17T09:24:33.068Z] --- PASS: TestExec (0.89s) [2022-06-17T09:24:33.068Z] === RUN TestExecUser [2022-06-17T09:24:33.327Z] check_test.go:540: [d11bf48a13d29] daemon is not started [2022-06-17T09:24:33.327Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-17T09:24:33.812Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-06-17T09:24:33.812Z] === RUN TestServiceUpdateSecrets [2022-06-17T09:24:33.895Z] --- PASS: TestExecUser (0.83s) [2022-06-17T09:24:33.895Z] === RUN TestExportContainerAndImportImage [2022-06-17T09:24:33.895Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-17T09:24:33.895Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-17T09:24:33.895Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-17T09:24:34.078Z] === RUN TestInspectNetwork/full_network_id [2022-06-17T09:24:34.078Z] === RUN TestInspectNetwork/partial_network_id [2022-06-17T09:24:34.078Z] === RUN TestInspectNetwork/network_name [2022-06-17T09:24:34.078Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-17T09:24:34.154Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-17T09:24:34.154Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-17T09:24:34.723Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-17T09:24:34.982Z] --- PASS: TestExportContainerAndImportImage (1.13s) [2022-06-17T09:24:34.982Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-17T09:24:35.920Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-17T09:24:36.178Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2022-06-17T09:24:36.178Z] === RUN TestHealthCheckWorkdir [2022-06-17T09:24:37.113Z] --- PASS: TestHealthCheckWorkdir (0.83s) [2022-06-17T09:24:37.113Z] === RUN TestHealthKillContainer [2022-06-17T09:24:37.113Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-17T09:24:38.070Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-17T09:24:38.241Z] --- PASS: TestInspectNetwork (7.01s) [2022-06-17T09:24:38.241Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-17T09:24:38.241Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-17T09:24:38.241Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-17T09:24:38.241Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-17T09:24:38.241Z] === RUN TestRunContainerWithBridgeNone [2022-06-17T09:24:39.015Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-17T09:24:39.168Z] --- PASS: TestRunContainerWithBridgeNone (1.53s) [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-17T09:24:39.168Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:24:39.168Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:24:39.168Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:24:39.168Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-17T09:24:39.168Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-17T09:24:39.168Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-17T09:24:39.168Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-17T09:24:39.168Z] === RUN TestNetworkList [2022-06-17T09:24:39.168Z] === RUN TestNetworkList//networks [2022-06-17T09:24:39.168Z] === PAUSE TestNetworkList//networks [2022-06-17T09:24:39.168Z] === RUN TestNetworkList//networks/ [2022-06-17T09:24:39.168Z] === PAUSE TestNetworkList//networks/ [2022-06-17T09:24:39.168Z] === CONT TestNetworkList//networks [2022-06-17T09:24:39.168Z] === CONT TestNetworkList//networks/ [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkList (0.02s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-17T09:24:39.168Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-17T09:24:39.168Z] === RUN TestHostIPv4BridgeLabel [2022-06-17T09:24:39.276Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-17T09:24:39.729Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-17T09:24:39.729Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-17T09:24:39.845Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-17T09:24:40.411Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-17T09:24:40.411Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-17T09:24:40.411Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-17T09:24:40.411Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-17T09:24:41.093Z] --- PASS: TestDaemonRestartWithLiveRestore (1.26s) [2022-06-17T09:24:41.094Z] === RUN TestDaemonDefaultNetworkPools [2022-06-17T09:24:42.457Z] --- PASS: TestDaemonDefaultNetworkPools (1.42s) [2022-06-17T09:24:42.457Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-17T09:24:42.940Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-17T09:24:42.940Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-17T09:24:43.198Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-17T09:24:43.821Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-06-17T09:24:43.821Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-17T09:24:44.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-17T09:24:44.394Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-17T09:24:44.747Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-06-17T09:24:44.747Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-17T09:24:44.960Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-17T09:24:45.219Z] --- PASS: TestHealthKillContainer (8.17s) [2022-06-17T09:24:45.219Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-17T09:24:45.308Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-17T09:24:45.308Z] === RUN TestServiceWithPredefinedNetwork [2022-06-17T09:24:45.786Z] --- PASS: TestInspectCpusetInConfigPre120 (0.47s) [2022-06-17T09:24:45.786Z] === RUN TestIpcModeNone [2022-06-17T09:24:46.355Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-17T09:24:46.355Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-17T09:24:46.355Z] --- PASS: TestIpcModeNone (0.54s) [2022-06-17T09:24:46.355Z] === RUN TestIpcModePrivate [2022-06-17T09:24:46.924Z] check_test.go:540: [d26bdcaaecaf8] daemon is not started [2022-06-17T09:24:46.924Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-17T09:24:46.924Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2022-06-17T09:24:46.924Z] --- PASS: TestIpcModePrivate (0.76s) [2022-06-17T09:24:46.924Z] === RUN TestIpcModeShareable [2022-06-17T09:24:47.184Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-17T09:24:47.444Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2022-06-17T09:24:47.444Z] --- PASS: TestIpcModeShareable (0.54s) [2022-06-17T09:24:47.444Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-17T09:24:47.703Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001249ba8__} [2022-06-17T09:24:47.704Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-17T09:24:47.823Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2022-06-17T09:24:47.823Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-17T09:24:47.823Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:24:47.823Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:24:47.823Z] === RUN TestServiceWithDataPathPortInit [2022-06-17T09:24:48.271Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-17T09:24:48.694Z] --- PASS: TestServiceUpdateSecrets (14.58s) [2022-06-17T09:24:48.694Z] === RUN TestServiceUpdateConfigs [2022-06-17T09:24:49.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11210617098_/foo_false_____} [2022-06-17T09:24:49.776Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.24s) [2022-06-17T09:24:49.776Z] === RUN TestAPIIpcModeHost [2022-06-17T09:24:50.343Z] --- PASS: TestAPIIpcModeHost (0.63s) [2022-06-17T09:24:50.343Z] === RUN TestDaemonIpcModeShareable [2022-06-17T09:24:50.912Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11210617098_/foo_true_____} [2022-06-17T09:24:51.172Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-17T09:24:51.742Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2022-06-17T09:24:52.000Z] --- PASS: TestDaemonIpcModeShareable (1.47s) [2022-06-17T09:24:52.000Z] === RUN TestDaemonIpcModePrivate [2022-06-17T09:24:52.259Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33709642848_/foo_false_____} [2022-06-17T09:24:53.193Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: false, mustBeShared: false [2022-06-17T09:24:53.458Z] --- PASS: TestDaemonIpcModePrivate (1.46s) [2022-06-17T09:24:53.458Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-17T09:24:53.725Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33709642848_/foo_true_____} [2022-06-17T09:24:54.254Z] ......... [ 85%] [2022-06-17T09:24:54.692Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false [2022-06-17T09:24:54.951Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.57s) [2022-06-17T09:24:54.951Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-17T09:24:55.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33709642848_/foo_true__0xc001249bd8___} [2022-06-17T09:24:55.777Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-17T09:24:56.342Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true [2022-06-17T09:24:56.601Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.55s) [2022-06-17T09:24:56.601Z] === RUN TestIpcModeOlderClient [2022-06-17T09:24:56.601Z] === PAUSE TestIpcModeOlderClient [2022-06-17T09:24:56.601Z] === RUN TestKillContainerInvalidSignal [2022-06-17T09:24:56.860Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001249bf0__} [2022-06-17T09:24:57.118Z] --- PASS: TestKillContainerInvalidSignal (0.56s) [2022-06-17T09:24:57.118Z] === RUN TestKillContainer [2022-06-17T09:24:57.118Z] === RUN TestKillContainer/no_signal [2022-06-17T09:24:57.686Z] === RUN TestKillContainer/non_killing_signal [2022-06-17T09:24:58.253Z] === RUN TestKillContainer/killing_signal [2022-06-17T09:24:58.253Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc001249c08__} [2022-06-17T09:24:58.253Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-17T09:24:58.253Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-17T09:24:58.253Z] check_test.go:540: [d190e294c56b8] daemon is not started [2022-06-17T09:24:58.253Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-17T09:24:59.134Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-17T09:24:59.190Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc001249c20__} [2022-06-17T09:24:59.190Z] --- PASS: TestKillContainer (2.09s) [2022-06-17T09:24:59.190Z] --- PASS: TestKillContainer/no_signal (0.76s) [2022-06-17T09:24:59.190Z] --- PASS: TestKillContainer/non_killing_signal (0.39s) [2022-06-17T09:24:59.190Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2022-06-17T09:24:59.190Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-17T09:24:59.190Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-17T09:25:00.127Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-17T09:25:00.314Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-17T09:25:00.385Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-17T09:25:00.386Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s) [2022-06-17T09:25:00.386Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2022-06-17T09:25:00.386Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.42s) [2022-06-17T09:25:00.386Z] === RUN TestKillStoppedContainer [2022-06-17T09:25:00.386Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-17T09:25:00.386Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-17T09:25:00.645Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-17T09:25:00.645Z] === RUN TestKillDifferentUserContainer [2022-06-17T09:25:00.645Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc001249c38__} [2022-06-17T09:25:01.213Z] --- PASS: TestKillDifferentUserContainer (0.63s) [2022-06-17T09:25:01.213Z] === RUN TestInspectOomKilledTrue [2022-06-17T09:25:01.213Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:25:01.213Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-17T09:25:01.213Z] === RUN TestInspectOomKilledFalse [2022-06-17T09:25:01.213Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:25:01.213Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-17T09:25:01.213Z] === RUN TestLinksEtcHostsContentMatch [2022-06-17T09:25:01.781Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s) [2022-06-17T09:25:01.781Z] === RUN TestLinksContainerNames [2022-06-17T09:25:02.039Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-17T09:25:02.297Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-17T09:25:02.657Z] --- PASS: TestServiceWithDataPathPortInit (13.74s) [2022-06-17T09:25:02.657Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-17T09:25:03.234Z] --- PASS: TestLinksContainerNames (1.35s) [2022-06-17T09:25:03.234Z] === RUN TestLogsFollowTailEmpty [2022-06-17T09:25:03.578Z] --- PASS: TestServiceUpdateConfigs (14.70s) [2022-06-17T09:25:03.578Z] === RUN TestServiceUpdateNetwork [2022-06-17T09:25:03.803Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-17T09:25:03.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-17T09:25:04.022Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xycbx6teflv9tk66vnrmywtm5 Created:2022-06-17 09:25:02.746463487 +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[a973ab9f9f257db191e46e20c1f519f139583a0e63cf481894c9c3d187cf7021:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pptw12ybau1sqpo8qplimefy6 EndpointID:6b8dbcc9ad064e03126f9cb2df8ea3ce1dc8a679d58b661f6ba1afb46e929eb0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:031e14dafcd618552b92f9ccc8d9b3acb13f56703bf02cdb493658e33c53971d 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:ff38e474ff7a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pptw12ybau1sqpo8qplimefy6 EndpointID:6b8dbcc9ad064e03126f9cb2df8ea3ce1dc8a679d58b661f6ba1afb46e929eb0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-17T09:25:04.062Z] --- PASS: TestLogsFollowTailEmpty (0.89s) [2022-06-17T09:25:04.062Z] === RUN TestLogs [2022-06-17T09:25:04.062Z] === RUN TestLogs/driver_local [2022-06-17T09:25:04.062Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:25:04.062Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:25:04.062Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-17T09:25:04.062Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-17T09:25:04.062Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-17T09:25:04.062Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-17T09:25:04.062Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:25:04.062Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:25:04.062Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:25:04.062Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:25:04.062Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:25:04.062Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-17T09:25:04.062Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-17T09:25:04.062Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-17T09:25:04.062Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-17T09:25:04.321Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-17T09:25:04.321Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-17T09:25:05.257Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-17T09:25:05.257Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-17T09:25:05.257Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-17T09:25:05.516Z] check_test.go:540: [d612c04e3750f] daemon is not started [2022-06-17T09:25:05.516Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-17T09:25:06.882Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-17T09:25:06.882Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-17T09:25:06.894Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-17T09:25:06.894Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-17T09:25:06.894Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-17T09:25:08.272Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-17T09:25:08.272Z] === RUN TestLogs/driver_json-file [2022-06-17T09:25:08.272Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:25:08.272Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:25:08.272Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:25:08.272Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:25:08.272Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:25:08.272Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:25:08.272Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:25:08.272Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:25:08.272Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:25:08.272Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:25:08.272Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:25:08.272Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:25:08.272Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-17T09:25:08.272Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-17T09:25:08.624Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-17T09:25:09.208Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-17T09:25:09.208Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-17T09:25:09.265Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.87s) [2022-06-17T09:25:09.265Z] PASS [2022-06-17T09:25:09.265Z] [2022-06-17T09:25:09.265Z] === Skipped [2022-06-17T09:25:09.265Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:25:09.265Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:25:09.265Z] [2022-06-17T09:25:09.265Z] DONE 38 tests, 1 skipped in 44.600s [2022-06-17T09:25:09.265Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:25:09.265Z] ++ 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-17T09:25:09.265Z] ++ set -e [2022-06-17T09:25:09.265Z] ++ '[' -n 0 ']' [2022-06-17T09:25:09.265Z] ++ set -x [2022-06-17T09:25:09.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T09:25:09.265Z] INFO: Testing against a local daemon [2022-06-17T09:25:09.265Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-17T09:25:09.265Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:25:09.265Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-17T09:25:09.265Z] === RUN TestDockerNetworkIpvlan [2022-06-17T09:25:09.265Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:25:09.265Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:25:09.265Z] PASS [2022-06-17T09:25:09.265Z] [2022-06-17T09:25:09.265Z] === Skipped [2022-06-17T09:25:09.265Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-17T09:25:09.265Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:25:09.265Z] [2022-06-17T09:25:09.265Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:25:09.265Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:25:09.265Z] [2022-06-17T09:25:09.265Z] DONE 2 tests, 2 skipped in 0.095s [2022-06-17T09:25:09.265Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:25:09.265Z] ++ 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-17T09:25:09.265Z] ++ set -e [2022-06-17T09:25:09.265Z] ++ '[' -n 0 ']' [2022-06-17T09:25:09.265Z] ++ set -x [2022-06-17T09:25:09.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T09:25:09.265Z] INFO: Testing against a local daemon [2022-06-17T09:25:09.265Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-17T09:25:09.467Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-17T09:25:09.726Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-17T09:25:09.726Z] check_test.go:540: [d7eab943a39e3] daemon is not started [2022-06-17T09:25:09.726Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-17T09:25:10.192Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2022-06-17T09:25:10.192Z] === RUN TestDockerNetworkMacvlan [2022-06-17T09:25:10.293Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-17T09:25:10.293Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-17T09:25:10.753Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-17T09:25:11.230Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-17T09:25:11.315Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-17T09:25:11.489Z] --- PASS: TestLogs (7.41s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_local (0.02s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.34s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.36s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.30s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.39s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.37s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.35s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.22s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.28s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.93s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.99s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.11s) [2022-06-17T09:25:11.489Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.02s) [2022-06-17T09:25:11.489Z] === RUN TestContainerNetworkMountsNoChown [2022-06-17T09:25:11.871Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-17T09:25:11.871Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-17T09:25:12.057Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-17T09:25:12.057Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/default [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/default [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/private [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/private [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/rprivate [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/slave [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/slave [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/rslave [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/shared [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/shared [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/rshared [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-17T09:25:12.057Z] === CONT TestMountDaemonRoot/default [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:25:12.057Z] === CONT TestMountDaemonRoot/rslave [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:25:12.057Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:25:12.057Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:25:12.057Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:25:12.057Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-17T09:25:12.242Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/slave [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/rprivate [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/private [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/rshared [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/shared [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-17T09:25:12.316Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:25:12.316Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-17T09:25:12.316Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-17T09:25:12.575Z] docker_cli_daemon_plugins_test.go:80: [db34b4122f86e] daemon is not started [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-17T09:25:12.575Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-17T09:25:12.575Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-17T09:25:12.834Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-06-17T09:25:12.834Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-17T09:25:12.834Z] === RUN TestContainerBindMountNonRecursive [2022-06-17T09:25:12.834Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-17T09:25:13.770Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-17T09:25:13.770Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-17T09:25:14.130Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-17T09:25:14.338Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-17T09:25:14.599Z] --- PASS: TestContainerBindMountNonRecursive (1.83s) [2022-06-17T09:25:14.599Z] === RUN TestContainerVolumesMountedAsShared [2022-06-17T09:25:15.168Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-17T09:25:15.168Z] --- PASS: TestContainerVolumesMountedAsShared (0.58s) [2022-06-17T09:25:15.168Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-17T09:25:15.537Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-17T09:25:15.736Z] --- PASS: TestContainerVolumesMountedAsSlave (0.57s) [2022-06-17T09:25:15.736Z] === RUN TestNetworkNat [2022-06-17T09:25:15.787Z] --- PASS: TestServiceUpdateNetwork (12.44s) [2022-06-17T09:25:15.787Z] === RUN TestServiceUpdatePidsLimit [2022-06-17T09:25:16.020Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-17T09:25:16.093Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-17T09:25:16.093Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-17T09:25:16.093Z] [2022-06-17T09:25:16.093Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-17T09:25:16.093Z] =========================== short test summary info ============================ [2022-06-17T09:25:16.093Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-17T09:25:16.093Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-17T09:25:16.093Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-17T09:25:16.093Z] Not supported on most drivers [2022-06-17T09:25:16.093Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-17T09:25:16.093Z] Output of docker top depends on host distro, and is not formalized. [2022-06-17T09:25:16.093Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-17T09:25:16.093Z] Output of docker top depends on host distro, and is not formalized. [2022-06-17T09:25:16.093Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-17T09:25:16.093Z] Can fail if eth0 has multiple IP addresses [2022-06-17T09:25:16.093Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-17T09:25:16.093Z] This doesn't seem to be taken into account by the engine [2022-06-17T09:25:16.093Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-17T09:25:16.093Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-17T09:25:16.093Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 283.27 seconds == [2022-06-17T09:25:16.304Z] --- PASS: TestNetworkNat (0.70s) [2022-06-17T09:25:16.304Z] === RUN TestNetworkLocalhostTCPNat [2022-06-17T09:25:16.348Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-17T09:25:16.563Z] docker_cli_daemon_plugins_test.go:170: [d77765a62cc5d] daemon is not started [2022-06-17T09:25:16.563Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-17T09:25:16.724Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-17T09:25:17.131Z] --- PASS: TestNetworkLocalhostTCPNat (0.80s) [2022-06-17T09:25:17.131Z] === RUN TestNetworkLoopbackNat [2022-06-17T09:25:17.293Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-17T09:25:17.389Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-17T09:25:17.956Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-17T09:25:18.214Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-17T09:25:18.783Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-17T09:25:19.287Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-17T09:25:19.543Z] --- PASS: TestDockerNetworkMacvlan (9.58s) [2022-06-17T09:25:19.543Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-17T09:25:19.543Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-06-17T09:25:19.543Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2022-06-17T09:25:19.543Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-06-17T09:25:19.543Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.04s) [2022-06-17T09:25:19.543Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-06-17T09:25:19.543Z] PASS [2022-06-17T09:25:19.543Z] [2022-06-17T09:25:19.543Z] DONE 8 tests in 11.120s [2022-06-17T09:25:19.543Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-17T09:25:19.543Z] ++ 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-17T09:25:19.543Z] ++ set -e [2022-06-17T09:25:19.543Z] ++ '[' -n 0 ']' [2022-06-17T09:25:19.543Z] ++ set -x [2022-06-17T09:25:19.543Z] ++ 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-17T09:25:19.543Z] testing: warning: no tests to run [2022-06-17T09:25:19.543Z] PASS [2022-06-17T09:25:19.543Z] [2022-06-17T09:25:19.543Z] DONE 0 tests in 0.025s [2022-06-17T09:25:19.543Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-17T09:25:19.543Z] ++ 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-17T09:25:19.543Z] ++ set -e [2022-06-17T09:25:19.543Z] ++ '[' -n 0 ']' [2022-06-17T09:25:19.543Z] ++ set -x [2022-06-17T09:25:19.543Z] ++ 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-17T09:25:19.720Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-17T09:25:19.798Z] INFO: Testing against a local daemon [2022-06-17T09:25:19.798Z] === RUN TestAuthZPluginAllowRequest [2022-06-17T09:25:20.288Z] --- PASS: TestNetworkLoopbackNat (2.97s) [2022-06-17T09:25:20.288Z] === RUN TestPause [2022-06-17T09:25:20.288Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-17T09:25:20.855Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-17T09:25:20.855Z] --- PASS: TestPause (0.81s) [2022-06-17T09:25:21.114Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-17T09:25:21.114Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:25:21.114Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:25:21.114Z] === RUN TestPauseStopPausedContainer [2022-06-17T09:25:21.114Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-17T09:25:21.162Z] --- PASS: TestAuthZPluginAllowRequest (1.22s) [2022-06-17T09:25:21.162Z] === RUN TestAuthZPluginTLS [2022-06-17T09:25:21.373Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-17T09:25:21.418Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-17T09:25:21.418Z] === RUN TestAuthZPluginDenyRequest [2022-06-17T09:25:21.633Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2022-06-17T09:25:21.633Z] === RUN TestPidHost [2022-06-17T09:25:21.892Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-17T09:25:21.892Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-17T09:25:21.979Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-17T09:25:21.979Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-17T09:25:22.459Z] check_test.go:540: [db331376ac508] daemon is not started [2022-06-17T09:25:22.459Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-17T09:25:22.541Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-17T09:25:22.541Z] === RUN TestAuthZPluginDenyResponse [2022-06-17T09:25:23.102Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-06-17T09:25:23.102Z] === RUN TestAuthZPluginAllowEventStream [2022-06-17T09:25:23.395Z] --- PASS: TestPidHost (1.62s) [2022-06-17T09:25:23.395Z] === RUN TestPsFilter [2022-06-17T09:25:23.395Z] --- PASS: TestPsFilter (0.14s) [2022-06-17T09:25:23.395Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-17T09:25:23.655Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-17T09:25:24.222Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-17T09:25:24.222Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2022-06-17T09:25:24.222Z] === RUN TestRemoveContainerWithVolume [2022-06-17T09:25:24.466Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-06-17T09:25:24.466Z] === RUN TestAuthZPluginErrorResponse [2022-06-17T09:25:24.722Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-17T09:25:24.722Z] === RUN TestAuthZPluginErrorRequest [2022-06-17T09:25:24.790Z] --- PASS: TestRemoveContainerWithVolume (0.53s) [2022-06-17T09:25:24.790Z] === RUN TestRemoveContainerRunning [2022-06-17T09:25:25.286Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-17T09:25:25.286Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-17T09:25:25.411Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-17T09:25:25.727Z] --- PASS: TestRemoveContainerRunning (0.78s) [2022-06-17T09:25:25.727Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-17T09:25:25.727Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-17T09:25:25.868Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-06-17T09:25:25.868Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-17T09:25:26.294Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.56s) [2022-06-17T09:25:26.294Z] === RUN TestRemoveInvalidContainer [2022-06-17T09:25:26.294Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-17T09:25:26.294Z] === RUN TestRenameLinkedContainer [2022-06-17T09:25:27.232Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-17T09:25:27.236Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s) [2022-06-17T09:25:27.236Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-17T09:25:28.501Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-17T09:25:28.501Z] [2022-06-17T09:25:28.501Z] Unloading profiles will leave already running processes permanently [2022-06-17T09:25:28.501Z] unconfined, which can lead to unexpected situations. [2022-06-17T09:25:28.501Z] [2022-06-17T09:25:28.501Z] To set a process to complain mode, use the command line tool [2022-06-17T09:25:28.501Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-17T09:25:28.501Z] Post stage [Pipeline] junit [2022-06-17T09:25:28.510Z] Recording test results [2022-06-17T09:25:28.602Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.32s) [2022-06-17T09:25:28.602Z] === RUN TestAuthZPluginHeader [2022-06-17T09:25:28.611Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-17T09:25:28.611Z] --- PASS: TestRenameLinkedContainer (2.45s) [2022-06-17T09:25:28.611Z] === RUN TestRenameStoppedContainer [2022-06-17T09:25:29.163Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-17T09:25:29.163Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-17T09:25:29.163Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:29.163Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-17T09:25:29.163Z] === RUN TestAuthZPluginV2Disable [2022-06-17T09:25:29.163Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:29.163Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-17T09:25:29.163Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-17T09:25:29.163Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:29.163Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-17T09:25:29.163Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-17T09:25:29.163Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:29.163Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-17T09:25:29.163Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-17T09:25:29.179Z] --- PASS: TestRenameStoppedContainer (0.48s) [2022-06-17T09:25:29.179Z] === RUN TestRenameRunningContainerAndReuse [2022-06-17T09:25:29.774Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-17T09:25:30.066Z] + echo Ensuring container killed. [2022-06-17T09:25:30.066Z] Ensuring container killed. [2022-06-17T09:25:30.066Z] + docker rm -vf docker-pr24 [2022-06-17T09:25:30.066Z] Error: No such container: docker-pr24 [Pipeline] sh [2022-06-17T09:25:30.117Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-17T09:25:30.375Z] --- PASS: TestRenameRunningContainerAndReuse (1.18s) [2022-06-17T09:25:30.375Z] === RUN TestRenameInvalidName [2022-06-17T09:25:30.396Z] + echo Chowning /workspace to jenkins user [2022-06-17T09:25:30.396Z] Chowning /workspace to jenkins user [2022-06-17T09:25:30.396Z] + id -u [2022-06-17T09:25:30.396Z] + id -g [2022-06-17T09:25:30.396Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/workspace busybox chown -R 1000:1000 /workspace [2022-06-17T09:25:30.396Z] Unable to find image 'busybox:latest' locally [2022-06-17T09:25:30.396Z] latest: Pulling from library/busybox [2022-06-17T09:25:30.651Z] 19d511225f94: Pulling fs layer [2022-06-17T09:25:30.651Z] 19d511225f94: Verifying Checksum [2022-06-17T09:25:30.651Z] 19d511225f94: Download complete [2022-06-17T09:25:30.651Z] 19d511225f94: Pull complete [2022-06-17T09:25:30.651Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-17T09:25:30.651Z] Status: Downloaded newer image for busybox:latest [2022-06-17T09:25:30.943Z] --- PASS: TestRenameInvalidName (0.53s) [2022-06-17T09:25:30.943Z] === RUN TestRenameAnonymousContainer [2022-06-17T09:25:31.510Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-17T09:25:31.979Z] --- PASS: TestServiceUpdatePidsLimit (16.55s) [2022-06-17T09:25:31.979Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-06-17T09:25:31.979Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) [2022-06-17T09:25:31.979Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2022-06-17T09:25:31.979Z] PASS [2022-06-17T09:25:31.979Z] [2022-06-17T09:25:31.979Z] === Skipped [2022-06-17T09:25:31.979Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-17T09:25:31.979Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:25:31.979Z] [2022-06-17T09:25:31.979Z] DONE 27 tests, 1 skipped in 163.886s [2022-06-17T09:25:31.979Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-17T09:25:31.979Z] INFO: Testing against a local daemon [2022-06-17T09:25:31.979Z] === RUN TestSessionCreate [2022-06-17T09:25:31.979Z] --- PASS: TestSessionCreate (0.02s) [2022-06-17T09:25:31.979Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-17T09:25:31.979Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-17T09:25:31.979Z] PASS [2022-06-17T09:25:31.979Z] [2022-06-17T09:25:31.979Z] DONE 2 tests in 0.059s [2022-06-17T09:25:31.979Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-17T09:25:31.979Z] INFO: Testing against a local daemon [2022-06-17T09:25:31.979Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-17T09:25:31.979Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-17T09:25:31.979Z] === RUN TestDiskUsage [2022-06-17T09:25:31.979Z] === PAUSE TestDiskUsage [2022-06-17T09:25:31.979Z] === RUN TestEventsExecDie [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-17T09:25:32.336Z] + bundleName=docker-py [2022-06-17T09:25:32.336Z] + echo Creating docker-py-bundles.tar.gz [2022-06-17T09:25:32.336Z] Creating docker-py-bundles.tar.gz [2022-06-17T09:25:32.336Z] + 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-17T09:25:32.345Z] Archiving artifacts [2022-06-17T09:25:32.551Z] --- PASS: TestEventsExecDie (0.57s) [2022-06-17T09:25:32.551Z] === RUN TestEventsBackwardsCompatible [2022-06-17T09:25:32.551Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-17T09:25:32.551Z] === RUN TestEventsVolumeCreate [2022-06-17T09:25:32.828Z] --- PASS: TestEventsVolumeCreate (0.09s) [2022-06-17T09:25:32.828Z] === RUN TestInfoBinaryCommits [2022-06-17T09:25:32.828Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-06-17T09:25:32.828Z] === RUN TestInfoAPIVersioned [2022-06-17T09:25:32.828Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-17T09:25:32.828Z] === RUN TestInfoAPI [2022-06-17T09:25:32.828Z] --- PASS: TestInfoAPI (0.03s) [2022-06-17T09:25:32.828Z] === RUN TestInfoAPIWarnings [2022-06-17T09:25:32.904Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-17T09:25:33.169Z] --- PASS: TestRenameAnonymousContainer (2.17s) [2022-06-17T09:25:33.169Z] === RUN TestRenameContainerWithSameName [2022-06-17T09:25:33.432Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-17T09:25:33.697Z] --- PASS: TestRenameContainerWithSameName (0.55s) [2022-06-17T09:25:33.697Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-17T09:25:34.004Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43682/24/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-17T09:25:34.336Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_GITCOMMIT=ea19413969123458cc2a9ec808dec7ee02d2b72a -e DOCKER_GRAPHDRIVER docker:ea19413969123458cc2a9ec808dec7ee02d2b72a hack/make.sh binary [2022-06-17T09:25:34.591Z] [2022-06-17T09:25:34.648Z] --- PASS: TestRenameContainerWithLinkedContainer (1.09s) [2022-06-17T09:25:34.649Z] === RUN TestResize [2022-06-17T09:25:34.649Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-17T09:25:34.847Z] Removing bundles/ [2022-06-17T09:25:34.847Z] [2022-06-17T09:25:34.847Z] ---> Making bundle: binary (in bundles/binary) [2022-06-17T09:25:34.847Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-17T09:25:34.847Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:25:35.215Z] --- PASS: TestResize (0.57s) [2022-06-17T09:25:35.215Z] === RUN TestResizeWithInvalidSize [2022-06-17T09:25:35.781Z] --- PASS: TestResizeWithInvalidSize (0.48s) [2022-06-17T09:25:35.781Z] === RUN TestResizeWhenContainerNotStarted [2022-06-17T09:25:36.040Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:25:36.040Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:25:36.040Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:25:36.299Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:25:36.299Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:25:36.299Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:25:36.299Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:25:36.299Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:25:36.299Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-17T09:25:36.299Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:25:36.866Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-17T09:25:38.249Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:25:39.185Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:25:39.185Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-17T09:25:40.559Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-17T09:25:40.559Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-17T09:25:41.939Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:25:41.939Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-17T09:25:43.841Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-17T09:25:43.841Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-17T09:25:45.745Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-17T09:25:45.745Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-17T09:25:45.745Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-17T09:25:47.201Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-06-17T09:25:47.201Z] PASS [2022-06-17T09:25:47.201Z] [2022-06-17T09:25:47.201Z] === Skipped [2022-06-17T09:25:47.201Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-17T09:25:47.201Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:47.201Z] [2022-06-17T09:25:47.201Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-17T09:25:47.201Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:47.201Z] [2022-06-17T09:25:47.201Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-17T09:25:47.201Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:47.201Z] [2022-06-17T09:25:47.201Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-17T09:25:47.201Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:47.201Z] [2022-06-17T09:25:47.201Z] DONE 17 tests, 4 skipped in 26.207s [2022-06-17T09:25:47.201Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-17T09:25:47.201Z] ++ 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-17T09:25:47.201Z] ++ set -e [2022-06-17T09:25:47.201Z] ++ '[' -n 0 ']' [2022-06-17T09:25:47.201Z] ++ set -x [2022-06-17T09:25:47.201Z] ++ 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-17T09:25:47.201Z] INFO: Testing against a local daemon [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:25:47.201Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:25:47.201Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-17T09:25:47.201Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-17T09:25:47.201Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-17T09:25:47.201Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-17T09:25:47.201Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-17T09:25:47.201Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-17T09:25:47.201Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-17T09:25:47.201Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-17T09:25:47.201Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-17T09:25:47.202Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-17T09:25:47.202Z] === RUN TestPluginInstall [2022-06-17T09:25:47.202Z] === RUN TestPluginInstall/no_auth [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:598b6625f63782bb75253d5284033d2f68e85e59ba552f892fdd8ae4ce4d2cab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:598b6625f63782bb75253d5284033d2f68e85e59ba552f892fdd8ae4ce4d2cab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:25:47.202Z] === RUN TestPluginInstall/with_htpasswd [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:598b6625f63782bb75253d5284033d2f68e85e59ba552f892fdd8ae4ce4d2cab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:25:47.202Z] time="2022-06-17T09:25:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:598b6625f63782bb75253d5284033d2f68e85e59ba552f892fdd8ae4ce4d2cab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:25:47.458Z] === RUN TestPluginInstall/with_insecure [2022-06-17T09:25:48.277Z] check_test.go:540: [da7c1feae4e1b] daemon is not started [2022-06-17T09:25:48.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-17T09:25:48.386Z] time="2022-06-17T09:25:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:25:48.386Z] time="2022-06-17T09:25:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95e0a6866b802b8b4a417282810958a124bed63280293b1f727ef7c8a35017e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:25:48.386Z] time="2022-06-17T09:25:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:25:48.386Z] time="2022-06-17T09:25:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95e0a6866b802b8b4a417282810958a124bed63280293b1f727ef7c8a35017e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:25:48.642Z] plugin_test.go:195: [d1971d4b754f6] daemon is not started [2022-06-17T09:25:48.642Z] --- PASS: TestPluginInstall (2.57s) [2022-06-17T09:25:48.642Z] --- PASS: TestPluginInstall/no_auth (0.97s) [2022-06-17T09:25:48.642Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-06-17T09:25:48.642Z] --- PASS: TestPluginInstall/with_insecure (1.04s) [2022-06-17T09:25:48.642Z] === RUN TestPluginsWithRuntimes [2022-06-17T09:25:48.844Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-17T09:25:50.007Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-17T09:25:50.219Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-17T09:25:50.477Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-17T09:25:50.736Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-17T09:25:50.934Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-17T09:25:50.941Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-17T09:25:50.941Z] === RUN TestInfoDebug [2022-06-17T09:25:50.941Z] --- PASS: TestInfoDebug (0.52s) [2022-06-17T09:25:50.941Z] === RUN TestInfoInsecureRegistries [2022-06-17T09:25:50.941Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-17T09:25:50.941Z] === RUN TestInfoRegistryMirrors [2022-06-17T09:25:50.941Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-17T09:25:50.941Z] === RUN TestLoginFailsWithBadCredentials [2022-06-17T09:25:50.941Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-06-17T09:25:50.941Z] === RUN TestPingCacheHeaders [2022-06-17T09:25:50.941Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-17T09:25:50.941Z] === RUN TestPingGet [2022-06-17T09:25:50.941Z] --- PASS: TestPingGet (0.02s) [2022-06-17T09:25:50.941Z] === RUN TestPingHead [2022-06-17T09:25:50.941Z] --- PASS: TestPingHead (0.02s) [2022-06-17T09:25:50.941Z] === RUN TestPingSwarmHeader [2022-06-17T09:25:50.997Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-17T09:25:51.256Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-17T09:25:51.256Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-17T09:25:51.256Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-17T09:25:51.509Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-17T09:25:51.861Z] --- PASS: TestPluginsWithRuntimes (3.31s) [2022-06-17T09:25:51.861Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-06-17T09:25:51.861Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-06-17T09:25:51.861Z] === RUN TestPluginBackCompatMediaTypes [2022-06-17T09:25:52.077Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-17T09:25:52.423Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-06-17T09:25:52.423Z] PASS [2022-06-17T09:25:52.423Z] [2022-06-17T09:25:52.423Z] DONE 24 tests in 6.603s [2022-06-17T09:25:52.423Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-17T09:25:52.423Z] ++ 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-17T09:25:52.423Z] ++ set -e [2022-06-17T09:25:52.423Z] ++ '[' -n 0 ']' [2022-06-17T09:25:52.423Z] ++ set -x [2022-06-17T09:25:52.423Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T09:25:52.633Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-17T09:25:52.679Z] INFO: Testing against a local daemon [2022-06-17T09:25:52.679Z] === RUN TestExternalGraphDriver [2022-06-17T09:25:52.679Z] === RUN TestExternalGraphDriver/json [2022-06-17T09:25:53.015Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-17T09:25:53.015Z] --- PASS: TestPingSwarmHeader (2.07s) [2022-06-17T09:25:53.015Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-17T09:25:53.015Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-17T09:25:53.015Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-17T09:25:53.015Z] === RUN TestVersion [2022-06-17T09:25:53.015Z] --- PASS: TestVersion (0.02s) [2022-06-17T09:25:53.015Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-17T09:25:53.015Z] === CONT TestDiskUsage [2022-06-17T09:25:53.569Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/container_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/image_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/volume_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-17T09:25:53.584Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-17T09:25:53.844Z] === RUN TestDiskUsage/after_container.Run [2022-06-17T09:25:54.137Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-17T09:25:54.395Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-17T09:25:54.414Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-17T09:25:54.568Z] === RUN TestExternalGraphDriver/spec [2022-06-17T09:25:54.673Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.62s) [2022-06-17T09:25:54.673Z] --- PASS: TestDiskUsage (1.62s) [2022-06-17T09:25:54.673Z] --- PASS: TestDiskUsage/empty (0.02s) [2022-06-17T09:25:54.673Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-17T09:25:54.673Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-17T09:25:54.673Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-17T09:25:54.673Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run (0.56s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-17T09:25:54.674Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:25:54.674Z] PASS [2022-06-17T09:25:54.674Z] [2022-06-17T09:25:54.674Z] DONE 54 tests in 22.749s [2022-06-17T09:25:54.674Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-17T09:25:54.674Z] INFO: Testing against a local daemon [2022-06-17T09:25:54.674Z] === RUN TestVolumesCreateAndList [2022-06-17T09:25:54.674Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-17T09:25:54.674Z] === RUN TestVolumesRemove [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesRemove (0.09s) [2022-06-17T09:25:54.934Z] === RUN TestVolumesInspect [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-17T09:25:54.934Z] === RUN TestVolumesInvalidJSON [2022-06-17T09:25:54.934Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-17T09:25:54.934Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-17T09:25:54.934Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-17T09:25:54.934Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-17T09:25:54.934Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-17T09:25:54.934Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-17T09:25:54.934Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-17T09:25:54.934Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-17T09:25:54.934Z] PASS [2022-06-17T09:25:54.934Z] [2022-06-17T09:25:54.934Z] DONE 9 tests in 0.160s [2022-06-17T09:25:54.934Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-17T09:25:55.504Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-17T09:25:55.504Z] Removing test suite binaries [2022-06-17T09:25:55.504Z] exiting test-integration [2022-06-17T09:25:55.504Z] ++ exit 0 [2022-06-17T09:25:55.504Z] [2022-06-17T09:25:55.774Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-17T09:25:55.774Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-17T09:25:55.933Z] === RUN TestExternalGraphDriver/pull [2022-06-17T09:25:56.711Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 Post stage [Pipeline] junit [2022-06-17T09:25:56.898Z] Recording test results [2022-06-17T09:25:57.281Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-17T09:25:57.541Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-17T09:25:57.541Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-17T09:25:57.541Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-17T09:25:57.821Z] --- PASS: TestExternalGraphDriver (5.09s) [2022-06-17T09:25:57.821Z] --- PASS: TestExternalGraphDriver/json (1.61s) [2022-06-17T09:25:57.821Z] --- PASS: TestExternalGraphDriver/spec (1.57s) [2022-06-17T09:25:57.821Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2022-06-17T09:25:57.821Z] === RUN TestGraphdriverPluginV2 [2022-06-17T09:25:57.821Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:57.821Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-17T09:25:57.821Z] PASS [2022-06-17T09:25:57.821Z] [2022-06-17T09:25:57.821Z] === Skipped [2022-06-17T09:25:57.821Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-17T09:25:57.821Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:25:57.821Z] [2022-06-17T09:25:57.821Z] DONE 5 tests, 1 skipped in 5.211s [2022-06-17T09:25:57.821Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-17T09:25:57.821Z] ++ 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-17T09:25:57.821Z] ++ set -e [2022-06-17T09:25:57.821Z] ++ '[' -n 0 ']' [2022-06-17T09:25:57.821Z] ++ set -x [2022-06-17T09:25:57.821Z] ++ 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-17T09:25:57.821Z] INFO: Testing against a local daemon [2022-06-17T09:25:57.821Z] === RUN TestContinueAfterPluginCrash [2022-06-17T09:25:57.822Z] === PAUSE TestContinueAfterPluginCrash [2022-06-17T09:25:57.822Z] === RUN TestReadPluginNoRead [2022-06-17T09:25:57.822Z] === PAUSE TestReadPluginNoRead [2022-06-17T09:25:57.822Z] === RUN TestDaemonStartWithLogOpt [2022-06-17T09:25:57.822Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-17T09:25:57.822Z] === CONT TestContinueAfterPluginCrash [2022-06-17T09:25:57.822Z] === CONT TestDaemonStartWithLogOpt [2022-06-17T09:25:58.389Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-17T09:25:58.727Z] + echo Ensuring container killed. [2022-06-17T09:25:58.727Z] Ensuring container killed. [2022-06-17T09:25:58.727Z] + docker rm -vf docker-pr24 [2022-06-17T09:25:58.727Z] Error: No such container: docker-pr24 [Pipeline] sh [2022-06-17T09:25:58.919Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-17T09:25:59.014Z] + echo Chowning /workspace to jenkins user [2022-06-17T09:25:59.014Z] Chowning /workspace to jenkins user [2022-06-17T09:25:59.014Z] + id -u [2022-06-17T09:25:59.014Z] + id -g [2022-06-17T09:25:59.014Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/workspace busybox chown -R 1000:1000 /workspace [2022-06-17T09:25:59.014Z] Unable to find image 'busybox:latest' locally [2022-06-17T09:25:59.014Z] latest: Pulling from library/busybox [2022-06-17T09:25:59.278Z] 19d511225f94: Pulling fs layer [2022-06-17T09:25:59.278Z] 19d511225f94: Download complete [2022-06-17T09:25:59.278Z] 19d511225f94: Pull complete [2022-06-17T09:25:59.278Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-17T09:25:59.278Z] Status: Downloaded newer image for busybox:latest [2022-06-17T09:25:59.488Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-17T09:25:59.746Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-17T09:25:59.746Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.84s) [2022-06-17T09:25:59.746Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-17T09:25:59.746Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-06-17T09:25:59.746Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.41s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.73s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.82s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.12s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.88s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.38s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.34s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.64s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.27s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.17s) [2022-06-17T09:25:59.747Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.40s) [2022-06-17T09:25:59.747Z] === RUN TestCgroupNamespacesRun [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-17T09:26:00.960Z] + bundleName=amd64-cgroup2 [2022-06-17T09:26:00.960Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-17T09:26:00.960Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-17T09:26:00.960Z] + 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-17T09:26:00.960Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-06-17T09:26:01.089Z] --- PASS: TestDaemonStartWithLogOpt (3.07s) [2022-06-17T09:26:01.090Z] === CONT TestReadPluginNoRead [Pipeline] archiveArtifacts [2022-06-17T09:26:01.234Z] Archiving artifacts [2022-06-17T09:26:01.650Z] --- PASS: TestCgroupNamespacesRun (1.91s) [2022-06-17T09:26:01.651Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-17T09:26:02.980Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-17T09:26:03.318Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43682/24/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-17T09:26:03.555Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.61s) [2022-06-17T09:26:03.555Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-17T09:26:03.555Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-17T09:26:03.623Z] + make clean [2022-06-17T09:26:03.623Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-17T09:26:03.623Z] docker-dev-cache [2022-06-17T09:26:03.623Z] docker-mod-cache [Pipeline] deleteDir [2022-06-17T09:26:04.345Z] === RUN TestReadPluginNoRead/default [2022-06-17T09:26:04.491Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-17T09:26:04.491Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-17T09:26:05.058Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.93s) [2022-06-17T09:26:05.059Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-17T09:26:05.709Z] === RUN TestReadPluginNoRead/disabled_caching [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-17T09:26:05.965Z] --- PASS: TestContinueAfterPluginCrash (8.05s) [2022-06-17T09:26:06.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-17T09:26:06.439Z] --- PASS: TestCgroupNamespacesRunHostMode (1.33s) [2022-06-17T09:26:06.439Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-17T09:26:06.893Z] === CONT TestReadPluginNoRead [2022-06-17T09:26:06.893Z] read_test.go:92: [d0eb965da9be4] daemon is not started [2022-06-17T09:26:06.893Z] --- PASS: TestReadPluginNoRead (5.78s) [2022-06-17T09:26:06.893Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s) [2022-06-17T09:26:06.893Z] --- PASS: TestReadPluginNoRead/default (1.17s) [2022-06-17T09:26:06.893Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-06-17T09:26:06.893Z] PASS [2022-06-17T09:26:06.893Z] [2022-06-17T09:26:06.893Z] DONE 6 tests in 8.971s [2022-06-17T09:26:06.893Z] 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-17T09:26:06.893Z] ++ 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-17T09:26:06.893Z] ++ set -e [2022-06-17T09:26:06.893Z] ++ '[' -n 0 ']' [2022-06-17T09:26:06.893Z] ++ set -x [2022-06-17T09:26:06.894Z] ++ 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-17T09:26:06.894Z] testing: warning: no tests to run [2022-06-17T09:26:06.894Z] PASS [2022-06-17T09:26:06.894Z] [2022-06-17T09:26:06.894Z] DONE 0 tests in 0.040s [2022-06-17T09:26:06.894Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-17T09:26:06.894Z] ++ 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-17T09:26:06.894Z] ++ set -e [2022-06-17T09:26:06.894Z] ++ '[' -n 0 ']' [2022-06-17T09:26:06.894Z] ++ set -x [2022-06-17T09:26:06.894Z] ++ 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-17T09:26:06.894Z] INFO: Testing against a local daemon [2022-06-17T09:26:06.894Z] === RUN TestPluginWithDevMounts [2022-06-17T09:26:06.894Z] === PAUSE TestPluginWithDevMounts [2022-06-17T09:26:06.894Z] === CONT TestPluginWithDevMounts [2022-06-17T09:26:07.376Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-17T09:26:07.944Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.31s) [2022-06-17T09:26:07.944Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-17T09:26:08.783Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-06-17T09:26:08.783Z] PASS [2022-06-17T09:26:08.783Z] [2022-06-17T09:26:08.783Z] DONE 1 tests in 1.640s [2022-06-17T09:26:08.783Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-17T09:26:08.783Z] ++ 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-17T09:26:08.783Z] ++ set -e [2022-06-17T09:26:08.783Z] ++ '[' -n 0 ']' [2022-06-17T09:26:08.783Z] ++ set -x [2022-06-17T09:26:08.783Z] ++ 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-17T09:26:08.783Z] INFO: Testing against a local daemon [2022-06-17T09:26:08.783Z] === RUN TestSecretInspect [2022-06-17T09:26:09.323Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-17T09:26:09.323Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.51s) [2022-06-17T09:26:09.323Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-17T09:26:10.262Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-17T09:26:10.262Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2022-06-17T09:26:10.262Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-17T09:26:10.673Z] --- PASS: TestSecretInspect (1.77s) [2022-06-17T09:26:10.673Z] === RUN TestSecretList [2022-06-17T09:26:11.639Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-17T09:26:11.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-17T09:26:11.897Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2022-06-17T09:26:11.897Z] === RUN TestNISDomainname [2022-06-17T09:26:12.560Z] --- PASS: TestSecretList (2.19s) [2022-06-17T09:26:12.560Z] === RUN TestSecretsCreateAndDelete [2022-06-17T09:26:12.834Z] --- PASS: TestNISDomainname (0.73s) [2022-06-17T09:26:12.834Z] === RUN TestHostnameDnsResolution [2022-06-17T09:26:13.771Z] --- PASS: TestHostnameDnsResolution (1.12s) [2022-06-17T09:26:13.771Z] === RUN TestUnprivilegedPortsAndPing [2022-06-17T09:26:14.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-17T09:26:14.598Z] --- PASS: TestUnprivilegedPortsAndPing (0.75s) [2022-06-17T09:26:14.598Z] === RUN TestPrivilegedHostDevices [2022-06-17T09:26:15.076Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-06-17T09:26:15.076Z] === RUN TestSecretsUpdate [2022-06-17T09:26:15.534Z] --- PASS: TestPrivilegedHostDevices (0.83s) [2022-06-17T09:26:15.534Z] === RUN TestConsoleSize [2022-06-17T09:26:15.792Z] --- PASS: TestConsoleSize (0.57s) [2022-06-17T09:26:15.792Z] === RUN TestStats [2022-06-17T09:26:16.964Z] --- PASS: TestSecretsUpdate (2.23s) [2022-06-17T09:26:16.965Z] === RUN TestTemplatedSecret [2022-06-17T09:26:18.390Z] check_test.go:540: [de6e5f6007249] daemon is not started [2022-06-17T09:26:18.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-17T09:26:18.390Z] --- PASS: TestStats (2.55s) [2022-06-17T09:26:18.390Z] === RUN TestStopContainerWithTimeout [2022-06-17T09:26:18.390Z] === RUN TestStopContainerWithTimeout/0 [2022-06-17T09:26:18.390Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-17T09:26:18.390Z] === RUN TestStopContainerWithTimeout/1 [2022-06-17T09:26:18.390Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-17T09:26:18.390Z] === RUN TestStopContainerWithTimeout/3 [2022-06-17T09:26:18.390Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-17T09:26:18.390Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-17T09:26:18.390Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-17T09:26:18.390Z] === CONT TestStopContainerWithTimeout/0 [2022-06-17T09:26:18.390Z] === CONT TestStopContainerWithTimeout/3 [2022-06-17T09:26:18.651Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-17T09:26:18.651Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-17T09:26:18.651Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-17T09:26:19.480Z] --- PASS: TestTemplatedSecret (2.47s) [2022-06-17T09:26:19.481Z] === RUN TestSecretCreateResolve [2022-06-17T09:26:19.588Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-17T09:26:19.588Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-17T09:26:19.588Z] === CONT TestStopContainerWithTimeout/1 [2022-06-17T09:26:19.846Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-17T09:26:20.413Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-17T09:26:20.413Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-17T09:26:20.980Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-17T09:26:20.980Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-17T09:26:21.546Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-17T09:26:21.996Z] --- PASS: TestSecretCreateResolve (2.22s) [2022-06-17T09:26:21.996Z] PASS [2022-06-17T09:26:21.996Z] [2022-06-17T09:26:21.996Z] DONE 6 tests in 13.167s [2022-06-17T09:26:21.996Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-17T09:26:21.996Z] ++ 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-17T09:26:21.996Z] ++ set -e [2022-06-17T09:26:21.996Z] ++ '[' -n 0 ']' [2022-06-17T09:26:21.996Z] ++ set -x [2022-06-17T09:26:21.996Z] ++ 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-17T09:26:21.996Z] INFO: Testing against a local daemon [2022-06-17T09:26:21.996Z] === RUN TestServiceCreateInit [2022-06-17T09:26:21.996Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-17T09:26:22.114Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-17T09:26:22.372Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-17T09:26:22.372Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-17T09:26:22.939Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-17T09:26:24.316Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-17T09:26:24.316Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2022-06-17T09:26:24.316Z] --- PASS: TestStopContainerWithTimeout/1 (1.82s) [2022-06-17T09:26:24.316Z] --- PASS: TestStopContainerWithTimeout/3 (3.21s) [2022-06-17T09:26:24.316Z] --- PASS: TestStopContainerWithTimeout/-1 (2.85s) [2022-06-17T09:26:24.316Z] === RUN TestDeleteDevicemapper [2022-06-17T09:26:24.316Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:26:24.316Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-17T09:26:24.316Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-17T09:26:24.883Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-17T09:26:25.264Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-17T09:26:26.788Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.08s) [2022-06-17T09:26:26.789Z] === RUN TestUpdateMemory [2022-06-17T09:26:26.789Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:26:26.789Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-17T09:26:26.789Z] === RUN TestUpdateCPUQuota [2022-06-17T09:26:26.789Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-17T09:26:27.724Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-17T09:26:27.984Z] --- PASS: TestUpdateCPUQuota (1.44s) [2022-06-17T09:26:27.984Z] === RUN TestUpdatePidsLimit [2022-06-17T09:26:27.984Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-17T09:26:28.243Z] === RUN TestUpdatePidsLimit/no_change [2022-06-17T09:26:28.531Z] --- PASS: TestServiceCreateInit (6.82s) [2022-06-17T09:26:28.531Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.28s) [2022-06-17T09:26:28.531Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.52s) [2022-06-17T09:26:28.531Z] === RUN TestCreateServiceMultipleTimes [2022-06-17T09:26:28.811Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-17T09:26:28.811Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-17T09:26:29.070Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-17T09:26:29.639Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-17T09:26:29.898Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-17T09:26:30.158Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-17T09:26:30.417Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-17T09:26:30.677Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit (3.49s) [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit/no_change (0.48s) [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.28s) [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2022-06-17T09:26:31.247Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2022-06-17T09:26:31.247Z] === RUN TestUpdateRestartPolicy [2022-06-17T09:26:31.506Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-17T09:26:32.444Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-17T09:26:33.384Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-17T09:26:34.763Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-17T09:26:36.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-17T09:26:39.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-17T09:26:39.203Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-17T09:26:39.203Z] check_test.go:540: [dc12069e4f58e] daemon is not started [2022-06-17T09:26:39.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-17T09:26:39.203Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-17T09:26:39.203Z] check_test.go:540: [d0dd4d9d8c096] daemon is not started [2022-06-17T09:26:39.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-17T09:26:42.488Z] check_test.go:540: [d05a19415e5d2] daemon is not started [2022-06-17T09:26:42.488Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-17T09:26:43.409Z] --- PASS: TestCreateServiceMultipleTimes (14.81s) [2022-06-17T09:26:43.409Z] === RUN TestCreateServiceConflict [2022-06-17T09:26:43.864Z] --- PASS: TestUpdateRestartPolicy (12.62s) [2022-06-17T09:26:43.864Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-17T09:26:44.802Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2022-06-17T09:26:44.802Z] === RUN TestWaitNonBlocked [2022-06-17T09:26:44.802Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:26:44.802Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:26:44.802Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:26:44.802Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:26:44.802Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-17T09:26:44.802Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-17T09:26:45.927Z] --- PASS: TestCreateServiceConflict (2.22s) [2022-06-17T09:26:45.927Z] === RUN TestCreateServiceMaxReplicas [2022-06-17T09:26:46.178Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-17T09:26:46.178Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s) [2022-06-17T09:26:46.178Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.20s) [2022-06-17T09:26:46.178Z] === RUN TestWaitBlocked [2022-06-17T09:26:46.178Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:26:46.178Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:26:46.178Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:26:46.178Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:26:46.178Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-17T09:26:46.178Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-17T09:26:46.746Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-17T09:26:46.746Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-17T09:26:47.314Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-17T09:26:47.314Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.14s) [2022-06-17T09:26:47.314Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2022-06-17T09:26:47.314Z] === CONT TestContainerStartOnDaemonRestart [2022-06-17T09:26:47.314Z] === CONT TestContainerKillOnDaemonStart [2022-06-17T09:26:47.314Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-17T09:26:48.442Z] --- PASS: TestCreateServiceMaxReplicas (2.59s) [2022-06-17T09:26:48.442Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-17T09:26:49.220Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-17T09:26:49.479Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-17T09:26:49.738Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-17T09:26:50.676Z] --- PASS: TestContainerStartOnDaemonRestart (3.41s) [2022-06-17T09:26:50.676Z] === CONT TestIpcModeOlderClient [2022-06-17T09:26:50.676Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-17T09:26:50.676Z] === CONT TestDaemonHostGatewayIP [2022-06-17T09:26:51.614Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-17T09:26:52.989Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-17T09:26:53.925Z] --- PASS: TestDaemonHostGatewayIP (2.95s) [2022-06-17T09:26:53.925Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-17T09:26:54.493Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-17T09:26:55.429Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-17T09:26:55.429Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-17T09:26:56.365Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.68s) [2022-06-17T09:26:56.365Z] === CONT TestDaemonRestartIpcMode [2022-06-17T09:26:59.651Z] --- PASS: TestDaemonRestartIpcMode (3.27s) [2022-06-17T09:26:59.651Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-17T09:27:00.587Z] --- PASS: TestContainerKillOnDaemonStart (13.22s) [2022-06-17T09:27:00.587Z] PASS [2022-06-17T09:27:00.587Z] [2022-06-17T09:27:00.587Z] === Skipped [2022-06-17T09:27:00.587Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-17T09:27:00.587Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-17T09:27:00.587Z] [2022-06-17T09:27:00.587Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-17T09:27:00.587Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:27:00.587Z] [2022-06-17T09:27:00.587Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-17T09:27:00.587Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:27:00.587Z] [2022-06-17T09:27:00.587Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-17T09:27:00.587Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-17T09:27:00.587Z] [2022-06-17T09:27:00.587Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-17T09:27:00.587Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-17T09:27:00.587Z] [2022-06-17T09:27:00.587Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-17T09:27:00.587Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-17T09:27:00.587Z] [2022-06-17T09:27:00.587Z] DONE 258 tests, 6 skipped in 159.792s [2022-06-17T09:27:00.587Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-17T09:27:00.587Z] ++ 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-17T09:27:00.587Z] ++ set -e [2022-06-17T09:27:00.587Z] ++ '[' -n 0 ']' [2022-06-17T09:27:00.587Z] ++ set -x [2022-06-17T09:27:00.587Z] ++ 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-17T09:27:00.846Z] === RUN TestConfigDaemonLibtrustID [2022-06-17T09:27:01.414Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-06-17T09:27:01.414Z] === RUN TestConfigDaemonID [2022-06-17T09:27:01.673Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-17T09:27:02.609Z] daemon_test.go:83: [dcbd986fd5cd5] daemon is not started [2022-06-17T09:27:02.609Z] --- PASS: TestConfigDaemonID (1.11s) [2022-06-17T09:27:02.609Z] === RUN TestDaemonConfigValidation [2022-06-17T09:27:02.609Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:27:02.609Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:27:02.609Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-17T09:27:02.609Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-17T09:27:02.609Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-17T09:27:02.609Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-17T09:27:02.609Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-17T09:27:02.609Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-17T09:27:02.609Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-17T09:27:02.609Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-17T09:27:02.609Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-17T09:27:02.609Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-17T09:27:02.609Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-17T09:27:02.609Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-17T09:27:02.879Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-17T09:27:02.879Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-17T09:27:02.879Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.14s) [2022-06-17T09:27:02.879Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.29s) [2022-06-17T09:27:02.879Z] --- PASS: TestDaemonConfigValidation/valid_config (0.25s) [2022-06-17T09:27:02.879Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.14s) [2022-06-17T09:27:02.879Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.27s) [2022-06-17T09:27:02.879Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-17T09:27:02.879Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-17T09:27:03.279Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.09s) [2022-06-17T09:27:03.279Z] === RUN TestCreateServiceSecretFileMode [2022-06-17T09:27:03.458Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-17T09:27:03.536Z] --- PASS: TestCreateServiceSecretFileMode (2.41s) [2022-06-17T09:27:03.536Z] === RUN TestCreateServiceConfigFileMode [2022-06-17T09:27:04.028Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-17T09:27:05.406Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-17T09:27:05.664Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-17T09:27:05.923Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-17T09:27:06.052Z] --- PASS: TestCreateServiceConfigFileMode (2.41s) [2022-06-17T09:27:06.052Z] === RUN TestCreateServiceSysctls [2022-06-17T09:27:06.492Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-17T09:27:06.492Z] daemon_test.go:197: [d5e5161d14ca7] daemon is not started [2022-06-17T09:27:06.492Z] --- PASS: TestConfigDaemonSeccompProfiles (3.42s) [2022-06-17T09:27:06.492Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.19s) [2022-06-17T09:27:06.492Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.13s) [2022-06-17T09:27:06.492Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s) [2022-06-17T09:27:06.492Z] === RUN TestDaemonProxy [2022-06-17T09:27:06.492Z] === RUN TestDaemonProxy/environment_variables [2022-06-17T09:27:06.751Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-17T09:27:07.686Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-17T09:27:08.253Z] === RUN TestDaemonProxy/command-line_options [2022-06-17T09:27:08.568Z] --- PASS: TestCreateServiceSysctls (2.53s) [2022-06-17T09:27:08.568Z] === RUN TestCreateServiceCapabilities [2022-06-17T09:27:08.821Z] check_test.go:540: [dd2f47ccd23d8] daemon is not started [2022-06-17T09:27:08.821Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-17T09:27:10.200Z] === RUN TestDaemonProxy/configuration_file [2022-06-17T09:27:10.459Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-17T09:27:11.084Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2022-06-17T09:27:11.085Z] === RUN TestInspect [2022-06-17T09:27:11.395Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-17T09:27:11.653Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-17T09:27:11.653Z] === RUN TestDaemonProxy/conflicting_options [2022-06-17T09:27:12.219Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-17T09:27:12.219Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-17T09:27:12.787Z] --- PASS: TestDaemonProxy (6.40s) [2022-06-17T09:27:12.787Z] --- PASS: TestDaemonProxy/environment_variables (1.80s) [2022-06-17T09:27:12.787Z] --- PASS: TestDaemonProxy/command-line_options (1.80s) [2022-06-17T09:27:12.787Z] --- PASS: TestDaemonProxy/configuration_file (1.77s) [2022-06-17T09:27:12.787Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-17T09:27:12.787Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-17T09:27:12.787Z] PASS [2022-06-17T09:27:12.787Z] [2022-06-17T09:27:12.787Z] DONE 18 tests in 12.226s [2022-06-17T09:27:12.787Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-17T09:27:12.787Z] ++ 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-17T09:27:12.787Z] ++ set -e [2022-06-17T09:27:12.787Z] ++ '[' -n 0 ']' [2022-06-17T09:27:12.787Z] ++ set -x [2022-06-17T09:27:12.787Z] ++ 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-17T09:27:13.047Z] INFO: Testing against a local daemon [2022-06-17T09:27:13.047Z] === RUN TestCommitInheritsEnv [2022-06-17T09:27:13.599Z] --- PASS: TestInspect (2.68s) [2022-06-17T09:27:13.599Z] === RUN TestCreateJob [2022-06-17T09:27:13.615Z] --- PASS: TestCommitInheritsEnv (0.49s) [2022-06-17T09:27:13.615Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-17T09:27:13.615Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-17T09:27:13.615Z] === RUN TestImportWithCustomPlatform [2022-06-17T09:27:13.615Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-17T09:27:13.615Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-17T09:27:13.615Z] === RUN TestImportWithCustomPlatform// [2022-06-17T09:27:13.615Z] === RUN TestImportWithCustomPlatform/linux [2022-06-17T09:27:13.875Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-17T09:27:13.875Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-17T09:27:14.135Z] === RUN TestImportWithCustomPlatform/macos [2022-06-17T09:27:14.135Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-17T09:27:14.135Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform (0.60s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/#00 (0.17s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/linux (0.15s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.11s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.12s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-17T09:27:14.135Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-17T09:27:14.135Z] === RUN TestImagesFilterMultiReference [2022-06-17T09:27:14.135Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-17T09:27:14.135Z] === RUN TestImagePullPlatformInvalid [2022-06-17T09:27:14.135Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-17T09:27:14.135Z] === RUN TestRemoveImageOrphaning [2022-06-17T09:27:14.703Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2022-06-17T09:27:14.703Z] === RUN TestRemoveImageGarbageCollector [2022-06-17T09:27:14.703Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-17T09:27:15.271Z] time="2022-06-17T09:27:14Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-17T09:27:15.271Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-17T09:27:16.866Z] --- PASS: TestCreateJob (3.03s) [2022-06-17T09:27:16.866Z] === RUN TestReplicatedJob [2022-06-17T09:27:17.174Z] check_test.go:540: [d134a49d2a7bf] daemon is not started [2022-06-17T09:27:17.174Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-17T09:27:17.174Z] --- PASS: TestRemoveImageGarbageCollector (2.23s) [2022-06-17T09:27:17.174Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-17T09:27:17.174Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-06-17T09:27:17.174Z] === RUN TestTagInvalidReference [2022-06-17T09:27:17.174Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-17T09:27:17.174Z] === RUN TestTagValidPrefixedRepo [2022-06-17T09:27:17.174Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-06-17T09:27:17.174Z] === RUN TestTagExistedNameWithoutForce [2022-06-17T09:27:17.174Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-06-17T09:27:17.174Z] === RUN TestTagOfficialNames [2022-06-17T09:27:17.174Z] --- PASS: TestTagOfficialNames (0.07s) [2022-06-17T09:27:17.174Z] === RUN TestTagMatchesDigest [2022-06-17T09:27:17.174Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-17T09:27:17.174Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-17T09:27:17.741Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-17T09:27:18.677Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-17T09:27:20.580Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-17T09:27:21.146Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-17T09:27:22.109Z] --- PASS: TestReplicatedJob (4.69s) [2022-06-17T09:27:22.109Z] === RUN TestUpdateReplicatedJob [2022-06-17T09:27:24.625Z] --- PASS: TestUpdateReplicatedJob (3.06s) [2022-06-17T09:27:24.625Z] === RUN TestServiceListWithStatuses [2022-06-17T09:27:24.625Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:27:24.625Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-17T09:27:24.625Z] === RUN TestDockerNetworkConnectAlias [2022-06-17T09:27:26.386Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-17T09:27:26.386Z] Copying nested executables into bundles/binary-daemon [2022-06-17T09:27:26.421Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-17T09:27:26.988Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-17T09:27:27.555Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-17T09:27:27.750Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-17T09:27:27.750Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:27:28.004Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-17T09:27:28.004Z] [2022-06-17T09:27:28.493Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-17T09:27:28.493Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-17T09:27:28.493Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-17T09:27:28.752Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-17T09:27:28.792Z] --- PASS: TestDockerNetworkConnectAlias (3.83s) [2022-06-17T09:27:28.792Z] === RUN TestDockerNetworkReConnect [2022-06-17T09:27:29.320Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-17T09:27:29.887Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-17T09:27:30.456Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-17T09:27:30.828Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_GITCOMMIT=ea19413969123458cc2a9ec808dec7ee02d2b72a -e DOCKER_GRAPHDRIVER docker:ea19413969123458cc2a9ec808dec7ee02d2b72a hack/make.sh cross [2022-06-17T09:27:31.024Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-17T09:27:31.084Z] [2022-06-17T09:27:31.084Z] Removing bundles/ [2022-06-17T09:27:31.284Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-17T09:27:31.340Z] [2022-06-17T09:27:31.340Z] ---> Making bundle: cross (in bundles/cross) [2022-06-17T09:27:31.340Z] Cross building: bundles/cross/linux/amd64 [2022-06-17T09:27:31.340Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-17T09:27:31.340Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-17T09:27:31.854Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-17T09:27:32.059Z] --- PASS: TestDockerNetworkReConnect (3.48s) [2022-06-17T09:27:32.059Z] === RUN TestServicePlugin [2022-06-17T09:27:32.059Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:27:32.059Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-17T09:27:32.059Z] === RUN TestServiceUpdateLabel [2022-06-17T09:27:32.422Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-17T09:27:32.989Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-17T09:27:32.989Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-17T09:27:33.556Z] check_test.go:540: [da0d56406f1c1] daemon is not started [2022-06-17T09:27:33.556Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-17T09:27:33.947Z] --- PASS: TestServiceUpdateLabel (1.85s) [2022-06-17T09:27:33.947Z] === RUN TestServiceUpdateSecrets [2022-06-17T09:27:34.494Z] check_test.go:540: [d6ff743581203] daemon is not started [2022-06-17T09:27:34.494Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-17T09:27:35.062Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-17T09:27:35.999Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-17T09:27:36.258Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-17T09:27:36.825Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-17T09:27:40.116Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-17T09:27:40.375Z] check_test.go:540: [d4cdbad73d70b] daemon is not started [2022-06-17T09:27:40.375Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-17T09:27:43.663Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-17T09:27:45.041Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-17T09:27:45.301Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-17T09:27:46.239Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-17T09:27:48.152Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-17T09:27:48.789Z] --- PASS: TestServiceUpdateSecrets (14.33s) [2022-06-17T09:27:48.789Z] === RUN TestServiceUpdateConfigs [2022-06-17T09:27:49.542Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-17T09:27:50.493Z] check_test.go:540: [d82fff21edb71] daemon is not started [2022-06-17T09:27:50.493Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-17T09:27:52.399Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-17T09:27:55.688Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-17T09:27:58.979Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-17T09:27:59.547Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-17T09:28:00.116Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-17T09:28:02.020Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-17T09:28:02.589Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-17T09:28:03.635Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2022-06-17T09:28:03.635Z] === RUN TestServiceUpdateNetwork [2022-06-17T09:28:04.495Z] check_test.go:540: [d458e83bf6d0e] daemon is not started [2022-06-17T09:28:04.495Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-17T09:28:04.495Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-17T09:28:04.754Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-17T09:28:05.322Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-17T09:28:05.582Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-17T09:28:06.151Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-17T09:28:08.056Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-17T09:28:08.056Z] check_test.go:540: [d786162dd08e0] daemon is not started [2022-06-17T09:28:08.056Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-17T09:28:08.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-17T09:28:09.961Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-17T09:28:10.220Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-17T09:28:12.753Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-17T09:28:12.753Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-17T09:28:13.689Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-17T09:28:15.853Z] --- PASS: TestServiceUpdateNetwork (12.28s) [2022-06-17T09:28:15.853Z] === RUN TestServiceUpdatePidsLimit [2022-06-17T09:28:15.853Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-17T09:28:16.415Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-17T09:28:16.980Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-17T09:28:16.980Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-17T09:28:18.359Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-17T09:28:20.264Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-17T09:28:24.457Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-17T09:28:24.500Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-17T09:28:27.745Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-17T09:28:28.682Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-17T09:28:31.036Z] --- PASS: TestServiceUpdatePidsLimit (16.10s) [2022-06-17T09:28:31.036Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-17T09:28:31.036Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-06-17T09:28:31.036Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-06-17T09:28:31.036Z] PASS [2022-06-17T09:28:31.036Z] [2022-06-17T09:28:31.036Z] === Skipped [2022-06-17T09:28:31.036Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-17T09:28:31.036Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:28:31.036Z] [2022-06-17T09:28:31.036Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-17T09:28:31.036Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-17T09:28:31.036Z] [2022-06-17T09:28:31.036Z] DONE 27 tests, 2 skipped in 129.149s [2022-06-17T09:28:31.036Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-17T09:28:31.036Z] ++ 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-17T09:28:31.036Z] ++ set -e [2022-06-17T09:28:31.036Z] ++ '[' -n 0 ']' [2022-06-17T09:28:31.036Z] ++ set -x [2022-06-17T09:28:31.036Z] ++ 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-17T09:28:31.036Z] INFO: Testing against a local daemon [2022-06-17T09:28:31.036Z] === RUN TestSessionCreate [2022-06-17T09:28:31.036Z] --- PASS: TestSessionCreate (0.02s) [2022-06-17T09:28:31.036Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-17T09:28:31.036Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-17T09:28:31.036Z] PASS [2022-06-17T09:28:31.036Z] [2022-06-17T09:28:31.036Z] DONE 2 tests in 0.144s [2022-06-17T09:28:31.036Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-17T09:28:31.036Z] ++ 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-17T09:28:31.036Z] ++ set -e [2022-06-17T09:28:31.036Z] ++ '[' -n 0 ']' [2022-06-17T09:28:31.036Z] ++ set -x [2022-06-17T09:28:31.036Z] ++ 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-17T09:28:31.036Z] INFO: Testing against a local daemon [2022-06-17T09:28:31.036Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-17T09:28:31.036Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-17T09:28:31.036Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-17T09:28:31.036Z] === RUN TestDiskUsage [2022-06-17T09:28:31.036Z] === PAUSE TestDiskUsage [2022-06-17T09:28:31.036Z] === RUN TestEventsExecDie [2022-06-17T09:28:31.598Z] --- PASS: TestEventsExecDie (0.52s) [2022-06-17T09:28:31.598Z] === RUN TestEventsBackwardsCompatible [2022-06-17T09:28:31.598Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-17T09:28:31.598Z] === RUN TestEventsVolumeCreate [2022-06-17T09:28:31.598Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-06-17T09:28:31.598Z] === RUN TestInfoBinaryCommits [2022-06-17T09:28:31.598Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-17T09:28:31.598Z] === RUN TestInfoAPIVersioned [2022-06-17T09:28:31.598Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-17T09:28:31.598Z] === RUN TestInfoAPI [2022-06-17T09:28:31.854Z] --- PASS: TestInfoAPI (0.02s) [2022-06-17T09:28:31.854Z] === RUN TestInfoAPIWarnings [2022-06-17T09:28:31.970Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-17T09:28:31.970Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-17T09:28:33.347Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-17T09:28:34.727Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-17T09:28:34.727Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-17T09:28:35.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-17T09:28:35.864Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-17T09:28:37.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-17T09:28:39.149Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-17T09:28:40.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-17T09:28:45.373Z] docker_cli_daemon_test.go:2503: [d3379bd8ef3ca] daemon is not started [2022-06-17T09:28:45.645Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-17T09:28:47.022Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-17T09:28:47.281Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-17T09:28:48.661Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-17T09:28:49.599Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-17T09:28:49.899Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-17T09:28:49.899Z] === RUN TestInfoDebug [2022-06-17T09:28:49.899Z] --- PASS: TestInfoDebug (0.52s) [2022-06-17T09:28:49.899Z] === RUN TestInfoInsecureRegistries [2022-06-17T09:28:49.899Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-17T09:28:49.899Z] === RUN TestInfoRegistryMirrors [2022-06-17T09:28:49.899Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-17T09:28:49.899Z] === RUN TestLoginFailsWithBadCredentials [2022-06-17T09:28:49.899Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-17T09:28:49.899Z] === RUN TestPingCacheHeaders [2022-06-17T09:28:49.899Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-17T09:28:49.899Z] === RUN TestPingGet [2022-06-17T09:28:49.899Z] --- PASS: TestPingGet (0.01s) [2022-06-17T09:28:49.899Z] === RUN TestPingHead [2022-06-17T09:28:49.899Z] --- PASS: TestPingHead (0.03s) [2022-06-17T09:28:49.899Z] === RUN TestPingSwarmHeader [2022-06-17T09:28:50.461Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-17T09:28:50.535Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-17T09:28:51.023Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-17T09:28:51.952Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-17T09:28:51.952Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-06-17T09:28:51.952Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-17T09:28:51.952Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-17T09:28:51.952Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-17T09:28:51.952Z] === RUN TestVersion [2022-06-17T09:28:51.952Z] --- PASS: TestVersion (0.02s) [2022-06-17T09:28:51.952Z] === CONT TestDiskUsage [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/container_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/image_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/volume_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-17T09:28:52.514Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-17T09:28:52.770Z] === RUN TestDiskUsage/after_container.Run [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-17T09:28:53.026Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage (1.13s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:28:53.283Z] PASS [2022-06-17T09:28:53.283Z] [2022-06-17T09:28:53.283Z] === Skipped [2022-06-17T09:28:53.283Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-17T09:28:53.283Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-17T09:28:53.283Z] [2022-06-17T09:28:53.283Z] DONE 54 tests, 1 skipped in 22.243s [2022-06-17T09:28:53.283Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-17T09:28:53.283Z] ++ 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-17T09:28:53.283Z] ++ set -e [2022-06-17T09:28:53.283Z] ++ '[' -n 0 ']' [2022-06-17T09:28:53.283Z] ++ set -x [2022-06-17T09:28:53.283Z] ++ 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-17T09:28:53.283Z] INFO: Testing against a local daemon [2022-06-17T09:28:53.283Z] === RUN TestVolumesCreateAndList [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-17T09:28:53.283Z] === RUN TestVolumesRemove [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-17T09:28:53.283Z] === RUN TestVolumesInspect [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-17T09:28:53.283Z] === RUN TestVolumesInvalidJSON [2022-06-17T09:28:53.283Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-17T09:28:53.283Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-17T09:28:53.283Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-17T09:28:53.283Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-17T09:28:53.283Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-17T09:28:53.283Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-17T09:28:53.283Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-17T09:28:53.283Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-17T09:28:53.283Z] PASS [2022-06-17T09:28:53.283Z] [2022-06-17T09:28:53.283Z] DONE 9 tests in 0.192s [2022-06-17T09:28:53.283Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-17T09:28:53.541Z] ++++ cat bundles/test-integration/docker.pid [2022-06-17T09:28:53.541Z] +++ kill 14268 [2022-06-17T09:28:53.798Z] +++ /etc/init.d/apparmor stop [2022-06-17T09:28:53.798Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-17T09:28:53.798Z] [2022-06-17T09:28:53.798Z] Unloading profiles will leave already running processes permanently [2022-06-17T09:28:53.798Z] unconfined, which can lead to unexpected situations. [2022-06-17T09:28:53.798Z] [2022-06-17T09:28:53.798Z] To set a process to complain mode, use the command line tool [2022-06-17T09:28:53.798Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-17T09:28:53.798Z] +++ true [2022-06-17T09:28:53.798Z] exiting test-integration [2022-06-17T09:28:53.798Z] ++ exit 0 [2022-06-17T09:28:53.798Z] Post stage [Pipeline] junit [2022-06-17T09:28:54.371Z] Recording test results [2022-06-17T09:28:54.525Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-17T09:28:54.849Z] + echo Ensuring container killed. [2022-06-17T09:28:54.850Z] Ensuring container killed. [2022-06-17T09:28:54.850Z] + docker rm -vf docker-pr24 [2022-06-17T09:28:54.850Z] Error: No such container: docker-pr24 [Pipeline] sh [2022-06-17T09:28:55.171Z] + echo Chowning /workspace to jenkins user [2022-06-17T09:28:55.171Z] Chowning /workspace to jenkins user [2022-06-17T09:28:55.171Z] + id -u [2022-06-17T09:28:55.171Z] + id -g [2022-06-17T09:28:55.171Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/workspace busybox chown -R 1000:1000 /workspace [2022-06-17T09:28:55.171Z] Unable to find image 'busybox:latest' locally [2022-06-17T09:28:55.171Z] latest: Pulling from library/busybox [2022-06-17T09:28:55.431Z] 87379020f3b6: Pulling fs layer [2022-06-17T09:28:55.431Z] 87379020f3b6: Verifying Checksum [2022-06-17T09:28:55.431Z] 87379020f3b6: Download complete [2022-06-17T09:28:55.431Z] 87379020f3b6: Pull complete [2022-06-17T09:28:55.431Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-17T09:28:55.431Z] Status: Downloaded newer image for busybox:latest [2022-06-17T09:28:55.904Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-17T09:28:56.164Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-17T09:28:57.125Z] + bundleName=arm64-integration [2022-06-17T09:28:57.125Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-17T09:28:57.125Z] Creating arm64-integration-bundles.tar.gz [2022-06-17T09:28:57.125Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-06-17T09:28:57.125Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-06-17T09:28:57.390Z] Archiving artifacts [2022-06-17T09:28:58.067Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-17T09:28:58.327Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-17T09:28:58.895Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-17T09:28:59.291Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43682/24/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-17T09:28:59.599Z] + make clean [2022-06-17T09:28:59.834Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-17T09:28:59.854Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-17T09:28:59.854Z] docker-dev-cache [2022-06-17T09:28:59.854Z] docker-mod-cache [Pipeline] deleteDir [2022-06-17T09:29:00.097Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-17T09:29:02.635Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-17T09:29:02.894Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-17T09:29:02.894Z] check_test.go:540: [d20aa38166ea7] daemon is not started [2022-06-17T09:29:02.894Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-17T09:29:03.462Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-17T09:29:04.031Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-17T09:29:04.291Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-17T09:29:04.551Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-17T09:29:05.120Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-17T09:29:05.120Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-17T09:29:05.120Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-17T09:29:06.501Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite (331.24s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.20s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.61s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.60s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.51s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.23s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.60s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.42s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.21s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.30s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.35s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.38s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.45s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.29s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.36s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.35s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.43s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.86s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.62s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.91s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.61s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.50s) [2022-06-17T09:29:09.042Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.92s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.87s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.60s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.87s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.51s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.08s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.17s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (2.93s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.73s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.57s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.42s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.41s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.46s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.41s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.71s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.82s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.47s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (1.92s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.12s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (3.99s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.79s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.19s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.20s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.98s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.88s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.44s) [2022-06-17T09:29:09.042Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-06-17T09:29:09.042Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.97s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.42s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.16s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.08s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.67s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.17s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.79s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.31s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.13s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.69s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.77s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.46s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.62s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.11s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.60s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.23s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.96s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.02s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.04s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.08s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.74s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.54s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.56s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.61s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.89s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.31s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.33s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.17s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.01s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.33s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.49s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.50s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.18s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.31s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.92s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.66s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.69s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.80s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.77s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2022-06-17T09:29:09.042Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.78s) [2022-06-17T09:29:09.042Z] === RUN TestDockerSwarmSuite [2022-06-17T09:29:09.042Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-17T09:29:12.338Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-17T09:29:12.338Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-17T09:29:13.278Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-17T09:29:14.657Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-17T09:29:14.917Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-17T09:29:15.176Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-17T09:29:15.746Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-17T09:29:16.315Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-17T09:29:16.575Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-17T09:29:20.772Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-17T09:29:22.817Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-17T09:29:22.817Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-17T09:29:23.073Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-17T09:29:23.073Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-17T09:29:23.329Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-17T09:29:23.329Z] Cross building: bundles/cross/windows/amd64 [2022-06-17T09:29:23.585Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-17T09:29:23.585Z] { [2022-06-17T09:29:23.585Z] "RT_GROUP_ICON": { [2022-06-17T09:29:23.585Z] "#1": { [2022-06-17T09:29:23.585Z] "0409": "../../winresources/docker.ico" [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] }, [2022-06-17T09:29:23.585Z] "RT_MANIFEST": { [2022-06-17T09:29:23.585Z] "#1": { [2022-06-17T09:29:23.585Z] "0409": { [2022-06-17T09:29:23.585Z] "identity": {}, [2022-06-17T09:29:23.585Z] "description": "Docker Engine", [2022-06-17T09:29:23.585Z] "minimum-os": "vista", [2022-06-17T09:29:23.585Z] "execution-level": "", [2022-06-17T09:29:23.585Z] "ui-access": false, [2022-06-17T09:29:23.585Z] "auto-elevate": false, [2022-06-17T09:29:23.585Z] "dpi-awareness": "unaware", [2022-06-17T09:29:23.585Z] "disable-theming": false, [2022-06-17T09:29:23.585Z] "disable-window-filtering": false, [2022-06-17T09:29:23.585Z] "high-resolution-scrolling-aware": false, [2022-06-17T09:29:23.585Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-17T09:29:23.585Z] "long-path-aware": false, [2022-06-17T09:29:23.585Z] "printer-driver-isolation": false, [2022-06-17T09:29:23.585Z] "gdi-scaling": false, [2022-06-17T09:29:23.585Z] "segment-heap": false, [2022-06-17T09:29:23.585Z] "use-common-controls-v6": false [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] }, [2022-06-17T09:29:23.585Z] "RT_MESSAGETABLE": { [2022-06-17T09:29:23.585Z] "#1": { [2022-06-17T09:29:23.585Z] "0409": "../../winresources/event_messages.bin" [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] }, [2022-06-17T09:29:23.585Z] "RT_VERSION": { [2022-06-17T09:29:23.585Z] "#1": { [2022-06-17T09:29:23.585Z] "0409": { [2022-06-17T09:29:23.585Z] "fixed": { [2022-06-17T09:29:23.585Z] "file_version": "0.0.0.0", [2022-06-17T09:29:23.585Z] "product_version": "0.0.0.0", [2022-06-17T09:29:23.585Z] "type": "Unknown" [2022-06-17T09:29:23.585Z] }, [2022-06-17T09:29:23.585Z] "info": { [2022-06-17T09:29:23.585Z] "0000": { [2022-06-17T09:29:23.585Z] "CompanyName": "", [2022-06-17T09:29:23.585Z] "FileVersion": "dev", [2022-06-17T09:29:23.585Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-17T09:29:23.585Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-17T09:29:23.585Z] "ProductName": "", [2022-06-17T09:29:23.585Z] "ProductVersion": "dev", [2022-06-17T09:29:23.585Z] "SpecialBuild": "ea19413969123458cc2a9ec808dec7ee02d2b72a" [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] } [2022-06-17T09:29:23.585Z] cmd/dockerd/config.go [2022-06-17T09:29:23.585Z] cmd/dockerd/config_windows.go [2022-06-17T09:29:23.585Z] cmd/dockerd/daemon.go [2022-06-17T09:29:23.585Z] cmd/dockerd/daemon_test.go [2022-06-17T09:29:23.585Z] cmd/dockerd/daemon_windows.go [2022-06-17T09:29:23.585Z] cmd/dockerd/docker.go [2022-06-17T09:29:23.585Z] cmd/dockerd/docker_windows.go [2022-06-17T09:29:23.585Z] cmd/dockerd/genwinres_windows.go [2022-06-17T09:29:23.585Z] cmd/dockerd/metrics.go [2022-06-17T09:29:23.585Z] cmd/dockerd/options.go [2022-06-17T09:29:23.585Z] cmd/dockerd/options_test.go [2022-06-17T09:29:23.585Z] cmd/dockerd/service_windows.go [2022-06-17T09:29:23.585Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-17T09:29:23.585Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-17T09:29:28.930Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-17T09:29:28.930Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-17T09:29:30.836Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-17T09:29:34.129Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-17T09:29:34.388Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-17T09:29:34.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-17T09:29:36.025Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-17T09:29:36.025Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-17T09:29:36.025Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-17T09:29:36.025Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-17T09:29:36.025Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-17T09:29:36.025Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-17T09:29:36.025Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-17T09:29:36.025Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-17T09:29:36.025Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-17T09:29:37.404Z] docker_api_swarm_test.go:563: [d0783f059482f] joining swarm manager [d4ad0eb6dcc1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:29:39.942Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-17T09:29:44.139Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-17T09:29:46.682Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-17T09:29:46.943Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-17T09:29:50.237Z] docker_api_swarm_test.go:585: [da2e242756ec4] joining swarm manager [d4ad0eb6dcc1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:29:53.526Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-17T09:29:53.526Z] check_test.go:611: [d0783f059482f] daemon is not started [2022-06-17T09:29:57.721Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-17T09:29:58.288Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-17T09:29:59.666Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-17T09:30:02.958Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-17T09:30:03.218Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-17T09:30:03.218Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-17T09:30:03.787Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-17T09:30:03.787Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-17T09:30:03.787Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-17T09:30:04.357Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-17T09:30:05.737Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-17T09:30:06.677Z] docker_api_swarm_test.go:46: [d0dc92651eb40] joining swarm manager [d09575580ad88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:30:06.938Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-17T09:30:15.075Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-17T09:30:16.454Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-17T09:30:18.992Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-17T09:30:22.281Z] --- PASS: TestImportExtremelyLargeImageWorks (184.77s) [2022-06-17T09:30:22.281Z] PASS [2022-06-17T09:30:22.281Z] [2022-06-17T09:30:22.281Z] DONE 22 tests in 189.067s [2022-06-17T09:30:22.281Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-17T09:30:22.281Z] ++ 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-17T09:30:22.281Z] ++ set -e [2022-06-17T09:30:22.281Z] ++ '[' -n 0 ']' [2022-06-17T09:30:22.281Z] ++ set -x [2022-06-17T09:30:22.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=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-17T09:30:22.281Z] === RUN TestStripANSICommands [2022-06-17T09:30:22.281Z] === RUN TestStripANSICommands/#00 [2022-06-17T09:30:22.281Z] === RUN TestStripANSICommands/#01 [2022-06-17T09:30:22.281Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-17T09:30:22.281Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-17T09:30:22.281Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-17T09:30:22.281Z] PASS [2022-06-17T09:30:22.281Z] [2022-06-17T09:30:22.281Z] DONE 3 tests in 0.056s [2022-06-17T09:30:22.281Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-17T09:30:22.281Z] ++ 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-17T09:30:22.281Z] ++ set -e [2022-06-17T09:30:22.281Z] ++ '[' -n 0 ']' [2022-06-17T09:30:22.281Z] ++ set -x [2022-06-17T09:30:22.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=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-17T09:30:22.281Z] INFO: Testing against a local daemon [2022-06-17T09:30:22.281Z] === RUN TestNetworkCreateDelete [2022-06-17T09:30:22.281Z] --- PASS: TestNetworkCreateDelete (0.18s) [2022-06-17T09:30:22.281Z] === RUN TestDockerNetworkDeletePreferID [2022-06-17T09:30:22.849Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2022-06-17T09:30:22.849Z] === RUN TestDaemonDNSFallback [2022-06-17T09:30:24.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-17T09:30:25.694Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-17T09:30:27.071Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-17T09:30:28.009Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-17T09:30:28.009Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-17T09:30:29.385Z] --- PASS: TestDaemonDNSFallback (6.64s) [2022-06-17T09:30:29.385Z] === RUN TestInspectNetwork [2022-06-17T09:30:30.764Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-17T09:30:32.671Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-17T09:30:33.239Z] === RUN TestInspectNetwork/full_network_id [2022-06-17T09:30:33.239Z] === RUN TestInspectNetwork/partial_network_id [2022-06-17T09:30:33.239Z] === RUN TestInspectNetwork/network_name [2022-06-17T09:30:33.239Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-17T09:30:33.806Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-17T09:30:38.026Z] --- PASS: TestInspectNetwork (8.02s) [2022-06-17T09:30:38.026Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-17T09:30:38.026Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-17T09:30:38.026Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-17T09:30:38.026Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-17T09:30:38.026Z] === RUN TestRunContainerWithBridgeNone [2022-06-17T09:30:38.026Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-17T09:30:39.404Z] --- PASS: TestRunContainerWithBridgeNone (2.00s) [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-17T09:30:39.404Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:30:39.404Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:30:39.404Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:30:39.404Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-17T09:30:39.404Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-17T09:30:39.404Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-17T09:30:39.404Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-17T09:30:39.404Z] === RUN TestNetworkList [2022-06-17T09:30:39.404Z] === RUN TestNetworkList//networks [2022-06-17T09:30:39.404Z] === PAUSE TestNetworkList//networks [2022-06-17T09:30:39.404Z] === RUN TestNetworkList//networks/ [2022-06-17T09:30:39.404Z] === PAUSE TestNetworkList//networks/ [2022-06-17T09:30:39.404Z] === CONT TestNetworkList//networks [2022-06-17T09:30:39.404Z] === CONT TestNetworkList//networks/ [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkList (0.03s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-17T09:30:39.404Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-17T09:30:39.404Z] === RUN TestHostIPv4BridgeLabel [2022-06-17T09:30:39.663Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-17T09:30:40.231Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-06-17T09:30:40.232Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-17T09:30:41.168Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-06-17T09:30:41.168Z] === RUN TestDaemonDefaultNetworkPools [2022-06-17T09:30:41.168Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-17T09:30:41.735Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2022-06-17T09:30:41.735Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-17T09:30:43.114Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-06-17T09:30:43.114Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-17T09:30:44.493Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2022-06-17T09:30:44.493Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-17T09:30:45.062Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2022-06-17T09:30:45.062Z] === RUN TestServiceWithPredefinedNetwork [2022-06-17T09:30:47.597Z] --- PASS: TestServiceWithPredefinedNetwork (2.69s) [2022-06-17T09:30:47.597Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-17T09:30:47.597Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:30:47.597Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:30:47.597Z] === RUN TestServiceWithDataPathPortInit [2022-06-17T09:30:52.869Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-17T09:30:52.869Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-17T09:30:54.772Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-17T09:30:55.032Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-17T09:30:55.291Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-17T09:30:55.859Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-17T09:30:55.859Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-17T09:30:55.859Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-17T09:30:56.119Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-17T09:30:58.031Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-17T09:30:58.968Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-17T09:30:59.908Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-17T09:31:00.846Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-17T09:31:01.414Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-17T09:31:02.349Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-17T09:31:03.727Z] --- PASS: TestServiceWithDataPathPortInit (16.01s) [2022-06-17T09:31:03.727Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-17T09:31:07.014Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-17T09:31:07.272Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:fwi9v2tklug1krxsebebufipq Created:2022-06-17 09:31:05.011502341 +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[a70118ffd39b1e86d33cd111d3ad5322d33b9020002c008f57d682b225372731:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2dnthanuvhvt9xo7672jp3h8n EndpointID:09e4d4078cf9c21889d1716302f095454e37dcf90166e77692266eec5363145d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8c9ef8fa7a2cc7e6a7916c99edd30bb2e7ebfc9eda3be5fe1affcd253bd041a4 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:29fdfd6ac815 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2dnthanuvhvt9xo7672jp3h8n EndpointID:09e4d4078cf9c21889d1716302f095454e37dcf90166e77692266eec5363145d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-17T09:31:12.542Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.12s) [2022-06-17T09:31:12.542Z] PASS [2022-06-17T09:31:12.542Z] [2022-06-17T09:31:12.542Z] === Skipped [2022-06-17T09:31:12.542Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-17T09:31:12.542Z] service_test.go:243: FLAKY_TEST [2022-06-17T09:31:12.542Z] [2022-06-17T09:31:12.542Z] DONE 38 tests, 1 skipped in 49.793s [2022-06-17T09:31:12.542Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:31:12.542Z] ++ 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-17T09:31:12.542Z] ++ set -e [2022-06-17T09:31:12.542Z] ++ '[' -n 0 ']' [2022-06-17T09:31:12.542Z] ++ set -x [2022-06-17T09:31:12.542Z] ++ 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-17T09:31:12.542Z] INFO: Testing against a local daemon [2022-06-17T09:31:12.542Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-17T09:31:12.542Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:31:12.542Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-17T09:31:12.542Z] === RUN TestDockerNetworkIpvlan [2022-06-17T09:31:12.542Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:31:12.542Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:31:12.542Z] PASS [2022-06-17T09:31:12.542Z] [2022-06-17T09:31:12.542Z] === Skipped [2022-06-17T09:31:12.542Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-17T09:31:12.542Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:31:12.542Z] [2022-06-17T09:31:12.542Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-17T09:31:12.542Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-17T09:31:12.542Z] [2022-06-17T09:31:12.542Z] DONE 2 tests, 2 skipped in 0.124s [2022-06-17T09:31:12.542Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-17T09:31:12.542Z] ++ 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-17T09:31:12.543Z] ++ set -e [2022-06-17T09:31:12.543Z] ++ '[' -n 0 ']' [2022-06-17T09:31:12.543Z] ++ set -x [2022-06-17T09:31:12.543Z] ++ 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-17T09:31:12.543Z] INFO: Testing against a local daemon [2022-06-17T09:31:12.543Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-17T09:31:13.479Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2022-06-17T09:31:13.479Z] === RUN TestDockerNetworkMacvlan [2022-06-17T09:31:13.738Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-17T09:31:14.305Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-17T09:31:15.011Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-17T09:31:15.012Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-17T09:31:15.012Z] { [2022-06-17T09:31:15.012Z] "RT_GROUP_ICON": { [2022-06-17T09:31:15.012Z] "#1": { [2022-06-17T09:31:15.012Z] "0409": "../../winresources/docker.ico" [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] }, [2022-06-17T09:31:15.012Z] "RT_MANIFEST": { [2022-06-17T09:31:15.012Z] "#1": { [2022-06-17T09:31:15.012Z] "0409": { [2022-06-17T09:31:15.012Z] "identity": {}, [2022-06-17T09:31:15.012Z] "description": "Docker Engine", [2022-06-17T09:31:15.012Z] "minimum-os": "vista", [2022-06-17T09:31:15.012Z] "execution-level": "", [2022-06-17T09:31:15.012Z] "ui-access": false, [2022-06-17T09:31:15.012Z] "auto-elevate": false, [2022-06-17T09:31:15.012Z] "dpi-awareness": "unaware", [2022-06-17T09:31:15.012Z] "disable-theming": false, [2022-06-17T09:31:15.012Z] "disable-window-filtering": false, [2022-06-17T09:31:15.012Z] "high-resolution-scrolling-aware": false, [2022-06-17T09:31:15.012Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-17T09:31:15.012Z] "long-path-aware": false, [2022-06-17T09:31:15.012Z] "printer-driver-isolation": false, [2022-06-17T09:31:15.012Z] "gdi-scaling": false, [2022-06-17T09:31:15.012Z] "segment-heap": false, [2022-06-17T09:31:15.012Z] "use-common-controls-v6": false [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] }, [2022-06-17T09:31:15.012Z] "RT_MESSAGETABLE": { [2022-06-17T09:31:15.012Z] "#1": { [2022-06-17T09:31:15.012Z] "0409": "../../winresources/event_messages.bin" [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] }, [2022-06-17T09:31:15.012Z] "RT_VERSION": { [2022-06-17T09:31:15.012Z] "#1": { [2022-06-17T09:31:15.012Z] "0409": { [2022-06-17T09:31:15.012Z] "fixed": { [2022-06-17T09:31:15.012Z] "file_version": "0.0.0.0", [2022-06-17T09:31:15.012Z] "product_version": "0.0.0.0", [2022-06-17T09:31:15.012Z] "type": "Unknown" [2022-06-17T09:31:15.012Z] }, [2022-06-17T09:31:15.012Z] "info": { [2022-06-17T09:31:15.012Z] "0000": { [2022-06-17T09:31:15.012Z] "CompanyName": "", [2022-06-17T09:31:15.012Z] "FileVersion": "dev", [2022-06-17T09:31:15.012Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-17T09:31:15.012Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-17T09:31:15.012Z] "ProductName": "", [2022-06-17T09:31:15.012Z] "ProductVersion": "dev", [2022-06-17T09:31:15.012Z] "SpecialBuild": "ea19413969123458cc2a9ec808dec7ee02d2b72a" [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] } [2022-06-17T09:31:15.012Z] cmd/docker-proxy/genwinres_windows.go [2022-06-17T09:31:15.012Z] cmd/docker-proxy/main.go [2022-06-17T09:31:15.012Z] cmd/docker-proxy/network_proxy_test.go [2022-06-17T09:31:15.012Z] cmd/docker-proxy/proxy.go [2022-06-17T09:31:15.012Z] cmd/docker-proxy/sctp_proxy.go [2022-06-17T09:31:15.012Z] cmd/docker-proxy/tcp_proxy.go [2022-06-17T09:31:15.012Z] cmd/docker-proxy/udp_proxy.go [2022-06-17T09:31:15.012Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-17T09:31:15.012Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-17T09:31:15.012Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-17T09:31:15.012Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-17T09:31:15.012Z] remote: Enumerating objects: 23, done. [2022-06-17T09:31:15.012Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-17T09:31:15.012Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-17T09:31:15.012Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-17T09:31:15.012Z] 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-17T09:31:15.012Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-17T09:31:15.012Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-17T09:31:15.012Z] Cross building: bundles/cross/linux/ppc64le [2022-06-17T09:31:15.012Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-17T09:31:15.012Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-17T09:31:15.242Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-17T09:31:16.180Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-17T09:31:16.439Z] docker_api_swarm_test.go:304: [d03f8c0ea7366] joining swarm manager [dd6a0f270648c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:31:17.818Z] docker_api_swarm_test.go:305: [d90ab78bb559e] joining swarm manager [dd6a0f270648c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:31:18.765Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-17T09:31:18.765Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-17T09:31:21.298Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-17T09:31:23.828Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-17T09:31:25.205Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-17T09:31:25.772Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-17T09:31:26.708Z] --- PASS: TestDockerNetworkMacvlan (13.17s) [2022-06-17T09:31:26.708Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-06-17T09:31:26.708Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2022-06-17T09:31:26.708Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.54s) [2022-06-17T09:31:26.708Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.30s) [2022-06-17T09:31:26.708Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.03s) [2022-06-17T09:31:26.708Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.83s) [2022-06-17T09:31:26.708Z] PASS [2022-06-17T09:31:26.708Z] [2022-06-17T09:31:26.708Z] DONE 8 tests in 14.740s [2022-06-17T09:31:26.708Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-17T09:31:26.708Z] ++ 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-17T09:31:26.708Z] ++ set -e [2022-06-17T09:31:26.708Z] ++ '[' -n 0 ']' [2022-06-17T09:31:26.708Z] ++ set -x [2022-06-17T09:31:26.708Z] ++ 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-17T09:31:26.708Z] testing: warning: no tests to run [2022-06-17T09:31:26.708Z] PASS [2022-06-17T09:31:26.708Z] [2022-06-17T09:31:26.708Z] DONE 0 tests in 0.036s [2022-06-17T09:31:26.708Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-17T09:31:26.708Z] ++ 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-17T09:31:26.708Z] ++ set -e [2022-06-17T09:31:26.708Z] ++ '[' -n 0 ']' [2022-06-17T09:31:26.708Z] ++ set -x [2022-06-17T09:31:26.708Z] ++ 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-17T09:31:26.967Z] INFO: Testing against a local daemon [2022-06-17T09:31:26.967Z] === RUN TestAuthZPluginAllowRequest [2022-06-17T09:31:28.349Z] --- PASS: TestAuthZPluginAllowRequest (1.40s) [2022-06-17T09:31:28.349Z] === RUN TestAuthZPluginTLS [2022-06-17T09:31:28.915Z] --- PASS: TestAuthZPluginTLS (0.58s) [2022-06-17T09:31:28.915Z] === RUN TestAuthZPluginDenyRequest [2022-06-17T09:31:29.482Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-06-17T09:31:29.482Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-17T09:31:30.053Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-17T09:31:30.053Z] === RUN TestAuthZPluginDenyResponse [2022-06-17T09:31:30.621Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-06-17T09:31:30.621Z] === RUN TestAuthZPluginAllowEventStream [2022-06-17T09:31:31.998Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2022-06-17T09:31:31.998Z] === RUN TestAuthZPluginErrorResponse [2022-06-17T09:31:32.256Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-17T09:31:32.515Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-06-17T09:31:32.515Z] === RUN TestAuthZPluginErrorRequest [2022-06-17T09:31:33.081Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-17T09:31:33.081Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-17T09:31:33.081Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-17T09:31:33.340Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-17T09:31:33.599Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-06-17T09:31:33.599Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-17T09:31:33.857Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-17T09:31:34.795Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-17T09:31:34.795Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-17T09:31:35.054Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-17T09:31:35.313Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-17T09:31:35.313Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.79s) [2022-06-17T09:31:35.313Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-17T09:31:37.233Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.78s) [2022-06-17T09:31:37.233Z] === RUN TestAuthZPluginHeader [2022-06-17T09:31:38.172Z] --- PASS: TestAuthZPluginHeader (0.84s) [2022-06-17T09:31:38.172Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-17T09:31:43.443Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.48s) [2022-06-17T09:31:43.443Z] === RUN TestAuthZPluginV2Disable [2022-06-17T09:31:43.443Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-17T09:31:43.443Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-17T09:31:43.443Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-17T09:31:44.011Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-17T09:31:44.578Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-17T09:31:44.578Z] === RUN TestDockerSuite/TestBuildFails [2022-06-17T09:31:45.148Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-17T09:31:45.407Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-17T09:31:46.344Z] --- PASS: TestAuthZPluginV2Disable (3.89s) [2022-06-17T09:31:46.344Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-17T09:31:46.911Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-17T09:31:48.288Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-17T09:31:49.667Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-17T09:31:49.926Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s) [2022-06-17T09:31:49.926Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-17T09:31:50.492Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-17T09:31:50.751Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-17T09:31:51.689Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-17T09:31:53.065Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-17T09:31:53.633Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-17T09:31:53.892Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-17T09:31:56.432Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-17T09:31:58.367Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-17T09:31:59.303Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-17T09:31:59.870Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-17T09:32:00.437Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-17T09:32:01.005Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-17T09:32:01.574Z] docker_api_swarm_test.go:272: [d10a91b51e02b] joining swarm manager [dccdd79dd3053]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:32:01.833Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-17T09:32:02.400Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-17T09:32:02.400Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-17T09:32:02.968Z] docker_api_swarm_test.go:273: [d7d39836d2ec6] joining swarm manager [dccdd79dd3053]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:32:02.968Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.12s) [2022-06-17T09:32:02.968Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-17T09:32:03.226Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-17T09:32:03.485Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-17T09:32:04.053Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-17T09:32:04.311Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-17T09:32:04.570Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-17T09:32:04.829Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-17T09:32:05.396Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-17T09:32:07.299Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-17T09:32:11.483Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-17T09:32:13.388Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-17T09:32:13.388Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-17T09:32:13.647Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-17T09:32:13.647Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-17T09:32:13.647Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-17T09:32:13.906Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-17T09:32:14.841Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-17T09:32:15.776Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-17T09:32:18.325Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-17T09:32:18.325Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-17T09:32:18.893Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-17T09:32:19.832Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-06-17T09:32:19.832Z] PASS [2022-06-17T09:32:19.832Z] [2022-06-17T09:32:19.832Z] DONE 17 tests in 52.869s [2022-06-17T09:32:19.832Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-17T09:32:19.832Z] ++ 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-17T09:32:19.832Z] ++ set -e [2022-06-17T09:32:19.832Z] ++ '[' -n 0 ']' [2022-06-17T09:32:19.832Z] ++ set -x [2022-06-17T09:32:19.832Z] ++ 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-17T09:32:19.832Z] INFO: Testing against a local daemon [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:32:19.832Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:32:19.832Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-17T09:32:19.832Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-17T09:32:19.832Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-17T09:32:19.832Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-17T09:32:19.832Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-17T09:32:19.832Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-17T09:32:19.832Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-17T09:32:19.832Z] === RUN TestPluginInstall [2022-06-17T09:32:19.832Z] === RUN TestPluginInstall/no_auth [2022-06-17T09:32:22.365Z] time="2022-06-17T09:32:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:32:22.365Z] time="2022-06-17T09:32:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f48ce5d9aeba328a1debe7aac820f287692f596aaa147e17c19f96d9ded5a855" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:32:22.365Z] time="2022-06-17T09:32:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:32:22.365Z] time="2022-06-17T09:32:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f48ce5d9aeba328a1debe7aac820f287692f596aaa147e17c19f96d9ded5a855" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:32:22.365Z] === RUN TestPluginInstall/with_htpasswd [2022-06-17T09:32:22.934Z] time="2022-06-17T09:32:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:32:22.934Z] time="2022-06-17T09:32:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7b8a91a84726d24f9d310606b0a038017cebc6a24eb9ea9d95e208b2246c7fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:32:22.934Z] time="2022-06-17T09:32:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:32:22.934Z] time="2022-06-17T09:32:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7b8a91a84726d24f9d310606b0a038017cebc6a24eb9ea9d95e208b2246c7fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:32:23.501Z] === RUN TestPluginInstall/with_insecure [2022-06-17T09:32:24.439Z] time="2022-06-17T09:32:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:32:24.439Z] time="2022-06-17T09:32:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c9b28fd976d92c483da64cf27613fc6a7f96ad1321c7915fbd9ba9fd04bb651" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:32:24.439Z] time="2022-06-17T09:32:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-17T09:32:24.439Z] time="2022-06-17T09:32:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c9b28fd976d92c483da64cf27613fc6a7f96ad1321c7915fbd9ba9fd04bb651" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-17T09:32:24.698Z] plugin_test.go:195: [d3b925e6df822] daemon is not started [2022-06-17T09:32:24.698Z] --- PASS: TestPluginInstall (4.76s) [2022-06-17T09:32:24.698Z] --- PASS: TestPluginInstall/no_auth (2.62s) [2022-06-17T09:32:24.698Z] --- PASS: TestPluginInstall/with_htpasswd (0.85s) [2022-06-17T09:32:24.698Z] --- PASS: TestPluginInstall/with_insecure (1.28s) [2022-06-17T09:32:24.698Z] === RUN TestPluginsWithRuntimes [2022-06-17T09:32:24.957Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-17T09:32:26.859Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-17T09:32:26.859Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-17T09:32:27.797Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-17T09:32:29.172Z] --- PASS: TestPluginsWithRuntimes (4.42s) [2022-06-17T09:32:29.172Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.23s) [2022-06-17T09:32:29.172Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.25s) [2022-06-17T09:32:29.172Z] === RUN TestPluginBackCompatMediaTypes [2022-06-17T09:32:29.739Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s) [2022-06-17T09:32:29.739Z] PASS [2022-06-17T09:32:29.739Z] [2022-06-17T09:32:29.739Z] DONE 24 tests in 10.148s [2022-06-17T09:32:29.739Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-17T09:32:29.739Z] ++ 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-17T09:32:29.739Z] ++ set -e [2022-06-17T09:32:29.739Z] ++ '[' -n 0 ']' [2022-06-17T09:32:29.739Z] ++ set -x [2022-06-17T09:32:29.739Z] ++ 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-17T09:32:29.997Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-17T09:32:29.997Z] INFO: Testing against a local daemon [2022-06-17T09:32:29.997Z] === RUN TestExternalGraphDriver [2022-06-17T09:32:29.997Z] === RUN TestExternalGraphDriver/json [2022-06-17T09:32:30.934Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-17T09:32:31.870Z] === RUN TestExternalGraphDriver/spec [2022-06-17T09:32:32.806Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-17T09:32:32.806Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-17T09:32:32.806Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-17T09:32:33.742Z] === RUN TestExternalGraphDriver/pull [2022-06-17T09:32:35.643Z] --- PASS: TestExternalGraphDriver (5.47s) [2022-06-17T09:32:35.643Z] --- PASS: TestExternalGraphDriver/json (1.82s) [2022-06-17T09:32:35.643Z] --- PASS: TestExternalGraphDriver/spec (1.79s) [2022-06-17T09:32:35.643Z] --- PASS: TestExternalGraphDriver/pull (1.80s) [2022-06-17T09:32:35.643Z] === RUN TestGraphdriverPluginV2 [2022-06-17T09:32:36.231Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-17T09:32:36.490Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-17T09:32:37.869Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-17T09:32:38.128Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-17T09:32:40.030Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-17T09:32:40.030Z] --- PASS: TestGraphdriverPluginV2 (4.39s) [2022-06-17T09:32:40.030Z] PASS [2022-06-17T09:32:40.030Z] [2022-06-17T09:32:40.030Z] DONE 5 tests in 10.018s [2022-06-17T09:32:40.030Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-17T09:32:40.030Z] ++ 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-17T09:32:40.030Z] ++ set -e [2022-06-17T09:32:40.030Z] ++ '[' -n 0 ']' [2022-06-17T09:32:40.030Z] ++ set -x [2022-06-17T09:32:40.031Z] ++ 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-17T09:32:40.031Z] INFO: Testing against a local daemon [2022-06-17T09:32:40.031Z] === RUN TestContinueAfterPluginCrash [2022-06-17T09:32:40.031Z] === PAUSE TestContinueAfterPluginCrash [2022-06-17T09:32:40.031Z] === RUN TestReadPluginNoRead [2022-06-17T09:32:40.031Z] === PAUSE TestReadPluginNoRead [2022-06-17T09:32:40.031Z] === RUN TestDaemonStartWithLogOpt [2022-06-17T09:32:40.031Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-17T09:32:40.031Z] === CONT TestContinueAfterPluginCrash [2022-06-17T09:32:40.031Z] === CONT TestDaemonStartWithLogOpt [2022-06-17T09:32:40.289Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-17T09:32:41.227Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-17T09:32:42.164Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-17T09:32:44.070Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-17T09:32:44.329Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-17T09:32:44.329Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-17T09:32:44.588Z] --- PASS: TestDaemonStartWithLogOpt (4.54s) [2022-06-17T09:32:44.588Z] === CONT TestReadPluginNoRead [2022-06-17T09:32:44.588Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-17T09:32:44.846Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-17T09:32:45.414Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-17T09:32:47.317Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-17T09:32:47.317Z] === RUN TestReadPluginNoRead/default [2022-06-17T09:32:49.222Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-17T09:32:49.222Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-17T09:32:49.481Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-17T09:32:49.740Z] --- PASS: TestContinueAfterPluginCrash (9.63s) [2022-06-17T09:32:50.675Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-17T09:32:50.935Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-17T09:32:52.841Z] === CONT TestReadPluginNoRead [2022-06-17T09:32:52.842Z] read_test.go:92: [d87e0e4465700] daemon is not started [2022-06-17T09:32:52.842Z] --- PASS: TestReadPluginNoRead (8.40s) [2022-06-17T09:32:52.842Z] --- PASS: TestReadPluginNoRead/default (1.75s) [2022-06-17T09:32:52.842Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.74s) [2022-06-17T09:32:52.842Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.11s) [2022-06-17T09:32:52.842Z] PASS [2022-06-17T09:32:52.842Z] [2022-06-17T09:32:52.842Z] DONE 6 tests in 13.104s [2022-06-17T09:32:52.842Z] 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-17T09:32:52.842Z] ++ 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-17T09:32:52.842Z] ++ set -e [2022-06-17T09:32:52.842Z] ++ '[' -n 0 ']' [2022-06-17T09:32:52.842Z] ++ set -x [2022-06-17T09:32:52.842Z] ++ 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-17T09:32:53.103Z] testing: warning: no tests to run [2022-06-17T09:32:53.103Z] PASS [2022-06-17T09:32:53.103Z] [2022-06-17T09:32:53.103Z] DONE 0 tests in 0.056s [2022-06-17T09:32:53.103Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-17T09:32:53.103Z] ++ 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-17T09:32:53.103Z] ++ set -e [2022-06-17T09:32:53.103Z] ++ '[' -n 0 ']' [2022-06-17T09:32:53.103Z] ++ set -x [2022-06-17T09:32:53.103Z] ++ 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-17T09:32:53.103Z] INFO: Testing against a local daemon [2022-06-17T09:32:53.103Z] === RUN TestPluginWithDevMounts [2022-06-17T09:32:53.103Z] === PAUSE TestPluginWithDevMounts [2022-06-17T09:32:53.103Z] === CONT TestPluginWithDevMounts [2022-06-17T09:32:53.670Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-17T09:32:53.670Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-17T09:32:55.069Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-17T09:32:55.069Z] --- PASS: TestPluginWithDevMounts (1.86s) [2022-06-17T09:32:55.069Z] PASS [2022-06-17T09:32:55.069Z] [2022-06-17T09:32:55.069Z] DONE 1 tests in 2.001s [2022-06-17T09:32:55.069Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-17T09:32:55.069Z] ++ 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-17T09:32:55.069Z] ++ set -e [2022-06-17T09:32:55.069Z] ++ '[' -n 0 ']' [2022-06-17T09:32:55.069Z] ++ set -x [2022-06-17T09:32:55.069Z] ++ 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-17T09:32:55.330Z] INFO: Testing against a local daemon [2022-06-17T09:32:55.330Z] === RUN TestSecretInspect [2022-06-17T09:32:56.265Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-17T09:32:56.524Z] docker_api_swarm_node_test.go:20: [db38d9d108306] joining swarm manager [d991ff2eca8dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:32:57.459Z] docker_api_swarm_node_test.go:21: [d1d878931e05f] joining swarm manager [d991ff2eca8dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:32:58.395Z] --- PASS: TestSecretInspect (3.17s) [2022-06-17T09:32:58.395Z] === RUN TestSecretList [2022-06-17T09:32:59.333Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-17T09:33:01.239Z] --- PASS: TestSecretList (2.51s) [2022-06-17T09:33:01.239Z] === RUN TestSecretsCreateAndDelete [2022-06-17T09:33:01.239Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-17T09:33:01.809Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-17T09:33:02.376Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-17T09:33:03.754Z] --- PASS: TestSecretsCreateAndDelete (2.61s) [2022-06-17T09:33:03.754Z] === RUN TestSecretsUpdate [2022-06-17T09:33:06.286Z] --- PASS: TestSecretsUpdate (2.50s) [2022-06-17T09:33:06.286Z] === RUN TestTemplatedSecret [2022-06-17T09:33:06.403Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-17T09:33:06.403Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-17T09:33:06.403Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-17T09:33:06.403Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-17T09:33:06.403Z] Cross building: bundles/cross/linux/s390x [2022-06-17T09:33:06.403Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-17T09:33:06.403Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-17T09:33:08.190Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-17T09:33:09.126Z] --- PASS: TestTemplatedSecret (3.19s) [2022-06-17T09:33:09.126Z] === RUN TestSecretCreateResolve [2022-06-17T09:33:10.063Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-17T09:33:11.970Z] --- PASS: TestSecretCreateResolve (2.86s) [2022-06-17T09:33:11.970Z] PASS [2022-06-17T09:33:11.970Z] [2022-06-17T09:33:11.970Z] DONE 6 tests in 17.016s [2022-06-17T09:33:11.970Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-17T09:33:11.970Z] ++ 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-17T09:33:11.970Z] ++ set -e [2022-06-17T09:33:11.970Z] ++ '[' -n 0 ']' [2022-06-17T09:33:11.970Z] ++ set -x [2022-06-17T09:33:11.970Z] ++ 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-17T09:33:12.229Z] INFO: Testing against a local daemon [2022-06-17T09:33:12.229Z] === RUN TestServiceCreateInit [2022-06-17T09:33:12.229Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-17T09:33:13.168Z] docker_api_swarm_test.go:502: [dd3a8b1c05695] joining swarm manager [dbeff09b44602]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:33:14.134Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-17T09:33:16.035Z] === RUN TestDockerSuite/TestBuildRm [2022-06-17T09:33:16.975Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-17T09:33:18.353Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-17T09:33:18.921Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-17T09:33:20.299Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-17T09:33:20.867Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-17T09:33:21.801Z] --- PASS: TestServiceCreateInit (9.34s) [2022-06-17T09:33:21.801Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.73s) [2022-06-17T09:33:21.801Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.55s) [2022-06-17T09:33:21.801Z] === RUN TestCreateServiceMultipleTimes [2022-06-17T09:33:21.801Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-17T09:33:22.737Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-17T09:33:23.675Z] docker_api_swarm_test.go:507: [d09df6ebec418] joining swarm manager [dbeff09b44602]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:33:23.935Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-17T09:33:28.129Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-17T09:33:28.129Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-17T09:33:28.129Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-17T09:33:28.129Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-17T09:33:28.129Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-17T09:33:28.696Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-17T09:33:29.262Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-17T09:33:29.521Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-17T09:33:30.896Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-17T09:33:34.193Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-17T09:33:34.769Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-17T09:33:35.336Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-17T09:33:35.903Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-17T09:33:36.469Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-17T09:33:37.406Z] === RUN TestDockerSuite/TestBuildUser [2022-06-17T09:33:38.343Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-17T09:33:39.280Z] --- PASS: TestCreateServiceMultipleTimes (17.58s) [2022-06-17T09:33:39.280Z] === RUN TestCreateServiceConflict [2022-06-17T09:33:41.184Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-17T09:33:41.750Z] --- PASS: TestCreateServiceConflict (2.66s) [2022-06-17T09:33:41.750Z] === RUN TestCreateServiceMaxReplicas [2022-06-17T09:33:45.038Z] --- PASS: TestCreateServiceMaxReplicas (3.29s) [2022-06-17T09:33:45.038Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-17T09:33:50.309Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-17T09:33:52.212Z] docker_api_swarm_node_test.go:81: [d1d7e2c67a566] joining swarm manager [d428da33e6331]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:33:54.117Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-17T09:33:54.686Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-17T09:33:54.944Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-17T09:33:55.510Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-17T09:33:56.465Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-17T09:33:57.402Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-17T09:33:57.402Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-17T09:33:57.402Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-17T09:33:57.402Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-17T09:33:57.402Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-17T09:33:57.402Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-17T09:33:57.402Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-17T09:33:57.402Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-17T09:33:57.402Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-17T09:33:58.777Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-17T09:33:58.777Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-17T09:33:59.036Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.89s) [2022-06-17T09:33:59.036Z] === RUN TestCreateServiceSecretFileMode [2022-06-17T09:33:59.977Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-17T09:34:00.546Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-17T09:34:01.483Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-17T09:34:01.742Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-17T09:34:02.309Z] --- PASS: TestCreateServiceSecretFileMode (3.21s) [2022-06-17T09:34:02.309Z] === RUN TestCreateServiceConfigFileMode [2022-06-17T09:34:03.686Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-17T09:34:05.063Z] --- PASS: TestCreateServiceConfigFileMode (2.95s) [2022-06-17T09:34:05.063Z] === RUN TestCreateServiceSysctls [2022-06-17T09:34:05.322Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-17T09:34:05.889Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-17T09:34:06.149Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-17T09:34:06.716Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-17T09:34:07.284Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-17T09:34:07.284Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-17T09:34:07.284Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-17T09:34:08.664Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-17T09:34:08.664Z] docker_api_swarm_node_test.go:53: [daa5e6fda2776] joining swarm manager [dd29139f5c3fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:34:09.602Z] --- PASS: TestCreateServiceSysctls (4.31s) [2022-06-17T09:34:09.602Z] === RUN TestCreateServiceCapabilities [2022-06-17T09:34:09.602Z] docker_api_swarm_node_test.go:54: [d6536c42e4482] joining swarm manager [dd29139f5c3fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:34:10.537Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-17T09:34:11.106Z] === RUN TestDockerSuite/TestCommitChange [2022-06-17T09:34:12.043Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-17T09:34:12.609Z] --- PASS: TestCreateServiceCapabilities (2.97s) [2022-06-17T09:34:12.609Z] === RUN TestInspect [2022-06-17T09:34:12.878Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-17T09:34:14.260Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-17T09:34:15.639Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-17T09:34:15.900Z] --- PASS: TestInspect (3.41s) [2022-06-17T09:34:15.900Z] === RUN TestCreateJob [2022-06-17T09:34:16.468Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-17T09:34:17.844Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-17T09:34:19.223Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-17T09:34:19.483Z] --- PASS: TestCreateJob (3.62s) [2022-06-17T09:34:19.483Z] === RUN TestReplicatedJob [2022-06-17T09:34:20.052Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-17T09:34:20.989Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-17T09:34:21.248Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-17T09:34:22.186Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-17T09:34:22.756Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-17T09:34:23.690Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-17T09:34:24.627Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-17T09:34:25.195Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-17T09:34:25.763Z] --- PASS: TestReplicatedJob (6.23s) [2022-06-17T09:34:25.763Z] === RUN TestUpdateReplicatedJob [2022-06-17T09:34:25.763Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-17T09:34:26.698Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-17T09:34:27.265Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-17T09:34:28.201Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-17T09:34:28.769Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-17T09:34:29.336Z] --- PASS: TestUpdateReplicatedJob (3.71s) [2022-06-17T09:34:29.336Z] === RUN TestServiceListWithStatuses [2022-06-17T09:34:29.336Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:34:29.336Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-17T09:34:29.336Z] === RUN TestDockerNetworkConnectAlias [2022-06-17T09:34:29.594Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-17T09:34:30.167Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-17T09:34:31.107Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-17T09:34:32.484Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-17T09:34:33.052Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-17T09:34:33.990Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-17T09:34:33.990Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-17T09:34:34.556Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-17T09:34:34.556Z] --- PASS: TestDockerNetworkConnectAlias (5.17s) [2022-06-17T09:34:34.556Z] === RUN TestDockerNetworkReConnect [2022-06-17T09:34:35.123Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-17T09:34:36.061Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-17T09:34:36.997Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-17T09:34:37.933Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-17T09:34:39.311Z] --- PASS: TestDockerNetworkReConnect (4.40s) [2022-06-17T09:34:39.311Z] === RUN TestServicePlugin [2022-06-17T09:34:39.311Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-17T09:34:39.878Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-17T09:34:41.783Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-17T09:34:41.783Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-17T09:34:43.689Z] plugin_test.go:61: [dea0e3cd392a1] joining swarm manager [dd0b4ab8dfd3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:34:45.067Z] plugin_test.go:64: [d557f8b40b807] joining swarm manager [dd0b4ab8dfd3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:34:45.637Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-17T09:34:48.174Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-17T09:34:48.174Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-17T09:34:48.446Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-17T09:34:50.983Z] docker_api_swarm_test.go:202: [db35968a14437] joining swarm manager [d605828a02df3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:34:52.361Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-17T09:34:54.264Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-17T09:34:54.832Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-17T09:34:57.881Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-17T09:34:57.881Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-17T09:34:57.881Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-17T09:34:57.881Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-17T09:34:57.881Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-17T09:34:58.124Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-17T09:34:58.196Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-17T09:34:58.472Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ea19413969123458cc2a9ec808dec7ee02d2b72a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ea19413969123458cc2a9ec808dec7ee02d2b72a hack/test/unit [2022-06-17T09:34:58.691Z] === RUN TestDockerSuite/TestCpToDot [2022-06-17T09:34:58.727Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-17T09:34:58.727Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-17T09:34:58.727Z] + TESTDIRS=./... [2022-06-17T09:34:58.727Z] + exclude_paths='/vendor/|/integration' [2022-06-17T09:34:58.727Z] ++ go list ./... [2022-06-17T09:34:58.727Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-17T09:34:59.628Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-17T09:34:59.654Z] + pkg_list='github.com/docker/docker/api [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/backend [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/container [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/events [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/filters [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/image [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/mount [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/network [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/registry [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/time [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/versions [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:34:59.654Z] github.com/docker/docker/api/types/volume [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:34:59.654Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:34:59.654Z] github.com/docker/docker/cli [2022-06-17T09:34:59.654Z] github.com/docker/docker/cli/config [2022-06-17T09:34:59.654Z] github.com/docker/docker/cli/debug [2022-06-17T09:34:59.654Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:34:59.654Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:34:59.654Z] github.com/docker/docker/client [2022-06-17T09:34:59.654Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:34:59.654Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:34:59.654Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:34:59.654Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:34:59.654Z] github.com/docker/docker/container [2022-06-17T09:34:59.654Z] github.com/docker/docker/container/stream [2022-06-17T09:34:59.654Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:34:59.654Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:34:59.654Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/config [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/events [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/exec [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/images [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/links [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/names [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/network [2022-06-17T09:34:59.654Z] github.com/docker/docker/daemon/stats [2022-06-17T09:34:59.654Z] github.com/docker/docker/distribution [2022-06-17T09:34:59.654Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:34:59.654Z] github.com/docker/docker/distribution/utils [2022-06-17T09:34:59.654Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:34:59.654Z] github.com/docker/docker/dockerversion [2022-06-17T09:34:59.654Z] github.com/docker/docker/errdefs [2022-06-17T09:34:59.654Z] github.com/docker/docker/image [2022-06-17T09:34:59.654Z] github.com/docker/docker/image/cache [2022-06-17T09:34:59.654Z] github.com/docker/docker/image/tarexport [2022-06-17T09:34:59.654Z] github.com/docker/docker/image/v1 [2022-06-17T09:34:59.654Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:34:59.654Z] github.com/docker/docker/layer [2022-06-17T09:34:59.654Z] github.com/docker/docker/libcontainerd [2022-06-17T09:34:59.654Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:34:59.654Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:34:59.654Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:34:59.654Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:34:59.654Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/types [2022-06-17T09:34:59.655Z] github.com/docker/docker/oci [2022-06-17T09:34:59.655Z] github.com/docker/docker/oci/caps [2022-06-17T09:34:59.655Z] github.com/docker/docker/opts [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/archive [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/directory [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/platform [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/pools [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/progress [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/signal [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/stack [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/system [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:34:59.655Z] github.com/docker/docker/plugin [2022-06-17T09:34:59.655Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:34:59.655Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:34:59.655Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:34:59.655Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:34:59.655Z] github.com/docker/docker/quota [2022-06-17T09:34:59.655Z] github.com/docker/docker/reference [2022-06-17T09:34:59.655Z] github.com/docker/docker/registry [2022-06-17T09:34:59.655Z] github.com/docker/docker/registry/resumable [2022-06-17T09:34:59.655Z] github.com/docker/docker/restartmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/rootless [2022-06-17T09:34:59.655Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:34:59.655Z] github.com/docker/docker/runconfig [2022-06-17T09:34:59.655Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/environment [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/registry [2022-06-17T09:34:59.655Z] github.com/docker/docker/testutil/request [2022-06-17T09:34:59.655Z] github.com/docker/docker/volume [2022-06-17T09:34:59.655Z] github.com/docker/docker/volume/drivers [2022-06-17T09:34:59.655Z] github.com/docker/docker/volume/local [2022-06-17T09:34:59.655Z] github.com/docker/docker/volume/mounts [2022-06-17T09:34:59.655Z] github.com/docker/docker/volume/service [2022-06-17T09:34:59.655Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:34:59.655Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:34:59.655Z] ++ grep --fixed-strings -v /libnetwork [2022-06-17T09:34:59.655Z] ++ echo 'github.com/docker/docker/api [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/backend [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/container [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/events [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/filters [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/image [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/mount [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/network [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/registry [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/time [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/versions [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:34:59.655Z] github.com/docker/docker/api/types/volume [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:34:59.655Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:34:59.655Z] github.com/docker/docker/cli [2022-06-17T09:34:59.655Z] github.com/docker/docker/cli/config [2022-06-17T09:34:59.655Z] github.com/docker/docker/cli/debug [2022-06-17T09:34:59.655Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:34:59.655Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:34:59.655Z] github.com/docker/docker/client [2022-06-17T09:34:59.655Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:34:59.655Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:34:59.655Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:34:59.655Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:34:59.655Z] github.com/docker/docker/container [2022-06-17T09:34:59.655Z] github.com/docker/docker/container/stream [2022-06-17T09:34:59.655Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:34:59.655Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:34:59.655Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/config [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/events [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/exec [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/images [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/links [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/names [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/network [2022-06-17T09:34:59.655Z] github.com/docker/docker/daemon/stats [2022-06-17T09:34:59.655Z] github.com/docker/docker/distribution [2022-06-17T09:34:59.655Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:34:59.655Z] github.com/docker/docker/distribution/utils [2022-06-17T09:34:59.655Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:34:59.655Z] github.com/docker/docker/dockerversion [2022-06-17T09:34:59.655Z] github.com/docker/docker/errdefs [2022-06-17T09:34:59.655Z] github.com/docker/docker/image [2022-06-17T09:34:59.655Z] github.com/docker/docker/image/cache [2022-06-17T09:34:59.655Z] github.com/docker/docker/image/tarexport [2022-06-17T09:34:59.655Z] github.com/docker/docker/image/v1 [2022-06-17T09:34:59.655Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:34:59.655Z] github.com/docker/docker/layer [2022-06-17T09:34:59.655Z] github.com/docker/docker/libcontainerd [2022-06-17T09:34:59.655Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:34:59.655Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:34:59.655Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:34:59.655Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/libnetwork/types [2022-06-17T09:34:59.655Z] github.com/docker/docker/oci [2022-06-17T09:34:59.655Z] github.com/docker/docker/oci/caps [2022-06-17T09:34:59.655Z] github.com/docker/docker/opts [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/archive [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/directory [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:34:59.655Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/platform [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/pools [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/progress [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/signal [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/stack [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/system [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:34:59.656Z] github.com/docker/docker/plugin [2022-06-17T09:34:59.656Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:34:59.656Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:34:59.656Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:34:59.656Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:34:59.656Z] github.com/docker/docker/quota [2022-06-17T09:34:59.656Z] github.com/docker/docker/reference [2022-06-17T09:34:59.656Z] github.com/docker/docker/registry [2022-06-17T09:34:59.656Z] github.com/docker/docker/registry/resumable [2022-06-17T09:34:59.656Z] github.com/docker/docker/restartmanager [2022-06-17T09:34:59.656Z] github.com/docker/docker/rootless [2022-06-17T09:34:59.656Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:34:59.656Z] github.com/docker/docker/runconfig [2022-06-17T09:34:59.656Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/environment [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/registry [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/request [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/drivers [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/local [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/mounts [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/service [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:34:59.656Z] + base_pkg_list='github.com/docker/docker/api [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/backend [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/container [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/events [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/filters [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/image [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/mount [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/network [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/registry [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/time [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/versions [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/volume [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/config [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/debug [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:34:59.656Z] github.com/docker/docker/client [2022-06-17T09:34:59.656Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:34:59.656Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:34:59.656Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:34:59.656Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:34:59.656Z] github.com/docker/docker/container [2022-06-17T09:34:59.656Z] github.com/docker/docker/container/stream [2022-06-17T09:34:59.656Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:34:59.656Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:34:59.656Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/config [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/events [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/exec [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/images [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/links [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/names [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/network [2022-06-17T09:34:59.656Z] github.com/docker/docker/daemon/stats [2022-06-17T09:34:59.656Z] github.com/docker/docker/distribution [2022-06-17T09:34:59.656Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:34:59.656Z] github.com/docker/docker/distribution/utils [2022-06-17T09:34:59.656Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:34:59.656Z] github.com/docker/docker/dockerversion [2022-06-17T09:34:59.656Z] github.com/docker/docker/errdefs [2022-06-17T09:34:59.656Z] github.com/docker/docker/image [2022-06-17T09:34:59.656Z] github.com/docker/docker/image/cache [2022-06-17T09:34:59.656Z] github.com/docker/docker/image/tarexport [2022-06-17T09:34:59.656Z] github.com/docker/docker/image/v1 [2022-06-17T09:34:59.656Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:34:59.656Z] github.com/docker/docker/layer [2022-06-17T09:34:59.656Z] github.com/docker/docker/libcontainerd [2022-06-17T09:34:59.656Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:34:59.656Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:34:59.656Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:34:59.656Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:34:59.656Z] github.com/docker/docker/oci [2022-06-17T09:34:59.656Z] github.com/docker/docker/oci/caps [2022-06-17T09:34:59.656Z] github.com/docker/docker/opts [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/archive [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/directory [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/platform [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/pools [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/progress [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/signal [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/stack [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/system [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:34:59.656Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:34:59.656Z] github.com/docker/docker/plugin [2022-06-17T09:34:59.656Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:34:59.656Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:34:59.656Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:34:59.656Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:34:59.656Z] github.com/docker/docker/quota [2022-06-17T09:34:59.656Z] github.com/docker/docker/reference [2022-06-17T09:34:59.656Z] github.com/docker/docker/registry [2022-06-17T09:34:59.656Z] github.com/docker/docker/registry/resumable [2022-06-17T09:34:59.656Z] github.com/docker/docker/restartmanager [2022-06-17T09:34:59.656Z] github.com/docker/docker/rootless [2022-06-17T09:34:59.656Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:34:59.656Z] github.com/docker/docker/runconfig [2022-06-17T09:34:59.656Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/environment [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/registry [2022-06-17T09:34:59.656Z] github.com/docker/docker/testutil/request [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/drivers [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/local [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/mounts [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/service [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:34:59.656Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:34:59.656Z] ++ echo 'github.com/docker/docker/api [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/backend [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/container [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/events [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/filters [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/image [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/mount [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/network [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/registry [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/time [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/versions [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:34:59.656Z] github.com/docker/docker/api/types/volume [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:34:59.656Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/config [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/debug [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:34:59.656Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:34:59.656Z] github.com/docker/docker/client [2022-06-17T09:34:59.656Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:34:59.656Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:34:59.657Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:34:59.657Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:34:59.657Z] github.com/docker/docker/container [2022-06-17T09:34:59.657Z] github.com/docker/docker/container/stream [2022-06-17T09:34:59.657Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:34:59.657Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:34:59.657Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/config [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/events [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/exec [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/images [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/links [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/names [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/network [2022-06-17T09:34:59.657Z] github.com/docker/docker/daemon/stats [2022-06-17T09:34:59.657Z] github.com/docker/docker/distribution [2022-06-17T09:34:59.657Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:34:59.657Z] github.com/docker/docker/distribution/utils [2022-06-17T09:34:59.657Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:34:59.657Z] github.com/docker/docker/dockerversion [2022-06-17T09:34:59.657Z] github.com/docker/docker/errdefs [2022-06-17T09:34:59.657Z] github.com/docker/docker/image [2022-06-17T09:34:59.657Z] github.com/docker/docker/image/cache [2022-06-17T09:34:59.657Z] github.com/docker/docker/image/tarexport [2022-06-17T09:34:59.657Z] github.com/docker/docker/image/v1 [2022-06-17T09:34:59.657Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:34:59.657Z] github.com/docker/docker/layer [2022-06-17T09:34:59.657Z] github.com/docker/docker/libcontainerd [2022-06-17T09:34:59.657Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:34:59.657Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:34:59.657Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:34:59.657Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/types [2022-06-17T09:34:59.657Z] github.com/docker/docker/oci [2022-06-17T09:34:59.657Z] github.com/docker/docker/oci/caps [2022-06-17T09:34:59.657Z] github.com/docker/docker/opts [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/archive [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/directory [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/platform [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/pools [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/progress [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/signal [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/stack [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/system [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:34:59.657Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:34:59.657Z] github.com/docker/docker/plugin [2022-06-17T09:34:59.657Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:34:59.657Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:34:59.657Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:34:59.657Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:34:59.657Z] github.com/docker/docker/quota [2022-06-17T09:34:59.657Z] github.com/docker/docker/reference [2022-06-17T09:34:59.657Z] github.com/docker/docker/registry [2022-06-17T09:34:59.657Z] github.com/docker/docker/registry/resumable [2022-06-17T09:34:59.657Z] github.com/docker/docker/restartmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/rootless [2022-06-17T09:34:59.657Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:34:59.657Z] github.com/docker/docker/runconfig [2022-06-17T09:34:59.657Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/environment [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/registry [2022-06-17T09:34:59.657Z] github.com/docker/docker/testutil/request [2022-06-17T09:34:59.657Z] github.com/docker/docker/volume [2022-06-17T09:34:59.657Z] github.com/docker/docker/volume/drivers [2022-06-17T09:34:59.657Z] github.com/docker/docker/volume/local [2022-06-17T09:34:59.657Z] github.com/docker/docker/volume/mounts [2022-06-17T09:34:59.657Z] github.com/docker/docker/volume/service [2022-06-17T09:34:59.657Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:34:59.657Z] github.com/docker/docker/volume/testutils' [2022-06-17T09:34:59.657Z] ++ grep --fixed-strings /libnetwork [2022-06-17T09:34:59.657Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/types' [2022-06-17T09:34:59.657Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-17T09:34:59.657Z] + echo 'github.com/docker/docker/libnetwork [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:34:59.657Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/types' [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:34:59.658Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:34:59.658Z] + type docker-proxy [2022-06-17T09:34:59.658Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-17T09:34:59.658Z] + hack/make.sh binary-proxy install-proxy [2022-06-17T09:34:59.658Z] [2022-06-17T09:34:59.913Z] Removing bundles/ [2022-06-17T09:34:59.913Z] [2022-06-17T09:34:59.913Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-17T09:34:59.913Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-17T09:34:59.913Z] GOOS="" GOARCH="" GOARM="" [2022-06-17T09:35:00.563Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-17T09:35:01.498Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-17T09:35:02.065Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-17T09:35:03.004Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-17T09:35:03.004Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-17T09:35:03.570Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-17T09:35:04.506Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-17T09:35:04.506Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-17T09:35:04.506Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-17T09:35:04.764Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-17T09:35:05.333Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-17T09:35:05.333Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-17T09:35:05.333Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-17T09:35:05.333Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-17T09:35:05.901Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-17T09:35:05.901Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-17T09:35:06.159Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-17T09:35:06.159Z] === RUN TestDockerSuite/TestCreateRM [2022-06-17T09:35:06.159Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-17T09:35:06.159Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-17T09:35:06.159Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-17T09:35:06.419Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-17T09:35:06.419Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-17T09:35:07.798Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-17T09:35:07.798Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-17T09:35:08.001Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-17T09:35:08.001Z] [2022-06-17T09:35:08.001Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-17T09:35:08.001Z] Installing docker-proxy to /usr/local/bin/ [2022-06-17T09:35:08.001Z] [2022-06-17T09:35:08.001Z] + mkdir -p bundles [2022-06-17T09:35:08.001Z] + '[' -n 'github.com/docker/docker/api [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/backend/build [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/httpstatus [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/httputils [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/middleware [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/build [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/container [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/debug [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/distribution [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/grpc [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/image [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/network [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/plugin [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/session [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/swarm [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/system [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/server/router/volume [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/backend [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/blkiodev [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/container [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/events [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/filters [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/image [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/mount [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/network [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/registry [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/strslice [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/swarm [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/time [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/versions [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-17T09:35:08.001Z] github.com/docker/docker/api/types/volume [2022-06-17T09:35:08.001Z] github.com/docker/docker/builder [2022-06-17T09:35:08.001Z] github.com/docker/docker/builder/builder-next [2022-06-17T09:35:08.001Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-17T09:35:08.001Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/builder-next/worker [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/dockerfile [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/remotecontext [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/remotecontext/git [2022-06-17T09:35:08.002Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-17T09:35:08.002Z] github.com/docker/docker/cli [2022-06-17T09:35:08.002Z] github.com/docker/docker/cli/config [2022-06-17T09:35:08.002Z] github.com/docker/docker/cli/debug [2022-06-17T09:35:08.002Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-17T09:35:08.002Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-17T09:35:08.002Z] github.com/docker/docker/client [2022-06-17T09:35:08.002Z] github.com/docker/docker/cmd/docker-proxy [2022-06-17T09:35:08.002Z] github.com/docker/docker/cmd/dockerd [2022-06-17T09:35:08.002Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-17T09:35:08.002Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-17T09:35:08.002Z] github.com/docker/docker/container [2022-06-17T09:35:08.002Z] github.com/docker/docker/container/stream [2022-06-17T09:35:08.002Z] github.com/docker/docker/contrib/apparmor [2022-06-17T09:35:08.002Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-17T09:35:08.002Z] github.com/docker/docker/contrib/httpserver [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/cluster [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/cluster/convert [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/cluster/executor [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/cluster/provider [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/config [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/events [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/events/testutils [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/exec [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/images [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/initlayer [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/links [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/listeners [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/gelf [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/journald [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/local [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/logentries [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/splunk [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/syslog [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/logger/templates [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/names [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/network [2022-06-17T09:35:08.002Z] github.com/docker/docker/daemon/stats [2022-06-17T09:35:08.002Z] github.com/docker/docker/distribution [2022-06-17T09:35:08.002Z] github.com/docker/docker/distribution/metadata [2022-06-17T09:35:08.002Z] github.com/docker/docker/distribution/utils [2022-06-17T09:35:08.002Z] github.com/docker/docker/distribution/xfer [2022-06-17T09:35:08.002Z] github.com/docker/docker/dockerversion [2022-06-17T09:35:08.002Z] github.com/docker/docker/errdefs [2022-06-17T09:35:08.002Z] github.com/docker/docker/image [2022-06-17T09:35:08.002Z] github.com/docker/docker/image/cache [2022-06-17T09:35:08.002Z] github.com/docker/docker/image/tarexport [2022-06-17T09:35:08.002Z] github.com/docker/docker/image/v1 [2022-06-17T09:35:08.002Z] github.com/docker/docker/internal/test/suite [2022-06-17T09:35:08.002Z] github.com/docker/docker/layer [2022-06-17T09:35:08.002Z] github.com/docker/docker/libcontainerd [2022-06-17T09:35:08.002Z] github.com/docker/docker/libcontainerd/queue [2022-06-17T09:35:08.002Z] github.com/docker/docker/libcontainerd/remote [2022-06-17T09:35:08.002Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-17T09:35:08.002Z] github.com/docker/docker/libcontainerd/types [2022-06-17T09:35:08.002Z] github.com/docker/docker/oci [2022-06-17T09:35:08.002Z] github.com/docker/docker/oci/caps [2022-06-17T09:35:08.002Z] github.com/docker/docker/opts [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/aaparser [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/archive [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/authorization [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/broadcaster [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/capabilities [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/chrootarchive [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/containerfs [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/devicemapper [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/directory [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/dmesg [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/fileutils [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/fsutils [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/homedir [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/idtools [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/ioutils [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/jsonmessage [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/longpath [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/loopback [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/namesgenerator [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/parsers [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/pidfile [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/platform [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/plugingetter [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/plugins [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/plugins/transport [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/pools [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/progress [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/pubsub [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/reexec [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/signal [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/stack [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/stdcopy [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/streamformatter [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/stringid [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/sysinfo [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/system [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/tailfile [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/tarsum [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/truncindex [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/urlutil [2022-06-17T09:35:08.002Z] github.com/docker/docker/pkg/useragent [2022-06-17T09:35:08.002Z] github.com/docker/docker/plugin [2022-06-17T09:35:08.002Z] github.com/docker/docker/plugin/executor/containerd [2022-06-17T09:35:08.002Z] github.com/docker/docker/plugin/v2 [2022-06-17T09:35:08.002Z] github.com/docker/docker/profiles/apparmor [2022-06-17T09:35:08.002Z] github.com/docker/docker/profiles/seccomp [2022-06-17T09:35:08.002Z] github.com/docker/docker/quota [2022-06-17T09:35:08.002Z] github.com/docker/docker/reference [2022-06-17T09:35:08.002Z] github.com/docker/docker/registry [2022-06-17T09:35:08.002Z] github.com/docker/docker/registry/resumable [2022-06-17T09:35:08.002Z] github.com/docker/docker/restartmanager [2022-06-17T09:35:08.002Z] github.com/docker/docker/rootless [2022-06-17T09:35:08.002Z] github.com/docker/docker/rootless/specconv [2022-06-17T09:35:08.002Z] github.com/docker/docker/runconfig [2022-06-17T09:35:08.002Z] github.com/docker/docker/runconfig/opts [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/daemon [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/environment [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/fakecontext [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/fakegit [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/fakestorage [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/fixtures/load [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/registry [2022-06-17T09:35:08.002Z] github.com/docker/docker/testutil/request [2022-06-17T09:35:08.002Z] github.com/docker/docker/volume [2022-06-17T09:35:08.002Z] github.com/docker/docker/volume/drivers [2022-06-17T09:35:08.002Z] github.com/docker/docker/volume/local [2022-06-17T09:35:08.002Z] github.com/docker/docker/volume/mounts [2022-06-17T09:35:08.002Z] github.com/docker/docker/volume/service [2022-06-17T09:35:08.002Z] github.com/docker/docker/volume/service/opts [2022-06-17T09:35:08.002Z] github.com/docker/docker/volume/testutils' ']' [2022-06-17T09:35:08.002Z] + 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-17T09:35:08.002Z] ? github.com/docker/docker/api [no test files] [2022-06-17T09:35:08.057Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-17T09:35:09.959Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-17T09:35:10.894Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-17T09:35:11.153Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-17T09:35:11.153Z] --- PASS: TestServicePlugin (32.09s) [2022-06-17T09:35:11.153Z] === RUN TestServiceUpdateLabel [2022-06-17T09:35:11.412Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-17T09:35:11.980Z] docker_api_swarm_test.go:384: [d3c162158d2b6] joining swarm manager [d0c186307ba6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:35:12.239Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-17T09:35:13.179Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-17T09:35:13.438Z] docker_api_swarm_test.go:385: [df8394c9e6e70] joining swarm manager [d0c186307ba6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:35:14.005Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-17T09:35:14.005Z] --- PASS: TestServiceUpdateLabel (2.95s) [2022-06-17T09:35:14.005Z] === RUN TestServiceUpdateSecrets [2022-06-17T09:35:14.572Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-17T09:35:15.138Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-17T09:35:17.041Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-17T09:35:17.607Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-17T09:35:20.139Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-17T09:35:22.039Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-17T09:35:22.609Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-17T09:35:23.545Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-17T09:35:26.044Z] ok github.com/docker/docker/api/server 0.010s coverage: 7.9% of statements [2022-06-17T09:35:28.825Z] --- PASS: TestServiceUpdateSecrets (14.74s) [2022-06-17T09:35:28.825Z] === RUN TestServiceUpdateConfigs [2022-06-17T09:35:29.083Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-17T09:35:29.341Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-17T09:35:30.720Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-17T09:35:31.287Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-17T09:35:31.287Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-17T09:35:31.552Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-17T09:35:31.810Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-17T09:35:31.810Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-17T09:35:32.744Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-17T09:35:33.679Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-17T09:35:33.680Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-17T09:35:33.680Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-17T09:35:34.614Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-17T09:35:34.614Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-17T09:35:35.547Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-17T09:35:36.482Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-17T09:35:36.482Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-17T09:35:36.482Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-17T09:35:36.482Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-17T09:35:36.482Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-17T09:35:36.482Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-17T09:35:39.013Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-17T09:35:39.013Z] === RUN TestDockerSuite/TestEventsRename [2022-06-17T09:35:39.580Z] === RUN TestDockerSuite/TestEventsResize [2022-06-17T09:35:40.147Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-17T09:35:40.406Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-17T09:35:41.340Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-17T09:35:41.600Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-17T09:35:44.133Z] --- PASS: TestServiceUpdateConfigs (15.04s) [2022-06-17T09:35:44.133Z] === RUN TestServiceUpdateNetwork [2022-06-17T09:35:44.133Z] === RUN TestDockerSuite/TestEventsTop [2022-06-17T09:35:45.079Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-17T09:35:47.618Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-17T09:35:54.179Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-17T09:35:54.179Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-17T09:35:54.746Z] === RUN TestDockerSuite/TestExec [2022-06-17T09:35:55.313Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-17T09:35:56.252Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-17T09:35:56.820Z] --- PASS: TestServiceUpdateNetwork (12.88s) [2022-06-17T09:35:56.820Z] === RUN TestServiceUpdatePidsLimit [2022-06-17T09:35:57.079Z] === RUN TestDockerSuite/TestExecEnv [2022-06-17T09:35:58.017Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-17T09:35:58.017Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-17T09:35:59.395Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-17T09:35:59.395Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-17T09:35:59.962Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-17T09:36:02.494Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-17T09:36:03.062Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-17T09:36:03.629Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-17T09:36:04.197Z] === RUN TestDockerSuite/TestExecParseError [2022-06-17T09:36:04.457Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-17T09:36:05.023Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-17T09:36:05.591Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-17T09:36:05.850Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-17T09:36:06.122Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-17T09:36:06.697Z] === RUN TestDockerSuite/TestExecTTY [2022-06-17T09:36:07.266Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-17T09:36:08.201Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-17T09:36:08.460Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-17T09:36:09.027Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-17T09:36:09.028Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-17T09:36:09.028Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-17T09:36:09.594Z] check_test.go:611: [df8394c9e6e70] daemon is not started [2022-06-17T09:36:09.854Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-17T09:36:10.113Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-17T09:36:11.049Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-17T09:36:11.985Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-17T09:36:11.985Z] docker_api_swarm_test.go:802: [d3c35c4f7abac] joining swarm manager [d660fbba3d66f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:36:12.552Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-17T09:36:13.488Z] docker_api_swarm_test.go:802: [d3699dc9fbc9f] joining swarm manager [d660fbba3d66f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:36:13.488Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-17T09:36:13.488Z] --- PASS: TestServiceUpdatePidsLimit (16.89s) [2022-06-17T09:36:13.488Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.05s) [2022-06-17T09:36:13.488Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.81s) [2022-06-17T09:36:13.488Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.92s) [2022-06-17T09:36:13.488Z] PASS [2022-06-17T09:36:13.488Z] [2022-06-17T09:36:13.488Z] === Skipped [2022-06-17T09:36:13.488Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-17T09:36:13.488Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-17T09:36:13.488Z] [2022-06-17T09:36:13.488Z] DONE 27 tests, 1 skipped in 181.499s [2022-06-17T09:36:13.748Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-17T09:36:13.748Z] ++ 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-17T09:36:13.748Z] ++ set -e [2022-06-17T09:36:13.748Z] ++ '[' -n 0 ']' [2022-06-17T09:36:13.748Z] ++ set -x [2022-06-17T09:36:13.748Z] ++ 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-17T09:36:13.748Z] INFO: Testing against a local daemon [2022-06-17T09:36:13.748Z] === RUN TestSessionCreate [2022-06-17T09:36:13.748Z] --- PASS: TestSessionCreate (0.03s) [2022-06-17T09:36:13.748Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-17T09:36:13.748Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-17T09:36:13.748Z] PASS [2022-06-17T09:36:13.748Z] [2022-06-17T09:36:13.748Z] DONE 2 tests in 0.167s [2022-06-17T09:36:13.748Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-17T09:36:13.748Z] ++ 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-17T09:36:13.748Z] ++ set -e [2022-06-17T09:36:13.748Z] ++ '[' -n 0 ']' [2022-06-17T09:36:13.748Z] ++ set -x [2022-06-17T09:36:13.748Z] ++ 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-17T09:36:14.006Z] INFO: Testing against a local daemon [2022-06-17T09:36:14.006Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-17T09:36:14.006Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-17T09:36:14.006Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-17T09:36:14.006Z] === RUN TestDiskUsage [2022-06-17T09:36:14.006Z] === PAUSE TestDiskUsage [2022-06-17T09:36:14.006Z] === RUN TestEventsExecDie [2022-06-17T09:36:14.943Z] docker_api_swarm_test.go:802: [d7eb208989e37] joining swarm manager [d660fbba3d66f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-17T09:36:14.943Z] --- PASS: TestEventsExecDie (0.80s) [2022-06-17T09:36:14.943Z] === RUN TestEventsBackwardsCompatible [2022-06-17T09:36:14.943Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2022-06-17T09:36:14.943Z] === RUN TestEventsVolumeCreate [2022-06-17T09:36:14.943Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-17T09:36:14.943Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-06-17T09:36:14.943Z] === RUN TestInfoBinaryCommits [2022-06-17T09:36:14.943Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-06-17T09:36:14.943Z] === RUN TestInfoAPIVersioned [2022-06-17T09:36:14.943Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-17T09:36:14.943Z] === RUN TestInfoAPI [2022-06-17T09:36:14.943Z] --- PASS: TestInfoAPI (0.02s) [2022-06-17T09:36:14.943Z] === RUN TestInfoAPIWarnings [2022-06-17T09:36:16.318Z] docker_api_swarm_test.go:802: [d020f39b8239f] joining swarm manager [d660fbba3d66f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-17T09:36:17.255Z] === RUN TestDockerSuite/TestHealth [2022-06-17T09:36:17.514Z] docker_api_swarm_test.go:810: [df7e71cf62dd1] joining swarm manager [d660fbba3d66f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-17T09:36:32.394Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-17T09:36:32.394Z] === RUN TestInfoDebug [2022-06-17T09:36:32.394Z] --- PASS: TestInfoDebug (0.53s) [2022-06-17T09:36:32.394Z] === RUN TestInfoInsecureRegistries [2022-06-17T09:36:32.653Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-17T09:36:32.653Z] === RUN TestInfoRegistryMirrors [2022-06-17T09:36:33.236Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-17T09:36:33.236Z] === RUN TestLoginFailsWithBadCredentials [2022-06-17T09:36:33.236Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-17T09:36:33.236Z] === RUN TestPingCacheHeaders [2022-06-17T09:36:33.236Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-17T09:36:33.236Z] === RUN TestPingGet [2022-06-17T09:36:33.236Z] --- PASS: TestPingGet (0.01s) [2022-06-17T09:36:33.236Z] === RUN TestPingHead [2022-06-17T09:36:33.236Z] --- PASS: TestPingHead (0.01s) [2022-06-17T09:36:33.236Z] === RUN TestPingSwarmHeader [2022-06-17T09:36:33.803Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-17T09:36:34.369Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-17T09:36:35.305Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-17T09:36:35.305Z] --- PASS: TestPingSwarmHeader (2.08s) [2022-06-17T09:36:35.305Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-17T09:36:35.305Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-17T09:36:35.305Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-17T09:36:35.305Z] === RUN TestVersion [2022-06-17T09:36:35.305Z] --- PASS: TestVersion (0.02s) [2022-06-17T09:36:35.305Z] === CONT TestDiskUsage [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/container_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/image_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/volume_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-17T09:36:35.871Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-17T09:36:36.131Z] === RUN TestDiskUsage/after_container.Run [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-17T09:36:36.698Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-17T09:36:36.698Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage (1.35s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.20s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run (0.45s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.01s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-17T09:36:36.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-17T09:36:36.698Z] PASS [2022-06-17T09:36:36.698Z] [2022-06-17T09:36:36.698Z] === Skipped [2022-06-17T09:36:36.698Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-17T09:36:36.698Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-17T09:36:36.698Z] [2022-06-17T09:36:36.698Z] DONE 54 tests, 1 skipped in 22.940s [2022-06-17T09:36:36.698Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-17T09:36:36.698Z] ++ 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-17T09:36:36.698Z] ++ set -e [2022-06-17T09:36:36.698Z] ++ '[' -n 0 ']' [2022-06-17T09:36:36.698Z] ++ set -x [2022-06-17T09:36:36.699Z] ++ 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-17T09:36:36.957Z] INFO: Testing against a local daemon [2022-06-17T09:36:36.957Z] === RUN TestVolumesCreateAndList [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-17T09:36:36.957Z] === RUN TestVolumesRemove [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-17T09:36:36.957Z] === RUN TestVolumesInspect [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesInspect (0.03s) [2022-06-17T09:36:36.957Z] === RUN TestVolumesInvalidJSON [2022-06-17T09:36:36.957Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-17T09:36:36.957Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-17T09:36:36.957Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-17T09:36:36.957Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-17T09:36:36.957Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-17T09:36:36.957Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-17T09:36:36.957Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-17T09:36:36.957Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-17T09:36:36.957Z] PASS [2022-06-17T09:36:36.957Z] [2022-06-17T09:36:36.957Z] DONE 9 tests in 0.262s [2022-06-17T09:36:36.957Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-17T09:36:37.219Z] ++++ cat bundles/test-integration/docker.pid [2022-06-17T09:36:37.219Z] +++ kill 6706 [2022-06-17T09:36:37.479Z] +++ /etc/init.d/apparmor stop [2022-06-17T09:36:37.479Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-17T09:36:37.479Z] [2022-06-17T09:36:37.479Z] Unloading profiles will leave already running processes permanently [2022-06-17T09:36:37.479Z] unconfined, which can lead to unexpected situations. [2022-06-17T09:36:37.479Z] [2022-06-17T09:36:37.479Z] To set a process to complain mode, use the command line tool [2022-06-17T09:36:37.479Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-17T09:36:37.479Z] +++ true [2022-06-17T09:36:37.479Z] exiting test-integration [2022-06-17T09:36:37.479Z] ++ exit 0 [2022-06-17T09:36:37.479Z] [2022-06-17T09:36:38.414Z] + for job in $(jobs -p) [2022-06-17T09:36:38.414Z] + wait 7306 [2022-06-17T09:36:39.792Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-17T09:36:43.078Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-17T09:36:43.078Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-17T09:36:43.078Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-17T09:36:43.078Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-17T09:36:43.078Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-17T09:36:43.078Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-17T09:36:43.645Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-17T09:36:44.213Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-17T09:36:44.213Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-17T09:36:44.213Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-17T09:36:44.472Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-17T09:36:44.472Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-17T09:36:44.731Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-17T09:36:44.990Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-17T09:36:44.990Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-17T09:36:45.558Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-17T09:36:45.817Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-17T09:36:46.384Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-17T09:36:46.953Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-17T09:36:46.953Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-17T09:36:47.520Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-17T09:36:50.051Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-17T09:36:50.324Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-17T09:36:50.324Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-17T09:36:51.260Z] === RUN TestDockerSuite/TestImportFile [2022-06-17T09:36:52.639Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-17T09:36:52.639Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-17T09:36:53.574Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-17T09:36:54.511Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-17T09:36:55.890Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-17T09:36:56.149Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-17T09:36:56.717Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-17T09:36:57.286Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-17T09:36:57.286Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-17T09:36:57.286Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-17T09:36:57.853Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-17T09:36:58.112Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-17T09:36:58.112Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-17T09:36:58.681Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-17T09:36:58.681Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-17T09:36:58.681Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-17T09:36:59.248Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-17T09:36:59.816Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-17T09:37:00.383Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-17T09:37:00.950Z] === RUN TestDockerSuite/TestInspectImage [2022-06-17T09:37:00.950Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-17T09:37:00.950Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-17T09:37:00.950Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-17T09:37:00.950Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-17T09:37:01.208Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-17T09:37:01.776Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-17T09:37:01.776Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-17T09:37:02.344Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 31.9% of statements [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/server/router/volume 0.008s coverage: 67.9% of statements [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 77.3% of statements [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-17T09:37:02.440Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/builder/remotecontext 0.094s coverage: 13.7% of statements [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/builder/dockerfile 0.529s coverage: 49.3% of statements [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-17T09:37:02.440Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-06-17T09:37:02.441Z] ok github.com/docker/docker/builder/remotecontext/git 1.778s coverage: 86.3% of statements [2022-06-17T09:37:02.441Z] ? github.com/docker/docker/cli [no test files] [2022-06-17T09:37:02.441Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-17T09:37:02.441Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-17T09:37:02.441Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-17T09:37:02.441Z] ok github.com/docker/docker/cmd/docker-proxy 0.272s coverage: 67.6% of statements [2022-06-17T09:37:02.910Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-17T09:37:04.811Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-17T09:37:04.811Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-17T09:37:04.957Z] ok github.com/docker/docker/client 0.151s coverage: 75.6% of statements [2022-06-17T09:37:05.377Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-17T09:37:05.943Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-17T09:37:06.879Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-17T09:37:07.452Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-17T09:37:07.710Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-17T09:37:08.278Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-17T09:37:08.848Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-17T09:37:09.107Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-17T09:37:09.675Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-17T09:37:09.675Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-17T09:37:10.612Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-17T09:37:11.550Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-17T09:37:11.811Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-17T09:37:11.811Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-17T09:37:13.187Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-17T09:37:14.564Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-17T09:37:15.938Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-17T09:37:15.938Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-17T09:37:17.316Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-17T09:37:17.575Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-17T09:37:18.141Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-17T09:37:26.255Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-17T09:37:26.255Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-17T09:37:26.822Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-17T09:37:28.200Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-17T09:37:28.200Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-17T09:37:28.458Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-17T09:37:29.396Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-17T09:37:29.965Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-17T09:37:30.900Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-17T09:37:31.838Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-17T09:37:32.405Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-17T09:37:32.972Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-17T09:37:34.877Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-17T09:37:35.443Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-17T09:37:36.011Z] === RUN TestDockerSuite/TestLogsSince [2022-06-17T09:37:37.913Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-17T09:37:39.815Z] docker_api_swarm_service_test.go:395: [d2ffbd73414d8] joining swarm manager [d11655fc54d7a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:37:40.381Z] docker_api_swarm_service_test.go:395: [d6037d191ed8b] joining swarm manager [d11655fc54d7a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:37:42.916Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-17T09:37:49.476Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-17T09:37:49.476Z] === RUN TestDockerSuite/TestLogsTail [2022-06-17T09:37:49.476Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-17T09:37:49.735Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-17T09:37:50.315Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-17T09:37:50.315Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-17T09:37:50.315Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-17T09:37:50.315Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-17T09:37:50.315Z] === RUN TestDockerSuite/TestNetHostname [2022-06-17T09:37:51.622Z] ok github.com/docker/docker/cmd/dockerd 0.088s coverage: 29.7% of statements [2022-06-17T09:37:51.622Z] ok github.com/docker/docker/container 0.116s coverage: 34.6% of statements [2022-06-17T09:37:51.622Z] ok github.com/docker/docker/cmd/dockerd/trap 2.499s coverage: 0.0% of statements [2022-06-17T09:37:51.622Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-17T09:37:51.622Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-17T09:37:51.622Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-17T09:37:51.622Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-17T09:37:51.622Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-17T09:37:51.703Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-17T09:37:51.961Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-17T09:37:51.961Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-17T09:37:51.961Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-17T09:37:52.897Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-17T09:37:53.465Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-17T09:37:54.401Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-17T09:37:54.401Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-17T09:37:54.401Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-17T09:37:54.401Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-17T09:37:54.891Z] ok github.com/docker/docker/daemon/cluster 0.083s coverage: 0.5% of statements [2022-06-17T09:37:55.337Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-17T09:37:56.258Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-06-17T09:37:57.238Z] docker_api_swarm_service_test.go:343: [df81180d0b288] joining swarm manager [dd6ffbd1c3fe4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:37:57.625Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 36.9% of statements [2022-06-17T09:37:58.176Z] docker_api_swarm_service_test.go:343: [d69e807abda7a] joining swarm manager [dd6ffbd1c3fe4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:38:00.079Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-17T09:38:01.017Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-17T09:38:02.393Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-17T09:38:04.928Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-17T09:38:05.705Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.441s coverage: 13.4% of statements [2022-06-17T09:38:05.705Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 81.5% of statements [2022-06-17T09:38:06.267Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-17T09:38:06.831Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-17T09:38:06.844Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-06-17T09:38:07.101Z] ok github.com/docker/docker/daemon 10.145s coverage: 16.1% of statements [2022-06-17T09:38:07.101Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-17T09:38:07.101Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-17T09:38:07.101Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-17T09:38:07.101Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-17T09:38:07.766Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-17T09:38:08.470Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.767s coverage: 74.8% of statements [2022-06-17T09:38:09.440Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-06-17T09:38:09.696Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.366s coverage: 56.2% of statements [2022-06-17T09:38:11.062Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-06-17T09:38:11.076Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-17T09:38:11.642Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-17T09:38:12.441Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.168s coverage: 50.6% of statements [2022-06-17T09:38:12.576Z] === RUN TestDockerSuite/TestPluginActive [2022-06-17T09:38:13.512Z] docker_api_swarm_service_test.go:490: [d1e02579e1c82] joining swarm manager [dcd7cd7a81e1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:38:13.823Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.363s coverage: 45.9% of statements [2022-06-17T09:38:13.823Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-17T09:38:14.451Z] docker_api_swarm_service_test.go:490: [dadb6bc7708a7] joining swarm manager [dcd7cd7a81e1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:38:14.451Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-17T09:38:15.229Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.031s coverage: 58.5% of statements [2022-06-17T09:38:15.230Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-17T09:38:15.230Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-17T09:38:15.230Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.5% of statements [2022-06-17T09:38:16.159Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-06-17T09:38:16.762Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2022-06-17T09:38:17.689Z] ok github.com/docker/docker/daemon/images 0.047s coverage: 6.6% of statements [2022-06-17T09:38:17.689Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-17T09:38:17.689Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-17T09:38:18.251Z] ok github.com/docker/docker/daemon/logger 0.236s coverage: 43.2% of statements [2022-06-17T09:38:19.178Z] ok github.com/docker/docker/daemon/logger/awslogs 0.138s coverage: 80.2% of statements [2022-06-17T09:38:19.178Z] ok github.com/docker/docker/daemon/logger/fluentd 0.031s coverage: 53.6% of statements [2022-06-17T09:38:19.178Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-17T09:38:19.739Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2022-06-17T09:38:19.995Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 23.4% of statements [2022-06-17T09:38:20.556Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2022-06-17T09:38:21.020Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-17T09:38:21.020Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-17T09:38:21.020Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-17T09:38:21.118Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.170s coverage: 76.8% of statements [2022-06-17T09:38:21.278Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-17T09:38:21.374Z] ok github.com/docker/docker/daemon/logger/local 0.038s coverage: 79.4% of statements [2022-06-17T09:38:21.374Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-17T09:38:21.374Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-17T09:38:22.301Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.037s coverage: 62.0% of statements [2022-06-17T09:38:22.558Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.029s coverage: 31.5% of statements [2022-06-17T09:38:23.486Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 46.8% of statements [2022-06-17T09:38:23.742Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-06-17T09:38:23.807Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-17T09:38:24.305Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-17T09:38:25.232Z] ok github.com/docker/docker/daemon/logger/splunk 1.586s coverage: 82.5% of statements [2022-06-17T09:38:25.232Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-17T09:38:25.232Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-17T09:38:25.793Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 44.4% of statements [2022-06-17T09:38:26.355Z] ok github.com/docker/docker/distribution 0.633s coverage: 28.0% of statements [2022-06-17T09:38:26.355Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-17T09:38:26.916Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-17T09:38:27.089Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-17T09:38:27.495Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-06-17T09:38:27.762Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-17T09:38:28.323Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-06-17T09:38:28.323Z] ok github.com/docker/docker/distribution/xfer 1.900s coverage: 84.9% of statements [2022-06-17T09:38:28.323Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-17T09:38:28.323Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-17T09:38:28.579Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-17T09:38:28.835Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-06-17T09:38:28.993Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-17T09:38:29.761Z] ok github.com/docker/docker/oci 0.010s coverage: 46.0% of statements [2022-06-17T09:38:30.323Z] ok github.com/docker/docker/opts 0.026s coverage: 66.0% of statements [2022-06-17T09:38:30.579Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-06-17T09:38:30.898Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-17T09:38:32.274Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-17T09:38:32.469Z] ok github.com/docker/docker/pkg/archive 0.295s coverage: 82.3% of statements [2022-06-17T09:38:32.846Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-17T09:38:33.030Z] ok github.com/docker/docker/pkg/authorization 0.455s coverage: 68.3% of statements [2022-06-17T09:38:33.112Z] === RUN TestDockerSuite/TestPortList [2022-06-17T09:38:33.633Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-17T09:38:33.634Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-17T09:38:35.015Z] docker_api_swarm_service_test.go:128: [d7419aa404fd0] joining swarm manager [d4ac0a684481f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:38:35.950Z] docker_api_swarm_service_test.go:129: [d983a97a69a25] joining swarm manager [d4ac0a684481f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:38:36.898Z] ok github.com/docker/docker/pkg/chrootarchive 2.475s coverage: 42.7% of statements [2022-06-17T09:38:36.898Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-17T09:38:37.154Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2022-06-17T09:38:37.410Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-17T09:38:37.666Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-06-17T09:38:37.922Z] ok github.com/docker/docker/pkg/fsutils 0.131s coverage: 85.1% of statements [2022-06-17T09:38:38.178Z] ok github.com/docker/docker/layer 8.008s coverage: 69.0% of statements [2022-06-17T09:38:38.178Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-17T09:38:38.178Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-17T09:38:38.178Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-17T09:38:38.178Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-17T09:38:38.178Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-17T09:38:38.178Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-17T09:38:38.178Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-06-17T09:38:38.485Z] docker_api_swarm_service_test.go:137: [d2398b3426210] joining swarm manager [d4ac0a684481f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-17T09:38:39.052Z] docker_api_swarm_service_test.go:138: [d0128158278b0] joining swarm manager [d4ac0a684481f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-17T09:38:39.544Z] ok github.com/docker/docker/pkg/idtools 0.551s coverage: 67.9% of statements [2022-06-17T09:38:39.544Z] ok github.com/docker/docker/pkg/ioutils 0.450s coverage: 70.1% of statements [2022-06-17T09:38:39.800Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2022-06-17T09:38:39.800Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-06-17T09:38:39.800Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-17T09:38:40.056Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-06-17T09:38:40.056Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2022-06-17T09:38:40.312Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2022-06-17T09:38:40.568Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements [2022-06-17T09:38:40.568Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-17T09:38:40.568Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-17T09:38:40.568Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-17T09:38:41.498Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2022-06-17T09:38:41.588Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-17T09:38:41.754Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-17T09:38:42.010Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-17T09:38:42.010Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-17T09:38:43.372Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-06-17T09:38:43.627Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-06-17T09:38:43.882Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-17T09:38:44.118Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-17T09:38:44.118Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-17T09:38:44.138Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2022-06-17T09:38:44.138Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-06-17T09:38:44.393Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-17T09:38:44.954Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-17T09:38:45.210Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-17T09:38:45.465Z] ok github.com/docker/docker/pkg/tailfile 0.063s coverage: 88.6% of statements [2022-06-17T09:38:46.019Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-17T09:38:46.026Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-06-17T09:38:46.281Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-17T09:38:46.538Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-06-17T09:38:46.586Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-17T09:38:47.153Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-17T09:38:47.153Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-17T09:38:48.430Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-06-17T09:38:48.430Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-06-17T09:38:48.990Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-17T09:38:49.683Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-17T09:38:49.915Z] ok github.com/docker/docker/quota 0.191s coverage: 71.4% of statements [2022-06-17T09:38:49.941Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-17T09:38:50.171Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-17T09:38:51.099Z] ok github.com/docker/docker/registry 0.052s coverage: 58.6% of statements [2022-06-17T09:38:51.355Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-17T09:38:51.611Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-17T09:38:52.173Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-17T09:38:52.173Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-06-17T09:38:52.473Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-17T09:38:54.063Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-17T09:38:54.624Z] ok github.com/docker/docker/volume/local 0.100s coverage: 76.8% of statements [2022-06-17T09:38:55.020Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-17T09:38:55.020Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-17T09:38:55.186Z] ok github.com/docker/docker/volume/mounts 0.011s coverage: 67.7% of statements [2022-06-17T09:38:56.113Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-06-17T09:38:57.556Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-17T09:39:01.742Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-17T09:39:03.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-17T09:39:04.214Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-17T09:39:05.592Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-17T09:39:06.161Z] docker_api_swarm_service_test.go:304: [d005f83095899] joining swarm manager [d0917c7590e17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:39:07.096Z] docker_api_swarm_service_test.go:304: [d490d9b22930c] joining swarm manager [d0917c7590e17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:39:07.354Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-17T09:39:09.261Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-17T09:39:09.830Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-17T09:39:11.731Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-17T09:39:13.108Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-17T09:39:13.675Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-17T09:39:13.934Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-17T09:39:14.503Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-17T09:39:17.046Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-17T09:39:17.982Z] ok github.com/docker/docker/pkg/plugins 33.632s coverage: 76.3% of statements [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/rootless [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/volume [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-17T09:39:17.982Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === Skipped [2022-06-17T09:39:17.982Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-17T09:39:17.982Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-17T09:39:17.982Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-17T09:39:17.982Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-17T09:39:17.982Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:71: No driver to put! [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-17T09:39:17.982Z] time="2022-06-17T09:38:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-17T09:39:17.982Z] time="2022-06-17T09:38:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-17T09:39:17.982Z] time="2022-06-17T09:38:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-17T09:39:17.982Z] time="2022-06-17T09:38:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-17T09:39:17.982Z] time="2022-06-17T09:38:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:71: No driver to put! [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-17T09:39:17.982Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-17T09:39:17.982Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-17T09:39:17.982Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-17T09:39:17.982Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.982Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:39:17.982Z] [2022-06-17T09:39:17.982Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-17T09:39:17.983Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-17T09:39:17.983Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-17T09:39:17.983Z] [2022-06-17T09:39:17.983Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-17T09:39:17.983Z] graphtest_unix.go:71: No driver to put! [2022-06-17T09:39:17.983Z] [2022-06-17T09:39:17.983Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-17T09:39:17.983Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-17T09:39:17.983Z] [2022-06-17T09:39:17.983Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-17T09:39:17.983Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-17T09:39:17.983Z] [2022-06-17T09:39:17.983Z] DONE 2785 tests, 28 skipped in 248.233s [2022-06-17T09:39:17.983Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/bitseq [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cluster [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/config [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/datastore [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/driverapi [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/etchosts [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/idm [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipam [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/iptables [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/netlabel [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/netutils [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/networkdb [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/ns [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/options [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/osl [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/portallocator [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/portmapper [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/testutils [2022-06-17T09:39:17.983Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-17T09:39:17.983Z] + 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-17T09:39:18.424Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-17T09:39:18.424Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-17T09:39:18.424Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-17T09:39:18.424Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-17T09:39:18.424Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-17T09:39:18.424Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-17T09:39:19.359Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-17T09:39:20.295Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-17T09:39:20.865Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-17T09:39:27.435Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-17T09:39:27.435Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-17T09:39:27.435Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-17T09:39:29.342Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-17T09:39:29.342Z] docker_api_swarm_service_test.go:100: [da4a048137cc8] joining swarm manager [d3a7681506d37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:39:29.342Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-17T09:39:29.342Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-17T09:39:29.602Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-17T09:39:30.169Z] docker_api_swarm_service_test.go:101: [d7267beb4f482] joining swarm manager [d3a7681506d37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:39:32.071Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-17T09:39:33.453Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-17T09:39:35.987Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-17T09:39:36.929Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-17T09:39:36.929Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-17T09:39:36.929Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-17T09:39:39.474Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-17T09:39:40.042Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-17T09:39:40.300Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-17T09:39:41.677Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-17T09:39:42.245Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-17T09:39:43.624Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-17T09:39:44.191Z] === RUN TestDockerSuite/TestRmiTag [2022-06-17T09:39:44.191Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-17T09:39:44.757Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-17T09:39:48.045Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-17T09:39:48.045Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-17T09:39:48.981Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-17T09:39:49.241Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-17T09:39:49.808Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-17T09:39:50.375Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-17T09:39:50.942Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-17T09:39:51.879Z] check_test.go:611: [da4a048137cc8] daemon is not started [2022-06-17T09:39:51.879Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-17T09:39:52.816Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-17T09:39:55.350Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-17T09:39:55.916Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-17T09:39:56.857Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-17T09:39:57.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-17T09:39:57.682Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-17T09:39:59.585Z] docker_api_swarm_service_test.go:533: [dacc10f704521] joining swarm manager [dd86fbf45da8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:40:00.153Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-17T09:40:00.721Z] docker_api_swarm_service_test.go:534: [d9f5e6d5e7e19] joining swarm manager [dd86fbf45da8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:40:01.289Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-17T09:40:03.827Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-17T09:40:04.396Z] === RUN TestDockerSuite/TestDockerFails [2022-06-17T09:40:04.396Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork 37.083s coverage: 40.6% of statements [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/bitseq 0.115s coverage: 84.4% of statements [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 22.4% of statements [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.375s coverage: 59.9% of statements [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 4.0% of statements [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-17T09:40:04.585Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-17T09:40:04.585Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-17T09:40:06.302Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-17T09:40:06.561Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-17T09:40:07.128Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-17T09:40:09.036Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-17T09:40:09.036Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-17T09:40:09.605Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-17T09:40:10.540Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-17T09:40:10.799Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-17T09:40:11.058Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-17T09:40:11.626Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-17T09:40:11.626Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-17T09:40:12.195Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-17T09:40:13.132Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-17T09:40:13.699Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-17T09:40:14.290Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-17T09:40:14.539Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.773s coverage: 7.2% of statements [2022-06-17T09:40:14.539Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-17T09:40:14.539Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-17T09:40:14.539Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-06-17T09:40:14.539Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-17T09:40:14.539Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-17T09:40:14.539Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-17T09:40:14.539Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-17T09:40:14.539Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-06-17T09:40:14.539Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-17T09:40:14.794Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-17T09:40:14.859Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-17T09:40:15.793Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-17T09:40:17.168Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-17T09:40:17.426Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-17T09:40:17.993Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-17T09:40:18.928Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-17T09:40:19.186Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-17T09:40:19.753Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-17T09:40:20.688Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-17T09:40:21.255Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-17T09:40:21.822Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-17T09:40:22.081Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-17T09:40:22.648Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-17T09:40:22.648Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-17T09:40:24.025Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-17T09:40:24.025Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-17T09:40:24.595Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-17T09:40:24.771Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-06-17T09:40:24.853Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-17T09:40:25.419Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-17T09:40:25.985Z] docker_api_swarm_service_test.go:148: [d69e031cb743d] joining swarm manager [db831c5ddb1e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:40:26.243Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-17T09:40:26.243Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-17T09:40:26.811Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-17T09:40:27.069Z] docker_api_swarm_service_test.go:148: [dbc7eed065711] joining swarm manager [db831c5ddb1e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:40:27.328Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-17T09:40:27.895Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-17T09:40:28.832Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-17T09:40:29.399Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-17T09:40:29.399Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-17T09:40:29.657Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-17T09:40:29.657Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-17T09:40:30.612Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-17T09:40:31.549Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-17T09:40:32.115Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-17T09:40:32.373Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-17T09:40:32.631Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-17T09:40:32.889Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-17T09:40:33.826Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-17T09:40:34.762Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-17T09:40:35.698Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-17T09:40:36.266Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-17T09:40:36.526Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-17T09:40:37.093Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-17T09:40:38.026Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-17T09:40:38.285Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-17T09:40:39.661Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-17T09:40:41.562Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-17T09:40:41.562Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-17T09:40:41.819Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/ipam 14.423s coverage: 85.3% of statements [2022-06-17T09:40:42.851Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-17T09:40:42.851Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-06-17T09:40:42.851Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/ipamutils 0.251s coverage: 74.0% of statements [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/iptables 0.154s coverage: 45.1% of statements [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-06-17T09:40:42.851Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-06-17T09:40:43.196Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-17T09:40:44.576Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-17T09:40:46.480Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-17T09:40:48.387Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-17T09:40:48.387Z] docker_cli_run_test.go:4028: unmatched requirement DaemonIsWindows [2022-06-17T09:40:48.387Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-17T09:40:48.387Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2022-06-17T09:40:48.387Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-17T09:40:48.645Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-17T09:40:50.020Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-17T09:40:50.587Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-17T09:40:52.491Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-17T09:40:53.060Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-17T09:40:53.996Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-17T09:40:54.565Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-17T09:40:54.565Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-17T09:40:54.565Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-17T09:40:54.823Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-17T09:40:56.198Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-17T09:40:56.198Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-17T09:40:56.457Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-17T09:40:57.024Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-17T09:40:57.282Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-17T09:40:57.847Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-17T09:40:57.847Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-17T09:40:58.414Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-17T09:40:58.673Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-17T09:40:59.239Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-17T09:40:59.497Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-17T09:41:00.065Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-17T09:41:00.632Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-17T09:41:00.891Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-17T09:41:01.461Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-17T09:41:01.461Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-17T09:41:01.719Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-17T09:41:02.286Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-17T09:41:03.223Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-17T09:41:03.482Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-17T09:41:03.482Z] docker_cli_run_test.go:4130: unmatched requirement DaemonIsWindows [2022-06-17T09:41:03.482Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-17T09:41:03.482Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-17T09:41:06.782Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-17T09:41:07.040Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-17T09:41:19.242Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-17T09:41:19.242Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-17T09:41:20.177Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-17T09:41:20.177Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-17T09:41:20.177Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-17T09:41:20.177Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-17T09:41:20.745Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-17T09:41:23.284Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-17T09:41:24.225Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-17T09:41:25.160Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-17T09:41:28.443Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-17T09:41:30.975Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-17T09:41:31.235Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-17T09:41:31.803Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-17T09:41:32.369Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-17T09:41:32.642Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-17T09:41:32.642Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-17T09:41:32.908Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-17T09:41:33.843Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-17T09:41:34.779Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-17T09:41:34.779Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-17T09:41:36.156Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-17T09:41:36.156Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-17T09:41:36.156Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-17T09:41:38.060Z] === RUN TestDockerSuite/TestRunMount [2022-06-17T09:41:38.060Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-17T09:41:41.346Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-17T09:41:42.723Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-17T09:41:43.291Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-17T09:41:43.857Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-17T09:41:44.116Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-17T09:41:45.052Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-17T09:41:46.958Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-17T09:41:46.958Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-17T09:41:48.338Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-17T09:41:50.874Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-17T09:41:51.133Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-17T09:41:52.083Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-17T09:41:53.461Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-17T09:41:53.461Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-17T09:41:54.029Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-17T09:41:54.965Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-17T09:41:55.533Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-17T09:41:55.533Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-17T09:41:56.102Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-17T09:41:58.007Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-17T09:41:59.386Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-17T09:42:01.916Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-17T09:42:02.175Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-17T09:42:02.433Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-17T09:42:02.999Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-17T09:42:02.999Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-17T09:42:03.258Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-17T09:42:03.825Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-17T09:42:03.825Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-17T09:42:04.391Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-17T09:42:09.656Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-17T09:42:09.656Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-17T09:42:09.656Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-17T09:42:10.223Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-17T09:42:10.790Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-17T09:42:11.726Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-17T09:42:12.324Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-17T09:42:12.892Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-17T09:42:12.892Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-17T09:42:13.151Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-17T09:42:13.719Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-17T09:42:13.978Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-17T09:42:14.546Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-17T09:42:14.546Z] docker_cli_run_test.go:4113: unmatched requirement DaemonIsWindows [2022-06-17T09:42:14.546Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-17T09:42:15.112Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-17T09:42:15.370Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-17T09:42:15.370Z] docker_cli_run_test.go:2848: kernel doesn't have latency_stats configured [2022-06-17T09:42:15.370Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-17T09:42:15.937Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-17T09:42:16.873Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-17T09:42:16.873Z] docker_cli_run_test.go:1437: Unstable test, to be re-activated once #19937 is resolved [2022-06-17T09:42:16.873Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-17T09:42:19.405Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-17T09:42:19.664Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-17T09:42:19.922Z] === RUN TestDockerSuite/TestRunRm [2022-06-17T09:42:20.489Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-17T09:42:24.677Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-17T09:42:24.677Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-17T09:42:24.935Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-17T09:42:26.839Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-17T09:42:27.406Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-17T09:42:27.665Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-17T09:42:30.201Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-17T09:42:31.140Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-17T09:42:33.698Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-17T09:42:34.265Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-17T09:42:34.265Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-17T09:42:34.295Z] ok github.com/docker/docker/libnetwork/networkdb 104.640s coverage: 60.0% of statements [2022-06-17T09:42:34.295Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-17T09:42:34.295Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-17T09:42:34.295Z] ok github.com/docker/docker/libnetwork/osl 4.305s coverage: 39.7% of statements [2022-06-17T09:42:34.295Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-17T09:42:34.295Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-17T09:42:34.833Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-17T09:42:34.856Z] ok github.com/docker/docker/libnetwork/portmapper 0.553s coverage: 48.6% of statements [2022-06-17T09:42:34.856Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-17T09:42:34.856Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-17T09:42:35.111Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === Skipped [2022-06-17T09:42:35.111Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-17T09:42:35.111Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-17T09:42:35.111Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-17T09:42:35.111Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-17T09:42:35.111Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-17T09:42:35.111Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-17T09:42:35.111Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-17T09:42:35.111Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-17T09:42:35.111Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-17T09:42:35.111Z] firewalld_test.go:14: firewalld is not running [2022-06-17T09:42:35.111Z] [2022-06-17T09:42:35.111Z] DONE 326 tests, 9 skipped in 200.052s [2022-06-17T09:42:35.399Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-17T09:42:35.657Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns Post stage [Pipeline] junit [2022-06-17T09:42:36.060Z] Recording test results [2022-06-17T09:42:36.435Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-17T09:42:36.595Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-17T09:42:36.760Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/.git:/go/src/github.com/docker/docker/.git --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ea19413969123458cc2a9ec808dec7ee02d2b72a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ea19413969123458cc2a9ec808dec7ee02d2b72a hack/validate/vendor [2022-06-17T09:42:37.166Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-17T09:42:37.321Z] No vendor changes in diff. [2022-06-17T09:42:37.425Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-17T09:42:37.577Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-06-17T09:42:37.684Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-17T09:42:38.135Z] + echo Ensuring container killed. [2022-06-17T09:42:38.135Z] Ensuring container killed. [2022-06-17T09:42:38.135Z] + docker rm -vf docker-pr24 [2022-06-17T09:42:38.135Z] Error: No such container: docker-pr24 [Pipeline] sh [2022-06-17T09:42:38.251Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-17T09:42:38.408Z] + echo Chowning /workspace to jenkins user [2022-06-17T09:42:38.408Z] Chowning /workspace to jenkins user [2022-06-17T09:42:38.408Z] + id -u [2022-06-17T09:42:38.408Z] + id -g [2022-06-17T09:42:38.408Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/workspace busybox chown -R 1000:1000 /workspace [2022-06-17T09:42:38.509Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-17T09:42:40.098Z] + bundleName=unit [2022-06-17T09:42:40.098Z] + echo Creating unit-bundles.tar.gz [2022-06-17T09:42:40.098Z] Creating unit-bundles.tar.gz [2022-06-17T09:42:40.098Z] + 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-17T09:42:40.098Z] bundles/junit-report-libnetwork.xml [2022-06-17T09:42:40.098Z] bundles/junit-report.xml [2022-06-17T09:42:40.098Z] bundles/go-test-report-libnetwork.json [2022-06-17T09:42:40.098Z] bundles/go-test-report.json [2022-06-17T09:42:40.098Z] bundles/profile-libnetwork.out [2022-06-17T09:42:40.098Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-17T09:42:40.106Z] Archiving artifacts [2022-06-17T09:42:40.412Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-17T09:42:40.586Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43682/24/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-17T09:42:40.904Z] + make clean [2022-06-17T09:42:40.978Z] === RUN TestDockerSuite/TestRunState [2022-06-17T09:42:41.159Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-17T09:42:41.159Z] docker-dev-cache [2022-06-17T09:42:41.159Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-17T09:42:42.355Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-17T09:42:43.289Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-17T09:42:43.289Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-17T09:42:43.548Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-17T09:42:43.806Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-17T09:42:43.806Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-17T09:42:43.806Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-17T09:42:44.374Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-17T09:42:44.942Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-17T09:42:46.320Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-17T09:42:46.320Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-17T09:42:46.320Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-17T09:42:46.320Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-17T09:42:46.888Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-17T09:42:48.793Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-17T09:42:49.380Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-17T09:42:49.638Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-17T09:42:51.013Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-17T09:42:52.394Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-17T09:42:53.771Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-17T09:42:55.146Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-17T09:42:57.048Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-17T09:42:57.615Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-17T09:42:58.186Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-17T09:42:58.186Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-17T09:42:58.753Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-17T09:43:00.657Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-17T09:43:01.594Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-17T09:43:02.160Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-17T09:43:02.418Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-17T09:43:02.418Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-17T09:43:02.986Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-17T09:43:03.553Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-17T09:43:04.120Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-17T09:43:04.120Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-17T09:43:04.120Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-17T09:43:04.120Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-17T09:43:04.689Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-17T09:43:04.689Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-17T09:43:08.016Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-17T09:43:08.583Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-17T09:43:09.151Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-17T09:43:10.086Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-17T09:43:11.021Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-17T09:43:11.958Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-17T09:43:13.335Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-17T09:43:13.903Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-17T09:43:16.439Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-17T09:43:16.439Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-17T09:43:16.698Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-17T09:43:16.698Z] docker_cli_run_test.go:4083: unmatched requirement DaemonIsWindows [2022-06-17T09:43:16.698Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-17T09:43:16.698Z] docker_cli_run_test.go:4103: unmatched requirement DaemonIsWindows [2022-06-17T09:43:16.698Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-17T09:43:16.698Z] docker_cli_run_test.go:4093: unmatched requirement DaemonIsWindows [2022-06-17T09:43:16.698Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-17T09:43:16.957Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-17T09:43:16.957Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-17T09:43:16.957Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-17T09:43:17.525Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-17T09:43:18.095Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-17T09:43:19.472Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-17T09:43:19.731Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-17T09:43:20.300Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-17T09:43:20.867Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-17T09:43:20.867Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-17T09:43:21.437Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-17T09:43:21.437Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-17T09:43:21.437Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-17T09:43:21.437Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-17T09:43:21.437Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-17T09:43:21.437Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-17T09:43:21.437Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-17T09:43:21.437Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-17T09:43:21.696Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-17T09:43:21.696Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-17T09:43:21.696Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-17T09:43:21.696Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-17T09:43:21.696Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-17T09:43:21.696Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-17T09:43:21.696Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-17T09:43:22.265Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-17T09:43:22.524Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-17T09:43:23.092Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-17T09:43:23.092Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-17T09:43:23.658Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-17T09:43:23.658Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-17T09:43:24.231Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-17T09:43:24.231Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-17T09:43:25.183Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-17T09:43:25.749Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-17T09:43:25.749Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-17T09:43:25.749Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-17T09:43:26.315Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-17T09:43:27.251Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-17T09:43:27.509Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-17T09:43:27.768Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-17T09:43:27.768Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-17T09:43:27.768Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-17T09:43:28.337Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-17T09:43:28.337Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-17T09:43:29.276Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-17T09:43:29.842Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-17T09:43:30.780Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-17T09:43:31.718Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-17T09:43:32.284Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-17T09:43:32.543Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-17T09:43:32.543Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-17T09:43:32.543Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-17T09:43:33.111Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-17T09:43:34.046Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-17T09:43:34.046Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-17T09:43:34.613Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-17T09:43:36.518Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-17T09:43:36.518Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-17T09:43:36.777Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-17T09:43:39.310Z] docker_cli_service_logs_test.go:246: checking task 254o2dp8ff26 [2022-06-17T09:43:39.310Z] docker_cli_service_logs_test.go:251: checking messages for 254o2dp8ff26 [2022-06-17T09:43:39.310Z] docker_cli_service_logs_test.go:246: checking task nib6qkwl1q5k [2022-06-17T09:43:39.310Z] docker_cli_service_logs_test.go:251: checking messages for nib6qkwl1q5k [2022-06-17T09:43:40.247Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-17T09:43:40.247Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-17T09:43:42.800Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-17T09:43:43.059Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-17T09:43:46.345Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-17T09:43:47.282Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-17T09:43:48.658Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-17T09:43:49.594Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-17T09:43:50.970Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-17T09:43:52.876Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-17T09:43:54.252Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-17T09:43:55.190Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-17T09:43:56.568Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-17T09:43:58.471Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-17T09:43:59.850Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-17T09:44:00.786Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-17T09:44:02.188Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-17T09:44:03.567Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-17T09:44:05.468Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-17T09:44:05.468Z] docker_cli_run_test.go:4428: unmatched requirement DaemonIsWindows [2022-06-17T09:44:05.468Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-17T09:44:05.468Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-17T09:44:05.727Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-17T09:44:05.986Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-17T09:44:06.554Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-17T09:44:07.490Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-17T09:44:08.428Z] docker_cli_swarm_test.go:1895: [d56183c6a2659] joining swarm manager [d2df73bec78c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:44:08.689Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-17T09:44:08.689Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-17T09:44:09.625Z] docker_cli_swarm_test.go:1896: [da564171dd266] joining swarm manager [d2df73bec78c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:44:09.885Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-17T09:44:09.885Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-17T09:44:10.512Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-17T09:44:11.897Z] docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents133918465 [2022-06-17T09:44:11.897Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-17T09:44:11.897Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-17T09:44:13.273Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-17T09:44:13.273Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-17T09:44:13.273Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-17T09:44:14.211Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-17T09:44:15.589Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-17T09:44:15.847Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-17T09:44:15.847Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-17T09:44:16.106Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-17T09:44:16.106Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-17T09:44:16.672Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-17T09:44:16.672Z] docker_cli_sni_test.go:30: Flakey test [2022-06-17T09:44:16.672Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-17T09:44:21.940Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-17T09:44:22.876Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-17T09:44:23.811Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-17T09:44:24.379Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-17T09:44:25.754Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-17T09:44:27.129Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-17T09:44:29.031Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-17T09:44:29.599Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-17T09:44:30.536Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-17T09:44:32.437Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-17T09:44:33.814Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-17T09:44:33.814Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-17T09:44:36.375Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-17T09:44:36.375Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-17T09:44:40.566Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-17T09:44:43.848Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-17T09:44:48.036Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-17T09:44:50.565Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-17T09:44:51.134Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-17T09:44:51.703Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-17T09:44:51.963Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-17T09:44:52.533Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-17T09:44:52.533Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-17T09:44:52.533Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-17T09:44:52.793Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-17T09:44:53.362Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-17T09:44:53.362Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-17T09:44:53.362Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-17T09:44:53.362Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-17T09:44:53.362Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-17T09:44:53.931Z] docker_cli_swarm_test.go:1796: [d13c18c1f94f3] joining swarm manager [df1fce6978243]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:44:54.885Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-17T09:44:55.452Z] docker_cli_swarm_test.go:1797: [d36e60cfec33e] joining swarm manager [df1fce6978243]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:44:55.452Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-17T09:44:56.387Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-17T09:44:57.322Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-17T09:45:00.606Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-17T09:45:01.982Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-17T09:45:01.982Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-17T09:45:01.982Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-17T09:45:02.549Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-17T09:45:03.117Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-17T09:45:05.020Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-17T09:45:06.395Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-17T09:45:07.331Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-17T09:45:07.589Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-17T09:45:15.702Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-17T09:45:17.078Z] docker_cli_swarm_test.go:1315: [d7b2cfed2e483] joining swarm manager [d5fc7bd4da94b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:45:18.460Z] docker_cli_swarm_test.go:1316: [d5137c55d4b37] joining swarm manager [d5fc7bd4da94b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:45:22.644Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-17T09:45:22.644Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-17T09:45:22.904Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-17T09:45:23.163Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-17T09:45:23.422Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-17T09:45:23.422Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-17T09:45:23.422Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-17T09:45:23.989Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-17T09:45:23.989Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-17T09:45:24.556Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-17T09:45:24.556Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-17T09:45:24.815Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-17T09:45:24.815Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-17T09:45:24.815Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-17T09:45:26.190Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-17T09:45:26.190Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-17T09:45:26.449Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-17T09:45:26.449Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-17T09:45:26.449Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-17T09:45:26.449Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite (1309.11s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.26s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.70s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.29s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.22s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.12s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.87s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.93s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.93s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.10s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.88s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.58s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.13s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.35s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.08s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.85s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.57s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.14s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.07s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.50s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.56s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.12s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.70s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.72s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.79s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.89s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.80s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.70s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.08s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.65s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.78s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.93s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.70s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.83s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.83s) [2022-06-17T09:45:26.709Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.88s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.72s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.89s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.79s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.82s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.90s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.73s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.17s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.90s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.45s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.56s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.78s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.39s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.55s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.49s) [2022-06-17T09:45:26.710Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.46s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.53s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.98s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (0.41s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (0.42s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.36s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.47s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001249ba8__} (1.53s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11210617098_/foo_false_____} (1.58s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11210617098_/foo_true_____} (1.49s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33709642848_/foo_false_____} (1.55s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33709642848_/foo_true_____} (1.49s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33709642848_/foo_true__0xc001249bd8___} (1.51s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001249bf0__} (1.50s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc001249c08__} (0.78s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc001249c20__} (1.58s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc001249c38__} (1.56s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.54s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.37s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.92s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.49s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.19s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.64s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.65s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.84s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.55s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.78s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.85s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.66s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.63s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.73s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.86s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.65s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.68s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.81s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.77s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.75s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.64s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.17s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.58s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.53s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.68s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.83s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.88s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.09s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.12s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.94s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.05s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.97s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.95s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.25s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.77s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.97s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.91s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.39s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.09s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.91s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.74s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.68s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.41s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.59s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.86s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.84s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.93s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.96s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.93s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.74s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.25s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.72s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.74s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.26s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.70s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.07s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.40s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.99s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.20s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.62s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.90s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.99s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.62s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.68s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.79s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.99s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.58s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.36s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.49s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.91s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.38s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.57s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.52s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.52s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.46s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.21s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.52s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.34s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.85s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.27s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.53s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.25s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.28s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.23s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.77s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.44s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.71s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.16s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.59s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.81s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.43s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.40s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.04s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.05s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.45s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.65s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.12s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.55s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.06s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.49s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCmd (0.31s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2022-06-17T09:45:26.710Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.36s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.66s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.16s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.79s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.69s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.31s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.17s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.46s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.50s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.60s) [2022-06-17T09:45:26.710Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-17T09:45:26.710Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-17T09:45:26.710Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-17T09:45:26.710Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.62s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.32s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.52s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.37s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.06s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.80s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.57s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.23s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.00s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.54s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.08s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.33s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.43s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.08s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.07s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.84s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.14s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.79s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (2.64s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.76s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.56s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.11s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.72s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.45s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.81s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.08s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (2.76s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.20s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.20s) [2022-06-17T09:45:26.710Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.43s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.11s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.17s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.23s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.67s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.23s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (0.88s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnv (0.81s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.72s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.61s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.81s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (16.56s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.74s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.67s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.42s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.40s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.17s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.89s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.50s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.42s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.26s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFails (0.59s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.57s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.49s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.15s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.09s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.25s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.66s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.49s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.24s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.21s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.19s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.69s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.42s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.69s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.71s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.87s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLabel (0.35s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.39s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.31s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLabels (0.32s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.72s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.77s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.14s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.97s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.98s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.32s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.87s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.25s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.89s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.99s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.43s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.32s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.30s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.32s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.51s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.58s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.89s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.61s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.43s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.29s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.33s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.64s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.65s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.22s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.36s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.74s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.34s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.35s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.08s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildPATH (1.84s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.60s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.65s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.54s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.08s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.72s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildRm (2.42s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.80s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.26s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.52s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.12s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.90s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.11s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.65s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.18s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.39s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.60s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.68s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.21s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildStderr (1.02s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.39s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.70s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.70s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.34s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.61s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.87s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildUser (1.23s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.71s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.75s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.76s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.71s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.87s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.94s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.37s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.17s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.54s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.04s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.15s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.04s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.65s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.82s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.80s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.09s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.00s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.66s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitChange (0.94s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.76s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.17s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.73s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.71s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitTTY (1.25s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.69s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.62s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.08s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.93s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.67s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.72s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.85s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.70s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.72s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.71s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.64s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.86s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.71s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.84s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.60s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.76s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.25s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.80s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.78s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.70s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.59s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.78s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.95s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.91s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.44s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.54s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.87s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.13s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.06s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.58s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.76s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.90s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.64s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.11s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.94s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToDot (0.68s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.90s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.03s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToStdout (0.53s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.87s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.53s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.81s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.36s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.46s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.48s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.43s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.99s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.26s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsAttach (0.91s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsCommit (0.85s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.86s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.66s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.60s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.98s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.08s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.99s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsCopy (0.86s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.05s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.41s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.16s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.71s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.32s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFilters (0.95s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFormat (0.96s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.64s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.74s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-17T09:45:26.711Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.03s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsRename (0.46s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsResize (0.52s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.45s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.45s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsTop (0.65s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.94s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.73s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.48s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExec (0.54s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.96s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecCgroup (1.03s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecEnv (0.63s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.35s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.72s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecInspectID (2.61s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecInteractive (0.54s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.54s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.54s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecParseError (0.51s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.51s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecStartFails (0.56s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecTTY (0.58s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.69s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.46s) [2022-06-17T09:45:26.711Z] --- PASS: TestDockerSuite/TestExecUlimits (0.55s) [2022-06-17T09:45:26.712Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.21s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.67s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.96s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.63s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestExecWithUser (0.90s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.61s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.27s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestHealth (19.36s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.22s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestBuildHistory (2.65s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.59s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.54s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.61s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.55s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImportDisplay (1.07s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImportFile (1.08s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.04s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImportGzipped (1.16s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.51s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2022-06-17T09:45:26.712Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectDefault (0.48s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectHistory (0.58s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-06-17T09:45:26.712Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.50s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.95s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectStatus (0.59s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.99s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.51s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.48s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.45s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.46s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.93s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.32s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.20s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.36s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.43s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.43s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.89s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.35s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.53s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.83s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.82s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.79s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.86s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.85s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.09s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.70s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.73s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsSince (6.86s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.55s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.43s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.46s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestNetHostname (1.30s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.75s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.55s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.98s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.48s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.99s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.33s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.20s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.99s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.40s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.84s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.80s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPluginActive (2.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.39s) [2022-06-17T09:45:26.712Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.24s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.46s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.44s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.94s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.14s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPortList (8.15s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.57s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.87s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.92s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsByOrder (1.95s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.68s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.11s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.48s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.63s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.15s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.85s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.65s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.91s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.56s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.50s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.93s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.16s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.55s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.06s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.62s) [2022-06-17T09:45:26.712Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.14s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.94s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.92s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.68s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.83s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.75s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.14s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.28s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.23s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.70s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.55s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.94s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.40s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.70s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.15s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.72s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.22s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.65s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.53s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.72s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.50s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.91s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.40s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.50s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.47s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.68s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.87s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.77s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.73s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.41s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.09s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.89s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.24s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.32s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.32s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.88s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.29s) [2022-06-17T09:45:26.712Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.57s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.88s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.08s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.56s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.59s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.68s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.95s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.96s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.60s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.71s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.60s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.65s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.42s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.35s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.52s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.51s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.53s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.70s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.04s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.51s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.53s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.65s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.80s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.54s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.92s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.78s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.52s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.48s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.89s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.93s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.89s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.51s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.56s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.66s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.05s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.97s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.43s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.17s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.15s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.56s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.15s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.91s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.62s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.64s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.10s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.43s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.97s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.44s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.42s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.42s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.92s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.95s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.75s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.20s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.59s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.15s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.05s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.48s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.17s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.53s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.64s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.78s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.87s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.18s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunMount (4.87s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.68s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.10s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.81s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.55s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.30s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.20s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.30s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.61s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetHost (0.94s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.64s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.52s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.71s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.57s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.66s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.41s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.50s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.51s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.99s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.48s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.43s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.42s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.47s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.42s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.88s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.16s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.12s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunRm (0.57s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.50s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.80s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.76s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.45s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.76s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.48s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.56s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.41s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.67s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.68s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.51s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.48s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunState (1.19s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.81s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.54s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.60s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunSysctls (1.37s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.54s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.91s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.74s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.33s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.96s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.75s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.63s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.51s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.92s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.08s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUserByID (0.50s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUserByName (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.56s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.61s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.21s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.53s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.72s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.11s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.96s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.18s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.53s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.54s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.63s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.58s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.52s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.55s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.67s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.12s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.04s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.75s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.60s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.60s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.49s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.75s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.61s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.50s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.06s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.60s) [2022-06-17T09:45:26.713Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.40s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.95s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.69s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.90s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.57s) [2022-06-17T09:45:26.713Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.16s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.73s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.74s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.69s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.54s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.69s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (3.17s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.86s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.11s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.32s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.30s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.94s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.14s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.90s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.34s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.30s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.56s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.79s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.28s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.18s) [2022-06-17T09:45:26.714Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.37s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.78s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.83s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.22s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.28s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.48s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.44s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.13s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.15s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2022-06-17T09:45:26.714Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.94s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.46s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.86s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.90s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.53s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartRecordError (1.10s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.69s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.69s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.23s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.55s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.78s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.57s) [2022-06-17T09:45:26.714Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.50s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.56s) [2022-06-17T09:45:26.714Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-17T09:45:26.714Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.30s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.73s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.67s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateStats (3.49s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.04s) [2022-06-17T09:45:26.714Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.93s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.58s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.64s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.61s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.22s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.53s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.58s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.44s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-06-17T09:45:26.714Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-06-17T09:45:26.714Z] === RUN TestDockerRegistrySuite [2022-06-17T09:45:26.714Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-17T09:45:27.648Z] check_test.go:427: [d0c49c05cd891] daemon is not started [2022-06-17T09:45:27.648Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-17T09:45:29.025Z] check_test.go:427: [db441f7f3220e] daemon is not started [2022-06-17T09:45:29.025Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-17T09:45:30.400Z] check_test.go:427: [d7a8a5918f098] daemon is not started [2022-06-17T09:45:30.400Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-17T09:45:30.400Z] check_test.go:427: [de0c43d06daa7] daemon is not started [2022-06-17T09:45:30.400Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-17T09:45:32.932Z] check_test.go:427: [d3db550c0548f] daemon is not started [2022-06-17T09:45:33.191Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-17T09:45:39.776Z] check_test.go:427: [d5bb7301e160d] daemon is not started [2022-06-17T09:45:39.776Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-17T09:45:41.680Z] check_test.go:427: [ddea3387d5151] daemon is not started [2022-06-17T09:45:41.680Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-17T09:45:42.614Z] check_test.go:427: [d3a1a9bd8f998] daemon is not started [2022-06-17T09:45:42.614Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-17T09:45:43.553Z] check_test.go:427: [dd2eed620c5b7] daemon is not started [2022-06-17T09:45:43.553Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-17T09:45:44.488Z] check_test.go:427: [d769295ff3280] daemon is not started [2022-06-17T09:45:44.488Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-17T09:45:45.863Z] check_test.go:427: [d6a0f8d95fda7] daemon is not started [2022-06-17T09:45:45.863Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-17T09:45:46.799Z] check_test.go:427: [d485fdddee70f] daemon is not started [2022-06-17T09:45:46.799Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-17T09:45:47.738Z] check_test.go:427: [d7494acc77b86] daemon is not started [2022-06-17T09:45:47.738Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-17T09:45:48.679Z] check_test.go:427: [dbde780153719] daemon is not started [2022-06-17T09:45:48.679Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-17T09:45:49.622Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e2e2e4280d2cd602af9f78778added975ceb0347224f87ac754aae5e5147639d [2022-06-17T09:45:50.557Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:14efabac5e5bd57e09974c5f3561d743c1ce7a263f53944bfd9301f224748aa7 [2022-06-17T09:45:50.557Z] check_test.go:427: [d4e32a191be32] daemon is not started [2022-06-17T09:45:50.557Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-17T09:45:51.492Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b59064f8669e5af58f0d25f0704a2c6cd56449c0f93073bb5b7bd977f2b45d8e [2022-06-17T09:45:52.428Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e1b7c70a8026b09930b33fcbc2dd61712193b45c1f4b642558705e19e28aca1a [2022-06-17T09:45:52.428Z] check_test.go:427: [d69df26056724] daemon is not started [2022-06-17T09:45:52.428Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-17T09:45:53.816Z] check_test.go:427: [dc15eef6be3bd] daemon is not started [2022-06-17T09:45:53.816Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-17T09:45:56.366Z] check_test.go:427: [d972cbe8c4d20] daemon is not started [2022-06-17T09:45:56.366Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-17T09:45:56.933Z] check_test.go:427: [d95544d38c4f4] daemon is not started [2022-06-17T09:45:56.933Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-17T09:45:57.192Z] check_test.go:427: [d659684a5171d] daemon is not started [2022-06-17T09:45:57.192Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-17T09:45:58.134Z] check_test.go:427: [d2215bfbb8d62] daemon is not started [2022-06-17T09:45:58.134Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-17T09:45:59.069Z] check_test.go:427: [d66acf83bbdde] daemon is not started [2022-06-17T09:45:59.069Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-17T09:46:00.006Z] check_test.go:427: [d5bd8f1a5c23f] daemon is not started [2022-06-17T09:46:00.006Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-17T09:46:02.545Z] check_test.go:427: [d9cf5dc3cd685] daemon is not started [2022-06-17T09:46:02.545Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-17T09:46:02.803Z] check_test.go:427: [d5ed93a4789ee] daemon is not started [2022-06-17T09:46:02.803Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-17T09:46:04.181Z] check_test.go:427: [d63acb60b1aa6] daemon is not started [2022-06-17T09:46:04.181Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-17T09:46:04.181Z] check_test.go:427: [d6149de2d0e7f] daemon is not started [2022-06-17T09:46:04.441Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-17T09:46:04.441Z] check_test.go:427: [d0c6a48a1135e] daemon is not started [2022-06-17T09:46:04.441Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-17T09:46:04.700Z] check_test.go:427: [d86323d1b01d7] daemon is not started [2022-06-17T09:46:04.700Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-17T09:46:04.959Z] check_test.go:427: [d67aaf5af0030] daemon is not started [2022-06-17T09:46:04.959Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-17T09:46:05.217Z] check_test.go:427: [d59066a458912] daemon is not started [2022-06-17T09:46:05.217Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-17T09:46:05.476Z] check_test.go:427: [df7ef25dc9f56] daemon is not started [2022-06-17T09:46:05.476Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-17T09:46:06.411Z] check_test.go:427: [dbfc0de7caa3a] daemon is not started [2022-06-17T09:46:06.411Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-17T09:46:08.315Z] check_test.go:427: [df501cce207c9] daemon is not started [2022-06-17T09:46:08.315Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-17T09:46:08.882Z] check_test.go:427: [df1d1481233e8] daemon is not started [2022-06-17T09:46:08.882Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-17T09:46:09.818Z] check_test.go:427: [d988cee9accc6] daemon is not started [2022-06-17T09:46:09.818Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-17T09:46:10.753Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite (44.94s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.15s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.00s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.36s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.80s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.73s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.82s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.89s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.03s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.01s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.90s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.06s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.08s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.84s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.06s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.47s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.93s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.94s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.47s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.00s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.61s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.81s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.01s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2022-06-17T09:46:11.708Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-06-17T09:46:11.708Z] === RUN TestDockerSchema1RegistrySuite [2022-06-17T09:46:11.709Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-17T09:46:11.709Z] check_test.go:454: [d20dd279360cd] daemon is not started [2022-06-17T09:46:11.709Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-17T09:46:15.016Z] check_test.go:454: [d338422414c87] daemon is not started [2022-06-17T09:46:15.016Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-17T09:46:20.283Z] check_test.go:454: [d60abd7351cd7] daemon is not started [2022-06-17T09:46:20.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-17T09:46:20.541Z] check_test.go:454: [d344a30157c60] daemon is not started [2022-06-17T09:46:20.541Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-17T09:46:20.541Z] check_test.go:454: [d658d145c1d16] daemon is not started [2022-06-17T09:46:20.541Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-17T09:46:21.917Z] check_test.go:454: [d4ce85f1507e0] daemon is not started [2022-06-17T09:46:21.917Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-17T09:46:22.855Z] check_test.go:454: [d6d65b2ea6397] daemon is not started [2022-06-17T09:46:22.855Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-17T09:46:23.423Z] check_test.go:454: [d6d6bfbbafd12] daemon is not started [2022-06-17T09:46:23.423Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-17T09:46:25.954Z] check_test.go:454: [d9bd77351dc47] daemon is not started [2022-06-17T09:46:25.954Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-17T09:46:26.521Z] check_test.go:454: [d51c389eb3fb3] daemon is not started [2022-06-17T09:46:26.521Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-17T09:46:27.090Z] check_test.go:454: [d2ff2fe81ebeb] daemon is not started [2022-06-17T09:46:27.090Z] --- PASS: TestDockerSchema1RegistrySuite (15.42s) [2022-06-17T09:46:27.090Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2022-06-17T09:46:27.090Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.78s) [2022-06-17T09:46:27.090Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.92s) [2022-06-17T09:46:27.090Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.01s) [2022-06-17T09:46:27.091Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-17T09:46:27.091Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.14s) [2022-06-17T09:46:27.091Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.94s) [2022-06-17T09:46:27.091Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2022-06-17T09:46:27.091Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.40s) [2022-06-17T09:46:27.091Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.54s) [2022-06-17T09:46:27.091Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.50s) [2022-06-17T09:46:27.091Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-17T09:46:27.091Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-17T09:46:27.658Z] check_test.go:483: [dc5e8f092fe9b] daemon is not started [2022-06-17T09:46:27.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-17T09:46:28.230Z] check_test.go:483: [dc8829a758587] daemon is not started [2022-06-17T09:46:28.230Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-17T09:46:28.494Z] check_test.go:483: [dd3e4b94fe2fa] daemon is not started [2022-06-17T09:46:28.494Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-17T09:46:29.868Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-17T09:46:30.127Z] check_test.go:483: [d09333ae68362] daemon is not started [2022-06-17T09:46:30.127Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-17T09:46:30.694Z] check_test.go:483: [d65244f874c23] daemon is not started [2022-06-17T09:46:30.694Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-17T09:46:31.631Z] check_test.go:483: [dc6d27f0ec39b] daemon is not started [2022-06-17T09:46:31.631Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-17T09:46:31.631Z] check_test.go:483: [dedf40cc8094d] daemon is not started [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.79s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.61s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.85s) [2022-06-17T09:46:31.890Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-06-17T09:46:31.890Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-17T09:46:31.890Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-17T09:46:37.155Z] check_test.go:510: [d8165f00bdf21] daemon is not started [2022-06-17T09:46:37.155Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-17T09:46:37.155Z] check_test.go:510: [d97de88467c4b] daemon is not started [2022-06-17T09:46:37.155Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-17T09:46:37.155Z] check_test.go:510: [d37c157cb702c] daemon is not started [2022-06-17T09:46:37.155Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-17T09:46:37.414Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-17T09:46:37.414Z] check_test.go:510: [d124713c7670c] daemon is not started [2022-06-17T09:46:37.414Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-17T09:46:37.673Z] check_test.go:510: [db425bce7ce6b] daemon is not started [2022-06-17T09:46:37.673Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s) [2022-06-17T09:46:37.673Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-06-17T09:46:37.673Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-06-17T09:46:37.673Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-06-17T09:46:37.673Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s) [2022-06-17T09:46:37.673Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-06-17T09:46:37.673Z] === RUN TestDockerNetworkSuite [2022-06-17T09:46:37.673Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-17T09:46:38.610Z] docker_cli_network_unix_test.go:46: [dbfa6d4414329] daemon is not started [2022-06-17T09:46:38.869Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-17T09:46:39.437Z] docker_cli_network_unix_test.go:46: [d54bc52be8a29] daemon is not started [2022-06-17T09:46:40.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-17T09:46:41.908Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-17T09:46:42.845Z] docker_cli_network_unix_test.go:46: [d946b53312463] daemon is not started [2022-06-17T09:46:43.788Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-17T09:46:45.692Z] docker_cli_network_unix_test.go:46: [d2d122002f15f] daemon is not started [2022-06-17T09:46:45.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-17T09:46:45.950Z] docker_cli_network_unix_test.go:1233: [dfa10474b2dc0] daemon is not started [2022-06-17T09:46:49.259Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-17T09:46:49.259Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-17T09:46:50.197Z] docker_cli_network_unix_test.go:46: [d88ec5a669e2d] daemon is not started [2022-06-17T09:46:50.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-17T09:46:56.035Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-17T09:46:56.971Z] docker_cli_network_unix_test.go:46: [da01f11252ba6] daemon is not started [2022-06-17T09:46:57.907Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-17T09:46:58.846Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-17T09:47:00.753Z] docker_cli_network_unix_test.go:46: [d990b326c7f71] daemon is not started [2022-06-17T09:47:01.013Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-17T09:47:02.391Z] docker_cli_network_unix_test.go:46: [d5512eff92e30] daemon is not started [2022-06-17T09:47:02.652Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-17T09:47:03.221Z] docker_cli_network_unix_test.go:46: [d8463c43682a4] daemon is not started [2022-06-17T09:47:03.481Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-17T09:47:03.481Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-17T09:47:03.740Z] docker_cli_network_unix_test.go:46: [da9b0a88f2ff0] daemon is not started [2022-06-17T09:47:03.740Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-17T09:47:04.705Z] docker_cli_network_unix_test.go:46: [d847e11f89a89] daemon is not started [2022-06-17T09:47:04.964Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-17T09:47:05.899Z] docker_cli_network_unix_test.go:46: [dee550a65b05f] daemon is not started [2022-06-17T09:47:06.468Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-17T09:47:06.468Z] docker_cli_network_unix_test.go:46: [da7c0a3892cde] daemon is not started [2022-06-17T09:47:06.468Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-17T09:47:07.035Z] docker_cli_network_unix_test.go:46: [df571e8a2a159] daemon is not started [2022-06-17T09:47:07.035Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-17T09:47:07.603Z] docker_cli_network_unix_test.go:46: [d1fc9b59b02e9] daemon is not started [2022-06-17T09:47:07.861Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-17T09:47:08.120Z] docker_cli_network_unix_test.go:46: [df4de21c0a931] daemon is not started [2022-06-17T09:47:08.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-17T09:47:08.120Z] docker_cli_network_unix_test.go:46: [d5af943d76fad] daemon is not started [2022-06-17T09:47:08.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-17T09:47:08.379Z] docker_cli_network_unix_test.go:46: [dab8f1bfc97f1] daemon is not started [2022-06-17T09:47:08.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-17T09:47:08.379Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-17T09:47:09.314Z] docker_cli_network_unix_test.go:46: [d72d0cc3d21f5] daemon is not started [2022-06-17T09:47:09.314Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-17T09:47:09.881Z] docker_cli_network_unix_test.go:46: [daa92d76ca5d6] daemon is not started [2022-06-17T09:47:10.448Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-17T09:47:10.448Z] docker_cli_network_unix_test.go:46: [d3bbaf607e4dc] daemon is not started [2022-06-17T09:47:10.448Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-17T09:47:10.706Z] docker_cli_network_unix_test.go:46: [d16d9b15f91b0] daemon is not started [2022-06-17T09:47:10.706Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-17T09:47:10.706Z] docker_cli_network_unix_test.go:46: [d5253c6554ecc] daemon is not started [2022-06-17T09:47:10.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-17T09:47:12.341Z] docker_cli_network_unix_test.go:968: [dcd3eb1e02ccc] daemon is not started [2022-06-17T09:47:12.601Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-17T09:47:12.601Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-17T09:47:12.601Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-17T09:47:13.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-17T09:47:14.913Z] docker_cli_network_unix_test.go:46: [d6834ffc0d279] daemon is not started [2022-06-17T09:47:15.172Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-17T09:47:18.481Z] docker_cli_network_unix_test.go:1116: [d4d8676c21618] daemon is not started [2022-06-17T09:47:19.859Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-17T09:47:20.795Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-17T09:47:21.733Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-17T09:47:22.301Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-17T09:47:22.559Z] docker_cli_network_unix_test.go:46: [d7572c38aa56a] daemon is not started [2022-06-17T09:47:22.559Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-17T09:47:23.496Z] docker_cli_network_unix_test.go:46: [df69d114077fa] daemon is not started [2022-06-17T09:47:23.496Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-17T09:47:23.496Z] docker_cli_network_unix_test.go:46: [dc4f1f9909c00] daemon is not started [2022-06-17T09:47:25.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-17T09:47:25.675Z] docker_cli_network_unix_test.go:46: [dd7a0538c49ff] daemon is not started [2022-06-17T09:47:25.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-17T09:47:25.675Z] docker_cli_network_unix_test.go:46: [dc675bcce2e8f] daemon is not started [2022-06-17T09:47:25.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-17T09:47:25.675Z] docker_cli_network_unix_test.go:46: [d8f62cb49975b] daemon is not started [2022-06-17T09:47:25.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-17T09:47:25.675Z] docker_cli_network_unix_test.go:46: [d360d89db3c88] daemon is not started [2022-06-17T09:47:25.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-17T09:47:25.675Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-17T09:47:26.242Z] docker_cli_network_unix_test.go:46: [dfb4292f8b0e1] daemon is not started [2022-06-17T09:47:27.177Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-17T09:47:27.177Z] docker_cli_network_unix_test.go:46: [dfe47d24ea178] daemon is not started [2022-06-17T09:47:27.177Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-17T09:47:27.177Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-17T09:47:27.177Z] docker_cli_network_unix_test.go:46: [d9a55cef86b2d] daemon is not started [2022-06-17T09:47:27.177Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-17T09:47:27.745Z] docker_cli_network_unix_test.go:46: [d841a2d5dbf85] daemon is not started [2022-06-17T09:47:28.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-17T09:47:32.194Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-17T09:47:33.137Z] docker_cli_network_unix_test.go:1084: [de75b2523c714] daemon is not started [2022-06-17T09:47:34.514Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-17T09:47:34.773Z] docker_cli_network_unix_test.go:46: [dc497cb3f50ac] daemon is not started [2022-06-17T09:47:34.773Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-17T09:47:35.032Z] docker_cli_network_unix_test.go:46: [de90e364ca6b5] daemon is not started [2022-06-17T09:47:35.292Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-17T09:47:36.670Z] docker_cli_network_unix_test.go:46: [dcb7d997aef00] daemon is not started [2022-06-17T09:47:36.928Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-17T09:47:36.928Z] docker_cli_network_unix_test.go:46: [d190750392c4f] daemon is not started [2022-06-17T09:47:36.928Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-17T09:47:37.495Z] docker_cli_network_unix_test.go:46: [d44b4d267ab60] daemon is not started [2022-06-17T09:47:37.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-17T09:47:38.011Z] docker_cli_network_unix_test.go:46: [dd98cedb4dbaa] daemon is not started [2022-06-17T09:47:38.270Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-17T09:47:38.838Z] docker_cli_network_unix_test.go:46: [d47474d0d8cb6] daemon is not started [2022-06-17T09:47:39.097Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-17T09:47:45.670Z] docker_cli_network_unix_test.go:46: [df1ff627ec6ac] daemon is not started [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite (67.17s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.23s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.11s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.65s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.28s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.16s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.75s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.22s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.07s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.57s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.76s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.47s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.13s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.33s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.23s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.51s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.85s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.86s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.17s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.15s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.79s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.52s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (7.06s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.30s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.91s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.20s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.23s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.26s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.03s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-06-17T09:47:45.670Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.78s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.43s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.13s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.56s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.00s) [2022-06-17T09:47:45.670Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.55s) [2022-06-17T09:47:45.670Z] === RUN TestDockerHubPullSuite [2022-06-17T09:47:45.670Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-17T09:47:46.606Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-17T09:47:48.507Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-17T09:47:49.442Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-17T09:47:50.835Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-17T09:47:50.835Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-17T09:47:50.835Z] --- PASS: TestDockerHubPullSuite (6.23s) [2022-06-17T09:47:50.835Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.66s) [2022-06-17T09:47:51.098Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-06-17T09:47:51.098Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s) [2022-06-17T09:47:51.098Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.41s) [2022-06-17T09:47:51.098Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2022-06-17T09:47:51.098Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2022-06-17T09:47:51.098Z] PASS [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === Skipped [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-17T09:47:51.098Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-17T09:47:51.098Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-17T09:47:51.098Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-17T09:47:51.098Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-17T09:47:51.098Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-17T09:47:51.098Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-17T09:47:51.098Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.098Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-17T09:47:51.098Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-17T09:47:51.098Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-17T09:47:51.098Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4028: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4130: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4113: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:2848: kernel doesn't have latency_stats configured [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:1437: Unstable test, to be re-activated once #19937 is resolved [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4083: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4103: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4093: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-17T09:47:51.099Z] docker_cli_run_test.go:4428: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_sni_test.go:30: Flakey test [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-17T09:47:51.099Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-17T09:47:51.099Z] docker_cli_network_unix_test.go:46: [d9a55cef86b2d] daemon is not started [2022-06-17T09:47:51.099Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] DONE 1265 tests, 51 skipped in 1459.818s [2022-06-17T09:47:51.099Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-17T09:47:51.099Z] ++++ cat bundles/test-integration/docker.pid [2022-06-17T09:47:51.099Z] +++ kill 9364 [2022-06-17T09:47:51.099Z] +++ /etc/init.d/apparmor stop [2022-06-17T09:47:51.099Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] Unloading profiles will leave already running processes permanently [2022-06-17T09:47:51.099Z] unconfined, which can lead to unexpected situations. [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.099Z] To set a process to complain mode, use the command line tool [2022-06-17T09:47:51.099Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-17T09:47:51.099Z] +++ true [2022-06-17T09:47:51.099Z] exiting test-integration [2022-06-17T09:47:51.099Z] ++ exit 0 [2022-06-17T09:47:51.099Z] [2022-06-17T09:47:51.363Z] + for job in $(jobs -p) [2022-06-17T09:47:51.363Z] + wait 7307 [2022-06-17T09:48:23.432Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-17T09:48:23.432Z] docker_cli_swarm_test.go:1180: [d956dfb4c2c54] joining swarm manager [df6ee8c6d927b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:48:26.714Z] docker_cli_swarm_test.go:1189: [d0b1c7647215f] joining swarm manager [df6ee8c6d927b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:49:13.406Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-17T09:49:15.306Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-17T09:49:19.494Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-17T09:49:21.394Z] docker_cli_swarm_test.go:1112: [d869283f5e1d4] joining swarm manager [dad225c21b4d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:49:22.770Z] docker_cli_swarm_test.go:1113: [dece244896141] joining swarm manager [dad225c21b4d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:50:44.195Z] docker_cli_swarm_test.go:1166: [db09edd9495cd] joining swarm manager [dad225c21b4d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-17T09:51:10.748Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-17T09:51:10.748Z] docker_cli_swarm_test.go:1447: [d2852ceccd5e5] joining swarm manager [dc7d8b4441b3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:51:10.748Z] docker_cli_swarm_test.go:1448: [d1931d0fc6c4f] joining swarm manager [dc7d8b4441b3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-17T09:51:22.946Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-17T09:51:22.946Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-17T09:51:22.946Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-17T09:51:22.946Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-17T09:51:22.946Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-17T09:51:23.880Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-17T09:51:26.410Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-17T09:51:29.698Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-17T09:51:31.636Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-17T09:51:33.535Z] docker_cli_swarm_unix_test.go:63: [d28cc0853a3b6] joining swarm manager [d7fd74e01e148]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:52:29.753Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-17T09:52:29.753Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-17T09:52:29.753Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-17T09:52:31.128Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-17T09:52:34.414Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-17T09:52:36.948Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-17T09:52:38.868Z] docker_api_swarm_test.go:962: [d286b08044b53] joining swarm manager [d617f17f2e1f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-17T09:52:56.947Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-17T09:53:09.146Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-17T09:53:10.520Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-17T09:53:12.422Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-17T09:53:15.717Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-17T09:53:22.276Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-17T09:53:27.541Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-17T09:53:29.444Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-17T09:53:31.973Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-17T09:53:34.503Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-17T09:53:37.034Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-17T09:53:40.339Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-17T09:53:42.241Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-17T09:54:38.463Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-17T09:54:53.334Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite (1559.83s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.21s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.16s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.26s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.26s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.97s) [2022-06-17T09:55:11.435Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.06s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.78s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.23s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (45.47s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.83s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.16s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.44s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.42s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (41.71s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.21s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.79s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.51s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.27s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.16s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.00s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.61s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.54s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.32s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.17s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.95s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.62s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.45s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.18s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.25s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.59s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.68s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.39s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.42s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.40s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.15s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.21s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.08s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.81s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.29s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.19s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.32s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.88s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.55s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.20s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.09s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.99s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.69s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.33s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.11s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.95s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.62s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.04s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.37s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.39s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.39s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.93s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.35s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.04s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.97s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.28s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.07s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.58s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.64s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.93s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.62s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.71s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.67s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.77s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.99s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.31s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.64s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.49s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.71s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (82.28s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.27s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.25s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.24s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.61s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.78s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.85s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.36s) [2022-06-17T09:55:11.435Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.30s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.84s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.86s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.63s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.85s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.07s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.89s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.31s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (108.75s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.27s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.27s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.26s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.34s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.33s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.20s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.18s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.82s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.14s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.45s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.91s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.35s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.28s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.23s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.86s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.88s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.55s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.61s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.56s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.52s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.54s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.12s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.20s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.87s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s) [2022-06-17T09:55:11.435Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.21s) [2022-06-17T09:55:11.435Z] === RUN TestDockerExternalVolumeSuite [2022-06-17T09:55:11.435Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-17T09:55:11.435Z] docker_cli_external_volume_driver_test.go:53: [d8339b7b5e314] daemon is not started [2022-06-17T09:55:26.304Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-17T09:56:33.978Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-17T09:56:42.109Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-17T09:56:56.978Z] docker_cli_external_volume_driver_test.go:53: [d291a4503856f] daemon is not started [2022-06-17T09:57:11.847Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-17T09:57:26.720Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-17T09:57:41.592Z] docker_cli_external_volume_driver_test.go:53: [d46699014ccfb] daemon is not started [2022-06-17T09:57:56.462Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-17T09:57:56.720Z] docker_cli_external_volume_driver_test.go:53: [d372b260a1194] daemon is not started [2022-06-17T09:58:11.592Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-17T09:58:43.698Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-17T09:59:01.776Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-17T09:59:16.646Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-17T10:00:03.338Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-17T10:00:21.416Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-17T10:00:53.483Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-17T10:01:25.564Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-17T10:01:40.435Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-17T10:01:55.307Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-17T10:01:55.308Z] docker_cli_external_volume_driver_test.go:485: [d7400305c7e05] daemon is not started [2022-06-17T10:02:13.393Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-17T10:02:13.393Z] docker_cli_external_volume_driver_test.go:53: [d512d0e1464c3] daemon is not started [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite (437.03s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.51s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.24s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2022-06-17T10:02:25.592Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-06-17T10:02:25.592Z] PASS [2022-06-17T10:02:25.592Z] [2022-06-17T10:02:25.592Z] === Skipped [2022-06-17T10:02:25.592Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-17T10:02:25.592Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-17T10:02:25.592Z] check_test.go:540: [d190e294c56b8] daemon is not started [2022-06-17T10:02:25.592Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-17T10:02:25.592Z] [2022-06-17T10:02:25.592Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-06-17T10:02:25.592Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-17T10:02:25.592Z] check_test.go:540: [dc12069e4f58e] daemon is not started [2022-06-17T10:02:25.592Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-06-17T10:02:25.592Z] [2022-06-17T10:02:25.592Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-17T10:02:25.592Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-17T10:02:25.592Z] check_test.go:540: [d0dd4d9d8c096] daemon is not started [2022-06-17T10:02:25.592Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-17T10:02:25.592Z] [2022-06-17T10:02:25.592Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-17T10:02:25.592Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-17T10:02:25.592Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-17T10:02:25.592Z] [2022-06-17T10:02:25.592Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-17T10:02:25.592Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-17T10:02:25.592Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-17T10:02:25.592Z] [2022-06-17T10:02:25.592Z] DONE 269 tests, 5 skipped in 2334.469s [2022-06-17T10:02:25.592Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-17T10:02:25.851Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d431a017bfdf1/docker.pid [2022-06-17T10:02:25.851Z] +++ kill 7008 [2022-06-17T10:02:25.851Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7008 is not a child of this shell [2022-06-17T10:02:25.851Z] warning: PID 7008 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d431a017bfdf1/docker.pid had a nonzero exit code [2022-06-17T10:02:25.851Z] ++++ cat bundles/test-integration/docker.pid [2022-06-17T10:02:25.851Z] +++ kill 9390 [2022-06-17T10:02:25.851Z] +++ /etc/init.d/apparmor stop [2022-06-17T10:02:25.851Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-17T10:02:25.851Z] [2022-06-17T10:02:25.851Z] Unloading profiles will leave already running processes permanently [2022-06-17T10:02:25.851Z] unconfined, which can lead to unexpected situations. [2022-06-17T10:02:25.851Z] [2022-06-17T10:02:25.851Z] To set a process to complain mode, use the command line tool [2022-06-17T10:02:25.851Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-17T10:02:25.851Z] +++ true [2022-06-17T10:02:25.851Z] exiting test-integration [2022-06-17T10:02:25.851Z] ++ exit 0 [2022-06-17T10:02:25.851Z] [2022-06-17T10:02:26.110Z] + exit 0 [2022-06-17T10:02:26.110Z] ++ jobs -p [2022-06-17T10:02:26.110Z] + pids= [2022-06-17T10:02:26.110Z] + echo 'Remaining pids to kill: []' [2022-06-17T10:02:26.110Z] Remaining pids to kill: [] [2022-06-17T10:02:26.110Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-17T10:02:26.125Z] Recording test results [2022-06-17T10:02:27.893Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-17T10:02:28.226Z] + echo Ensuring container killed. [2022-06-17T10:02:28.226Z] Ensuring container killed. [2022-06-17T10:02:28.226Z] + docker ps -aq -f name=docker-pr24-* [2022-06-17T10:02:28.226Z] + cids=76cb3ca6cb0f [2022-06-17T10:02:28.226Z] 0bc4706d0dd6 [2022-06-17T10:02:28.226Z] 850517bdb8cd [2022-06-17T10:02:28.226Z] + [ -n 76cb3ca6cb0f [2022-06-17T10:02:28.226Z] 0bc4706d0dd6 [2022-06-17T10:02:28.226Z] 850517bdb8cd ] [2022-06-17T10:02:28.226Z] + docker rm -vf 76cb3ca6cb0f 0bc4706d0dd6 850517bdb8cd [2022-06-17T10:02:28.793Z] 76cb3ca6cb0f [2022-06-17T10:02:28.793Z] 0bc4706d0dd6 [2022-06-17T10:02:29.051Z] 850517bdb8cd [Pipeline] sh [2022-06-17T10:02:29.334Z] + echo Chowning /workspace to jenkins user [2022-06-17T10:02:29.334Z] Chowning /workspace to jenkins user [2022-06-17T10:02:29.334Z] + id -u [2022-06-17T10:02:29.334Z] + id -g [2022-06-17T10:02:29.334Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/workspace busybox chown -R 1000:1000 /workspace [2022-06-17T10:02:29.334Z] Unable to find image 'busybox:latest' locally [2022-06-17T10:02:29.592Z] latest: Pulling from library/busybox [2022-06-17T10:02:29.592Z] 19d511225f94: Pulling fs layer [2022-06-17T10:02:29.592Z] 19d511225f94: Verifying Checksum [2022-06-17T10:02:29.592Z] 19d511225f94: Download complete [2022-06-17T10:02:29.592Z] 19d511225f94: Pull complete [2022-06-17T10:02:29.850Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-17T10:02:29.850Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-17T10:02:32.675Z] + bundleName=amd64 [2022-06-17T10:02:32.675Z] + echo Creating amd64-bundles.tar.gz [2022-06-17T10:02:32.675Z] Creating amd64-bundles.tar.gz [2022-06-17T10:02:32.675Z] + xargs tar -czf amd64-bundles.tar.gz [2022-06-17T10:02:32.675Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-06-17T10:02:34.060Z] Archiving artifacts [2022-06-17T10:02:35.994Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43682/24/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-17T10:02:36.303Z] + make clean [2022-06-17T10:02:36.562Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-17T10:02:36.562Z] docker-dev-cache [2022-06-17T10:02:36.562Z] 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