Pull request #44041 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 8bd86a0699c26fd012c7df4f85136a2347c9340e+0bd91f300e5b9f809441dd6c3a36b1495938fff9 (6db689d7288ad12e504085705136d0518b350d8c) 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-44041@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-08-25T22:37:47.470Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-08-25T22:37:47.474Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-08-25T22:37:47.680Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b7e1b28235454bb7) in /home/ubuntu/workspace/moby_PR-44041 [Pipeline] { [Pipeline] checkout [2022-08-25T22:37:47.708Z] The recommended git tool is: git [2022-08-25T22:37:47.718Z] using credential docker-jenkins-github-credentials [2022-08-25T22:37:47.727Z] Cloning the remote Git repository [2022-08-25T22:37:47.727Z] Cloning with configured refspecs honoured and without tags [2022-08-25T22:37:47.808Z] Cloning repository https://github.com/moby/moby.git [2022-08-25T22:37:47.808Z] > git init /home/ubuntu/workspace/moby_PR-44041 # timeout=10 [2022-08-25T22:37:47.823Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:37:47.823Z] > git --version # timeout=10 [2022-08-25T22:37:47.832Z] > git --version # 'git version 2.17.1' [2022-08-25T22:37:47.832Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:37:47.833Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:03.188Z] Fetching without tags [2022-08-25T22:38:03.403Z] Merging remotes/origin/20.10 commit 0bd91f300e5b9f809441dd6c3a36b1495938fff9 into PR head commit 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:03.239Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:38:03.247Z] > git config --add remote.origin.fetch +refs/pull/44041/head:refs/remotes/origin/PR-44041 # timeout=10 [2022-08-25T22:38:03.255Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:03.261Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:38:03.272Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:38:03.272Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:03.272Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:03.486Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:03.494Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:38:03.896Z] Merge succeeded, producing 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:03.897Z] Checking out Revision 8bd86a0699c26fd012c7df4f85136a2347c9340e (PR-44041) [2022-08-25T22:38:04.455Z] Commit message: "update containerd binary to v1.6.8" [2022-08-25T22:38:04.455Z] First time build. Skipping changelog. [2022-08-25T22:38:04.561Z] > git --version # timeout=10 [2022-08-25T22:38:04.568Z] > git --version # 'git version 2.17.1' [2022-08-25T22:38:04.576Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T22:38:05.226Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44041:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 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-08-25T22:38:05.227Z] Unable to find image 'alpine:latest' locally [2022-08-25T22:38:05.227Z] latest: Pulling from library/alpine [2022-08-25T22:38:03.942Z] > git remote # timeout=10 [2022-08-25T22:38:03.945Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T22:38:03.950Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:03.950Z] > git merge 0bd91f300e5b9f809441dd6c3a36b1495938fff9 # timeout=10 [2022-08-25T22:38:03.959Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-25T22:38:03.979Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:03.987Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:38:05.487Z] 213ec9aee27d: Pulling fs layer [2022-08-25T22:38:05.487Z] 213ec9aee27d: Verifying Checksum [2022-08-25T22:38:05.487Z] 213ec9aee27d: Download complete [2022-08-25T22:38:05.747Z] 213ec9aee27d: Pull complete [2022-08-25T22:38:05.747Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-25T22:38:05.747Z] Status: Downloaded newer image for alpine:latest [2022-08-25T22:38:08.293Z] 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] { (Branch: win-RS5) [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] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" 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 integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [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] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) 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-08-25T22:38:23.750Z] Still waiting to schedule task [2022-08-25T22:38:23.751Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-08-25T22:38:23.752Z] Still waiting to schedule task [2022-08-25T22:38:23.752Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-08-25T22:38:23.753Z] Still waiting to schedule task [2022-08-25T22:38:23.753Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-08-25T22:38:23.754Z] Still waiting to schedule task [2022-08-25T22:38:23.755Z] Waiting for next available executor on ‘amd64&&ubuntu-2004&&cgroup2’ [2022-08-25T22:38:23.757Z] Still waiting to schedule task [2022-08-25T22:38:23.757Z] Waiting for next available executor on ‘arm64&&ubuntu-2004’ [2022-08-25T22:38:23.758Z] Still waiting to schedule task [2022-08-25T22:38:23.759Z] Waiting for next available executor on ‘azwin-2-f3aff0’ [2022-08-25T22:38:30.731Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b7e1b28235454bb7) in /home/ubuntu/workspace/moby_PR-44041 [Pipeline] { [Pipeline] checkout [2022-08-25T22:38:30.760Z] The recommended git tool is: git [2022-08-25T22:38:30.769Z] using credential docker-jenkins-github-credentials [2022-08-25T22:38:30.783Z] Fetching changes from the remote Git repository [2022-08-25T22:38:30.788Z] Fetching without tags [2022-08-25T22:38:30.969Z] Merging remotes/origin/20.10 commit 0bd91f300e5b9f809441dd6c3a36b1495938fff9 into PR head commit 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:31.041Z] Merge succeeded, producing 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:31.042Z] Checking out Revision 8bd86a0699c26fd012c7df4f85136a2347c9340e (PR-44041) [2022-08-25T22:38:31.095Z] Commit message: "update containerd binary to v1.6.8" [2022-08-25T22:38:31.189Z] > git --version # timeout=10 [2022-08-25T22:38:31.191Z] > git --version # 'git version 2.17.1' [2022-08-25T22:38:31.195Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T22:38:31.761Z] + [ PR != PR ] [2022-08-25T22:38:31.761Z] + [ 20.10 != master ] [2022-08-25T22:38:31.761Z] + echo 1 [2022-08-25T22:38:30.860Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44041/.git # timeout=10 [2022-08-25T22:38:30.867Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:38:30.872Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:38:30.872Z] > git --version # timeout=10 [2022-08-25T22:38:30.874Z] > git --version # 'git version 2.17.1' [2022-08-25T22:38:30.874Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:30.874Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:31.052Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:31.055Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:38:31.098Z] > git remote # timeout=10 [2022-08-25T22:38:31.106Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T22:38:31.111Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:31.112Z] > git merge 0bd91f300e5b9f809441dd6c3a36b1495938fff9 # timeout=10 [2022-08-25T22:38:31.119Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-25T22:38:31.125Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:31.127Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-25T22:38:32.083Z] + docker version [2022-08-25T22:38:32.083Z] Client: Docker Engine - Community [2022-08-25T22:38:32.083Z] Version: 20.10.14 [2022-08-25T22:38:32.083Z] API version: 1.41 [2022-08-25T22:38:32.083Z] Go version: go1.16.15 [2022-08-25T22:38:32.083Z] Git commit: a224086 [2022-08-25T22:38:32.083Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-25T22:38:32.083Z] OS/Arch: linux/amd64 [2022-08-25T22:38:32.083Z] Context: default [2022-08-25T22:38:32.083Z] Experimental: true [2022-08-25T22:38:32.083Z] [2022-08-25T22:38:32.083Z] Server: Docker Engine - Community [2022-08-25T22:38:32.083Z] Engine: [2022-08-25T22:38:32.083Z] Version: 20.10.14 [2022-08-25T22:38:32.083Z] API version: 1.41 (minimum version 1.12) [2022-08-25T22:38:32.083Z] Go version: go1.16.15 [2022-08-25T22:38:32.083Z] Git commit: 87a90dc [2022-08-25T22:38:32.083Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-25T22:38:32.083Z] OS/Arch: linux/amd64 [2022-08-25T22:38:32.083Z] Experimental: true [2022-08-25T22:38:32.083Z] containerd: [2022-08-25T22:38:32.083Z] Version: 1.5.11 [2022-08-25T22:38:32.083Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:38:32.083Z] runc: [2022-08-25T22:38:32.083Z] Version: 1.0.3 [2022-08-25T22:38:32.083Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-25T22:38:32.083Z] docker-init: [2022-08-25T22:38:32.083Z] Version: 0.19.0 [2022-08-25T22:38:32.083Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-25T22:38:32.367Z] + docker info [2022-08-25T22:38:32.878Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0f83ce07dfe2d5f00) in /home/ubuntu/workspace/moby_PR-44041 [Pipeline] { [Pipeline] checkout [2022-08-25T22:38:32.912Z] The recommended git tool is: git [2022-08-25T22:38:32.922Z] using credential docker-jenkins-github-credentials [2022-08-25T22:38:32.931Z] Cloning the remote Git repository [2022-08-25T22:38:32.931Z] Cloning with configured refspecs honoured and without tags [2022-08-25T22:38:32.974Z] Cloning repository https://github.com/moby/moby.git [2022-08-25T22:38:32.975Z] > git init /home/ubuntu/workspace/moby_PR-44041 # timeout=10 [2022-08-25T22:38:32.985Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:38:32.985Z] > git --version # timeout=10 [2022-08-25T22:38:32.991Z] > git --version # 'git version 2.25.1' [2022-08-25T22:38:32.991Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:32.991Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:34.274Z] Client: [2022-08-25T22:38:34.274Z] Context: default [2022-08-25T22:38:34.274Z] Debug Mode: false [2022-08-25T22:38:34.274Z] Plugins: [2022-08-25T22:38:34.274Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-25T22:38:34.274Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-25T22:38:34.274Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-25T22:38:34.274Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-25T22:38:34.274Z] [2022-08-25T22:38:34.274Z] Server: [2022-08-25T22:38:34.274Z] Containers: 0 [2022-08-25T22:38:34.274Z] Running: 0 [2022-08-25T22:38:34.274Z] Paused: 0 [2022-08-25T22:38:34.274Z] Stopped: 0 [2022-08-25T22:38:34.274Z] Images: 3 [2022-08-25T22:38:34.274Z] Server Version: 20.10.14 [2022-08-25T22:38:34.274Z] Storage Driver: overlay2 [2022-08-25T22:38:34.274Z] Backing Filesystem: extfs [2022-08-25T22:38:34.274Z] Supports d_type: true [2022-08-25T22:38:34.274Z] Native Overlay Diff: true [2022-08-25T22:38:34.274Z] userxattr: false [2022-08-25T22:38:34.274Z] Logging Driver: json-file [2022-08-25T22:38:34.274Z] Cgroup Driver: cgroupfs [2022-08-25T22:38:34.274Z] Cgroup Version: 1 [2022-08-25T22:38:34.274Z] Plugins: [2022-08-25T22:38:34.274Z] Volume: local [2022-08-25T22:38:34.274Z] Network: bridge host ipvlan macvlan null overlay [2022-08-25T22:38:34.274Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-25T22:38:34.274Z] Swarm: inactive [2022-08-25T22:38:34.274Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-25T22:38:34.274Z] Default Runtime: runc [2022-08-25T22:38:34.274Z] Init Binary: docker-init [2022-08-25T22:38:34.274Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:38:34.274Z] runc version: v1.0.3-0-gf46b6ba [2022-08-25T22:38:34.274Z] init version: de40ad0 [2022-08-25T22:38:34.274Z] Security Options: [2022-08-25T22:38:34.274Z] apparmor [2022-08-25T22:38:34.274Z] seccomp [2022-08-25T22:38:34.274Z] Profile: default [2022-08-25T22:38:34.274Z] Kernel Version: 5.4.0-1071-aws [2022-08-25T22:38:34.274Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-25T22:38:34.274Z] OSType: linux [2022-08-25T22:38:34.274Z] Architecture: x86_64 [2022-08-25T22:38:34.274Z] CPUs: 2 [2022-08-25T22:38:34.274Z] Total Memory: 7.483GiB [2022-08-25T22:38:34.274Z] Name: ip-10-100-61-114 [2022-08-25T22:38:34.274Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-25T22:38:34.274Z] Docker Root Dir: /var/lib/docker [2022-08-25T22:38:34.274Z] Debug Mode: false [2022-08-25T22:38:34.274Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:38:34.274Z] Labels: [2022-08-25T22:38:34.274Z] Experimental: true [2022-08-25T22:38:34.274Z] Insecure Registries: [2022-08-25T22:38:34.274Z] 127.0.0.0/8 [2022-08-25T22:38:34.274Z] Live Restore Enabled: true [2022-08-25T22:38:34.274Z] [2022-08-25T22:38:34.274Z] WARNING: No swap limit support [Pipeline] sh [2022-08-25T22:38:34.558Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:38:34.558Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:38:34.558Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44041/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-25T22:38:34.558Z] + bash /home/ubuntu/workspace/moby_PR-44041/check-config.sh [2022-08-25T22:38:34.558Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-25T22:38:34.558Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-25T22:38:34.558Z] [2022-08-25T22:38:34.558Z] Generally Necessary: [2022-08-25T22:38:34.558Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-25T22:38:34.558Z] - apparmor: enabled and tools installed [2022-08-25T22:38:34.818Z] - CONFIG_NAMESPACES: enabled [2022-08-25T22:38:34.818Z] - CONFIG_NET_NS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_PID_NS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_IPC_NS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_UTS_NS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_CGROUPS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-25T22:38:34.818Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-25T22:38:34.818Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-25T22:38:34.818Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-25T22:38:34.818Z] - CONFIG_CPUSETS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_MEMCG: enabled [2022-08-25T22:38:34.818Z] - CONFIG_KEYS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_VETH: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-25T22:38:34.818Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-25T22:38:34.818Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-25T22:38:34.818Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-25T22:38:34.818Z] [2022-08-25T22:38:34.818Z] Optional Features: [2022-08-25T22:38:34.818Z] - CONFIG_USER_NS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_SECCOMP: enabled [2022-08-25T22:38:34.818Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-25T22:38:34.818Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-25T22:38:34.818Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-25T22:38:34.818Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-25T22:38:34.818Z] - CONFIG_BLK_CGROUP: enabled [2022-08-25T22:38:34.818Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-25T22:38:34.818Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-25T22:38:34.818Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-25T22:38:34.818Z] - CONFIG_CGROUP_PERF: enabled [2022-08-25T22:38:35.078Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-25T22:38:35.078Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-25T22:38:35.078Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-25T22:38:35.078Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-25T22:38:35.078Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-25T22:38:35.078Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_IP_VS: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-25T22:38:35.078Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-25T22:38:35.078Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-25T22:38:35.078Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_EXT4_FS: enabled [2022-08-25T22:38:35.078Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-25T22:38:35.078Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-25T22:38:35.078Z] - Network Drivers: [2022-08-25T22:38:35.078Z] - "overlay": [2022-08-25T22:38:35.078Z] - CONFIG_VXLAN: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-25T22:38:35.078Z] Optional (for encrypted networks): [2022-08-25T22:38:35.078Z] - CONFIG_CRYPTO: enabled [2022-08-25T22:38:35.078Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-25T22:38:35.078Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-25T22:38:35.078Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-25T22:38:35.078Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-25T22:38:35.078Z] - CONFIG_XFRM: enabled [2022-08-25T22:38:35.078Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-25T22:38:35.078Z] - "ipvlan": [2022-08-25T22:38:35.078Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-25T22:38:35.078Z] - "macvlan": [2022-08-25T22:38:35.078Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_DUMMY: enabled (as module) [2022-08-25T22:38:35.078Z] - "ftp,tftp client in container": [2022-08-25T22:38:35.078Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-25T22:38:35.078Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-25T22:38:35.078Z] - Storage Drivers: [2022-08-25T22:38:35.078Z] - "aufs": [2022-08-25T22:38:35.339Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-25T22:38:35.339Z] - "btrfs": [2022-08-25T22:38:35.339Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-25T22:38:35.339Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-25T22:38:35.339Z] - "devicemapper": [2022-08-25T22:38:35.339Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-25T22:38:35.339Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-25T22:38:35.339Z] - "overlay": [2022-08-25T22:38:35.339Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-25T22:38:35.339Z] - "zfs": [2022-08-25T22:38:35.339Z] - /dev/zfs: present [2022-08-25T22:38:35.339Z] - zfs command: missing [2022-08-25T22:38:35.339Z] - zpool command: missing [2022-08-25T22:38:35.339Z] [2022-08-25T22:38:35.339Z] Limits: [2022-08-25T22:38:35.339Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-25T22:38:35.339Z] [2022-08-25T22:38:35.339Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-25T22:38:35.700Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8bd86a0699c26fd012c7df4f85136a2347c9340e . [2022-08-25T22:38:35.700Z] #2 [internal] load .dockerignore [2022-08-25T22:38:35.700Z] #2 sha256:7b75755b690155e17cac90412ae96eaf700dfb9d69e17d601f690d13ae265a84 [2022-08-25T22:38:35.700Z] #2 transferring context: 87B 0.0s done [2022-08-25T22:38:35.700Z] #2 DONE 0.1s [2022-08-25T22:38:35.700Z] [2022-08-25T22:38:35.700Z] #1 [internal] load build definition from Dockerfile [2022-08-25T22:38:35.700Z] #1 sha256:21ba1d61b7a9b2044bfd8eec793ceb4a1325aad777dbc1119110cef4d8951249 [2022-08-25T22:38:35.700Z] #1 transferring dockerfile: 17.05kB 0.0s done [2022-08-25T22:38:35.960Z] #1 DONE 0.1s [2022-08-25T22:38:35.960Z] [2022-08-25T22:38:35.960Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-25T22:38:35.960Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-25T22:38:36.529Z] #3 DONE 0.4s [2022-08-25T22:38:36.529Z] [2022-08-25T22:38:36.529Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-25T22:38:36.529Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-25T22:38:36.529Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done [2022-08-25T22:38:36.529Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-25T22:38:36.529Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2022-08-25T22:38:36.529Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2022-08-25T22:38:36.529Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 6.29MB / 9.64MB 0.1s [2022-08-25T22:38:36.529Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2022-08-25T22:38:36.529Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2022-08-25T22:38:36.788Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2022-08-25T22:38:36.788Z] #4 DONE 0.4s [2022-08-25T22:38:37.358Z] [2022-08-25T22:38:37.358Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:38:37.358Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-25T22:38:37.618Z] #6 DONE 0.1s [2022-08-25T22:38:37.618Z] [2022-08-25T22:38:37.618Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:38:37.618Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-25T22:38:37.618Z] #7 DONE 0.1s [2022-08-25T22:38:37.618Z] [2022-08-25T22:38:37.618Z] #8 [internal] load metadata for docker.io/library/golang:1.18.5-buster [2022-08-25T22:38:37.618Z] #8 sha256:5315db6b6beb51c3ee3a7a25b9ced447c4ebfc14b9976e2bea9aac9758c60766 [2022-08-25T22:38:37.618Z] #8 DONE 0.2s [2022-08-25T22:38:37.618Z] [2022-08-25T22:38:37.618Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-25T22:38:37.618Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-25T22:38:37.618Z] #5 DONE 0.3s [2022-08-25T22:38:37.673Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-028f039f51cc5f1da) in /home/ubuntu/workspace/moby_PR-44041 [Pipeline] { [Pipeline] checkout [2022-08-25T22:38:37.699Z] The recommended git tool is: git [2022-08-25T22:38:37.709Z] using credential docker-jenkins-github-credentials [2022-08-25T22:38:37.719Z] Cloning the remote Git repository [2022-08-25T22:38:37.719Z] Cloning with configured refspecs honoured and without tags [2022-08-25T22:38:38.187Z] [2022-08-25T22:38:38.187Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:38:38.187Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:38:38.187Z] #64 DONE 0.0s [2022-08-25T22:38:38.187Z] [2022-08-25T22:38:38.187Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:38:38.187Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-25T22:38:38.187Z] #62 DONE 0.0s [2022-08-25T22:38:38.187Z] [2022-08-25T22:38:38.187Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:38:38.187Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:38:38.187Z] #9 resolve docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 0.0s done [2022-08-25T22:38:38.187Z] #9 DONE 0.0s [2022-08-25T22:38:38.187Z] [2022-08-25T22:38:38.187Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:38:38.187Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:38:38.187Z] #26 resolve docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 done [2022-08-25T22:38:38.187Z] #26 sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 984B / 984B done [2022-08-25T22:38:38.187Z] #26 sha256:faa416b9eeda2cbdb796544422eedd698e716dbd99841138521a94db51bf6123 529B / 529B done [2022-08-25T22:38:38.187Z] #26 sha256:12d6c5111e34893b46b35672fc4ab8c506fdd66292afc030ca1e794b0dd6fbaa 1.46kB / 1.46kB done [2022-08-25T22:38:38.187Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 1.05MB / 50.44MB 0.1s [2022-08-25T22:38:38.448Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 13.75MB / 50.44MB 0.4s [2022-08-25T22:38:38.448Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 23.07MB / 50.44MB 0.5s [2022-08-25T22:38:37.794Z] Cloning repository https://github.com/moby/moby.git [2022-08-25T22:38:37.795Z] > git init /home/ubuntu/workspace/moby_PR-44041 # timeout=10 [2022-08-25T22:38:37.818Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:38:37.819Z] > git --version # timeout=10 [2022-08-25T22:38:37.835Z] > git --version # 'git version 2.17.1' [2022-08-25T22:38:37.835Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:37.836Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:38.713Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 31.46MB / 50.44MB 0.6s [2022-08-25T22:38:38.713Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 36.17MB / 50.44MB 0.7s [2022-08-25T22:38:38.973Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 45.09MB / 50.44MB 0.8s [2022-08-25T22:38:38.973Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 1.0s [2022-08-25T22:38:39.543Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 1.3s done [2022-08-25T22:38:39.543Z] #26 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 [2022-08-25T22:38:42.088Z] #26 ... [2022-08-25T22:38:42.088Z] [2022-08-25T22:38:42.088Z] #23 [internal] load build context [2022-08-25T22:38:42.088Z] #23 sha256:093dc9c391a167366de8ff9edfd6dc56aa820781ca0b0ffaef804d2d6db115fb [2022-08-25T22:38:42.088Z] #23 transferring context: 53.41MB 3.6s done [2022-08-25T22:38:42.088Z] #23 DONE 3.7s [2022-08-25T22:38:42.088Z] [2022-08-25T22:38:42.088Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:38:42.088Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:38:43.472Z] #26 DONE 5.5s [2022-08-25T22:38:43.472Z] [2022-08-25T22:38:43.472Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:38:43.472Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:38:43.472Z] #9 sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 10.00MB / 10.00MB 0.4s done [2022-08-25T22:38:43.472Z] #9 sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 988B / 988B done [2022-08-25T22:38:43.472Z] #9 sha256:6810a6ab59a1f0124dacf48c4b89cc965c2a72b53b9d717a141db1f600c5dfb9 1.79kB / 1.79kB done [2022-08-25T22:38:43.472Z] #9 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 1.3s done [2022-08-25T22:38:43.472Z] #9 sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 7.86MB / 7.86MB 0.2s done [2022-08-25T22:38:43.472Z] #9 sha256:a798dce34acd8bd8fa6026454b95c6190760b17b85a7dbaed5a8ee63586d9e19 7.10kB / 7.10kB done [2022-08-25T22:38:43.472Z] #9 sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 51.84MB / 51.84MB 1.8s done [2022-08-25T22:38:43.472Z] #9 sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 68.83MB / 68.83MB 2.4s done [2022-08-25T22:38:43.472Z] #9 sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 155B / 155B 2.4s done [2022-08-25T22:38:43.472Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 141.86MB / 141.86MB 5.3s [2022-08-25T22:38:43.472Z] #9 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 3.7s done [2022-08-25T22:38:43.472Z] #9 extracting sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa [2022-08-25T22:38:43.732Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 141.86MB / 141.86MB 5.3s done [2022-08-25T22:38:43.994Z] #9 extracting sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 0.5s done [2022-08-25T22:38:43.994Z] #9 extracting sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 [2022-08-25T22:38:44.565Z] #9 extracting sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 0.3s done [2022-08-25T22:38:44.565Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 [2022-08-25T22:38:46.689Z] Fetching without tags [2022-08-25T22:38:46.884Z] Merging remotes/origin/20.10 commit 0bd91f300e5b9f809441dd6c3a36b1495938fff9 into PR head commit 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:46.670Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:38:46.673Z] > git config --add remote.origin.fetch +refs/pull/44041/head:refs/remotes/origin/PR-44041 # timeout=10 [2022-08-25T22:38:46.676Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:46.684Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:38:46.689Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:38:46.689Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:46.690Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:46.883Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:46.888Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:38:47.360Z] Merge succeeded, producing 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:47.360Z] Checking out Revision 8bd86a0699c26fd012c7df4f85136a2347c9340e (PR-44041) [2022-08-25T22:38:47.754Z] Commit message: "update containerd binary to v1.6.8" [2022-08-25T22:38:47.766Z] > git --version # timeout=10 [2022-08-25T22:38:47.774Z] > git --version # 'git version 2.25.1' [2022-08-25T22:38:47.799Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-25T22:38:48.622Z] + docker version [2022-08-25T22:38:48.622Z] Client: Docker Engine - Community [2022-08-25T22:38:48.622Z] Version: 20.10.14 [2022-08-25T22:38:48.622Z] API version: 1.41 [2022-08-25T22:38:48.622Z] Go version: go1.16.15 [2022-08-25T22:38:48.622Z] Git commit: a224086 [2022-08-25T22:38:48.622Z] Built: Thu Mar 24 01:48:02 2022 [2022-08-25T22:38:48.622Z] OS/Arch: linux/amd64 [2022-08-25T22:38:48.622Z] Context: default [2022-08-25T22:38:48.622Z] Experimental: true [2022-08-25T22:38:48.622Z] [2022-08-25T22:38:48.622Z] Server: Docker Engine - Community [2022-08-25T22:38:48.622Z] Engine: [2022-08-25T22:38:48.622Z] Version: 20.10.14 [2022-08-25T22:38:48.622Z] API version: 1.41 (minimum version 1.12) [2022-08-25T22:38:48.622Z] Go version: go1.16.15 [2022-08-25T22:38:48.622Z] Git commit: 87a90dc [2022-08-25T22:38:48.622Z] Built: Thu Mar 24 01:45:53 2022 [2022-08-25T22:38:48.622Z] OS/Arch: linux/amd64 [2022-08-25T22:38:48.622Z] Experimental: true [2022-08-25T22:38:48.622Z] containerd: [2022-08-25T22:38:48.622Z] Version: 1.5.11 [2022-08-25T22:38:48.622Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:38:48.622Z] runc: [2022-08-25T22:38:48.622Z] Version: 1.0.3 [2022-08-25T22:38:48.622Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-25T22:38:48.622Z] docker-init: [2022-08-25T22:38:48.622Z] Version: 0.19.0 [2022-08-25T22:38:48.622Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-25T22:38:47.335Z] > git remote # timeout=10 [2022-08-25T22:38:47.339Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T22:38:47.345Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:47.345Z] > git merge 0bd91f300e5b9f809441dd6c3a36b1495938fff9 # timeout=10 [2022-08-25T22:38:47.353Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-25T22:38:47.359Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:47.369Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:38:48.935Z] + docker info [2022-08-25T22:38:49.848Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 4.7s done [2022-08-25T22:38:49.848Z] #9 extracting sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d [2022-08-25T22:38:49.861Z] Client: [2022-08-25T22:38:49.861Z] Context: default [2022-08-25T22:38:49.861Z] Debug Mode: false [2022-08-25T22:38:49.861Z] Plugins: [2022-08-25T22:38:49.861Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-25T22:38:49.861Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-25T22:38:49.861Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-25T22:38:49.862Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-25T22:38:49.862Z] [2022-08-25T22:38:49.862Z] Server: [2022-08-25T22:38:49.862Z] Containers: 0 [2022-08-25T22:38:49.862Z] Running: 0 [2022-08-25T22:38:49.862Z] Paused: 0 [2022-08-25T22:38:49.862Z] Stopped: 0 [2022-08-25T22:38:49.862Z] Images: 2 [2022-08-25T22:38:49.862Z] Server Version: 20.10.14 [2022-08-25T22:38:49.862Z] Storage Driver: overlay2 [2022-08-25T22:38:49.862Z] Backing Filesystem: extfs [2022-08-25T22:38:49.862Z] Supports d_type: true [2022-08-25T22:38:49.862Z] Native Overlay Diff: true [2022-08-25T22:38:49.862Z] userxattr: false [2022-08-25T22:38:49.862Z] Logging Driver: json-file [2022-08-25T22:38:49.862Z] Cgroup Driver: systemd [2022-08-25T22:38:49.862Z] Cgroup Version: 2 [2022-08-25T22:38:49.862Z] Plugins: [2022-08-25T22:38:49.862Z] Volume: local [2022-08-25T22:38:49.862Z] Network: bridge host ipvlan macvlan null overlay [2022-08-25T22:38:49.862Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-25T22:38:49.862Z] Swarm: inactive [2022-08-25T22:38:49.862Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-25T22:38:49.862Z] Default Runtime: runc [2022-08-25T22:38:49.862Z] Init Binary: docker-init [2022-08-25T22:38:49.862Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:38:49.862Z] runc version: v1.0.3-0-gf46b6ba [2022-08-25T22:38:49.862Z] init version: de40ad0 [2022-08-25T22:38:49.862Z] Security Options: [2022-08-25T22:38:49.862Z] apparmor [2022-08-25T22:38:49.862Z] seccomp [2022-08-25T22:38:49.862Z] Profile: default [2022-08-25T22:38:49.862Z] cgroupns [2022-08-25T22:38:49.862Z] Kernel Version: 5.13.0-1021-aws [2022-08-25T22:38:49.862Z] Operating System: Ubuntu 20.04.4 LTS [2022-08-25T22:38:49.862Z] OSType: linux [2022-08-25T22:38:49.862Z] Architecture: x86_64 [2022-08-25T22:38:49.862Z] CPUs: 2 [2022-08-25T22:38:49.862Z] Total Memory: 7.476GiB [2022-08-25T22:38:49.862Z] Name: ip-10-100-79-9 [2022-08-25T22:38:49.862Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-08-25T22:38:49.862Z] Docker Root Dir: /var/lib/docker [2022-08-25T22:38:49.862Z] Debug Mode: false [2022-08-25T22:38:49.862Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:38:49.862Z] Labels: [2022-08-25T22:38:49.862Z] Experimental: true [2022-08-25T22:38:49.862Z] Insecure Registries: [2022-08-25T22:38:49.862Z] 127.0.0.0/8 [2022-08-25T22:38:49.862Z] Live Restore Enabled: true [2022-08-25T22:38:49.862Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-25T22:38:50.222Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:8bd86a0699c26fd012c7df4f85136a2347c9340e . [2022-08-25T22:38:50.477Z] #1 [internal] load build definition from Dockerfile [2022-08-25T22:38:50.477Z] #1 sha256:065cb45bda7b1d9f09a3f8861edb32cab8c752964497dc339dd85ed690515c23 [2022-08-25T22:38:50.477Z] #1 transferring dockerfile: 17.05kB done [2022-08-25T22:38:50.477Z] #1 DONE 0.0s [2022-08-25T22:38:50.477Z] [2022-08-25T22:38:50.477Z] #2 [internal] load .dockerignore [2022-08-25T22:38:50.477Z] #2 sha256:97e739d8e485350f27fac9cca07a4ce29fc0f6e3b61093b3c5cd345e6a7dcdda [2022-08-25T22:38:50.477Z] #2 transferring context: 87B 0.0s done [2022-08-25T22:38:50.477Z] #2 DONE 0.0s [2022-08-25T22:38:50.477Z] [2022-08-25T22:38:50.477Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-25T22:38:50.477Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-25T22:38:50.733Z] #3 DONE 0.3s [2022-08-25T22:38:50.733Z] [2022-08-25T22:38:50.733Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-25T22:38:50.733Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-25T22:38:50.733Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2022-08-25T22:38:50.733Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-25T22:38:50.733Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2022-08-25T22:38:50.733Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2022-08-25T22:38:50.733Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.1s [2022-08-25T22:38:50.733Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.1s done [2022-08-25T22:38:50.733Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2022-08-25T22:38:50.989Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2022-08-25T22:38:50.989Z] #4 DONE 0.4s [2022-08-25T22:38:51.239Z] #9 ... [2022-08-25T22:38:51.239Z] [2022-08-25T22:38:51.239Z] #27 [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-08-25T22:38:51.239Z] #27 sha256:e9dfe863ab2eb87ee62093c9af7dc092364efea002012a8ead02bab6822a41fd [2022-08-25T22:38:51.239Z] #27 0.965 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:38:51.239Z] #27 0.978 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:38:51.239Z] #27 0.978 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:38:51.239Z] #27 1.131 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:38:51.239Z] #27 1.407 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:38:51.239Z] #27 1.945 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:38:51.239Z] #27 3.271 Fetched 8475 kB in 3s (3322 kB/s) [2022-08-25T22:38:51.239Z] #27 3.271 Reading package lists... [2022-08-25T22:38:51.239Z] #27 4.215 Reading package lists... [2022-08-25T22:38:51.239Z] #27 5.149 Building dependency tree... [2022-08-25T22:38:51.239Z] #27 5.337 Reading state information... [2022-08-25T22:38:51.239Z] #27 5.508 The following additional packages will be installed: [2022-08-25T22:38:51.239Z] #27 5.508 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-25T22:38:51.239Z] #27 5.508 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-25T22:38:51.239Z] #27 5.509 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-25T22:38:51.239Z] #27 5.510 Suggested packages: [2022-08-25T22:38:51.239Z] #27 5.510 krb5-doc krb5-user [2022-08-25T22:38:51.239Z] #27 5.510 Recommended packages: [2022-08-25T22:38:51.239Z] #27 5.510 krb5-locales publicsuffix libsasl2-modules [2022-08-25T22:38:51.239Z] #27 5.680 The following NEW packages will be installed: [2022-08-25T22:38:51.239Z] #27 5.681 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-25T22:38:51.239Z] #27 5.681 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-25T22:38:51.239Z] #27 5.682 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-25T22:38:51.239Z] #27 5.682 libssh2-1 libssl1.1 openssl [2022-08-25T22:38:51.239Z] #27 5.956 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:38:51.239Z] #27 5.956 Need to get 5083 kB of archives. [2022-08-25T22:38:51.239Z] #27 5.956 After this operation, 12.1 MB of additional disk space will be used. [2022-08-25T22:38:51.239Z] #27 5.956 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB] [2022-08-25T22:38:51.239Z] #27 5.981 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] [2022-08-25T22:38:51.239Z] #27 5.984 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] [2022-08-25T22:38:51.239Z] #27 5.986 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-25T22:38:51.239Z] #27 5.989 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] [2022-08-25T22:38:51.239Z] #27 5.993 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB] [2022-08-25T22:38:51.239Z] #27 6.005 Get:7 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-25T22:38:51.239Z] #27 6.008 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2022-08-25T22:38:51.239Z] #27 6.012 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] [2022-08-25T22:38:51.239Z] #27 6.012 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] [2022-08-25T22:38:51.239Z] #27 6.013 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] [2022-08-25T22:38:51.239Z] #27 6.024 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] [2022-08-25T22:38:51.239Z] #27 6.026 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2022-08-25T22:38:51.239Z] #27 6.028 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2022-08-25T22:38:51.239Z] #27 6.030 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2022-08-25T22:38:51.239Z] #27 6.031 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2022-08-25T22:38:51.239Z] #27 6.034 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2022-08-25T22:38:51.239Z] #27 6.040 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2022-08-25T22:38:51.239Z] #27 6.045 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:38:51.239Z] #27 6.047 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:38:51.239Z] #27 6.050 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:38:51.239Z] #27 6.202 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:38:51.239Z] #27 6.230 Fetched 5083 kB in 0s (14.5 MB/s) [2022-08-25T22:38:51.239Z] #27 6.275 Selecting previously unselected package libssl1.1:amd64. [2022-08-25T22:38:51.239Z] #27 6.275 (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 ... 6677 files and directories currently installed.) [2022-08-25T22:38:51.239Z] #27 6.281 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:38:51.239Z] #27 6.290 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:38:51.239Z] #27 6.539 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-08-25T22:38:51.239Z] #27 6.539 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:38:51.239Z] #27 6.542 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:38:51.239Z] #27 6.590 Selecting previously unselected package libsasl2-2:amd64. [2022-08-25T22:38:51.239Z] #27 6.590 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:38:51.239Z] #27 6.594 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:38:51.239Z] #27 6.653 Selecting previously unselected package libldap-common. [2022-08-25T22:38:51.239Z] #27 6.653 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-25T22:38:51.239Z] #27 6.658 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:38:51.239Z] #27 6.718 Selecting previously unselected package libldap-2.4-2:amd64. [2022-08-25T22:38:51.239Z] #27 6.718 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... [2022-08-25T22:38:51.239Z] #27 6.722 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:38:51.239Z] #27 6.848 Selecting previously unselected package openssl. [2022-08-25T22:38:51.239Z] #27 6.848 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:38:51.239Z] #27 6.848 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:38:51.239Z] #27 7.003 Selecting previously unselected package ca-certificates. [2022-08-25T22:38:51.239Z] #27 7.004 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-25T22:38:51.239Z] #27 7.009 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-25T22:38:51.239Z] #27 7.100 Selecting previously unselected package libkeyutils1:amd64. [2022-08-25T22:38:51.240Z] #27 7.100 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.104 Unpacking libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:38:51.240Z] #27 7.143 Selecting previously unselected package libkrb5support0:amd64. [2022-08-25T22:38:51.240Z] #27 7.143 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.147 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:51.240Z] #27 7.193 Selecting previously unselected package libk5crypto3:amd64. [2022-08-25T22:38:51.240Z] #27 7.193 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.194 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:51.240Z] #27 7.245 Selecting previously unselected package libkrb5-3:amd64. [2022-08-25T22:38:51.240Z] #27 7.245 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.250 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:51.240Z] #27 7.339 Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-08-25T22:38:51.240Z] #27 7.339 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.343 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:51.240Z] #27 7.396 Selecting previously unselected package libnghttp2-14:amd64. [2022-08-25T22:38:51.240Z] #27 7.396 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.400 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:38:51.240Z] #27 7.447 Selecting previously unselected package libpsl5:amd64. [2022-08-25T22:38:51.240Z] #27 7.447 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.452 Unpacking libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:38:51.240Z] #27 7.499 Selecting previously unselected package librtmp1:amd64. [2022-08-25T22:38:51.240Z] #27 7.499 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.504 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:38:51.240Z] #27 7.553 Selecting previously unselected package libssh2-1:amd64. [2022-08-25T22:38:51.240Z] #27 7.553 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.557 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:38:51.240Z] #27 7.617 Selecting previously unselected package libcurl4:amd64. [2022-08-25T22:38:51.240Z] #27 7.617 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.623 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-25T22:38:51.240Z] #27 7.696 Selecting previously unselected package curl. [2022-08-25T22:38:51.240Z] #27 7.696 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.701 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-25T22:38:51.240Z] #27 7.765 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:38:51.240Z] #27 7.765 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.771 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:38:51.240Z] #27 7.835 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:38:51.240Z] #27 7.835 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:38:51.240Z] #27 7.839 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:38:51.245Z] [2022-08-25T22:38:51.245Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:38:51.245Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-25T22:38:51.245Z] #8 DONE 0.1s [2022-08-25T22:38:51.245Z] [2022-08-25T22:38:51.245Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:38:51.245Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-25T22:38:51.245Z] #7 DONE 0.1s [2022-08-25T22:38:51.245Z] [2022-08-25T22:38:51.245Z] #6 [internal] load metadata for docker.io/library/golang:1.18.5-buster [2022-08-25T22:38:51.245Z] #6 sha256:5315db6b6beb51c3ee3a7a25b9ced447c4ebfc14b9976e2bea9aac9758c60766 [2022-08-25T22:38:51.245Z] #6 DONE 0.2s [2022-08-25T22:38:51.245Z] [2022-08-25T22:38:51.245Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-25T22:38:51.245Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-25T22:38:51.501Z] #27 7.885 Selecting previously unselected package jq. [2022-08-25T22:38:51.501Z] #27 7.886 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:38:51.501Z] #27 7.890 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:38:51.501Z] #27 7.936 Setting up libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:38:51.501Z] #27 7.947 Setting up libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:38:51.501Z] #27 7.963 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:38:51.501Z] #27 8.072 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:38:51.501Z] #27 8.081 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:38:51.501Z] #27 8.095 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:51.501Z] #5 DONE 0.2s [2022-08-25T22:38:51.501Z] [2022-08-25T22:38:51.501Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:38:51.501Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:38:51.501Z] #64 DONE 0.0s [2022-08-25T22:38:51.501Z] [2022-08-25T22:38:51.501Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:38:51.501Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-25T22:38:51.501Z] #62 DONE 0.0s [2022-08-25T22:38:51.501Z] [2022-08-25T22:38:51.501Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:38:51.501Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:38:51.501Z] #26 resolve docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 done [2022-08-25T22:38:51.761Z] #26 sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 984B / 984B done [2022-08-25T22:38:51.761Z] #26 sha256:faa416b9eeda2cbdb796544422eedd698e716dbd99841138521a94db51bf6123 529B / 529B done [2022-08-25T22:38:51.761Z] #26 sha256:12d6c5111e34893b46b35672fc4ab8c506fdd66292afc030ca1e794b0dd6fbaa 1.46kB / 1.46kB done [2022-08-25T22:38:51.761Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 10.49MB / 50.44MB 0.2s [2022-08-25T22:38:51.761Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 13.63MB / 50.44MB 0.3s [2022-08-25T22:38:51.762Z] #27 8.106 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:38:51.762Z] #27 8.118 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:38:51.762Z] #27 8.128 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:51.762Z] #27 8.137 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:38:51.762Z] #27 8.148 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:38:51.762Z] #27 8.161 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:51.762Z] #27 8.173 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:38:51.762Z] #27 8.187 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:38:51.762Z] #27 8.199 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:38:51.762Z] #27 8.210 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:38:51.762Z] #27 8.221 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-25T22:38:51.846Z] Fetching without tags [2022-08-25T22:38:51.872Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:38:51.879Z] > git config --add remote.origin.fetch +refs/pull/44041/head:refs/remotes/origin/PR-44041 # timeout=10 [2022-08-25T22:38:51.889Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:51.905Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:38:51.922Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:38:51.922Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:51.923Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:38:52.020Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 27.26MB / 50.44MB 0.4s [2022-08-25T22:38:52.020Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 36.70MB / 50.44MB 0.5s [2022-08-25T22:38:52.064Z] Merging remotes/origin/20.10 commit 0bd91f300e5b9f809441dd6c3a36b1495938fff9 into PR head commit 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:52.278Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 45.09MB / 50.44MB 0.6s [2022-08-25T22:38:52.278Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 0.8s [2022-08-25T22:38:52.333Z] #27 8.831 Updating certificates in /etc/ssl/certs... [2022-08-25T22:38:52.534Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 0.8s done [2022-08-25T22:38:52.534Z] #26 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 [2022-08-25T22:38:52.544Z] Merge succeeded, producing 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:38:52.544Z] Checking out Revision 8bd86a0699c26fd012c7df4f85136a2347c9340e (PR-44041) [2022-08-25T22:38:53.133Z] Commit message: "update containerd binary to v1.6.8" [2022-08-25T22:38:53.232Z] > git --version # timeout=10 [2022-08-25T22:38:53.235Z] > git --version # 'git version 2.17.1' [2022-08-25T22:38:53.241Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2022-08-25T22:38:53.275Z] #27 9.687 137 added, 0 removed; done. [2022-08-25T22:38:53.275Z] #27 9.788 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:38:53.275Z] #27 9.830 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:38:53.275Z] #27 9.862 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-08-25T22:38:53.536Z] #27 9.890 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-25T22:38:53.536Z] #27 9.915 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:38:53.536Z] #27 9.936 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-25T22:38:53.536Z] #27 9.945 Updating certificates in /etc/ssl/certs... [Pipeline] sh [2022-08-25T22:38:52.140Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:52.143Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:38:52.582Z] > git remote # timeout=10 [2022-08-25T22:38:52.585Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T22:38:52.590Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:38:52.591Z] > git merge 0bd91f300e5b9f809441dd6c3a36b1495938fff9 # timeout=10 [2022-08-25T22:38:52.604Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-25T22:38:52.620Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:38:52.625Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:38:53.813Z] + docker version [2022-08-25T22:38:53.813Z] Client: Docker Engine - Community [2022-08-25T22:38:53.813Z] Version: 20.10.14 [2022-08-25T22:38:53.813Z] API version: 1.41 [2022-08-25T22:38:53.813Z] Go version: go1.16.15 [2022-08-25T22:38:53.813Z] Git commit: a224086 [2022-08-25T22:38:53.813Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-25T22:38:53.813Z] OS/Arch: linux/amd64 [2022-08-25T22:38:53.813Z] Context: default [2022-08-25T22:38:53.813Z] Experimental: true [2022-08-25T22:38:53.813Z] [2022-08-25T22:38:53.813Z] Server: Docker Engine - Community [2022-08-25T22:38:53.813Z] Engine: [2022-08-25T22:38:53.813Z] Version: 20.10.14 [2022-08-25T22:38:53.813Z] API version: 1.41 (minimum version 1.12) [2022-08-25T22:38:53.813Z] Go version: go1.16.15 [2022-08-25T22:38:53.813Z] Git commit: 87a90dc [2022-08-25T22:38:53.813Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-25T22:38:53.813Z] OS/Arch: linux/amd64 [2022-08-25T22:38:53.813Z] Experimental: true [2022-08-25T22:38:53.813Z] containerd: [2022-08-25T22:38:53.813Z] Version: 1.5.11 [2022-08-25T22:38:53.813Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:38:53.813Z] runc: [2022-08-25T22:38:53.813Z] Version: 1.0.3 [2022-08-25T22:38:53.813Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-25T22:38:53.813Z] docker-init: [2022-08-25T22:38:53.813Z] Version: 0.19.0 [2022-08-25T22:38:53.813Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-25T22:38:54.095Z] + docker info [2022-08-25T22:38:54.479Z] #27 10.68 0 added, 0 removed; done. [2022-08-25T22:38:54.479Z] #27 10.68 Running hooks in /etc/ca-certificates/update.d... [2022-08-25T22:38:54.479Z] #27 10.68 done. [2022-08-25T22:38:55.034Z] Client: [2022-08-25T22:38:55.034Z] Context: default [2022-08-25T22:38:55.034Z] Debug Mode: false [2022-08-25T22:38:55.034Z] Plugins: [2022-08-25T22:38:55.034Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-25T22:38:55.034Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-25T22:38:55.034Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-25T22:38:55.034Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-25T22:38:55.034Z] [2022-08-25T22:38:55.034Z] Server: [2022-08-25T22:38:55.034Z] Containers: 0 [2022-08-25T22:38:55.034Z] Running: 0 [2022-08-25T22:38:55.034Z] Paused: 0 [2022-08-25T22:38:55.034Z] Stopped: 0 [2022-08-25T22:38:55.034Z] Images: 2 [2022-08-25T22:38:55.034Z] Server Version: 20.10.14 [2022-08-25T22:38:55.034Z] Storage Driver: overlay2 [2022-08-25T22:38:55.034Z] Backing Filesystem: extfs [2022-08-25T22:38:55.034Z] Supports d_type: true [2022-08-25T22:38:55.034Z] Native Overlay Diff: true [2022-08-25T22:38:55.034Z] userxattr: false [2022-08-25T22:38:55.034Z] Logging Driver: json-file [2022-08-25T22:38:55.034Z] Cgroup Driver: cgroupfs [2022-08-25T22:38:55.034Z] Cgroup Version: 1 [2022-08-25T22:38:55.034Z] Plugins: [2022-08-25T22:38:55.034Z] Volume: local [2022-08-25T22:38:55.034Z] Network: bridge host ipvlan macvlan null overlay [2022-08-25T22:38:55.034Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-25T22:38:55.034Z] Swarm: inactive [2022-08-25T22:38:55.034Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-25T22:38:55.034Z] Default Runtime: runc [2022-08-25T22:38:55.034Z] Init Binary: docker-init [2022-08-25T22:38:55.034Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:38:55.034Z] runc version: v1.0.3-0-gf46b6ba [2022-08-25T22:38:55.034Z] init version: de40ad0 [2022-08-25T22:38:55.034Z] Security Options: [2022-08-25T22:38:55.034Z] apparmor [2022-08-25T22:38:55.034Z] seccomp [2022-08-25T22:38:55.034Z] Profile: default [2022-08-25T22:38:55.034Z] Kernel Version: 5.4.0-1071-aws [2022-08-25T22:38:55.034Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-25T22:38:55.034Z] OSType: linux [2022-08-25T22:38:55.034Z] Architecture: x86_64 [2022-08-25T22:38:55.034Z] CPUs: 2 [2022-08-25T22:38:55.034Z] Total Memory: 7.565GiB [2022-08-25T22:38:55.034Z] Name: ip-10-100-54-199 [2022-08-25T22:38:55.034Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-25T22:38:55.034Z] Docker Root Dir: /var/lib/docker [2022-08-25T22:38:55.034Z] Debug Mode: false [2022-08-25T22:38:55.034Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:38:55.034Z] Labels: [2022-08-25T22:38:55.034Z] Experimental: true [2022-08-25T22:38:55.034Z] Insecure Registries: [2022-08-25T22:38:55.034Z] 127.0.0.0/8 [2022-08-25T22:38:55.034Z] Live Restore Enabled: true [2022-08-25T22:38:55.034Z] [2022-08-25T22:38:55.034Z] WARNING: No swap limit support [Pipeline] sh [2022-08-25T22:38:55.316Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:38:55.316Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:38:55.316Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44041/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-25T22:38:55.316Z] + bash /home/ubuntu/workspace/moby_PR-44041/check-config.sh [2022-08-25T22:38:55.316Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-25T22:38:55.316Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-25T22:38:55.316Z] [2022-08-25T22:38:55.316Z] Generally Necessary: [2022-08-25T22:38:55.316Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-25T22:38:55.316Z] - apparmor: enabled and tools installed [2022-08-25T22:38:55.316Z] - CONFIG_NAMESPACES: enabled [2022-08-25T22:38:55.316Z] - CONFIG_NET_NS: enabled [2022-08-25T22:38:55.316Z] - CONFIG_PID_NS: enabled [2022-08-25T22:38:55.316Z] - CONFIG_IPC_NS: enabled [2022-08-25T22:38:55.316Z] - CONFIG_UTS_NS: enabled [2022-08-25T22:38:55.316Z] - CONFIG_CGROUPS: enabled [2022-08-25T22:38:55.316Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-25T22:38:55.316Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-25T22:38:55.316Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-25T22:38:55.316Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-25T22:38:55.316Z] - CONFIG_CPUSETS: enabled [2022-08-25T22:38:55.316Z] - CONFIG_MEMCG: enabled [2022-08-25T22:38:55.316Z] - CONFIG_KEYS: enabled [2022-08-25T22:38:55.316Z] - CONFIG_VETH: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-25T22:38:55.316Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-25T22:38:55.316Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-25T22:38:55.575Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-25T22:38:55.575Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-25T22:38:55.575Z] [2022-08-25T22:38:55.575Z] Optional Features: [2022-08-25T22:38:55.575Z] - CONFIG_USER_NS: enabled [2022-08-25T22:38:55.575Z] - CONFIG_SECCOMP: enabled [2022-08-25T22:38:55.575Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-25T22:38:55.575Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-25T22:38:55.575Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-25T22:38:55.575Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-25T22:38:55.575Z] - CONFIG_BLK_CGROUP: enabled [2022-08-25T22:38:55.576Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-25T22:38:55.576Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-25T22:38:55.576Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-25T22:38:55.576Z] - CONFIG_CGROUP_PERF: enabled [2022-08-25T22:38:55.576Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-25T22:38:55.576Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-25T22:38:55.576Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-25T22:38:55.576Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-25T22:38:55.576Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-25T22:38:55.576Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-25T22:38:55.576Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-25T22:38:55.576Z] - CONFIG_IP_VS: enabled (as module) [2022-08-25T22:38:55.576Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-25T22:38:55.576Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-25T22:38:55.576Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-25T22:38:55.576Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-25T22:38:55.576Z] - CONFIG_EXT4_FS: enabled [2022-08-25T22:38:55.576Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-25T22:38:55.576Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-25T22:38:55.576Z] - Network Drivers: [2022-08-25T22:38:55.576Z] - "overlay": [2022-08-25T22:38:55.576Z] - CONFIG_VXLAN: enabled (as module) [2022-08-25T22:38:55.576Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-25T22:38:55.576Z] Optional (for encrypted networks): [2022-08-25T22:38:55.820Z] #26 ... [2022-08-25T22:38:55.820Z] [2022-08-25T22:38:55.820Z] #23 [internal] load build context [2022-08-25T22:38:55.820Z] #23 sha256:b22171cf3e2ae7b69f4fd7bd50f2bfd5f6618dffc4cd0068639c243d9f6a5cf1 [2022-08-25T22:38:55.820Z] #23 transferring context: 53.40MB 4.1s done [2022-08-25T22:38:55.820Z] #23 DONE 4.3s [2022-08-25T22:38:55.820Z] [2022-08-25T22:38:55.820Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:38:55.820Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:38:55.835Z] - CONFIG_CRYPTO: enabled [2022-08-25T22:38:55.835Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-25T22:38:55.835Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-25T22:38:55.835Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-25T22:38:55.835Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-25T22:38:55.835Z] - CONFIG_XFRM: enabled [2022-08-25T22:38:55.835Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-25T22:38:55.835Z] - "ipvlan": [2022-08-25T22:38:55.835Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-25T22:38:55.835Z] - "macvlan": [2022-08-25T22:38:55.835Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_DUMMY: enabled (as module) [2022-08-25T22:38:55.835Z] - "ftp,tftp client in container": [2022-08-25T22:38:55.835Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-25T22:38:55.835Z] - Storage Drivers: [2022-08-25T22:38:55.835Z] - "aufs": [2022-08-25T22:38:55.835Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-25T22:38:55.835Z] - "btrfs": [2022-08-25T22:38:55.835Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-25T22:38:55.835Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-25T22:38:55.835Z] - "devicemapper": [2022-08-25T22:38:55.835Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-25T22:38:55.835Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-25T22:38:55.835Z] - "overlay": [2022-08-25T22:38:55.835Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-25T22:38:55.835Z] - "zfs": [2022-08-25T22:38:55.835Z] - /dev/zfs: present [2022-08-25T22:38:55.835Z] - zfs command: missing [2022-08-25T22:38:55.835Z] - zpool command: missing [2022-08-25T22:38:55.835Z] [2022-08-25T22:38:55.835Z] Limits: [2022-08-25T22:38:55.835Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-25T22:38:55.835Z] [2022-08-25T22:38:55.835Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-25T22:38:56.170Z] + sudo modprobe ip_vs [2022-08-25T22:38:56.170Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8bd86a0699c26fd012c7df4f85136a2347c9340e . [2022-08-25T22:38:56.429Z] #1 [internal] load build definition from Dockerfile [2022-08-25T22:38:56.429Z] #1 sha256:e1f347b2f14001a112ba12da139032ef22eb93263c6f22d1c9f8330f7d79d738 [2022-08-25T22:38:56.429Z] #1 transferring dockerfile: 17.05kB done [2022-08-25T22:38:56.429Z] #1 DONE 0.0s [2022-08-25T22:38:56.429Z] [2022-08-25T22:38:56.429Z] #2 [internal] load .dockerignore [2022-08-25T22:38:56.429Z] #2 sha256:e609cd5e2d1d265aeb7b2a1acd59483fa5a01627af29b830bfc350995cb0d0dc [2022-08-25T22:38:56.429Z] #2 transferring context: 87B done [2022-08-25T22:38:56.429Z] #2 DONE 0.0s [2022-08-25T22:38:56.429Z] [2022-08-25T22:38:56.429Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-25T22:38:56.429Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-25T22:38:56.693Z] #3 DONE 0.3s [2022-08-25T22:38:56.693Z] [2022-08-25T22:38:56.693Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-25T22:38:56.693Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-25T22:38:56.693Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2022-08-25T22:38:56.952Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-25T22:38:56.952Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2022-08-25T22:38:56.952Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2022-08-25T22:38:56.952Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.1s done [2022-08-25T22:38:56.952Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2022-08-25T22:38:57.190Z] #26 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 4.4s done [2022-08-25T22:38:57.190Z] #26 DONE 5.5s [2022-08-25T22:38:57.190Z] [2022-08-25T22:38:57.190Z] #27 [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-08-25T22:38:57.190Z] #27 sha256:e9dfe863ab2eb87ee62093c9af7dc092364efea002012a8ead02bab6822a41fd [2022-08-25T22:38:57.211Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2022-08-25T22:38:57.211Z] #4 DONE 0.4s [2022-08-25T22:38:57.211Z] [2022-08-25T22:38:57.211Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-25T22:38:57.211Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-25T22:38:57.470Z] #5 ... [2022-08-25T22:38:57.470Z] [2022-08-25T22:38:57.470Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:38:57.470Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-25T22:38:57.470Z] #8 DONE 0.1s [2022-08-25T22:38:57.470Z] [2022-08-25T22:38:57.470Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:38:57.470Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-25T22:38:57.470Z] #7 DONE 0.1s [2022-08-25T22:38:57.470Z] [2022-08-25T22:38:57.470Z] #6 [internal] load metadata for docker.io/library/golang:1.18.5-buster [2022-08-25T22:38:57.470Z] #6 sha256:5315db6b6beb51c3ee3a7a25b9ced447c4ebfc14b9976e2bea9aac9758c60766 [2022-08-25T22:38:57.470Z] #6 DONE 0.2s [2022-08-25T22:38:57.470Z] [2022-08-25T22:38:57.470Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-25T22:38:57.470Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-25T22:38:57.470Z] #5 DONE 0.2s [2022-08-25T22:38:57.730Z] [2022-08-25T22:38:57.730Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:38:57.730Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:38:57.730Z] #64 DONE 0.0s [2022-08-25T22:38:57.730Z] [2022-08-25T22:38:57.730Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:38:57.730Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-25T22:38:57.730Z] #62 DONE 0.0s [2022-08-25T22:38:57.730Z] [2022-08-25T22:38:57.730Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:38:57.730Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:38:57.730Z] #26 resolve docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 done [2022-08-25T22:38:57.730Z] #26 sha256:faa416b9eeda2cbdb796544422eedd698e716dbd99841138521a94db51bf6123 529B / 529B done [2022-08-25T22:38:57.730Z] #26 sha256:12d6c5111e34893b46b35672fc4ab8c506fdd66292afc030ca1e794b0dd6fbaa 1.46kB / 1.46kB done [2022-08-25T22:38:57.730Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 1.05MB / 50.44MB 0.1s [2022-08-25T22:38:57.730Z] #26 sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 984B / 984B done [2022-08-25T22:38:57.777Z] #27 DONE 14.2s [2022-08-25T22:38:57.777Z] [2022-08-25T22:38:57.777Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:38:57.777Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:38:57.777Z] #9 extracting sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 3.8s done [2022-08-25T22:38:57.777Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 4.4s [2022-08-25T22:38:57.990Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 7.00MB / 50.44MB 0.2s [2022-08-25T22:38:57.990Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 12.58MB / 50.44MB 0.3s [2022-08-25T22:38:58.160Z] #27 0.916 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:38:58.160Z] #27 0.925 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:38:58.160Z] #27 0.925 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:38:58.160Z] #27 1.082 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:38:58.248Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 18.87MB / 50.44MB 0.4s [2022-08-25T22:38:58.248Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 26.21MB / 50.44MB 0.5s [2022-08-25T22:38:58.350Z] #9 ... [2022-08-25T22:38:58.350Z] [2022-08-25T22:38:58.350Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-25T22:38:58.350Z] #28 sha256:791fc949964c7cdbc340c3e8fe1fb58858f6545531b8ec3130b1a88876c934af [2022-08-25T22:38:58.350Z] #28 DONE 0.6s [2022-08-25T22:38:58.350Z] [2022-08-25T22:38:58.350Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:38:58.350Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:38:58.507Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 30.49MB / 50.44MB 0.6s [2022-08-25T22:38:58.507Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 44.04MB / 50.44MB 0.8s [2022-08-25T22:38:58.733Z] #27 1.506 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:38:58.733Z] #27 1.675 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:38:58.767Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 0.9s [2022-08-25T22:38:58.767Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 0.9s done [2022-08-25T22:38:59.335Z] #26 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 [2022-08-25T22:38:59.595Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5a8315a1f3513ce) in /home/ubuntu/workspace/moby_PR-44041 [Pipeline] { [Pipeline] checkout [2022-08-25T22:38:59.726Z] The recommended git tool is: git [2022-08-25T22:39:00.278Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 6.8s done [2022-08-25T22:39:00.278Z] #9 extracting sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 done [2022-08-25T22:39:00.624Z] #27 3.218 Fetched 8475 kB in 3s (3326 kB/s) [2022-08-25T22:39:00.850Z] #9 DONE 22.6s [2022-08-25T22:39:00.850Z] [2022-08-25T22:39:00.850Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:00.850Z] #29 sha256:af66a8cdb410a483ceea6813b8da2ae71a9948f1c11c53d482e9e37ea938e572 [2022-08-25T22:39:00.850Z] #29 1.150 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-25T22:39:00.850Z] #29 1.233 [2022-08-25T22:39:00.850Z] #29 1.451 #=#=# ############ 17.7% ########################### 37.5% ######################################### 57.6% ####################################################### 77.4% ###################################################################### 97.3% ######################################################################## 100.0% [2022-08-25T22:39:00.850Z] #29 2.051 [2022-08-25T22:39:00.850Z] #29 2.290 #=#=# ######################################## 55.8% ######################################################################## 100.0% [2022-08-25T22:39:00.850Z] #29 2.503 [2022-08-25T22:39:01.110Z] #29 2.745 #=#=# ############ 17.9% ######################################################################## 100.0% [2022-08-25T22:39:01.187Z] #27 3.218 Reading package lists... [2022-08-25T22:39:01.370Z] #29 2.973 [2022-08-25T22:39:01.443Z] #27 4.181 Reading package lists... [2022-08-25T22:39:01.443Z] #27 ... [2022-08-25T22:39:01.443Z] [2022-08-25T22:39:01.443Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:39:01.443Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:39:01.443Z] #9 resolve docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a done [2022-08-25T22:39:01.444Z] #9 sha256:6810a6ab59a1f0124dacf48c4b89cc965c2a72b53b9d717a141db1f600c5dfb9 1.79kB / 1.79kB done [2022-08-25T22:39:01.444Z] #9 sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 7.86MB / 7.86MB 0.3s done [2022-08-25T22:39:01.444Z] #9 sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 10.00MB / 10.00MB 0.3s done [2022-08-25T22:39:01.444Z] #9 sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 988B / 988B done [2022-08-25T22:39:01.444Z] #9 sha256:a798dce34acd8bd8fa6026454b95c6190760b17b85a7dbaed5a8ee63586d9e19 7.10kB / 7.10kB done [2022-08-25T22:39:01.444Z] #9 sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 68.83MB / 68.83MB 1.6s done [2022-08-25T22:39:01.444Z] #9 sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 51.84MB / 51.84MB 1.4s done [2022-08-25T22:39:01.444Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 141.86MB / 141.86MB 3.4s done [2022-08-25T22:39:01.444Z] #9 sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 155B / 155B 1.5s done [2022-08-25T22:39:01.444Z] #9 extracting sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 0.4s done [2022-08-25T22:39:01.444Z] #9 extracting sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 0.3s done [2022-08-25T22:39:01.444Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 3.6s [2022-08-25T22:39:01.880Z] #26 ... [2022-08-25T22:39:01.880Z] [2022-08-25T22:39:01.880Z] #23 [internal] load build context [2022-08-25T22:39:01.880Z] #23 sha256:8db22bc3b0764f148b01467d02b5907850d997d51ed24b43999d8090ace10dd8 [2022-08-25T22:39:01.880Z] #23 transferring context: 53.41MB 3.6s done [2022-08-25T22:39:01.880Z] #23 DONE 3.7s [2022-08-25T22:39:01.880Z] [2022-08-25T22:39:01.880Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:39:01.880Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:39:02.119Z] #9 ... [2022-08-25T22:39:02.119Z] [2022-08-25T22:39:02.119Z] #27 [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-08-25T22:39:02.119Z] #27 sha256:e9dfe863ab2eb87ee62093c9af7dc092364efea002012a8ead02bab6822a41fd [2022-08-25T22:39:02.119Z] #27 4.181 Reading package lists... [2022-08-25T22:39:02.151Z] #29 3.192 #=#=# ## 3.8% ###### 9.0% ######### 13.4% ################################################ 67.6% ################################################################### 94.2% ######################################################################## 100.0% [2022-08-25T22:39:02.151Z] #29 3.783 [2022-08-25T22:39:02.375Z] #27 5.120 Building dependency tree... [2022-08-25T22:39:02.375Z] #27 5.324 Reading state information... [2022-08-25T22:39:02.490Z] using credential docker-jenkins-github-credentials [2022-08-25T22:39:02.499Z] Cloning the remote Git repository [2022-08-25T22:39:02.499Z] Cloning with configured refspecs honoured and without tags [2022-08-25T22:39:02.631Z] #27 5.490 The following additional packages will be installed: [2022-08-25T22:39:02.631Z] #27 5.490 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-25T22:39:02.631Z] #27 5.490 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-25T22:39:02.631Z] #27 5.490 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-25T22:39:02.631Z] #27 5.490 Suggested packages: [2022-08-25T22:39:02.631Z] #27 5.490 krb5-doc krb5-user [2022-08-25T22:39:02.631Z] #27 5.490 Recommended packages: [2022-08-25T22:39:02.631Z] #27 5.490 krb5-locales publicsuffix libsasl2-modules [2022-08-25T22:39:02.673Z] #29 3.996 #=#=# # 1.6% ####### 9.8% ########## 15.1% # [2022-08-25T22:39:02.673Z] #29 ... [2022-08-25T22:39:02.673Z] [2022-08-25T22:39:02.673Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-25T22:39:02.673Z] #10 sha256:694640b5feac426f5650cbc7352d213c438950edda5f075606b392210adbe220 [2022-08-25T22:39:02.673Z] #10 DONE 2.0s [2022-08-25T22:39:02.673Z] [2022-08-25T22:39:02.673Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:02.673Z] #29 sha256:af66a8cdb410a483ceea6813b8da2ae71a9948f1c11c53d482e9e37ea938e572 [2022-08-25T22:39:02.888Z] #27 5.664 The following NEW packages will be installed: [2022-08-25T22:39:02.888Z] #27 5.664 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-25T22:39:02.888Z] #27 5.664 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-25T22:39:02.888Z] #27 5.665 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-25T22:39:02.888Z] #27 5.665 libssh2-1 libssl1.1 openssl [2022-08-25T22:39:02.888Z] #27 5.938 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:02.888Z] #27 5.938 Need to get 5083 kB of archives. [2022-08-25T22:39:02.888Z] #27 5.938 After this operation, 12.1 MB of additional disk space will be used. [2022-08-25T22:39:02.888Z] #27 5.938 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB] [2022-08-25T22:39:03.151Z] #27 5.962 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] [2022-08-25T22:39:03.151Z] #27 5.966 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] [2022-08-25T22:39:03.151Z] #27 5.966 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-25T22:39:03.151Z] #27 5.966 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] [2022-08-25T22:39:03.151Z] #27 5.967 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB] [2022-08-25T22:39:03.151Z] #27 5.980 Get:7 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-25T22:39:03.151Z] #27 5.983 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2022-08-25T22:39:03.151Z] #27 5.984 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] [2022-08-25T22:39:03.151Z] #27 5.985 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] [2022-08-25T22:39:03.151Z] #27 5.988 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] [2022-08-25T22:39:03.151Z] #27 5.994 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] [2022-08-25T22:39:03.151Z] #27 5.997 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2022-08-25T22:39:03.151Z] #27 5.999 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2022-08-25T22:39:03.151Z] #27 6.001 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2022-08-25T22:39:03.151Z] #27 6.002 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2022-08-25T22:39:03.151Z] #27 6.005 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2022-08-25T22:39:03.151Z] #27 6.011 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2022-08-25T22:39:03.151Z] #27 6.015 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:39:03.151Z] #27 6.018 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:39:03.151Z] #27 6.020 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:39:03.151Z] #27 6.169 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:01.850Z] Cloning repository https://github.com/moby/moby.git [2022-08-25T22:39:01.915Z] > git init /home/ubuntu/workspace/moby_PR-44041 # timeout=10 [2022-08-25T22:39:02.230Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:39:02.230Z] > git --version # timeout=10 [2022-08-25T22:39:02.252Z] > git --version # 'git version 2.17.1' [2022-08-25T22:39:02.252Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:39:02.254Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:39:03.260Z] #26 DONE 5.4s [2022-08-25T22:39:03.260Z] [2022-08-25T22:39:03.260Z] #27 [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-08-25T22:39:03.260Z] #27 sha256:e9dfe863ab2eb87ee62093c9af7dc092364efea002012a8ead02bab6822a41fd [2022-08-25T22:39:03.407Z] #27 6.195 Fetched 5083 kB in 0s (15.0 MB/s) [2022-08-25T22:39:03.407Z] #27 6.241 Selecting previously unselected package libssl1.1:amd64. [2022-08-25T22:39:03.407Z] #27 6.241 (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 ... 6677 files and directories currently installed.) [2022-08-25T22:39:03.407Z] #27 6.242 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:39:03.407Z] #27 6.251 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:03.664Z] #27 6.455 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-08-25T22:39:03.664Z] #27 6.455 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:39:03.664Z] #27 6.458 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:03.664Z] #27 6.500 Selecting previously unselected package libsasl2-2:amd64. [2022-08-25T22:39:03.664Z] #27 6.500 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:39:03.664Z] #27 6.514 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:03.664Z] #27 6.543 Selecting previously unselected package libldap-common. [2022-08-25T22:39:03.664Z] #27 6.544 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-25T22:39:03.664Z] #27 6.548 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:03.664Z] #27 6.598 Selecting previously unselected package libldap-2.4-2:amd64. [2022-08-25T22:39:03.664Z] #27 6.598 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... [2022-08-25T22:39:03.664Z] #27 6.603 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:03.921Z] #27 6.665 Selecting previously unselected package openssl. [2022-08-25T22:39:03.921Z] #27 6.668 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:39:03.921Z] #27 6.672 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:03.921Z] #27 6.835 Selecting previously unselected package ca-certificates. [2022-08-25T22:39:03.921Z] #27 6.835 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-25T22:39:03.921Z] #27 6.839 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-25T22:39:04.177Z] #27 6.932 Selecting previously unselected package libkeyutils1:amd64. [2022-08-25T22:39:04.177Z] #27 6.934 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2022-08-25T22:39:04.177Z] #27 6.938 Unpacking libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:39:04.177Z] #27 6.969 Selecting previously unselected package libkrb5support0:amd64. [2022-08-25T22:39:04.177Z] #27 6.971 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:04.177Z] #27 6.974 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:04.177Z] #27 7.016 Selecting previously unselected package libk5crypto3:amd64. [2022-08-25T22:39:04.177Z] #27 7.016 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:04.177Z] #27 7.019 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:04.177Z] #27 7.070 Selecting previously unselected package libkrb5-3:amd64. [2022-08-25T22:39:04.177Z] #27 7.070 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:04.177Z] #27 7.072 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:04.199Z] #27 0.907 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:04.199Z] #27 0.926 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:04.199Z] #27 0.926 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:04.199Z] #27 1.087 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:04.246Z] #29 3.996 #=#=# # 1.6% ####### 9.8% ########## 15.1% ############## 20.2% ############### 21.6% ###################### 31.0% ######################### 34.9% ############################# 41.5% ################################# 46.7% ##################################### 51.6% ######################################### 57.3% ############################################# 62.5% ################################################ 67.7% #################################################### 73.0% ######################################################## 78.2% ############################################################ 83.4% ############################################################## 87.3% ################################################################### 94.2% ####################################################################### 99.4% ######################################################################## 100.0% [2022-08-25T22:39:04.246Z] #29 5.951 [2022-08-25T22:39:04.433Z] #27 7.171 Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-08-25T22:39:04.433Z] #27 7.171 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:04.433Z] #27 7.175 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:04.433Z] #27 7.225 Selecting previously unselected package libnghttp2-14:amd64. [2022-08-25T22:39:04.433Z] #27 7.225 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2022-08-25T22:39:04.433Z] #27 7.229 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:39:04.433Z] #27 7.278 Selecting previously unselected package libpsl5:amd64. [2022-08-25T22:39:04.433Z] #27 7.278 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2022-08-25T22:39:04.433Z] #27 7.282 Unpacking libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:39:04.433Z] #27 7.319 Selecting previously unselected package librtmp1:amd64. [2022-08-25T22:39:04.433Z] #27 7.319 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2022-08-25T22:39:04.433Z] #27 7.321 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:39:04.433Z] #27 7.358 Selecting previously unselected package libssh2-1:amd64. [2022-08-25T22:39:04.433Z] #27 7.358 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2022-08-25T22:39:04.433Z] #27 7.361 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:39:04.433Z] #27 7.409 Selecting previously unselected package libcurl4:amd64. [2022-08-25T22:39:04.433Z] #27 7.411 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:39:04.433Z] #27 7.414 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-25T22:39:04.459Z] #27 1.330 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:04.689Z] #27 7.486 Selecting previously unselected package curl. [2022-08-25T22:39:04.689Z] #27 7.486 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:39:04.689Z] #27 7.490 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-25T22:39:04.689Z] #27 7.568 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:39:04.689Z] #27 7.571 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:39:04.689Z] #27 7.574 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:39:04.689Z] #27 7.628 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:39:04.689Z] #27 7.631 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:39:04.689Z] #27 7.635 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:39:04.689Z] #27 7.681 Selecting previously unselected package jq. [2022-08-25T22:39:04.689Z] #27 7.681 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:39:04.816Z] #29 6.394 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-25T22:39:04.816Z] #29 6.453 [2022-08-25T22:39:04.945Z] #27 7.684 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:39:04.945Z] #27 7.727 Setting up libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:39:04.945Z] #27 7.737 Setting up libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:39:04.945Z] #27 7.750 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:04.945Z] #27 7.867 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:39:04.945Z] #27 7.877 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:04.945Z] #27 7.890 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:04.945Z] #27 7.900 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:05.028Z] #27 1.722 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:05.076Z] #29 6.666 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:05.076Z] #29 6.754 [2022-08-25T22:39:05.201Z] #27 7.910 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:39:05.201Z] #27 7.921 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:05.201Z] #27 7.932 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:05.201Z] #27 7.941 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:39:05.201Z] #27 7.952 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:05.201Z] #27 7.962 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:05.201Z] #27 7.975 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:39:05.201Z] #27 7.987 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:39:05.201Z] #27 7.995 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:05.201Z] #27 8.005 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-25T22:39:05.647Z] #29 ... [2022-08-25T22:39:05.647Z] [2022-08-25T22:39:05.647Z] #11 [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-08-25T22:39:05.647Z] #11 sha256:d25f37f46b291db1d40140a79522620b452ab80583f89a02a6d059f3199e9e8c [2022-08-25T22:39:05.647Z] #11 DONE 2.7s [2022-08-25T22:39:05.647Z] [2022-08-25T22:39:05.647Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-25T22:39:05.647Z] #31 sha256:e64cf263251e93cc0518b309727946117d578a0de4e9c132b6166eff3dd2b15f [2022-08-25T22:39:05.647Z] #31 DONE 0.1s [2022-08-25T22:39:05.647Z] [2022-08-25T22:39:05.647Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:05.647Z] #29 sha256:af66a8cdb410a483ceea6813b8da2ae71a9948f1c11c53d482e9e37ea938e572 [2022-08-25T22:39:05.647Z] #29 7.181 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-25T22:39:05.647Z] #29 7.309 [2022-08-25T22:39:05.763Z] #27 8.636 Updating certificates in /etc/ssl/certs... [2022-08-25T22:39:05.909Z] #29 7.555 #=#=# #29 ... [2022-08-25T22:39:05.909Z] [2022-08-25T22:39:05.909Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-25T22:39:05.909Z] #39 sha256:bae2571db0133821a30b831f7cda0484bf2ac72280d5eb92dd461d399cd599df [2022-08-25T22:39:05.909Z] #39 DONE 0.5s [2022-08-25T22:39:05.909Z] [2022-08-25T22:39:05.909Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:05.909Z] #29 sha256:af66a8cdb410a483ceea6813b8da2ae71a9948f1c11c53d482e9e37ea938e572 [2022-08-25T22:39:05.909Z] #29 7.555 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:05.909Z] #29 7.665 [2022-08-25T22:39:06.409Z] #27 3.228 Fetched 8475 kB in 3s (3295 kB/s) [2022-08-25T22:39:06.693Z] #27 9.359 137 added, 0 removed; done. [2022-08-25T22:39:06.693Z] #27 9.389 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:06.693Z] #27 9.399 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:39:06.693Z] #27 9.408 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-25T22:39:06.693Z] #27 9.416 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-25T22:39:06.693Z] #27 9.426 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:39:06.693Z] #27 9.443 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-25T22:39:06.693Z] #27 9.454 Updating certificates in /etc/ssl/certs... [2022-08-25T22:39:06.855Z] #29 8.322 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-25T22:39:06.855Z] #29 8.458 [2022-08-25T22:39:07.256Z] #27 10.15 0 added, 0 removed; done. [2022-08-25T22:39:07.256Z] #27 10.15 Running hooks in /etc/ca-certificates/update.d... [2022-08-25T22:39:07.256Z] #27 10.15 done. [2022-08-25T22:39:07.348Z] #27 3.228 Reading package lists... [2022-08-25T22:39:07.642Z] #29 8.750 #=#=# 0.6% ############ 16.7% #################### 28.8% ##################################### 52.7% ##################################################### 74.3% #################################################################### 95.7% ######################################################################## 100.0% [2022-08-25T22:39:07.642Z] #29 9.462 [2022-08-25T22:39:07.919Z] #27 4.228 Reading package lists... [2022-08-25T22:39:07.919Z] #27 ... [2022-08-25T22:39:07.919Z] [2022-08-25T22:39:07.919Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:39:07.919Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:39:07.919Z] #9 resolve docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 0.0s done [2022-08-25T22:39:07.919Z] #9 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 0.9s done [2022-08-25T22:39:07.919Z] #9 sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 7.86MB / 7.86MB 0.2s done [2022-08-25T22:39:07.919Z] #9 sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 10.00MB / 10.00MB 0.3s done [2022-08-25T22:39:07.919Z] #9 sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 988B / 988B done [2022-08-25T22:39:07.919Z] #9 sha256:6810a6ab59a1f0124dacf48c4b89cc965c2a72b53b9d717a141db1f600c5dfb9 1.79kB / 1.79kB done [2022-08-25T22:39:07.919Z] #9 sha256:a798dce34acd8bd8fa6026454b95c6190760b17b85a7dbaed5a8ee63586d9e19 7.10kB / 7.10kB done [2022-08-25T22:39:07.919Z] #9 sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 51.84MB / 51.84MB 1.0s done [2022-08-25T22:39:07.919Z] #9 sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 68.83MB / 68.83MB 1.6s done [2022-08-25T22:39:07.919Z] #9 sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 155B / 155B 1.1s done [2022-08-25T22:39:07.919Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 141.86MB / 141.86MB 3.2s done [2022-08-25T22:39:07.919Z] #9 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 3.9s done [2022-08-25T22:39:07.919Z] #9 extracting sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 0.5s done [2022-08-25T22:39:07.919Z] #9 extracting sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 0.3s done [2022-08-25T22:39:07.919Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 3.7s [2022-08-25T22:39:08.178Z] #9 ... [2022-08-25T22:39:08.178Z] [2022-08-25T22:39:08.178Z] #27 [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-08-25T22:39:08.178Z] #27 sha256:e9dfe863ab2eb87ee62093c9af7dc092364efea002012a8ead02bab6822a41fd [2022-08-25T22:39:08.178Z] #27 4.228 Reading package lists... [2022-08-25T22:39:08.217Z] #29 10.05 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-25T22:39:08.438Z] #27 5.147 Building dependency tree... [2022-08-25T22:39:08.438Z] #27 5.318 Reading state information... [2022-08-25T22:39:08.478Z] #29 10.14 [2022-08-25T22:39:08.667Z] #27 DONE 11.3s [2022-08-25T22:39:08.667Z] [2022-08-25T22:39:08.667Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-25T22:39:08.667Z] #28 sha256:2c834c6df6bf5c20c35839238f2dc19eb06e7b0fd987c7eba7b3b5c5709f2f0a [2022-08-25T22:39:08.697Z] #27 5.476 The following additional packages will be installed: [2022-08-25T22:39:08.697Z] #27 5.476 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-25T22:39:08.697Z] #27 5.477 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-25T22:39:08.697Z] #27 5.478 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-25T22:39:08.697Z] #27 5.478 Suggested packages: [2022-08-25T22:39:08.697Z] #27 5.478 krb5-doc krb5-user [2022-08-25T22:39:08.697Z] #27 5.478 Recommended packages: [2022-08-25T22:39:08.697Z] #27 5.478 krb5-locales publicsuffix libsasl2-modules [2022-08-25T22:39:08.697Z] #27 5.647 The following NEW packages will be installed: [2022-08-25T22:39:08.739Z] #29 10.37 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:08.739Z] #29 10.46 [2022-08-25T22:39:08.923Z] #28 DONE 0.5s [2022-08-25T22:39:08.923Z] [2022-08-25T22:39:08.923Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:39:08.923Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:39:08.923Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 4.8s done [2022-08-25T22:39:08.923Z] #9 extracting sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 3.8s done [2022-08-25T22:39:08.923Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 1.9s [2022-08-25T22:39:08.956Z] #27 5.648 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-25T22:39:08.956Z] #27 5.648 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-25T22:39:08.956Z] #27 5.648 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-25T22:39:08.956Z] #27 5.649 libssh2-1 libssl1.1 openssl [2022-08-25T22:39:08.956Z] #27 5.923 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:08.956Z] #27 5.923 Need to get 5083 kB of archives. [2022-08-25T22:39:08.956Z] #27 5.923 After this operation, 12.1 MB of additional disk space will be used. [2022-08-25T22:39:08.956Z] #27 5.923 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB] [2022-08-25T22:39:09.217Z] #27 5.960 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] [2022-08-25T22:39:09.217Z] #27 5.960 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] [2022-08-25T22:39:09.217Z] #27 5.960 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-25T22:39:09.217Z] #27 5.960 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] [2022-08-25T22:39:09.217Z] #27 5.960 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB] [2022-08-25T22:39:09.217Z] #27 5.976 Get:7 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-25T22:39:09.217Z] #27 5.978 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2022-08-25T22:39:09.217Z] #27 5.979 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] [2022-08-25T22:39:09.217Z] #27 5.981 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] [2022-08-25T22:39:09.217Z] #27 5.983 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] [2022-08-25T22:39:09.217Z] #27 5.990 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] [2022-08-25T22:39:09.217Z] #27 5.993 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2022-08-25T22:39:09.217Z] #27 5.995 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2022-08-25T22:39:09.217Z] #27 5.996 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2022-08-25T22:39:09.217Z] #27 5.997 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2022-08-25T22:39:09.217Z] #27 6.000 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2022-08-25T22:39:09.217Z] #27 6.006 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2022-08-25T22:39:09.217Z] #27 6.010 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:39:09.217Z] #27 6.014 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:39:09.217Z] #27 6.016 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:39:09.217Z] #27 6.161 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:09.217Z] #27 6.185 Fetched 5083 kB in 0s (14.5 MB/s) [2022-08-25T22:39:09.310Z] #29 10.95 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-25T22:39:09.476Z] #27 6.237 Selecting previously unselected package libssl1.1:amd64. [2022-08-25T22:39:09.476Z] #27 6.237 (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 ... 6677 files and directories currently installed.) [2022-08-25T22:39:09.476Z] #27 6.237 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:39:09.476Z] #27 6.247 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:09.476Z] #27 6.437 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-08-25T22:39:09.476Z] #27 6.437 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:39:09.571Z] #29 11.08 [2022-08-25T22:39:09.735Z] #27 6.440 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:09.735Z] #27 6.486 Selecting previously unselected package libsasl2-2:amd64. [2022-08-25T22:39:09.735Z] #27 6.486 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:39:09.735Z] #27 6.495 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:09.735Z] #27 6.544 Selecting previously unselected package libldap-common. [2022-08-25T22:39:09.735Z] #27 6.544 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-25T22:39:09.735Z] #27 6.551 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:09.735Z] #27 6.605 Selecting previously unselected package libldap-2.4-2:amd64. [2022-08-25T22:39:09.735Z] #27 6.605 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... [2022-08-25T22:39:09.735Z] #27 6.609 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:09.834Z] #29 11.35 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:09.834Z] #29 11.43 [2022-08-25T22:39:09.834Z] #29 11.45 Download of images into '/build' complete. [2022-08-25T22:39:09.834Z] #29 11.45 Use something like the following to load the result into a Docker daemon: [2022-08-25T22:39:09.834Z] #29 11.45 tar -cC '/build' . | docker load [2022-08-25T22:39:09.994Z] #27 6.677 Selecting previously unselected package openssl. [2022-08-25T22:39:09.995Z] #27 6.677 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:39:09.995Z] #27 6.680 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:09.995Z] #27 6.856 Selecting previously unselected package ca-certificates. [2022-08-25T22:39:09.995Z] #27 6.858 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-25T22:39:09.995Z] #27 6.864 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-25T22:39:09.995Z] #27 6.948 Selecting previously unselected package libkeyutils1:amd64. [2022-08-25T22:39:09.995Z] #27 6.948 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2022-08-25T22:39:10.095Z] #29 DONE 11.7s [2022-08-25T22:39:10.095Z] [2022-08-25T22:39:10.095Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:39:10.095Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:39:10.095Z] #49 3.723 + RM_GOPATH=0 [2022-08-25T22:39:10.095Z] #49 3.723 + TMP_GOPATH= [2022-08-25T22:39:10.095Z] #49 3.723 + : /build [2022-08-25T22:39:10.095Z] #49 3.727 + '[' -z '' ']' [2022-08-25T22:39:10.095Z] #49 3.727 ++ mktemp -d [2022-08-25T22:39:10.095Z] #49 3.727 + export GOPATH=/tmp/tmp.Mzb4TyMkwX [2022-08-25T22:39:10.095Z] #49 3.727 + GOPATH=/tmp/tmp.Mzb4TyMkwX [2022-08-25T22:39:10.095Z] #49 3.727 + RM_GOPATH=1 [2022-08-25T22:39:10.095Z] #49 3.727 + case "$(go env GOARCH)" in [2022-08-25T22:39:10.095Z] #49 3.727 ++ go env GOARCH [2022-08-25T22:39:10.095Z] #49 3.734 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:10.095Z] #49 3.734 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:10.095Z] #49 3.735 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:10.095Z] #49 3.735 + dir=/tmp/install [2022-08-25T22:39:10.095Z] #49 3.735 + bin=golangci_lint [2022-08-25T22:39:10.095Z] #49 3.735 + shift [2022-08-25T22:39:10.095Z] #49 3.735 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-25T22:39:10.095Z] #49 3.735 + . /tmp/install/golangci_lint.installer [2022-08-25T22:39:10.095Z] #49 3.735 ++ : v1.44.0 [2022-08-25T22:39:10.095Z] #49 3.735 + install_golangci_lint [2022-08-25T22:39:10.095Z] #49 3.735 + set -e [2022-08-25T22:39:10.095Z] #49 3.735 + echo 'Install golangci-lint version v1.44.0' [2022-08-25T22:39:10.095Z] #49 3.736 Install golangci-lint version v1.44.0 [2022-08-25T22:39:10.095Z] #49 3.737 + GOBIN=/build [2022-08-25T22:39:10.095Z] #49 3.737 + GO111MODULE=on [2022-08-25T22:39:10.095Z] #49 3.737 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-25T22:39:10.095Z] #49 3.897 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-25T22:39:10.254Z] #27 6.953 Unpacking libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:39:10.254Z] #27 6.996 Selecting previously unselected package libkrb5support0:amd64. [2022-08-25T22:39:10.254Z] #27 6.996 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:10.254Z] #27 7.003 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:10.254Z] #27 7.046 Selecting previously unselected package libk5crypto3:amd64. [2022-08-25T22:39:10.254Z] #27 7.046 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:10.254Z] #27 7.050 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:10.254Z] #27 7.097 Selecting previously unselected package libkrb5-3:amd64. [2022-08-25T22:39:10.254Z] #27 7.097 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:10.254Z] #27 7.102 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:10.516Z] #27 7.202 Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-08-25T22:39:10.516Z] #27 7.202 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:39:10.516Z] #27 7.206 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:10.516Z] #27 7.264 Selecting previously unselected package libnghttp2-14:amd64. [2022-08-25T22:39:10.516Z] #27 7.264 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2022-08-25T22:39:10.516Z] #27 7.273 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:39:10.516Z] #27 7.314 Selecting previously unselected package libpsl5:amd64. [2022-08-25T22:39:10.516Z] #27 7.315 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2022-08-25T22:39:10.516Z] #27 7.320 Unpacking libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:39:10.516Z] #27 7.358 Selecting previously unselected package librtmp1:amd64. [2022-08-25T22:39:10.516Z] #27 7.358 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2022-08-25T22:39:10.517Z] #27 7.360 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:39:10.517Z] #27 7.402 Selecting previously unselected package libssh2-1:amd64. [2022-08-25T22:39:10.517Z] #27 7.402 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2022-08-25T22:39:10.517Z] #27 7.406 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:39:10.517Z] #27 7.460 Selecting previously unselected package libcurl4:amd64. [2022-08-25T22:39:10.517Z] #27 7.460 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:39:10.517Z] #27 7.466 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-25T22:39:10.777Z] #27 7.532 Selecting previously unselected package curl. [2022-08-25T22:39:10.777Z] #27 7.532 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:39:10.777Z] #27 7.537 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-25T22:39:10.777Z] #27 7.611 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:39:10.777Z] #27 7.611 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:39:10.777Z] #27 7.616 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:39:10.777Z] #27 7.672 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:39:10.777Z] #27 7.672 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:39:10.777Z] #27 7.676 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:39:10.777Z] #27 7.721 Selecting previously unselected package jq. [2022-08-25T22:39:10.777Z] #27 7.721 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:39:11.036Z] #27 7.725 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:39:11.036Z] #27 7.769 Setting up libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:39:11.036Z] #27 7.783 Setting up libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:39:11.036Z] #27 7.796 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:11.036Z] #27 7.897 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:39:11.036Z] #27 7.909 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:11.036Z] #27 7.922 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:11.036Z] #27 7.932 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:11.036Z] #27 7.945 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:39:11.036Z] #27 7.955 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:11.036Z] #27 7.968 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:39:11.036Z] #27 7.976 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:39:11.041Z] #49 ... [2022-08-25T22:39:11.041Z] [2022-08-25T22:39:11.041Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-25T22:39:11.041Z] #12 sha256:07392228ad9026e477f3325ea9767774a839b3db1078523f7c86b589feba82a4 [2022-08-25T22:39:11.041Z] #12 DONE 5.4s [2022-08-25T22:39:11.041Z] [2022-08-25T22:39:11.041Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:39:11.041Z] #24 sha256:a51cfa42749cfeaa73b1eb15afeba6003913f64de7b68e34ec5bb6e9753bc78b [2022-08-25T22:39:11.041Z] #24 5.074 + RM_GOPATH=0 [2022-08-25T22:39:11.041Z] #24 5.074 + TMP_GOPATH= [2022-08-25T22:39:11.041Z] #24 5.074 + : /build [2022-08-25T22:39:11.041Z] #24 5.074 + '[' -z '' ']' [2022-08-25T22:39:11.041Z] #24 5.076 ++ mktemp -d [2022-08-25T22:39:11.041Z] #24 5.077 + export GOPATH=/tmp/tmp.1JTEghhJxG [2022-08-25T22:39:11.041Z] #24 5.077 + GOPATH=/tmp/tmp.1JTEghhJxG [2022-08-25T22:39:11.041Z] #24 5.077 + RM_GOPATH=1 [2022-08-25T22:39:11.041Z] #24 5.077 + case "$(go env GOARCH)" in [2022-08-25T22:39:11.041Z] #24 5.077 ++ go env GOARCH [2022-08-25T22:39:11.041Z] #24 5.124 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:11.041Z] #24 5.124 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:11.041Z] #24 5.124 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:11.041Z] #24 5.132 Install docker/cli version 17.06.2-ce from stable [2022-08-25T22:39:11.041Z] #24 5.132 + dir=/tmp/install [2022-08-25T22:39:11.041Z] #24 5.132 + bin=dockercli [2022-08-25T22:39:11.041Z] #24 5.132 + shift [2022-08-25T22:39:11.041Z] #24 5.132 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-25T22:39:11.041Z] #24 5.132 + . /tmp/install/dockercli.installer [2022-08-25T22:39:11.041Z] #24 5.132 ++ : stable [2022-08-25T22:39:11.041Z] #24 5.132 ++ : 17.06.2-ce [2022-08-25T22:39:11.041Z] #24 5.132 + install_dockercli [2022-08-25T22:39:11.041Z] #24 5.132 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-25T22:39:11.041Z] #24 5.132 ++ uname -m [2022-08-25T22:39:11.041Z] #24 5.141 + arch=x86_64 [2022-08-25T22:39:11.041Z] #24 5.141 + '[' x86_64 '!=' x86_64 ']' [2022-08-25T22:39:11.041Z] #24 5.141 + url=https://download.docker.com/linux/static [2022-08-25T22:39:11.041Z] #24 5.141 + tar -xz docker/docker [2022-08-25T22:39:11.041Z] #24 5.143 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-08-25T22:39:11.295Z] #27 7.987 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:11.295Z] #27 7.996 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:39:11.295Z] #27 8.012 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:39:11.295Z] #27 8.023 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:39:11.295Z] #27 8.034 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:39:11.295Z] #27 8.044 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-25T22:39:11.302Z] #24 ... [2022-08-25T22:39:11.302Z] [2022-08-25T22:39:11.302Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:11.302Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:11.881Z] #27 8.664 Updating certificates in /etc/ssl/certs... [2022-08-25T22:39:12.833Z] #27 9.592 137 added, 0 removed; done. [2022-08-25T22:39:12.833Z] #27 9.626 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:39:12.833Z] #27 9.640 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:39:12.833Z] #27 9.654 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-25T22:39:12.833Z] #27 9.659 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-25T22:39:12.833Z] #27 9.671 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:39:12.833Z] #27 9.693 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-25T22:39:12.833Z] #27 9.703 Updating certificates in /etc/ssl/certs... [2022-08-25T22:39:13.092Z] #9 ... [2022-08-25T22:39:13.092Z] [2022-08-25T22:39:13.092Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:13.092Z] #29 sha256:a976184dc0521f4ccdbadf24613e21b4e113d122e6b3b28bb715ffc7a7d4ced7 [2022-08-25T22:39:13.092Z] #29 1.126 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-25T22:39:13.092Z] #29 1.201 [2022-08-25T22:39:13.092Z] #29 1.419 #=#=# ############ 17.9% ########################### 37.7% ######################################### 57.6% ####################################################### 77.6% ###################################################################### 97.5% ######################################################################## 100.0% [2022-08-25T22:39:13.092Z] #29 2.012 [2022-08-25T22:39:13.092Z] #29 2.230 #=#=# ############################### 44.4% ######################################################################## 100.0% [2022-08-25T22:39:13.092Z] #29 2.435 [2022-08-25T22:39:13.092Z] #29 2.654 #=#=# ################################################################## 92.4% ######################################################################## 100.0% [2022-08-25T22:39:13.092Z] #29 2.872 [2022-08-25T22:39:13.092Z] #29 3.088 #=#=# ####### 10.6% ########################## 36.4% ######################################## 55.8% ###################################################### 75.1% ################################################################### 94.1% ######################################################################## 100.0% [2022-08-25T22:39:13.092Z] #29 3.706 [2022-08-25T22:39:13.221Z] #13 2.279 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:39:13.221Z] #13 2.336 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:13.221Z] #13 2.336 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:13.482Z] #13 2.341 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:13.771Z] #27 10.44 0 added, 0 removed; done. [2022-08-25T22:39:13.771Z] #27 10.44 Running hooks in /etc/ca-certificates/update.d... [2022-08-25T22:39:13.771Z] #27 10.45 done. [2022-08-25T22:39:14.890Z] #29 3.925 #=#=# # 1.4% ####### 9.9% ########## 15.1% ############## 20.3% ################## 25.5% ###################### 30.7% ######################### 36.0% ############################# 41.3% ################################# 46.5% ##################################### 51.7% ######################################## 56.9% ############################################ 62.1% ################################################ 67.2% #################################################### 72.5% ####################################################### 77.7% ########################################################### 83.0% ############################################################## 86.3% #################################################################### 94.5% ####################################################################### 99.8% ######################################################################## 100.0% [2022-08-25T22:39:14.891Z] #29 5.888 [2022-08-25T22:39:15.393Z] #13 4.155 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:39:15.452Z] #29 ... [2022-08-25T22:39:15.452Z] [2022-08-25T22:39:15.452Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:39:15.452Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:39:15.452Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 7.8s done [2022-08-25T22:39:15.452Z] #9 extracting sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 done [2022-08-25T22:39:15.452Z] #9 DONE 23.8s [2022-08-25T22:39:15.452Z] [2022-08-25T22:39:15.452Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:15.452Z] #29 sha256:a976184dc0521f4ccdbadf24613e21b4e113d122e6b3b28bb715ffc7a7d4ced7 [2022-08-25T22:39:15.452Z] #29 6.426 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-25T22:39:15.452Z] #29 ... [2022-08-25T22:39:15.452Z] [2022-08-25T22:39:15.452Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-25T22:39:15.452Z] #10 sha256:694640b5feac426f5650cbc7352d213c438950edda5f075606b392210adbe220 [2022-08-25T22:39:15.653Z] #13 ... [2022-08-25T22:39:15.653Z] [2022-08-25T22:39:15.653Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:15.653Z] #58 sha256:7174a8543312e9afde17dc54ab879b73eaedb5951433b0ed1041cf545a3e6bc4 [2022-08-25T22:39:15.653Z] #58 5.277 + RM_GOPATH=0 [2022-08-25T22:39:15.653Z] #58 5.277 + TMP_GOPATH= [2022-08-25T22:39:15.653Z] #58 5.277 + : /build [2022-08-25T22:39:15.653Z] #58 5.277 + '[' -z '' ']' [2022-08-25T22:39:15.653Z] #58 5.306 ++ mktemp -d [2022-08-25T22:39:15.653Z] #58 5.306 + export GOPATH=/tmp/tmp.28g8aACsjo [2022-08-25T22:39:15.653Z] #58 5.306 + GOPATH=/tmp/tmp.28g8aACsjo [2022-08-25T22:39:15.653Z] #58 5.306 + RM_GOPATH=1 [2022-08-25T22:39:15.653Z] #58 5.306 + case "$(go env GOARCH)" in [2022-08-25T22:39:15.653Z] #58 5.306 ++ go env GOARCH [2022-08-25T22:39:15.653Z] #58 5.312 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:15.653Z] #58 5.312 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:15.653Z] #58 5.313 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:15.653Z] #58 5.325 + dir=/tmp/install [2022-08-25T22:39:15.653Z] #58 5.325 + bin=rootlesskit [2022-08-25T22:39:15.653Z] #58 5.325 + shift [2022-08-25T22:39:15.653Z] #58 5.325 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-25T22:39:15.653Z] #58 5.325 + . /tmp/install/rootlesskit.installer [2022-08-25T22:39:15.653Z] #58 5.325 ++ : v0.14.4 [2022-08-25T22:39:15.653Z] #58 5.325 + install_rootlesskit [2022-08-25T22:39:15.653Z] #58 5.325 + case "$1" in [2022-08-25T22:39:15.653Z] #58 5.325 + export CGO_ENABLED=0 [2022-08-25T22:39:15.653Z] #58 5.325 + CGO_ENABLED=0 [2022-08-25T22:39:15.653Z] #58 5.325 + _install_rootlesskit [2022-08-25T22:39:15.653Z] #58 5.325 + echo 'Install rootlesskit version v0.14.4' [2022-08-25T22:39:15.653Z] #58 5.325 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:39:15.653Z] #58 5.325 + GOBIN=/build [2022-08-25T22:39:15.653Z] #58 5.325 + GO111MODULE=on [2022-08-25T22:39:15.653Z] #58 5.325 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-25T22:39:15.653Z] #58 5.325 Install rootlesskit version v0.14.4 [2022-08-25T22:39:15.653Z] #58 5.888 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-25T22:39:15.653Z] #58 9.878 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:39:15.653Z] #58 9.895 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:39:15.653Z] #58 10.02 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-25T22:39:15.653Z] #58 ... [2022-08-25T22:39:15.653Z] [2022-08-25T22:39:15.653Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:39:15.653Z] #47 sha256:e9d4f8df714de564ca838388c486903f956afe9d6a16f78b9e45f8aabc9fac48 [2022-08-25T22:39:15.653Z] #47 5.197 + RM_GOPATH=0 [2022-08-25T22:39:15.653Z] #47 5.197 + TMP_GOPATH= [2022-08-25T22:39:15.653Z] #47 5.197 + : /build [2022-08-25T22:39:15.653Z] #47 5.197 + '[' -z '' ']' [2022-08-25T22:39:15.653Z] #47 5.197 ++ mktemp -d [2022-08-25T22:39:15.653Z] #47 5.197 + export GOPATH=/tmp/tmp.3lRQnSvi5n [2022-08-25T22:39:15.653Z] #47 5.197 + GOPATH=/tmp/tmp.3lRQnSvi5n [2022-08-25T22:39:15.653Z] #47 5.197 + RM_GOPATH=1 [2022-08-25T22:39:15.653Z] #47 5.197 + case "$(go env GOARCH)" in [2022-08-25T22:39:15.653Z] #47 5.197 ++ go env GOARCH [2022-08-25T22:39:15.653Z] #47 5.255 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:15.653Z] #47 5.255 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:15.653Z] #47 5.255 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:15.653Z] #47 5.277 + dir=/tmp/install [2022-08-25T22:39:15.653Z] #47 5.277 + bin=gotestsum [2022-08-25T22:39:15.653Z] #47 5.277 + shift [2022-08-25T22:39:15.653Z] #47 5.277 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-25T22:39:15.653Z] #47 5.277 + . /tmp/install/gotestsum.installer [2022-08-25T22:39:15.653Z] #47 5.277 ++ : v1.7.0 [2022-08-25T22:39:15.653Z] #47 5.277 + install_gotestsum [2022-08-25T22:39:15.653Z] #47 5.277 + set -e [2022-08-25T22:39:15.653Z] #47 5.277 + echo 'Install gotestsum version v1.7.0' [2022-08-25T22:39:15.653Z] #47 5.277 + GOBIN=/build [2022-08-25T22:39:15.653Z] #47 5.277 + GO111MODULE=on [2022-08-25T22:39:15.653Z] #47 5.277 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-25T22:39:15.653Z] #47 5.307 Install gotestsum version v1.7.0 [2022-08-25T22:39:15.653Z] #47 5.793 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-25T22:39:15.653Z] #47 8.753 go: downloading github.com/fatih/color v1.10.0 [2022-08-25T22:39:15.653Z] #47 8.759 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-25T22:39:15.653Z] #47 8.828 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-25T22:39:15.653Z] #47 8.955 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:39:15.653Z] #47 9.585 go: downloading golang.org/x/tools v0.1.0 [2022-08-25T22:39:15.653Z] #47 9.700 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-25T22:39:15.653Z] #47 9.768 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-25T22:39:15.653Z] #47 9.871 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-25T22:39:15.653Z] #47 10.01 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-25T22:39:15.677Z] #27 DONE 12.5s [2022-08-25T22:39:15.677Z] [2022-08-25T22:39:15.677Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-25T22:39:15.677Z] #28 sha256:f7371fe9fd9a1c5d40b89a331b0a659fd1b2cb83596e39f134182d5024e77ecf [2022-08-25T22:39:15.913Z] #47 ... [2022-08-25T22:39:15.913Z] [2022-08-25T22:39:15.913Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:39:15.913Z] #34 sha256:2f4a0d95e1146b1d0c07b659868680b8bb5da1e09611aa3e0af5769098ce557e [2022-08-25T22:39:15.913Z] #34 4.598 + RM_GOPATH=0 [2022-08-25T22:39:15.913Z] #34 4.598 + TMP_GOPATH= [2022-08-25T22:39:15.913Z] #34 4.598 + : /build [2022-08-25T22:39:15.913Z] #34 4.598 + '[' -z '' ']' [2022-08-25T22:39:15.913Z] #34 4.598 ++ mktemp -d [2022-08-25T22:39:15.913Z] #34 4.615 + export GOPATH=/tmp/tmp.Oj6b0h9vB8 [2022-08-25T22:39:15.913Z] #34 4.615 + GOPATH=/tmp/tmp.Oj6b0h9vB8 [2022-08-25T22:39:15.913Z] #34 4.615 + RM_GOPATH=1 [2022-08-25T22:39:15.913Z] #34 4.615 + case "$(go env GOARCH)" in [2022-08-25T22:39:15.913Z] #34 4.615 ++ go env GOARCH [2022-08-25T22:39:15.913Z] #34 4.615 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:15.913Z] #34 4.615 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:15.913Z] #34 4.615 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:15.913Z] #34 4.615 + dir=/tmp/install [2022-08-25T22:39:15.913Z] #34 4.615 + bin=tomlv [2022-08-25T22:39:15.913Z] #34 4.615 + shift [2022-08-25T22:39:15.913Z] #34 4.625 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-25T22:39:15.913Z] #34 4.625 + . /tmp/install/tomlv.installer [2022-08-25T22:39:15.913Z] #34 4.625 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:15.913Z] #34 4.625 + install_tomlv [2022-08-25T22:39:15.913Z] #34 4.625 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-25T22:39:15.913Z] #34 4.625 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Oj6b0h9vB8/src/github.com/BurntSushi/toml [2022-08-25T22:39:15.913Z] #34 4.625 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:15.913Z] #34 4.631 Cloning into '/tmp/tmp.Oj6b0h9vB8/src/github.com/BurntSushi/toml'... [2022-08-25T22:39:15.913Z] #34 6.435 + cd /tmp/tmp.Oj6b0h9vB8/src/github.com/BurntSushi/toml [2022-08-25T22:39:15.913Z] #34 6.435 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:15.913Z] #34 6.624 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:39:15.913Z] #34 8.737 github.com/BurntSushi/toml [2022-08-25T22:39:15.936Z] #28 DONE 0.3s [2022-08-25T22:39:15.936Z] [2022-08-25T22:39:15.936Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:15.936Z] #29 sha256:ccafb92ca06c65298351d97b63a5f309e77e5a04d311a3829670fdc7d1a1d16d [2022-08-25T22:39:16.173Z] #34 ... [2022-08-25T22:39:16.173Z] [2022-08-25T22:39:16.173Z] #32 [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-08-25T22:39:16.173Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:39:16.173Z] #32 5.581 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-25T22:39:16.173Z] #32 5.581 Cloning into '.'... [2022-08-25T22:39:16.173Z] #32 ... [2022-08-25T22:39:16.173Z] [2022-08-25T22:39:16.173Z] #55 [containerd 1/2] 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-08-25T22:39:16.173Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:16.173Z] #55 6.056 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:16.173Z] #55 6.229 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:16.173Z] #55 6.229 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:16.173Z] #55 8.313 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:16.433Z] #55 ... [2022-08-25T22:39:16.433Z] [2022-08-25T22:39:16.433Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:16.433Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:16.433Z] #42 6.489 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:16.433Z] #42 6.574 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:16.433Z] #42 6.574 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:16.433Z] #42 9.243 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:16.433Z] #42 ... [2022-08-25T22:39:16.433Z] [2022-08-25T22:39:16.433Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:39:16.433Z] #45 sha256:e1fca88d6c5e98b6a8823407553d4ca10f0885c45a020f1405927b8c460941c2 [2022-08-25T22:39:16.433Z] #45 4.471 + RM_GOPATH=0 [2022-08-25T22:39:16.433Z] #45 4.471 + TMP_GOPATH= [2022-08-25T22:39:16.433Z] #45 4.471 + : /build [2022-08-25T22:39:16.433Z] #45 4.471 + '[' -z '' ']' [2022-08-25T22:39:16.433Z] #45 4.471 ++ mktemp -d [2022-08-25T22:39:16.433Z] #45 4.471 + export GOPATH=/tmp/tmp.BtwXsBKEOd [2022-08-25T22:39:16.433Z] #45 4.471 + GOPATH=/tmp/tmp.BtwXsBKEOd [2022-08-25T22:39:16.433Z] #45 4.471 + RM_GOPATH=1 [2022-08-25T22:39:16.433Z] #45 4.471 + case "$(go env GOARCH)" in [2022-08-25T22:39:16.433Z] #45 4.471 ++ go env GOARCH [2022-08-25T22:39:16.433Z] #45 4.524 Install vndr version v0.1.2 [2022-08-25T22:39:16.433Z] #45 4.524 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:16.433Z] #45 4.524 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:16.433Z] #45 4.524 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:16.433Z] #45 4.524 + dir=/tmp/install [2022-08-25T22:39:16.433Z] #45 4.524 + bin=vndr [2022-08-25T22:39:16.433Z] #45 4.524 + shift [2022-08-25T22:39:16.433Z] #45 4.524 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-25T22:39:16.433Z] #45 4.524 + . /tmp/install/vndr.installer [2022-08-25T22:39:16.433Z] #45 4.524 ++ : v0.1.2 [2022-08-25T22:39:16.433Z] #45 4.524 + install_vndr [2022-08-25T22:39:16.433Z] #45 4.524 + echo 'Install vndr version v0.1.2' [2022-08-25T22:39:16.433Z] #45 4.524 + GOBIN=/build [2022-08-25T22:39:16.433Z] #45 4.524 + GO111MODULE=on [2022-08-25T22:39:16.433Z] #45 4.524 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-25T22:39:16.433Z] #45 5.308 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-25T22:39:16.693Z] #45 ... [2022-08-25T22:39:16.693Z] [2022-08-25T22:39:16.693Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:16.693Z] #67 sha256:0555a77e866302cb7396bf9652248326636f25a5c9720202c9531dde8d736081 [2022-08-25T22:39:16.693Z] #67 4.242 + RM_GOPATH=0 [2022-08-25T22:39:16.693Z] #67 4.242 + TMP_GOPATH= [2022-08-25T22:39:16.693Z] #67 4.242 + : /build [2022-08-25T22:39:16.693Z] #67 4.242 + '[' -z '' ']' [2022-08-25T22:39:16.693Z] #67 4.242 ++ mktemp -d [2022-08-25T22:39:16.693Z] #67 4.262 + export GOPATH=/tmp/tmp.asBIJe754s [2022-08-25T22:39:16.693Z] #67 4.262 + GOPATH=/tmp/tmp.asBIJe754s [2022-08-25T22:39:16.693Z] #67 4.262 + RM_GOPATH=1 [2022-08-25T22:39:16.693Z] #67 4.262 + case "$(go env GOARCH)" in [2022-08-25T22:39:16.693Z] #67 4.262 ++ go env GOARCH [2022-08-25T22:39:16.693Z] #67 4.268 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:16.693Z] #67 4.268 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:16.693Z] #67 4.268 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:16.693Z] #67 4.268 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:16.693Z] #67 4.268 + dir=/tmp/install [2022-08-25T22:39:16.693Z] #67 4.268 + bin=proxy [2022-08-25T22:39:16.693Z] #67 4.268 + shift [2022-08-25T22:39:16.693Z] #67 4.268 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-25T22:39:16.693Z] #67 4.268 + . /tmp/install/proxy.installer [2022-08-25T22:39:16.693Z] #67 4.268 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:16.693Z] #67 4.268 + install_proxy [2022-08-25T22:39:16.693Z] #67 4.268 + case "$1" in [2022-08-25T22:39:16.693Z] #67 4.268 + export CGO_ENABLED=0 [2022-08-25T22:39:16.693Z] #67 4.268 + CGO_ENABLED=0 [2022-08-25T22:39:16.693Z] #67 4.268 + _install_proxy [2022-08-25T22:39:16.693Z] #67 4.268 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-25T22:39:16.693Z] #67 4.268 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.asBIJe754s/src/github.com/docker/libnetwork [2022-08-25T22:39:16.693Z] #67 4.268 Cloning into '/tmp/tmp.asBIJe754s/src/github.com/docker/libnetwork'... [2022-08-25T22:39:16.693Z] #67 ... [2022-08-25T22:39:16.693Z] [2022-08-25T22:39:16.693Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:39:16.693Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:39:16.693Z] #40 4.838 + git clone https://github.com/docker/distribution.git . [2022-08-25T22:39:16.693Z] #40 4.839 Cloning into '.'... [2022-08-25T22:39:16.816Z] #10 DONE 1.4s [2022-08-25T22:39:16.816Z] [2022-08-25T22:39:16.816Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:16.816Z] #29 sha256:a976184dc0521f4ccdbadf24613e21b4e113d122e6b3b28bb715ffc7a7d4ced7 [2022-08-25T22:39:16.816Z] #29 6.521 [2022-08-25T22:39:16.816Z] #29 6.741 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:16.816Z] #29 6.805 [2022-08-25T22:39:16.816Z] #29 7.309 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-25T22:39:16.816Z] #29 7.372 [2022-08-25T22:39:16.816Z] #29 7.589 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:16.816Z] #29 7.683 [2022-08-25T22:39:16.953Z] #40 ... [2022-08-25T22:39:16.953Z] [2022-08-25T22:39:16.953Z] #36 [tini 1/2] 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-08-25T22:39:16.953Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:16.953Z] #36 6.238 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:16.953Z] #36 6.344 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:16.953Z] #36 6.344 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:16.953Z] #36 8.695 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:16.953Z] #36 11.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:16.953Z] #36 ... [2022-08-25T22:39:16.953Z] [2022-08-25T22:39:16.953Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:39:16.953Z] #51 sha256:f8f096d711a214523e92728bae2cd7619d87401805ea9146dd339b26f0fe13f0 [2022-08-25T22:39:16.953Z] #51 3.549 + RM_GOPATH=0 [2022-08-25T22:39:16.954Z] #51 3.549 + TMP_GOPATH= [2022-08-25T22:39:16.954Z] #51 3.549 + : /build [2022-08-25T22:39:16.954Z] #51 3.549 + '[' -z '' ']' [2022-08-25T22:39:16.954Z] #51 3.549 ++ mktemp -d [2022-08-25T22:39:16.954Z] #51 3.549 + export GOPATH=/tmp/tmp.gNvWInz76p [2022-08-25T22:39:16.954Z] #51 3.549 + GOPATH=/tmp/tmp.gNvWInz76p [2022-08-25T22:39:16.954Z] #51 3.549 + RM_GOPATH=1 [2022-08-25T22:39:16.954Z] #51 3.549 + case "$(go env GOARCH)" in [2022-08-25T22:39:16.954Z] #51 3.549 ++ go env GOARCH [2022-08-25T22:39:16.954Z] #51 3.553 Install shfmt version v3.0.2 [2022-08-25T22:39:16.954Z] #51 3.553 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:16.954Z] #51 3.553 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:16.954Z] #51 3.553 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:16.954Z] #51 3.553 + dir=/tmp/install [2022-08-25T22:39:16.954Z] #51 3.553 + bin=shfmt [2022-08-25T22:39:16.954Z] #51 3.553 + shift [2022-08-25T22:39:16.954Z] #51 3.553 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-25T22:39:16.954Z] #51 3.553 + . /tmp/install/shfmt.installer [2022-08-25T22:39:16.954Z] #51 3.553 ++ : v3.0.2 [2022-08-25T22:39:16.954Z] #51 3.553 + install_shfmt [2022-08-25T22:39:16.954Z] #51 3.553 + echo 'Install shfmt version v3.0.2' [2022-08-25T22:39:16.954Z] #51 3.553 + GOBIN=/build [2022-08-25T22:39:16.954Z] #51 3.553 + GO111MODULE=on [2022-08-25T22:39:16.954Z] #51 3.553 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-25T22:39:16.954Z] #51 3.948 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-25T22:39:16.954Z] #51 4.749 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-25T22:39:16.954Z] #51 4.761 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-25T22:39:16.954Z] #51 4.785 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-25T22:39:16.954Z] #51 7.307 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-25T22:39:17.214Z] #51 ... [2022-08-25T22:39:17.214Z] [2022-08-25T22:39:17.214Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:17.214Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:17.214Z] #13 5.883 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:17.314Z] #29 1.160 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-25T22:39:17.314Z] #29 1.232 [2022-08-25T22:39:17.380Z] #29 ... [2022-08-25T22:39:17.380Z] [2022-08-25T22:39:17.380Z] #11 [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-08-25T22:39:17.380Z] #11 sha256:d25f37f46b291db1d40140a79522620b452ab80583f89a02a6d059f3199e9e8c [2022-08-25T22:39:17.380Z] #11 DONE 0.5s [2022-08-25T22:39:17.380Z] [2022-08-25T22:39:17.380Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:17.380Z] #29 sha256:a976184dc0521f4ccdbadf24613e21b4e113d122e6b3b28bb715ffc7a7d4ced7 [2022-08-25T22:39:17.380Z] #29 8.215 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-25T22:39:17.380Z] #29 8.393 [2022-08-25T22:39:17.640Z] #29 ... [2022-08-25T22:39:17.640Z] [2022-08-25T22:39:17.640Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-25T22:39:17.640Z] #39 sha256:bae2571db0133821a30b831f7cda0484bf2ac72280d5eb92dd461d399cd599df [2022-08-25T22:39:17.640Z] #39 DONE 0.3s [2022-08-25T22:39:17.640Z] [2022-08-25T22:39:17.640Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-25T22:39:17.640Z] #31 sha256:e64cf263251e93cc0518b309727946117d578a0de4e9c132b6166eff3dd2b15f [2022-08-25T22:39:17.640Z] #31 DONE 0.3s [2022-08-25T22:39:17.640Z] [2022-08-25T22:39:17.640Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:17.640Z] #29 sha256:a976184dc0521f4ccdbadf24613e21b4e113d122e6b3b28bb715ffc7a7d4ced7 [2022-08-25T22:39:17.833Z] #29 1.451 #=#=# ###### 9.2% ########################## 36.9% ######################################## 56.9% ####################################################### 76.6% ##################################################################### 96.7% ######################################################################## 100.0% [2022-08-25T22:39:18.093Z] #29 2.056 [2022-08-25T22:39:18.353Z] #29 2.292 #=#=# ############################################################# 85.1% ######################################################################## 100.0% [2022-08-25T22:39:18.353Z] #29 2.496 [2022-08-25T22:39:18.353Z] #29 ... [2022-08-25T22:39:18.353Z] [2022-08-25T22:39:18.353Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:39:18.353Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:39:18.353Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 4.8s done [2022-08-25T22:39:18.353Z] #9 extracting sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 3.8s done [2022-08-25T22:39:18.353Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 5.3s [2022-08-25T22:39:18.411Z] #29 8.671 #=#=# 0.3% ######### 13.1% ####################### 32.9% ############################# 40.7% ##################################### 52.3% ################################################## 69.6% ############################################################## 87.2% ####################################################################### 99.4% ######################################################################## 100.0% [2022-08-25T22:39:18.613Z] #9 ... [2022-08-25T22:39:18.613Z] [2022-08-25T22:39:18.613Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:18.613Z] #29 sha256:ccafb92ca06c65298351d97b63a5f309e77e5a04d311a3829670fdc7d1a1d16d [2022-08-25T22:39:18.667Z] #29 9.532 [2022-08-25T22:39:18.872Z] #29 2.725 #=#=# ################################################################# 91.2% ######################################################################## 100.0% [2022-08-25T22:39:18.872Z] #29 2.914 [2022-08-25T22:39:19.230Z] #29 10.16 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-25T22:39:19.486Z] #29 10.28 [2022-08-25T22:39:19.486Z] #29 10.50 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:19.660Z] #29 3.147 #=#=# ############ 17.8% ########################## 37.3% ######################################## 56.8% ###################################################### 76.1% #################################################################### 95.5% ######################################################################## 100.0% [2022-08-25T22:39:19.660Z] #29 3.757 [2022-08-25T22:39:19.743Z] #29 10.58 [2022-08-25T22:39:19.757Z] #13 8.327 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:19.999Z] #29 11.04 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-25T22:39:20.257Z] #29 11.16 [2022-08-25T22:39:20.514Z] #29 11.42 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:20.514Z] #29 11.49 [2022-08-25T22:39:20.514Z] #29 11.52 Download of images into '/build' complete. [2022-08-25T22:39:20.514Z] #29 11.52 Use something like the following to load the result into a Docker daemon: [2022-08-25T22:39:20.514Z] #29 11.52 tar -cC '/build' . | docker load [2022-08-25T22:39:20.514Z] #29 DONE 11.7s [2022-08-25T22:39:20.514Z] [2022-08-25T22:39:20.514Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:39:20.514Z] #34 sha256:0b14040476147c31d575bd28c764b741cde5623f2af9028c3d49c93e3ae688f9 [2022-08-25T22:39:20.514Z] #34 3.000 + RM_GOPATH=0 [2022-08-25T22:39:20.514Z] #34 3.000 + TMP_GOPATH= [2022-08-25T22:39:20.514Z] #34 3.000 + : /build [2022-08-25T22:39:20.514Z] #34 3.000 + '[' -z '' ']' [2022-08-25T22:39:20.514Z] #34 3.000 ++ mktemp -d [2022-08-25T22:39:20.514Z] #34 3.003 + export GOPATH=/tmp/tmp.mRB61juaMM [2022-08-25T22:39:20.514Z] #34 3.003 + GOPATH=/tmp/tmp.mRB61juaMM [2022-08-25T22:39:20.514Z] #34 3.003 + RM_GOPATH=1 [2022-08-25T22:39:20.514Z] #34 3.003 + case "$(go env GOARCH)" in [2022-08-25T22:39:20.514Z] #34 3.003 ++ go env GOARCH [2022-08-25T22:39:20.514Z] #34 3.009 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:20.514Z] #34 3.013 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:20.514Z] #34 3.013 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:20.514Z] #34 3.013 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:20.514Z] #34 3.013 + dir=/tmp/install [2022-08-25T22:39:20.514Z] #34 3.013 + bin=tomlv [2022-08-25T22:39:20.514Z] #34 3.013 + shift [2022-08-25T22:39:20.514Z] #34 3.013 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-25T22:39:20.514Z] #34 3.013 + . /tmp/install/tomlv.installer [2022-08-25T22:39:20.514Z] #34 3.013 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:20.514Z] #34 3.013 + install_tomlv [2022-08-25T22:39:20.514Z] #34 3.013 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-25T22:39:20.514Z] #34 3.013 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.mRB61juaMM/src/github.com/BurntSushi/toml [2022-08-25T22:39:20.514Z] #34 3.013 Cloning into '/tmp/tmp.mRB61juaMM/src/github.com/BurntSushi/toml'... [2022-08-25T22:39:20.697Z] #13 ... [2022-08-25T22:39:20.697Z] [2022-08-25T22:39:20.697Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:39:20.697Z] #24 sha256:a51cfa42749cfeaa73b1eb15afeba6003913f64de7b68e34ec5bb6e9753bc78b [2022-08-25T22:39:20.697Z] #24 14.84 + mkdir -p /build [2022-08-25T22:39:20.697Z] #24 14.85 + mv docker/docker /build/ [2022-08-25T22:39:20.697Z] #24 14.85 + rmdir docker [2022-08-25T22:39:20.697Z] #24 DONE 15.3s [2022-08-25T22:39:20.957Z] [2022-08-25T22:39:20.957Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:39:20.957Z] #47 sha256:e9d4f8df714de564ca838388c486903f956afe9d6a16f78b9e45f8aabc9fac48 [2022-08-25T22:39:20.957Z] #47 14.46 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-25T22:39:20.957Z] #47 14.47 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-25T22:39:20.957Z] #47 14.66 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-25T22:39:20.972Z] #29 3.977 #=#=# ### 4.7% ####### 10.0% ########## 15.2% ############## 20.4% ################## 25.6% ###################### 30.8% ######################### 36.0% ############################# 41.2% ######### [2022-08-25T22:39:20.972Z] #29 ... [2022-08-25T22:39:20.972Z] [2022-08-25T22:39:20.972Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:39:20.972Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:39:20.972Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 7.4s done [2022-08-25T22:39:20.972Z] #9 extracting sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 done [2022-08-25T22:39:20.972Z] #9 DONE 23.0s [2022-08-25T22:39:20.972Z] [2022-08-25T22:39:20.972Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:20.972Z] #29 sha256:ccafb92ca06c65298351d97b63a5f309e77e5a04d311a3829670fdc7d1a1d16d [2022-08-25T22:39:21.088Z] #34 3.597 + cd /tmp/tmp.mRB61juaMM/src/github.com/BurntSushi/toml [2022-08-25T22:39:21.088Z] #34 3.597 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:21.088Z] #34 3.620 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:39:21.088Z] #34 3.847 github.com/BurntSushi/toml [2022-08-25T22:39:22.010Z] #29 3.977 #=#=# ### 4.7% ####### 10.0% ########## 15.2% ############## 20.4% ################## 25.6% ###################### 30.8% ######################### 36.0% ############################# 41.2% ################################# 46.4% ##################################### 51.7% ######################################## 56.6% ############################################ 62.1% ################################################ 67.2% #################################################### 72.5% ####################################################### 77.7% ########################################################### 82.9% ############################################################### 88.1% ################################################################### 93.3% ###################################################################### 98.6% ######################################################################## 100.0% [2022-08-25T22:39:22.010Z] #29 5.932 [2022-08-25T22:39:22.015Z] #34 4.642 github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:39:22.269Z] #29 6.378 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-25T22:39:22.269Z] #29 6.442 [2022-08-25T22:39:22.340Z] #47 ... [2022-08-25T22:39:22.340Z] [2022-08-25T22:39:22.340Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:39:22.340Z] #34 sha256:2f4a0d95e1146b1d0c07b659868680b8bb5da1e09611aa3e0af5769098ce557e [2022-08-25T22:39:22.340Z] #34 14.04 github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:39:22.340Z] #34 DONE 16.9s [2022-08-25T22:39:22.536Z] #29 ... [2022-08-25T22:39:22.536Z] [2022-08-25T22:39:22.536Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-25T22:39:22.536Z] #10 sha256:694640b5feac426f5650cbc7352d213c438950edda5f075606b392210adbe220 [2022-08-25T22:39:22.536Z] #10 DONE 1.7s [2022-08-25T22:39:22.536Z] [2022-08-25T22:39:22.536Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:22.536Z] #29 sha256:ccafb92ca06c65298351d97b63a5f309e77e5a04d311a3829670fdc7d1a1d16d [2022-08-25T22:39:22.536Z] #29 6.671 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:22.600Z] [2022-08-25T22:39:22.600Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:22.600Z] #58 sha256:7174a8543312e9afde17dc54ab879b73eaedb5951433b0ed1041cf545a3e6bc4 [2022-08-25T22:39:22.600Z] #58 10.67 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-25T22:39:22.600Z] #58 14.33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-25T22:39:22.600Z] #58 15.08 go: downloading github.com/google/uuid v1.3.0 [2022-08-25T22:39:22.600Z] #58 15.12 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-25T22:39:22.600Z] #58 15.35 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-25T22:39:22.600Z] #58 15.64 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:39:22.600Z] #58 15.96 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-25T22:39:22.600Z] #58 16.61 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-25T22:39:22.600Z] #58 16.91 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-25T22:39:22.600Z] #58 17.09 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-25T22:39:22.795Z] #29 6.751 [2022-08-25T22:39:22.861Z] #58 ... [2022-08-25T22:39:22.861Z] [2022-08-25T22:39:22.861Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:39:22.861Z] #47 sha256:e9d4f8df714de564ca838388c486903f956afe9d6a16f78b9e45f8aabc9fac48 [2022-08-25T22:39:22.861Z] #47 17.18 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:39:22.861Z] #47 17.21 go: downloading golang.org/x/mod v0.3.0 [2022-08-25T22:39:22.947Z] #34 DONE 5.6s [2022-08-25T22:39:22.947Z] [2022-08-25T22:39:22.947Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:39:22.947Z] #51 sha256:912171484fc2c1f19d0c37f93e12199c37ef41d6bd52fd3847135785007ec66d [2022-08-25T22:39:22.947Z] #51 5.065 Install shfmt version v3.0.2 [2022-08-25T22:39:22.947Z] #51 5.065 + RM_GOPATH=0 [2022-08-25T22:39:22.947Z] #51 5.065 + TMP_GOPATH= [2022-08-25T22:39:22.947Z] #51 5.065 + : /build [2022-08-25T22:39:22.947Z] #51 5.065 + '[' -z '' ']' [2022-08-25T22:39:22.947Z] #51 5.065 ++ mktemp -d [2022-08-25T22:39:22.947Z] #51 5.065 + export GOPATH=/tmp/tmp.Z5JMw0O24X [2022-08-25T22:39:22.947Z] #51 5.065 + GOPATH=/tmp/tmp.Z5JMw0O24X [2022-08-25T22:39:22.947Z] #51 5.065 + RM_GOPATH=1 [2022-08-25T22:39:22.947Z] #51 5.065 + case "$(go env GOARCH)" in [2022-08-25T22:39:22.947Z] #51 5.065 ++ go env GOARCH [2022-08-25T22:39:22.947Z] #51 5.070 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:22.947Z] #51 5.070 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:22.947Z] #51 5.070 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:22.947Z] #51 5.070 + dir=/tmp/install [2022-08-25T22:39:22.947Z] #51 5.070 + bin=shfmt [2022-08-25T22:39:22.947Z] #51 5.070 + shift [2022-08-25T22:39:22.947Z] #51 5.070 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-25T22:39:22.947Z] #51 5.070 + . /tmp/install/shfmt.installer [2022-08-25T22:39:22.947Z] #51 5.070 ++ : v3.0.2 [2022-08-25T22:39:22.947Z] #51 5.070 + install_shfmt [2022-08-25T22:39:22.947Z] #51 5.070 + echo 'Install shfmt version v3.0.2' [2022-08-25T22:39:22.947Z] #51 5.070 + GOBIN=/build [2022-08-25T22:39:22.947Z] #51 5.070 + GO111MODULE=on [2022-08-25T22:39:22.947Z] #51 5.070 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-25T22:39:22.947Z] #51 5.591 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-25T22:39:23.054Z] #29 7.294 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-25T22:39:23.203Z] #51 ... [2022-08-25T22:39:23.203Z] [2022-08-25T22:39:23.203Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:39:23.203Z] #24 sha256:56255d5110b1a9527f9bca1939eb9c2d19b96c24d87d2e692a6a52579158bc27 [2022-08-25T22:39:23.203Z] #24 5.719 + RM_GOPATH=0 [2022-08-25T22:39:23.203Z] #24 5.719 + TMP_GOPATH= [2022-08-25T22:39:23.203Z] #24 5.719 + : /build [2022-08-25T22:39:23.203Z] #24 5.719 + '[' -z '' ']' [2022-08-25T22:39:23.203Z] #24 5.719 ++ mktemp -d [2022-08-25T22:39:23.203Z] #24 5.719 + export GOPATH=/tmp/tmp.gaF6pvPbDk [2022-08-25T22:39:23.203Z] #24 5.719 + GOPATH=/tmp/tmp.gaF6pvPbDk [2022-08-25T22:39:23.203Z] #24 5.719 + RM_GOPATH=1 [2022-08-25T22:39:23.203Z] #24 5.719 + case "$(go env GOARCH)" in [2022-08-25T22:39:23.203Z] #24 5.721 ++ go env GOARCH [2022-08-25T22:39:23.203Z] #24 5.766 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:23.203Z] #24 5.766 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:23.203Z] #24 5.766 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:23.203Z] #24 5.766 + dir=/tmp/install [2022-08-25T22:39:23.203Z] #24 5.766 + bin=dockercli [2022-08-25T22:39:23.203Z] #24 5.766 + shift [2022-08-25T22:39:23.203Z] #24 5.766 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-25T22:39:23.203Z] #24 5.766 + . /tmp/install/dockercli.installer [2022-08-25T22:39:23.203Z] #24 5.766 ++ : stable [2022-08-25T22:39:23.203Z] #24 5.766 ++ : 17.06.2-ce [2022-08-25T22:39:23.203Z] #24 5.766 + install_dockercli [2022-08-25T22:39:23.203Z] #24 5.766 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-25T22:39:23.203Z] #24 5.766 ++ uname -m [2022-08-25T22:39:23.203Z] #24 5.766 + arch=x86_64 [2022-08-25T22:39:23.203Z] #24 5.766 + '[' x86_64 '!=' x86_64 ']' [2022-08-25T22:39:23.203Z] #24 5.766 + url=https://download.docker.com/linux/static [2022-08-25T22:39:23.203Z] #24 5.766 + tar -xz docker/docker [2022-08-25T22:39:23.203Z] #24 5.766 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-08-25T22:39:23.203Z] #24 5.766 Install docker/cli version 17.06.2-ce from stable [2022-08-25T22:39:23.313Z] #29 ... [2022-08-25T22:39:23.313Z] [2022-08-25T22:39:23.313Z] #11 [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-08-25T22:39:23.313Z] #11 sha256:d25f37f46b291db1d40140a79522620b452ab80583f89a02a6d059f3199e9e8c [2022-08-25T22:39:23.313Z] #11 DONE 0.8s [2022-08-25T22:39:23.313Z] [2022-08-25T22:39:23.313Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:23.313Z] #29 sha256:ccafb92ca06c65298351d97b63a5f309e77e5a04d311a3829670fdc7d1a1d16d [2022-08-25T22:39:23.313Z] #29 7.390 [2022-08-25T22:39:23.453Z] Fetching without tags [2022-08-25T22:39:23.576Z] #29 7.646 #=#=# #29 ... [2022-08-25T22:39:23.576Z] [2022-08-25T22:39:23.576Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-25T22:39:23.576Z] #39 sha256:bae2571db0133821a30b831f7cda0484bf2ac72280d5eb92dd461d399cd599df [2022-08-25T22:39:23.576Z] #39 DONE 0.3s [2022-08-25T22:39:23.576Z] [2022-08-25T22:39:23.576Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:23.576Z] #29 sha256:ccafb92ca06c65298351d97b63a5f309e77e5a04d311a3829670fdc7d1a1d16d [2022-08-25T22:39:23.576Z] #29 7.646 #=#=# ################## 25.1% ######################################################################## 100.0% [2022-08-25T22:39:23.345Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:39:23.365Z] > git config --add remote.origin.fetch +refs/pull/44041/head:refs/remotes/origin/PR-44041 # timeout=10 [2022-08-25T22:39:23.383Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:39:23.425Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:39:23.462Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:39:23.462Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:39:23.463Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:39:23.737Z] Merging remotes/origin/20.10 commit 0bd91f300e5b9f809441dd6c3a36b1495938fff9 into PR head commit 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:39:23.765Z] #24 ... [2022-08-25T22:39:23.765Z] [2022-08-25T22:39:23.765Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:39:23.765Z] #51 sha256:912171484fc2c1f19d0c37f93e12199c37ef41d6bd52fd3847135785007ec66d [2022-08-25T22:39:23.765Z] #51 6.531 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-25T22:39:23.765Z] #51 6.543 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-25T22:39:23.765Z] #51 6.583 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-25T22:39:23.838Z] #29 ... [2022-08-25T22:39:23.838Z] [2022-08-25T22:39:23.838Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-25T22:39:23.838Z] #31 sha256:e64cf263251e93cc0518b309727946117d578a0de4e9c132b6166eff3dd2b15f [2022-08-25T22:39:23.838Z] #31 DONE 0.4s [2022-08-25T22:39:23.838Z] [2022-08-25T22:39:23.838Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:39:23.838Z] #29 sha256:ccafb92ca06c65298351d97b63a5f309e77e5a04d311a3829670fdc7d1a1d16d [2022-08-25T22:39:23.838Z] #29 7.811 [2022-08-25T22:39:24.418Z] #29 8.436 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-25T22:39:24.418Z] #29 8.634 [2022-08-25T22:39:24.636Z] Merge succeeded, producing 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:39:24.636Z] Checking out Revision 8bd86a0699c26fd012c7df4f85136a2347c9340e (PR-44041) [2022-08-25T22:39:25.248Z] #29 8.871 #=#=# ## 3.1% ############ 17.4% ####################### 33.2% ########################################### 60.6% ######################################################## 78.0% ################################################################### 94.0% ######################################################################## 100.0% [2022-08-25T22:39:25.512Z] #29 9.531 [2022-08-25T22:39:25.656Z] #51 8.143 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-25T22:39:23.749Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:39:23.776Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:39:24.532Z] > git remote # timeout=10 [2022-08-25T22:39:24.560Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T22:39:24.582Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:39:24.583Z] > git merge 0bd91f300e5b9f809441dd6c3a36b1495938fff9 # timeout=10 [2022-08-25T22:39:24.611Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-25T22:39:24.639Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:39:24.663Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:39:25.912Z] #51 ... [2022-08-25T22:39:25.912Z] [2022-08-25T22:39:25.912Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-25T22:39:25.912Z] #12 sha256:07392228ad9026e477f3325ea9767774a839b3db1078523f7c86b589feba82a4 [2022-08-25T22:39:25.912Z] #12 DONE 8.6s [2022-08-25T22:39:26.080Z] #29 10.09 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-25T22:39:26.080Z] #29 10.22 [2022-08-25T22:39:26.167Z] [2022-08-25T22:39:26.167Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:26.167Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:26.340Z] #29 10.44 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:26.600Z] #29 10.56 [2022-08-25T22:39:27.073Z] #47 ... [2022-08-25T22:39:27.073Z] [2022-08-25T22:39:27.073Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:27.073Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:27.073Z] #42 11.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:27.073Z] #42 13.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:27.073Z] #42 ... [2022-08-25T22:39:27.073Z] [2022-08-25T22:39:27.073Z] #55 [containerd 1/2] 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-08-25T22:39:27.073Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:27.073Z] #55 11.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:27.073Z] #55 13.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:27.073Z] #55 ... [2022-08-25T22:39:27.073Z] [2022-08-25T22:39:27.073Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:27.073Z] #58 sha256:7174a8543312e9afde17dc54ab879b73eaedb5951433b0ed1041cf545a3e6bc4 [2022-08-25T22:39:27.073Z] #58 19.38 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-25T22:39:27.096Z] #13 ... [2022-08-25T22:39:27.096Z] [2022-08-25T22:39:27.096Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:39:27.096Z] #49 sha256:6c76bc9541e2a3efe914dbe131a695fe8bb59d6efbd2de2bd9bd2a650c486217 [2022-08-25T22:39:27.096Z] #49 5.939 + RM_GOPATH=0 [2022-08-25T22:39:27.096Z] #49 5.939 + TMP_GOPATH= [2022-08-25T22:39:27.096Z] #49 5.939 + : /build [2022-08-25T22:39:27.096Z] #49 5.939 + '[' -z '' ']' [2022-08-25T22:39:27.096Z] #49 5.939 ++ mktemp -d [2022-08-25T22:39:27.096Z] #49 5.939 + export GOPATH=/tmp/tmp.eacaQCnKaG [2022-08-25T22:39:27.096Z] #49 5.939 + GOPATH=/tmp/tmp.eacaQCnKaG [2022-08-25T22:39:27.096Z] #49 5.939 + RM_GOPATH=1 [2022-08-25T22:39:27.096Z] #49 5.939 + case "$(go env GOARCH)" in [2022-08-25T22:39:27.096Z] #49 5.939 ++ go env GOARCH [2022-08-25T22:39:27.096Z] #49 5.961 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.096Z] #49 5.961 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.096Z] #49 5.961 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:27.096Z] #49 5.961 + dir=/tmp/install [2022-08-25T22:39:27.096Z] #49 5.961 + bin=golangci_lint [2022-08-25T22:39:27.096Z] #49 5.961 + shift [2022-08-25T22:39:27.096Z] #49 5.961 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-25T22:39:27.096Z] #49 5.961 + . /tmp/install/golangci_lint.installer [2022-08-25T22:39:27.096Z] #49 5.961 ++ : v1.44.0 [2022-08-25T22:39:27.096Z] #49 5.961 + install_golangci_lint [2022-08-25T22:39:27.096Z] #49 5.961 + set -e [2022-08-25T22:39:27.096Z] #49 5.961 + echo 'Install golangci-lint version v1.44.0' [2022-08-25T22:39:27.096Z] #49 5.961 + GOBIN=/build [2022-08-25T22:39:27.096Z] #49 5.961 + GO111MODULE=on [2022-08-25T22:39:27.096Z] #49 5.961 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-25T22:39:27.096Z] #49 5.961 Install golangci-lint version v1.44.0 [2022-08-25T22:39:27.096Z] #49 6.596 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-25T22:39:27.168Z] #29 11.17 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-25T22:39:27.168Z] #29 11.38 [2022-08-25T22:39:27.352Z] #49 ... [2022-08-25T22:39:27.352Z] [2022-08-25T22:39:27.352Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:27.352Z] #67 sha256:6630801818c391cc6a92d320f6ee4d6baec36e173875ddbe4fdb8bde58ee7e4d [2022-08-25T22:39:27.352Z] #67 5.393 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:27.352Z] #67 5.393 + RM_GOPATH=0 [2022-08-25T22:39:27.352Z] #67 5.393 + TMP_GOPATH= [2022-08-25T22:39:27.352Z] #67 5.393 + : /build [2022-08-25T22:39:27.352Z] #67 5.393 + '[' -z '' ']' [2022-08-25T22:39:27.352Z] #67 5.393 ++ mktemp -d [2022-08-25T22:39:27.352Z] #67 5.393 + export GOPATH=/tmp/tmp.0BIc9KYowS [2022-08-25T22:39:27.352Z] #67 5.393 + GOPATH=/tmp/tmp.0BIc9KYowS [2022-08-25T22:39:27.352Z] #67 5.393 + RM_GOPATH=1 [2022-08-25T22:39:27.352Z] #67 5.393 + case "$(go env GOARCH)" in [2022-08-25T22:39:27.352Z] #67 5.393 ++ go env GOARCH [2022-08-25T22:39:27.352Z] #67 5.393 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.352Z] #67 5.393 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.352Z] #67 5.393 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:27.352Z] #67 5.393 + dir=/tmp/install [2022-08-25T22:39:27.352Z] #67 5.393 + bin=proxy [2022-08-25T22:39:27.352Z] #67 5.393 + shift [2022-08-25T22:39:27.352Z] #67 5.393 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-25T22:39:27.352Z] #67 5.393 + . /tmp/install/proxy.installer [2022-08-25T22:39:27.352Z] #67 5.393 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:27.352Z] #67 5.393 + install_proxy [2022-08-25T22:39:27.352Z] #67 5.393 + case "$1" in [2022-08-25T22:39:27.352Z] #67 5.393 + export CGO_ENABLED=0 [2022-08-25T22:39:27.352Z] #67 5.393 + CGO_ENABLED=0 [2022-08-25T22:39:27.352Z] #67 5.393 + _install_proxy [2022-08-25T22:39:27.352Z] #67 5.393 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-25T22:39:27.352Z] #67 5.393 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.0BIc9KYowS/src/github.com/docker/libnetwork [2022-08-25T22:39:27.352Z] #67 5.411 Cloning into '/tmp/tmp.0BIc9KYowS/src/github.com/docker/libnetwork'... [2022-08-25T22:39:27.609Z] #67 ... [2022-08-25T22:39:27.609Z] [2022-08-25T22:39:27.609Z] #32 [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-08-25T22:39:27.609Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:39:27.609Z] #32 6.898 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-25T22:39:27.609Z] #32 6.916 Cloning into '.'... [2022-08-25T22:39:27.609Z] #32 ... [2022-08-25T22:39:27.609Z] [2022-08-25T22:39:27.609Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:39:27.609Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:39:27.609Z] #40 4.281 + git clone https://github.com/docker/distribution.git . [2022-08-25T22:39:27.609Z] #40 4.284 Cloning into '.'... [2022-08-25T22:39:27.692Z] #29 11.64 #=#=# ######################################################################## 100.0% [2022-08-25T22:39:27.692Z] #29 11.74 [2022-08-25T22:39:27.692Z] #29 11.79 Download of images into '/build' complete. [2022-08-25T22:39:27.692Z] #29 11.79 Use something like the following to load the result into a Docker daemon: [2022-08-25T22:39:27.692Z] #29 11.79 tar -cC '/build' . | docker load [2022-08-25T22:39:27.865Z] #40 ... [2022-08-25T22:39:27.865Z] [2022-08-25T22:39:27.865Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:39:27.865Z] #47 sha256:b014b1e7c4378606ad26b6dd7527aadabebae3525d034461ce4d60e3b69a21fd [2022-08-25T22:39:27.865Z] #47 7.276 + RM_GOPATH=0 [2022-08-25T22:39:27.865Z] #47 7.276 + TMP_GOPATH= [2022-08-25T22:39:27.865Z] #47 7.276 + : /build [2022-08-25T22:39:27.865Z] #47 7.276 + '[' -z '' ']' [2022-08-25T22:39:27.865Z] #47 7.327 ++ mktemp -d [2022-08-25T22:39:27.865Z] #47 7.327 + export GOPATH=/tmp/tmp.PCCw6LIcyS [2022-08-25T22:39:27.865Z] #47 7.327 + GOPATH=/tmp/tmp.PCCw6LIcyS [2022-08-25T22:39:27.865Z] #47 7.327 + RM_GOPATH=1 [2022-08-25T22:39:27.865Z] #47 7.327 + case "$(go env GOARCH)" in [2022-08-25T22:39:27.865Z] #47 7.327 ++ go env GOARCH [2022-08-25T22:39:27.865Z] #47 7.327 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.865Z] #47 7.327 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.865Z] #47 7.367 Install gotestsum version v1.7.0 [2022-08-25T22:39:27.865Z] #47 7.367 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:27.865Z] #47 7.367 + dir=/tmp/install [2022-08-25T22:39:27.865Z] #47 7.367 + bin=gotestsum [2022-08-25T22:39:27.865Z] #47 7.367 + shift [2022-08-25T22:39:27.865Z] #47 7.367 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-25T22:39:27.865Z] #47 7.367 + . /tmp/install/gotestsum.installer [2022-08-25T22:39:27.865Z] #47 7.367 ++ : v1.7.0 [2022-08-25T22:39:27.865Z] #47 7.367 + install_gotestsum [2022-08-25T22:39:27.865Z] #47 7.367 + set -e [2022-08-25T22:39:27.865Z] #47 7.367 + echo 'Install gotestsum version v1.7.0' [2022-08-25T22:39:27.865Z] #47 7.367 + GOBIN=/build [2022-08-25T22:39:27.865Z] #47 7.367 + GO111MODULE=on [2022-08-25T22:39:27.865Z] #47 7.367 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-25T22:39:27.865Z] #47 7.815 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-25T22:39:27.865Z] #47 9.923 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-25T22:39:27.865Z] #47 10.02 go: downloading github.com/fatih/color v1.10.0 [2022-08-25T22:39:27.865Z] #47 10.18 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-25T22:39:27.865Z] #47 10.18 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:39:27.865Z] #47 10.55 go: downloading golang.org/x/tools v0.1.0 [2022-08-25T22:39:27.865Z] #47 10.60 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-25T22:39:27.865Z] #47 ... [2022-08-25T22:39:27.865Z] [2022-08-25T22:39:27.865Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:27.865Z] #58 sha256:8beb50eb41d5640af55b459cf3ddec1cccd1f714fb7f9494e37e31669daab41d [2022-08-25T22:39:27.865Z] #58 6.911 + RM_GOPATH=0 [2022-08-25T22:39:27.865Z] #58 6.911 + TMP_GOPATH= [2022-08-25T22:39:27.865Z] #58 6.911 + : /build [2022-08-25T22:39:27.865Z] #58 6.911 + '[' -z '' ']' [2022-08-25T22:39:27.865Z] #58 6.911 ++ mktemp -d [2022-08-25T22:39:27.865Z] #58 6.911 + export GOPATH=/tmp/tmp.Y6y8qs2glc [2022-08-25T22:39:27.865Z] #58 6.911 + GOPATH=/tmp/tmp.Y6y8qs2glc [2022-08-25T22:39:27.865Z] #58 6.911 + RM_GOPATH=1 [2022-08-25T22:39:27.865Z] #58 6.911 + case "$(go env GOARCH)" in [2022-08-25T22:39:27.865Z] #58 6.911 ++ go env GOARCH [2022-08-25T22:39:27.865Z] #58 6.914 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.865Z] #58 6.914 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.865Z] #58 6.915 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:27.865Z] #58 6.923 + dir=/tmp/install [2022-08-25T22:39:27.865Z] #58 6.923 + bin=rootlesskit [2022-08-25T22:39:27.865Z] #58 6.923 + shift [2022-08-25T22:39:27.865Z] #58 6.923 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-25T22:39:27.865Z] #58 6.923 + . /tmp/install/rootlesskit.installer [2022-08-25T22:39:27.865Z] #58 6.923 ++ : v0.14.4 [2022-08-25T22:39:27.865Z] #58 6.923 + install_rootlesskit [2022-08-25T22:39:27.865Z] #58 6.923 + case "$1" in [2022-08-25T22:39:27.865Z] #58 6.923 + export CGO_ENABLED=0 [2022-08-25T22:39:27.865Z] #58 6.923 + CGO_ENABLED=0 [2022-08-25T22:39:27.865Z] #58 6.923 + _install_rootlesskit [2022-08-25T22:39:27.865Z] #58 6.930 + echo 'Install rootlesskit version v0.14.4' [2022-08-25T22:39:27.865Z] #58 6.930 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:39:27.865Z] #58 6.930 + GOBIN=/build [2022-08-25T22:39:27.865Z] #58 6.930 + GO111MODULE=on [2022-08-25T22:39:27.865Z] #58 6.930 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-25T22:39:27.865Z] #58 6.930 Install rootlesskit version v0.14.4 [2022-08-25T22:39:27.865Z] #58 7.597 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-25T22:39:27.865Z] #58 10.65 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:39:27.865Z] #58 10.65 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:39:27.952Z] #29 DONE 12.0s [2022-08-25T22:39:27.952Z] [2022-08-25T22:39:27.952Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:39:27.952Z] #51 sha256:0a4f820a4dc0e128b48d6e6c680b65824dc13e79dcd6a3899d13f864f84b9c48 [2022-08-25T22:39:27.952Z] #51 3.783 + RM_GOPATH=0 [2022-08-25T22:39:27.952Z] #51 3.783 + TMP_GOPATH= [2022-08-25T22:39:27.952Z] #51 3.783 + : /build [2022-08-25T22:39:27.952Z] #51 3.783 + '[' -z '' ']' [2022-08-25T22:39:27.952Z] #51 3.783 ++ mktemp -d [2022-08-25T22:39:27.952Z] #51 3.783 + export GOPATH=/tmp/tmp.R7Mf33ARKH [2022-08-25T22:39:27.952Z] #51 3.783 + GOPATH=/tmp/tmp.R7Mf33ARKH [2022-08-25T22:39:27.952Z] #51 3.783 + RM_GOPATH=1 [2022-08-25T22:39:27.952Z] #51 3.783 + case "$(go env GOARCH)" in [2022-08-25T22:39:27.952Z] #51 3.784 ++ go env GOARCH [2022-08-25T22:39:27.952Z] #51 3.806 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.952Z] #51 3.806 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:27.952Z] #51 3.806 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:27.952Z] #51 3.806 + dir=/tmp/install [2022-08-25T22:39:27.952Z] #51 3.806 + bin=shfmt [2022-08-25T22:39:27.952Z] #51 3.806 + shift [2022-08-25T22:39:27.952Z] #51 3.806 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-25T22:39:27.952Z] #51 3.806 + . /tmp/install/shfmt.installer [2022-08-25T22:39:27.952Z] #51 3.806 ++ : v3.0.2 [2022-08-25T22:39:27.952Z] #51 3.806 + install_shfmt [2022-08-25T22:39:27.952Z] #51 3.806 + echo 'Install shfmt version v3.0.2' [2022-08-25T22:39:27.952Z] #51 3.806 + GOBIN=/build [2022-08-25T22:39:27.952Z] #51 3.806 + GO111MODULE=on [2022-08-25T22:39:27.952Z] #51 3.806 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-25T22:39:27.952Z] #51 3.812 Install shfmt version v3.0.2 [2022-08-25T22:39:27.952Z] #51 4.209 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-25T22:39:28.129Z] #58 10.82 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-25T22:39:28.129Z] #58 ... [2022-08-25T22:39:28.129Z] [2022-08-25T22:39:28.129Z] #55 [containerd 1/2] 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-08-25T22:39:28.129Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:28.129Z] #55 5.458 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:28.129Z] #55 5.475 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:28.129Z] #55 5.512 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:28.129Z] #55 6.238 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:28.129Z] #55 8.207 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:28.129Z] #55 ... [2022-08-25T22:39:28.129Z] [2022-08-25T22:39:28.129Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:28.129Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:28.129Z] #42 4.539 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:28.129Z] #42 4.555 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:28.129Z] #42 4.555 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:28.129Z] #42 4.889 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:28.129Z] #42 6.118 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:28.129Z] #42 8.271 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:28.212Z] #51 4.855 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-25T22:39:28.212Z] #51 4.865 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-25T22:39:28.212Z] #51 4.877 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-25T22:39:28.428Z] #42 ... [2022-08-25T22:39:28.428Z] [2022-08-25T22:39:28.428Z] #36 [tini 1/2] 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-08-25T22:39:28.428Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:28.428Z] #36 5.393 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:28.428Z] #36 5.457 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:28.428Z] #36 5.457 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:28.428Z] #36 6.118 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:28.428Z] #36 8.207 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:28.428Z] #36 ... [2022-08-25T22:39:28.428Z] [2022-08-25T22:39:28.428Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:39:28.428Z] #45 sha256:d6bf182ff787814756b2d946b274c80ef335f654070b2603729f172d895b63e6 [2022-08-25T22:39:28.428Z] #45 5.604 + RM_GOPATH=0 [2022-08-25T22:39:28.428Z] #45 5.604 + TMP_GOPATH= [2022-08-25T22:39:28.428Z] #45 5.604 + : /build [2022-08-25T22:39:28.428Z] #45 5.604 + '[' -z '' ']' [2022-08-25T22:39:28.428Z] #45 5.604 ++ mktemp -d [2022-08-25T22:39:28.428Z] #45 5.604 + export GOPATH=/tmp/tmp.lgVCSJIFYS [2022-08-25T22:39:28.428Z] #45 5.604 + GOPATH=/tmp/tmp.lgVCSJIFYS [2022-08-25T22:39:28.428Z] #45 5.604 + RM_GOPATH=1 [2022-08-25T22:39:28.428Z] #45 5.604 + case "$(go env GOARCH)" in [2022-08-25T22:39:28.428Z] #45 5.604 ++ go env GOARCH [2022-08-25T22:39:28.428Z] #45 5.604 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:28.428Z] #45 5.604 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:28.428Z] #45 5.604 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:28.428Z] #45 5.604 + dir=/tmp/install [2022-08-25T22:39:28.428Z] #45 5.604 + bin=vndr [2022-08-25T22:39:28.428Z] #45 5.604 + shift [2022-08-25T22:39:28.428Z] #45 5.604 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-25T22:39:28.428Z] #45 5.604 + . /tmp/install/vndr.installer [2022-08-25T22:39:28.428Z] #45 5.604 ++ : v0.1.2 [2022-08-25T22:39:28.428Z] #45 5.604 + install_vndr [2022-08-25T22:39:28.428Z] #45 5.604 + echo 'Install vndr version v0.1.2' [2022-08-25T22:39:28.428Z] #45 5.604 + GOBIN=/build [2022-08-25T22:39:28.428Z] #45 5.604 + GO111MODULE=on [2022-08-25T22:39:28.428Z] #45 5.604 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-25T22:39:28.428Z] #45 5.637 Install vndr version v0.1.2 [2022-08-25T22:39:28.428Z] #45 6.250 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-25T22:39:28.685Z] #45 ... [2022-08-25T22:39:28.685Z] [2022-08-25T22:39:28.685Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:28.685Z] #58 sha256:8beb50eb41d5640af55b459cf3ddec1cccd1f714fb7f9494e37e31669daab41d [2022-08-25T22:39:28.685Z] #58 11.38 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-25T22:39:28.783Z] #51 5.488 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-25T22:39:28.989Z] #58 ... [2022-08-25T22:39:28.989Z] [2022-08-25T22:39:28.989Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:39:28.989Z] #45 sha256:e1fca88d6c5e98b6a8823407553d4ca10f0885c45a020f1405927b8c460941c2 [2022-08-25T22:39:28.989Z] #45 DONE 23.0s [2022-08-25T22:39:28.989Z] [2022-08-25T22:39:28.989Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:28.989Z] #67 sha256:0555a77e866302cb7396bf9652248326636f25a5c9720202c9531dde8d736081 [2022-08-25T22:39:28.989Z] #67 22.55 Checking out files: 62% (1197/1910) Checking out files: 63% (1204/1910) Checking out files: 64% (1223/1910) Checking out files: 65% (1242/1910) Checking out files: 66% (1261/1910) Checking out files: 67% (1280/1910) Checking out files: 68% (1299/1910) Checking out files: 69% (1318/1910) Checking out files: 70% (1337/1910) Checking out files: 71% (1357/1910) Checking out files: 72% (1376/1910) Checking out files: 73% (1395/1910) Checking out files: 74% (1414/1910) Checking out files: 75% (1433/1910) Checking out files: 76% (1452/1910) Checking out files: 77% (1471/1910) Checking out files: 78% (1490/1910) Checking out files: 79% (1509/1910) Checking out files: 80% (1528/1910) Checking out files: 81% (1548/1910) Checking out files: 82% (1567/1910) Checking out files: 83% (1586/1910) Checking out files: 84% (1605/1910) Checking out files: 85% (1624/1910) Checking out files: 86% (1643/1910) Checking out files: 87% (1662/1910) Checking out files: 88% (1681/1910) Checking out files: 89% (1700/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-25T22:39:28.989Z] #67 23.42 + cd /tmp/tmp.asBIJe754s/src/github.com/docker/libnetwork [2022-08-25T22:39:28.989Z] #67 23.42 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:28.989Z] #67 ... [2022-08-25T22:39:28.989Z] [2022-08-25T22:39:28.989Z] #36 [tini 1/2] 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-08-25T22:39:28.989Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:28.989Z] #36 13.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:29.104Z] Commit message: "update containerd binary to v1.6.8" [2022-08-25T22:39:29.125Z] > git --version # timeout=10 [2022-08-25T22:39:29.147Z] > git --version # 'git version 2.17.1' [2022-08-25T22:39:29.191Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2022-08-25T22:39:29.249Z] #36 ... [2022-08-25T22:39:29.249Z] [2022-08-25T22:39:29.249Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:29.249Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:29.249Z] #13 11.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:29.355Z] #51 ... [2022-08-25T22:39:29.355Z] [2022-08-25T22:39:29.355Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:29.355Z] #67 sha256:89a812e94672eb33440d4513c526a6dff341501b19a88e0b985018bfa504b035 [2022-08-25T22:39:29.355Z] #67 5.896 + RM_GOPATH=0 [2022-08-25T22:39:29.355Z] #67 5.896 + TMP_GOPATH= [2022-08-25T22:39:29.355Z] #67 5.896 + : /build [2022-08-25T22:39:29.355Z] #67 5.896 + '[' -z '' ']' [2022-08-25T22:39:29.355Z] #67 5.896 ++ mktemp -d [2022-08-25T22:39:29.355Z] #67 5.906 + export GOPATH=/tmp/tmp.IXmvjfq4UK [2022-08-25T22:39:29.355Z] #67 5.906 + GOPATH=/tmp/tmp.IXmvjfq4UK [2022-08-25T22:39:29.355Z] #67 5.906 + RM_GOPATH=1 [2022-08-25T22:39:29.355Z] #67 5.906 + case "$(go env GOARCH)" in [2022-08-25T22:39:29.355Z] #67 5.917 ++ go env GOARCH [2022-08-25T22:39:29.355Z] #67 5.948 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:29.355Z] #67 5.948 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:29.355Z] #67 5.948 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:29.355Z] #67 5.949 + dir=/tmp/install [2022-08-25T22:39:29.355Z] #67 5.949 + bin=proxy [2022-08-25T22:39:29.355Z] #67 5.949 + shift [2022-08-25T22:39:29.355Z] #67 5.950 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-25T22:39:29.355Z] #67 5.950 + . /tmp/install/proxy.installer [2022-08-25T22:39:29.355Z] #67 5.961 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:29.355Z] #67 5.967 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:29.355Z] #67 5.967 + install_proxy [2022-08-25T22:39:29.355Z] #67 5.967 + case "$1" in [2022-08-25T22:39:29.355Z] #67 5.967 + export CGO_ENABLED=0 [2022-08-25T22:39:29.355Z] #67 5.967 + CGO_ENABLED=0 [2022-08-25T22:39:29.355Z] #67 5.967 + _install_proxy [2022-08-25T22:39:29.355Z] #67 5.967 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-25T22:39:29.355Z] #67 5.967 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.IXmvjfq4UK/src/github.com/docker/libnetwork [2022-08-25T22:39:29.355Z] #67 5.967 Cloning into '/tmp/tmp.IXmvjfq4UK/src/github.com/docker/libnetwork'... [2022-08-25T22:39:29.521Z] #13 ... [2022-08-25T22:39:29.521Z] [2022-08-25T22:39:29.521Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:29.521Z] #67 sha256:0555a77e866302cb7396bf9652248326636f25a5c9720202c9531dde8d736081 [2022-08-25T22:39:29.521Z] #67 24.06 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [Pipeline] withEnv [Pipeline] { [2022-08-25T22:39:29.615Z] #67 ... [2022-08-25T22:39:29.615Z] [2022-08-25T22:39:29.615Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-25T22:39:29.615Z] #12 sha256:07392228ad9026e477f3325ea9767774a839b3db1078523f7c86b589feba82a4 [2022-08-25T22:39:29.615Z] #12 DONE 6.2s [2022-08-25T22:39:29.615Z] [2022-08-25T22:39:29.615Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:29.615Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-25T22:39:30.327Z] + docker version [2022-08-25T22:39:30.586Z] #58 ... [2022-08-25T22:39:30.586Z] [2022-08-25T22:39:30.586Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:39:30.586Z] #24 sha256:56255d5110b1a9527f9bca1939eb9c2d19b96c24d87d2e692a6a52579158bc27 [2022-08-25T22:39:30.586Z] #24 12.90 + mkdir -p /build [2022-08-25T22:39:30.586Z] #24 12.92 + mv docker/docker /build/ [2022-08-25T22:39:30.586Z] #24 12.92 + rmdir docker [2022-08-25T22:39:30.586Z] #24 DONE 13.4s [2022-08-25T22:39:30.841Z] [2022-08-25T22:39:30.841Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:39:30.841Z] #47 sha256:b014b1e7c4378606ad26b6dd7527aadabebae3525d034461ce4d60e3b69a21fd [2022-08-25T22:39:30.841Z] #47 10.84 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-25T22:39:30.841Z] #47 10.91 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-25T22:39:30.841Z] #47 11.06 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-25T22:39:32.164Z] #13 2.292 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:39:32.164Z] #13 2.423 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:32.164Z] #13 2.462 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:32.164Z] #13 2.462 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:32.730Z] #47 15.12 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-25T22:39:32.730Z] #47 15.19 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-25T22:39:32.730Z] #47 15.30 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-25T22:39:33.547Z] #13 ... [2022-08-25T22:39:33.547Z] [2022-08-25T22:39:33.547Z] #36 [tini 1/2] 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-08-25T22:39:33.547Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:33.547Z] #36 5.498 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:33.547Z] #36 5.602 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:33.547Z] #36 5.602 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:33.547Z] #36 7.315 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:33.547Z] #36 ... [2022-08-25T22:39:33.547Z] [2022-08-25T22:39:33.547Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:39:33.547Z] #34 sha256:24806975d690d7d48e23bd95f57eb090d0cd64b4acf7ac994f176ca0fb3faf46 [2022-08-25T22:39:33.547Z] #34 5.883 + RM_GOPATH=0 [2022-08-25T22:39:33.547Z] #34 5.883 + TMP_GOPATH= [2022-08-25T22:39:33.547Z] #34 5.883 + : /build [2022-08-25T22:39:33.547Z] #34 5.883 + '[' -z '' ']' [2022-08-25T22:39:33.547Z] #34 5.883 ++ mktemp -d [2022-08-25T22:39:33.547Z] #34 5.896 + export GOPATH=/tmp/tmp.OFFzDYrnkN [2022-08-25T22:39:33.547Z] #34 5.896 + GOPATH=/tmp/tmp.OFFzDYrnkN [2022-08-25T22:39:33.547Z] #34 5.896 + RM_GOPATH=1 [2022-08-25T22:39:33.547Z] #34 5.896 + case "$(go env GOARCH)" in [2022-08-25T22:39:33.547Z] #34 5.896 ++ go env GOARCH [2022-08-25T22:39:33.547Z] #34 5.922 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:33.547Z] #34 5.922 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:33.547Z] #34 5.923 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:33.547Z] #34 5.934 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:33.547Z] #34 5.934 + dir=/tmp/install [2022-08-25T22:39:33.547Z] #34 5.934 + bin=tomlv [2022-08-25T22:39:33.547Z] #34 5.934 + shift [2022-08-25T22:39:33.547Z] #34 5.934 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-25T22:39:33.547Z] #34 5.934 + . /tmp/install/tomlv.installer [2022-08-25T22:39:33.547Z] #34 5.934 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:33.547Z] #34 5.934 + install_tomlv [2022-08-25T22:39:33.547Z] #34 5.934 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-25T22:39:33.547Z] #34 5.934 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.OFFzDYrnkN/src/github.com/BurntSushi/toml [2022-08-25T22:39:33.547Z] #34 5.967 Cloning into '/tmp/tmp.OFFzDYrnkN/src/github.com/BurntSushi/toml'... [2022-08-25T22:39:33.547Z] #34 8.635 + cd /tmp/tmp.OFFzDYrnkN/src/github.com/BurntSushi/toml [2022-08-25T22:39:33.547Z] #34 8.635 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:39:33.547Z] #34 8.924 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:39:33.547Z] #34 ... [2022-08-25T22:39:33.547Z] [2022-08-25T22:39:33.547Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:33.547Z] #58 sha256:1ec9f32a5d2fc858ae25190cb922b03b1733d308f66f3c5fcc1c5b20f150be80 [2022-08-25T22:39:33.547Z] #58 5.662 + RM_GOPATH=0 [2022-08-25T22:39:33.547Z] #58 5.662 + TMP_GOPATH= [2022-08-25T22:39:33.547Z] #58 5.662 + : /build [2022-08-25T22:39:33.547Z] #58 5.662 + '[' -z '' ']' [2022-08-25T22:39:33.547Z] #58 5.662 ++ mktemp -d [2022-08-25T22:39:33.548Z] #58 5.662 + export GOPATH=/tmp/tmp.81ibeaYJTn [2022-08-25T22:39:33.548Z] #58 5.662 + GOPATH=/tmp/tmp.81ibeaYJTn [2022-08-25T22:39:33.548Z] #58 5.662 + RM_GOPATH=1 [2022-08-25T22:39:33.548Z] #58 5.662 + case "$(go env GOARCH)" in [2022-08-25T22:39:33.548Z] #58 5.662 ++ go env GOARCH [2022-08-25T22:39:33.548Z] #58 5.683 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:33.548Z] #58 5.683 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:33.548Z] #58 5.684 Install rootlesskit version v0.14.4 [2022-08-25T22:39:33.548Z] #58 5.684 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:33.548Z] #58 5.684 + dir=/tmp/install [2022-08-25T22:39:33.548Z] #58 5.684 + bin=rootlesskit [2022-08-25T22:39:33.548Z] #58 5.684 + shift [2022-08-25T22:39:33.548Z] #58 5.684 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-25T22:39:33.548Z] #58 5.684 + . /tmp/install/rootlesskit.installer [2022-08-25T22:39:33.548Z] #58 5.684 ++ : v0.14.4 [2022-08-25T22:39:33.548Z] #58 5.684 + install_rootlesskit [2022-08-25T22:39:33.548Z] #58 5.684 + case "$1" in [2022-08-25T22:39:33.548Z] #58 5.684 + export CGO_ENABLED=0 [2022-08-25T22:39:33.548Z] #58 5.684 + CGO_ENABLED=0 [2022-08-25T22:39:33.548Z] #58 5.684 + _install_rootlesskit [2022-08-25T22:39:33.548Z] #58 5.684 + echo 'Install rootlesskit version v0.14.4' [2022-08-25T22:39:33.548Z] #58 5.684 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:39:33.548Z] #58 5.684 + GOBIN=/build [2022-08-25T22:39:33.548Z] #58 5.684 + GO111MODULE=on [2022-08-25T22:39:33.548Z] #58 5.684 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-25T22:39:33.548Z] #58 6.327 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-25T22:39:33.548Z] #58 10.12 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:39:33.548Z] #58 10.18 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:39:33.548Z] #58 10.25 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-25T22:39:33.808Z] #58 ... [2022-08-25T22:39:33.808Z] [2022-08-25T22:39:33.808Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:39:33.808Z] #47 sha256:56e90d65fddefb4a54d9f75f568a2892d9a38aa8fc44cce4d67b108093b3ddb4 [2022-08-25T22:39:33.808Z] #47 5.638 + RM_GOPATH=0 [2022-08-25T22:39:33.808Z] #47 5.638 + TMP_GOPATH= [2022-08-25T22:39:33.808Z] #47 5.638 + : /build [2022-08-25T22:39:33.808Z] #47 5.638 + '[' -z '' ']' [2022-08-25T22:39:33.808Z] #47 5.641 ++ mktemp -d [2022-08-25T22:39:33.808Z] #47 5.641 + export GOPATH=/tmp/tmp.ukWtyorxEq [2022-08-25T22:39:33.808Z] #47 5.641 + GOPATH=/tmp/tmp.ukWtyorxEq [2022-08-25T22:39:33.808Z] #47 5.641 + RM_GOPATH=1 [2022-08-25T22:39:33.808Z] #47 5.641 + case "$(go env GOARCH)" in [2022-08-25T22:39:33.808Z] #47 5.641 ++ go env GOARCH [2022-08-25T22:39:33.808Z] #47 5.654 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:33.808Z] #47 5.654 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:33.808Z] #47 5.654 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:33.808Z] #47 5.654 + dir=/tmp/install [2022-08-25T22:39:33.808Z] #47 5.654 + bin=gotestsum [2022-08-25T22:39:33.808Z] #47 5.654 + shift [2022-08-25T22:39:33.808Z] #47 5.654 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-25T22:39:33.808Z] #47 5.654 + . /tmp/install/gotestsum.installer [2022-08-25T22:39:33.808Z] #47 5.654 ++ : v1.7.0 [2022-08-25T22:39:33.808Z] #47 5.654 + install_gotestsum [2022-08-25T22:39:33.808Z] #47 5.655 + set -e [2022-08-25T22:39:33.808Z] #47 5.655 + echo 'Install gotestsum version v1.7.0' [2022-08-25T22:39:33.808Z] #47 5.655 Install gotestsum version v1.7.0 [2022-08-25T22:39:33.808Z] #47 5.662 + GOBIN=/build [2022-08-25T22:39:33.808Z] #47 5.662 + GO111MODULE=on [2022-08-25T22:39:33.808Z] #47 5.662 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-25T22:39:33.808Z] #47 6.222 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-25T22:39:33.808Z] #47 8.935 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-25T22:39:33.808Z] #47 8.935 go: downloading github.com/fatih/color v1.10.0 [2022-08-25T22:39:33.808Z] #47 9.194 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-25T22:39:33.808Z] #47 9.354 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:39:33.808Z] #47 9.821 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-25T22:39:33.808Z] #47 9.840 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-25T22:39:33.808Z] #47 9.929 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-25T22:39:33.808Z] #47 10.02 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-25T22:39:33.808Z] #47 10.06 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-25T22:39:33.808Z] #47 10.15 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-25T22:39:33.808Z] #47 10.30 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-25T22:39:33.808Z] #47 10.45 go: downloading golang.org/x/tools v0.1.0 [2022-08-25T22:39:33.808Z] #47 ... [2022-08-25T22:39:33.808Z] [2022-08-25T22:39:33.808Z] #55 [containerd 1/2] 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-08-25T22:39:33.808Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:33.808Z] #55 5.902 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:33.808Z] #55 6.006 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:33.808Z] #55 6.006 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:33.808Z] #55 8.590 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:34.069Z] #55 ... [2022-08-25T22:39:34.069Z] [2022-08-25T22:39:34.069Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:39:34.069Z] #45 sha256:98b319fe0a774ae197b633536b3f309b293522d0a4e26a4aad5b2e835ce9c0d9 [2022-08-25T22:39:34.069Z] #45 5.347 + RM_GOPATH=0 [2022-08-25T22:39:34.069Z] #45 5.347 + TMP_GOPATH= [2022-08-25T22:39:34.069Z] #45 5.347 + : /build [2022-08-25T22:39:34.069Z] #45 5.347 + '[' -z '' ']' [2022-08-25T22:39:34.069Z] #45 5.347 ++ mktemp -d [2022-08-25T22:39:34.069Z] #45 5.347 + export GOPATH=/tmp/tmp.KKHKmFlRPe [2022-08-25T22:39:34.069Z] #45 5.347 + GOPATH=/tmp/tmp.KKHKmFlRPe [2022-08-25T22:39:34.069Z] #45 5.347 + RM_GOPATH=1 [2022-08-25T22:39:34.069Z] #45 5.347 + case "$(go env GOARCH)" in [2022-08-25T22:39:34.069Z] #45 5.347 ++ go env GOARCH [2022-08-25T22:39:34.069Z] #45 5.362 Install vndr version v0.1.2 [2022-08-25T22:39:34.069Z] #45 5.362 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:34.069Z] #45 5.362 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:34.069Z] #45 5.362 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:34.069Z] #45 5.362 + dir=/tmp/install [2022-08-25T22:39:34.069Z] #45 5.362 + bin=vndr [2022-08-25T22:39:34.069Z] #45 5.362 + shift [2022-08-25T22:39:34.069Z] #45 5.362 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-25T22:39:34.069Z] #45 5.362 + . /tmp/install/vndr.installer [2022-08-25T22:39:34.069Z] #45 5.362 ++ : v0.1.2 [2022-08-25T22:39:34.069Z] #45 5.362 + install_vndr [2022-08-25T22:39:34.069Z] #45 5.362 + echo 'Install vndr version v0.1.2' [2022-08-25T22:39:34.069Z] #45 5.362 + GOBIN=/build [2022-08-25T22:39:34.069Z] #45 5.362 + GO111MODULE=on [2022-08-25T22:39:34.069Z] #45 5.362 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-25T22:39:34.069Z] #45 5.798 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-25T22:39:34.069Z] #45 ... [2022-08-25T22:39:34.069Z] [2022-08-25T22:39:34.069Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:39:34.069Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:39:34.069Z] #40 6.030 + git clone https://github.com/docker/distribution.git . [2022-08-25T22:39:34.069Z] #40 6.056 Cloning into '.'... [2022-08-25T22:39:34.330Z] #40 ... [2022-08-25T22:39:34.330Z] [2022-08-25T22:39:34.330Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:39:34.330Z] #24 sha256:a29d434a4a6ba1273fbc6999c5b3bfcd576ffa5ef490d6a9b43c4df42561fe3c [2022-08-25T22:39:34.330Z] #24 6.072 + RM_GOPATH=0 [2022-08-25T22:39:34.330Z] #24 6.072 + TMP_GOPATH= [2022-08-25T22:39:34.330Z] #24 6.072 + : /build [2022-08-25T22:39:34.330Z] #24 6.072 + '[' -z '' ']' [2022-08-25T22:39:34.330Z] #24 6.072 ++ mktemp -d [2022-08-25T22:39:34.330Z] #24 6.077 + export GOPATH=/tmp/tmp.E8eUKd2a0O [2022-08-25T22:39:34.330Z] #24 6.077 + GOPATH=/tmp/tmp.E8eUKd2a0O [2022-08-25T22:39:34.330Z] #24 6.077 + RM_GOPATH=1 [2022-08-25T22:39:34.330Z] #24 6.077 + case "$(go env GOARCH)" in [2022-08-25T22:39:34.330Z] #24 6.077 ++ go env GOARCH [2022-08-25T22:39:34.330Z] #24 6.202 Install docker/cli version 17.06.2-ce from stable [2022-08-25T22:39:34.330Z] #24 6.202 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:34.330Z] #24 6.202 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:34.330Z] #24 6.202 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:34.330Z] #24 6.202 + dir=/tmp/install [2022-08-25T22:39:34.330Z] #24 6.202 + bin=dockercli [2022-08-25T22:39:34.330Z] #24 6.202 + shift [2022-08-25T22:39:34.330Z] #24 6.202 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-25T22:39:34.330Z] #24 6.202 + . /tmp/install/dockercli.installer [2022-08-25T22:39:34.330Z] #24 6.202 ++ : stable [2022-08-25T22:39:34.330Z] #24 6.202 ++ : 17.06.2-ce [2022-08-25T22:39:34.330Z] #24 6.202 + install_dockercli [2022-08-25T22:39:34.330Z] #24 6.202 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-25T22:39:34.330Z] #24 6.202 ++ uname -m [2022-08-25T22:39:34.330Z] #24 6.202 + arch=x86_64 [2022-08-25T22:39:34.330Z] #24 6.202 + '[' x86_64 '!=' x86_64 ']' [2022-08-25T22:39:34.330Z] #24 6.202 + url=https://download.docker.com/linux/static [2022-08-25T22:39:34.330Z] #24 6.202 + tar -xz docker/docker [2022-08-25T22:39:34.330Z] #24 6.202 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-08-25T22:39:34.330Z] #24 ... [2022-08-25T22:39:34.330Z] [2022-08-25T22:39:34.330Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:34.330Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:34.330Z] #42 2.967 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:34.330Z] #42 2.991 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:34.330Z] #42 2.991 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:34.330Z] #42 3.297 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:34.330Z] #42 3.899 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:34.330Z] #42 4.586 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:34.590Z] #42 ... [2022-08-25T22:39:34.590Z] [2022-08-25T22:39:34.590Z] #32 [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-08-25T22:39:34.590Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:39:34.590Z] #32 5.931 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-25T22:39:34.590Z] #32 5.931 Cloning into '.'... [2022-08-25T22:39:34.590Z] #32 ... [2022-08-25T22:39:34.590Z] [2022-08-25T22:39:34.590Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:39:34.590Z] #49 sha256:89fe2389ac5a12253b3ba9babe00b3f8da722c59beca175b2090420701e70924 [2022-08-25T22:39:34.590Z] #49 6.120 + RM_GOPATH=0 [2022-08-25T22:39:34.590Z] #49 6.120 + TMP_GOPATH= [2022-08-25T22:39:34.590Z] #49 6.120 + : /build [2022-08-25T22:39:34.590Z] #49 6.120 + '[' -z '' ']' [2022-08-25T22:39:34.590Z] #49 6.120 ++ mktemp -d [2022-08-25T22:39:34.590Z] #49 6.120 + export GOPATH=/tmp/tmp.rGz17mJBiN [2022-08-25T22:39:34.590Z] #49 6.120 + GOPATH=/tmp/tmp.rGz17mJBiN [2022-08-25T22:39:34.590Z] #49 6.120 + RM_GOPATH=1 [2022-08-25T22:39:34.590Z] #49 6.120 + case "$(go env GOARCH)" in [2022-08-25T22:39:34.590Z] #49 6.126 ++ go env GOARCH [2022-08-25T22:39:34.590Z] #49 6.201 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:34.590Z] #49 6.201 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:34.590Z] #49 6.201 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:34.590Z] #49 6.201 Install golangci-lint version v1.44.0 [2022-08-25T22:39:34.590Z] #49 6.202 + dir=/tmp/install [2022-08-25T22:39:34.590Z] #49 6.202 + bin=golangci_lint [2022-08-25T22:39:34.590Z] #49 6.202 + shift [2022-08-25T22:39:34.590Z] #49 6.202 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-25T22:39:34.590Z] #49 6.202 + . /tmp/install/golangci_lint.installer [2022-08-25T22:39:34.590Z] #49 6.202 ++ : v1.44.0 [2022-08-25T22:39:34.590Z] #49 6.202 + install_golangci_lint [2022-08-25T22:39:34.590Z] #49 6.202 + set -e [2022-08-25T22:39:34.590Z] #49 6.202 + echo 'Install golangci-lint version v1.44.0' [2022-08-25T22:39:34.590Z] #49 6.202 + GOBIN=/build [2022-08-25T22:39:34.590Z] #49 6.202 + GO111MODULE=on [2022-08-25T22:39:34.590Z] #49 6.202 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-25T22:39:34.590Z] #49 6.757 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-25T22:39:34.806Z] #67 ... [2022-08-25T22:39:34.806Z] [2022-08-25T22:39:34.806Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:39:34.806Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:39:34.806Z] #40 27.85 Checking out files: 79% (1726/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-25T22:39:34.806Z] #40 28.23 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-25T22:39:34.806Z] #40 ... [2022-08-25T22:39:34.806Z] [2022-08-25T22:39:34.806Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:34.806Z] #67 sha256:0555a77e866302cb7396bf9652248326636f25a5c9720202c9531dde8d736081 [2022-08-25T22:39:34.806Z] #67 DONE 29.1s [2022-08-25T22:39:34.806Z] [2022-08-25T22:39:34.806Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:34.806Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:34.806Z] #13 21.23 Fetched 9016 kB in 19s (470 kB/s) [2022-08-25T22:39:34.850Z] #49 ... [2022-08-25T22:39:34.851Z] [2022-08-25T22:39:34.851Z] #55 [containerd 1/2] 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-08-25T22:39:34.851Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:34.851Z] #55 11.51 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:35.248Z] #47 17.60 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:39:35.248Z] #47 17.71 go: downloading golang.org/x/mod v0.3.0 [2022-08-25T22:39:35.248Z] #47 ... [2022-08-25T22:39:35.248Z] [2022-08-25T22:39:35.248Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:35.248Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:35.248Z] #42 18.08 Fetched 8475 kB in 14s (616 kB/s) [2022-08-25T22:39:36.917Z] Client: Docker Engine - Community [2022-08-25T22:39:36.917Z] Version: 20.10.14 [2022-08-25T22:39:36.917Z] API version: 1.41 [2022-08-25T22:39:36.917Z] Go version: go1.16.15 [2022-08-25T22:39:36.917Z] Git commit: a224086 [2022-08-25T22:39:36.917Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-25T22:39:36.917Z] OS/Arch: linux/amd64 [2022-08-25T22:39:36.917Z] Context: default [2022-08-25T22:39:36.917Z] Experimental: true [2022-08-25T22:39:36.917Z] [2022-08-25T22:39:36.917Z] Server: Docker Engine - Community [2022-08-25T22:39:36.917Z] Engine: [2022-08-25T22:39:36.917Z] Version: 20.10.14 [2022-08-25T22:39:36.917Z] API version: 1.41 (minimum version 1.12) [2022-08-25T22:39:36.917Z] Go version: go1.16.15 [2022-08-25T22:39:36.917Z] Git commit: 87a90dc [2022-08-25T22:39:36.917Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-25T22:39:36.917Z] OS/Arch: linux/amd64 [2022-08-25T22:39:36.917Z] Experimental: true [2022-08-25T22:39:36.917Z] containerd: [2022-08-25T22:39:36.917Z] Version: 1.5.11 [2022-08-25T22:39:36.918Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:39:36.918Z] runc: [2022-08-25T22:39:36.918Z] Version: 1.0.3 [2022-08-25T22:39:36.918Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-25T22:39:36.918Z] docker-init: [2022-08-25T22:39:36.918Z] Version: 0.19.0 [2022-08-25T22:39:36.918Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-25T22:39:37.304Z] + docker info [2022-08-25T22:39:37.356Z] #13 21.23 Reading package lists... [2022-08-25T22:39:37.356Z] #13 ... [2022-08-25T22:39:37.356Z] [2022-08-25T22:39:37.356Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:39:37.356Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:39:37.356Z] #40 30.39 + 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-08-25T22:39:37.395Z] #55 14.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:38.535Z] #42 18.08 Reading package lists... [2022-08-25T22:39:38.535Z] #42 ... [2022-08-25T22:39:38.535Z] [2022-08-25T22:39:38.535Z] #55 [containerd 1/2] 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-08-25T22:39:38.535Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:38.535Z] #55 11.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:38.535Z] #55 20.83 Fetched 8475 kB in 15s (548 kB/s) [2022-08-25T22:39:38.535Z] #55 20.83 Reading package lists... [2022-08-25T22:39:38.535Z] #55 ... [2022-08-25T22:39:38.535Z] [2022-08-25T22:39:38.535Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:38.535Z] #67 sha256:6630801818c391cc6a92d320f6ee4d6baec36e173875ddbe4fdb8bde58ee7e4d [2022-08-25T22:39:38.535Z] #67 20.62 Checking out files: 67% (1293/1910) Checking out files: 68% (1299/1910) Checking out files: 69% (1318/1910) Checking out files: 70% (1337/1910) Checking out files: 71% (1357/1910) Checking out files: 72% (1376/1910) Checking out files: 73% (1395/1910) Checking out files: 74% (1414/1910) Checking out files: 75% (1433/1910) Checking out files: 76% (1452/1910) Checking out files: 77% (1471/1910) Checking out files: 78% (1490/1910) Checking out files: 79% (1509/1910) Checking out files: 80% (1528/1910) Checking out files: 81% (1548/1910) Checking out files: 82% (1567/1910) Checking out files: 83% (1586/1910) Checking out files: 84% (1605/1910) Checking out files: 85% (1624/1910) Checking out files: 86% (1643/1910) Checking out files: 87% (1662/1910) Checking out files: 88% (1681/1910) Checking out files: 89% (1700/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-25T22:39:38.535Z] #67 21.22 + cd /tmp/tmp.0BIc9KYowS/src/github.com/docker/libnetwork [2022-08-25T22:39:38.535Z] #67 21.22 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:38.792Z] #67 21.59 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-08-25T22:39:38.792Z] #67 ... [2022-08-25T22:39:38.792Z] [2022-08-25T22:39:38.792Z] #36 [tini 1/2] 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-08-25T22:39:38.792Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:38.792Z] #36 11.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:38.792Z] #36 20.83 Fetched 8475 kB in 16s (543 kB/s) [2022-08-25T22:39:39.053Z] #36 20.83 Reading package lists... [2022-08-25T22:39:39.053Z] #36 ... [2022-08-25T22:39:39.053Z] [2022-08-25T22:39:39.053Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:39.053Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:39.053Z] #13 10.91 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:39:39.053Z] #13 11.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:39:39.053Z] #13 11.11 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:39:39.053Z] #13 11.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:39:39.053Z] #13 12.01 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:39:39.053Z] #13 ... [2022-08-25T22:39:39.053Z] [2022-08-25T22:39:39.053Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:39:39.053Z] #45 sha256:d6bf182ff787814756b2d946b274c80ef335f654070b2603729f172d895b63e6 [2022-08-25T22:39:39.053Z] #45 DONE 21.9s [2022-08-25T22:39:39.309Z] [2022-08-25T22:39:39.309Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:39.309Z] #58 sha256:8beb50eb41d5640af55b459cf3ddec1cccd1f714fb7f9494e37e31669daab41d [2022-08-25T22:39:39.309Z] #58 14.24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-25T22:39:39.309Z] #58 15.12 go: downloading github.com/google/uuid v1.3.0 [2022-08-25T22:39:39.309Z] #58 15.12 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-25T22:39:39.309Z] #58 15.30 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-25T22:39:39.309Z] #58 15.44 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:39:39.309Z] #58 15.44 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-25T22:39:39.309Z] #58 15.70 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-25T22:39:39.309Z] #58 16.10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-25T22:39:39.309Z] #58 16.23 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-25T22:39:39.309Z] #58 18.16 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-25T22:39:39.872Z] #58 ... [2022-08-25T22:39:39.872Z] [2022-08-25T22:39:39.872Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:39:39.872Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:39:39.898Z] #40 ... [2022-08-25T22:39:39.898Z] [2022-08-25T22:39:39.898Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:39.898Z] #58 sha256:7174a8543312e9afde17dc54ab879b73eaedb5951433b0ed1041cf545a3e6bc4 [2022-08-25T22:39:39.898Z] #58 24.29 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-25T22:39:39.898Z] #58 ... [2022-08-25T22:39:39.898Z] [2022-08-25T22:39:39.898Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:39:39.898Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:39:39.898Z] #49 33.07 go: downloading github.com/fatih/color v1.13.0 [2022-08-25T22:39:39.898Z] #49 33.07 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:39:39.898Z] #49 33.12 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:39:39.898Z] #49 33.13 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-25T22:39:39.898Z] #49 33.16 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-25T22:39:39.898Z] #49 33.41 go: downloading github.com/spf13/viper v1.10.1 [2022-08-25T22:39:39.898Z] #49 33.48 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-25T22:39:39.898Z] #49 33.76 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-25T22:39:39.898Z] #49 33.78 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-25T22:39:39.936Z] #55 ... [2022-08-25T22:39:39.936Z] [2022-08-25T22:39:39.936Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:39:39.936Z] #24 sha256:a29d434a4a6ba1273fbc6999c5b3bfcd576ffa5ef490d6a9b43c4df42561fe3c [2022-08-25T22:39:39.936Z] #24 16.50 + mkdir -p /build [2022-08-25T22:39:39.936Z] #24 16.51 + mv docker/docker /build/ [2022-08-25T22:39:39.936Z] #24 16.52 + rmdir docker [2022-08-25T22:39:40.158Z] #49 ... [2022-08-25T22:39:40.158Z] [2022-08-25T22:39:40.158Z] #55 [containerd 1/2] 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-08-25T22:39:40.158Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:40.158Z] #55 24.62 Fetched 8475 kB in 19s (450 kB/s) [2022-08-25T22:39:40.158Z] #55 24.62 Reading package lists... [2022-08-25T22:39:40.158Z] #55 31.23 Reading package lists... [2022-08-25T22:39:40.158Z] #55 ... [2022-08-25T22:39:40.158Z] [2022-08-25T22:39:40.158Z] #36 [tini 1/2] 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-08-25T22:39:40.158Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:40.158Z] #36 24.73 Fetched 8475 kB in 19s (451 kB/s) [2022-08-25T22:39:40.158Z] #36 24.73 Reading package lists... [2022-08-25T22:39:40.196Z] #24 DONE 16.9s [2022-08-25T22:39:40.196Z] [2022-08-25T22:39:40.196Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:40.196Z] #58 sha256:1ec9f32a5d2fc858ae25190cb922b03b1733d308f66f3c5fcc1c5b20f150be80 [2022-08-25T22:39:40.196Z] #58 10.74 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-25T22:39:40.196Z] #58 13.49 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-25T22:39:40.196Z] #58 14.63 go: downloading github.com/google/uuid v1.3.0 [2022-08-25T22:39:40.196Z] #58 14.70 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-25T22:39:40.196Z] #58 14.81 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-25T22:39:40.196Z] #58 14.94 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:39:40.196Z] #58 15.11 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-25T22:39:40.196Z] #58 15.27 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-25T22:39:40.196Z] #58 15.66 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-25T22:39:40.196Z] #58 15.84 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-25T22:39:40.384Z] #40 22.38 Checking out files: 74% (1614/2176) Checking out files: 75% (1632/2176) Checking out files: 76% (1654/2176) Checking out files: 77% (1676/2176) Checking out files: 78% (1698/2176) Checking out files: 79% (1720/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-25T22:39:40.384Z] #40 22.88 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-25T22:39:40.418Z] #36 31.37 Reading package lists... [2022-08-25T22:39:40.418Z] #36 ... [2022-08-25T22:39:40.418Z] [2022-08-25T22:39:40.418Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:40.418Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:40.418Z] #42 24.93 Fetched 8475 kB in 19s (453 kB/s) [2022-08-25T22:39:40.418Z] #42 24.93 Reading package lists... [2022-08-25T22:39:40.456Z] #58 ... [2022-08-25T22:39:40.456Z] [2022-08-25T22:39:40.456Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:39:40.456Z] #47 sha256:56e90d65fddefb4a54d9f75f568a2892d9a38aa8fc44cce4d67b108093b3ddb4 [2022-08-25T22:39:40.456Z] #47 17.11 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:39:40.456Z] #47 17.19 go: downloading golang.org/x/mod v0.3.0 [2022-08-25T22:39:40.678Z] #42 31.29 Reading package lists... [2022-08-25T22:39:40.678Z] #42 ... [2022-08-25T22:39:40.678Z] [2022-08-25T22:39:40.678Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:39:40.678Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:39:40.678Z] #49 34.73 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-25T22:39:40.678Z] #49 34.80 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-25T22:39:41.315Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a334a13581b0bca9) in /home/ubuntu/workspace/moby_PR-44041 [Pipeline] { [Pipeline] checkout [2022-08-25T22:39:41.592Z] The recommended git tool is: git [2022-08-25T22:39:41.619Z] #49 ... [2022-08-25T22:39:41.619Z] [2022-08-25T22:39:41.619Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:39:41.619Z] #51 sha256:f8f096d711a214523e92728bae2cd7619d87401805ea9146dd339b26f0fe13f0 [2022-08-25T22:39:41.619Z] #51 DONE 36.1s [2022-08-25T22:39:41.619Z] [2022-08-25T22:39:41.619Z] #55 [containerd 1/2] 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-08-25T22:39:41.619Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:41.619Z] #55 31.23 Reading package lists... [2022-08-25T22:39:41.838Z] #47 ... [2022-08-25T22:39:41.838Z] [2022-08-25T22:39:41.838Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:39:41.838Z] #34 sha256:24806975d690d7d48e23bd95f57eb090d0cd64b4acf7ac994f176ca0fb3faf46 [2022-08-25T22:39:41.838Z] #34 10.70 github.com/BurntSushi/toml [2022-08-25T22:39:41.838Z] #34 15.35 github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:39:41.838Z] #34 DONE 18.3s [2022-08-25T22:39:41.838Z] [2022-08-25T22:39:41.838Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:41.838Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:41.838Z] #13 4.069 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:39:41.838Z] #13 5.941 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:41.838Z] #13 8.859 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:41.838Z] #13 11.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:42.948Z] #40 24.88 + 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-08-25T22:39:43.289Z] #55 36.43 Building dependency tree... [2022-08-25T22:39:43.289Z] #55 37.74 Reading state information... [2022-08-25T22:39:44.230Z] #55 38.74 The following additional packages will be installed: [2022-08-25T22:39:44.230Z] #55 38.75 libbtrfs0 [2022-08-25T22:39:44.386Z] #13 ... [2022-08-25T22:39:44.386Z] [2022-08-25T22:39:44.386Z] #36 [tini 1/2] 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-08-25T22:39:44.386Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:44.386Z] #36 10.98 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:44.386Z] #36 13.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:44.492Z] #55 38.86 The following NEW packages will be installed: [2022-08-25T22:39:44.492Z] #55 38.87 libbtrfs-dev libbtrfs0 [2022-08-25T22:39:44.649Z] #36 ... [2022-08-25T22:39:44.649Z] [2022-08-25T22:39:44.649Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:44.649Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:44.649Z] #42 13.78 Fetched 8475 kB in 11s (767 kB/s) [2022-08-25T22:39:44.649Z] #42 13.78 Reading package lists... [2022-08-25T22:39:44.753Z] #55 39.23 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:44.753Z] #55 39.23 Need to get 119 kB of archives. [2022-08-25T22:39:44.753Z] #55 39.23 After this operation, 387 kB of additional disk space will be used. [2022-08-25T22:39:44.753Z] #55 39.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:39:44.753Z] #55 39.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:39:44.908Z] #42 ... [2022-08-25T22:39:44.908Z] [2022-08-25T22:39:44.908Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:44.908Z] #58 sha256:1ec9f32a5d2fc858ae25190cb922b03b1733d308f66f3c5fcc1c5b20f150be80 [2022-08-25T22:39:44.908Z] #58 21.55 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-25T22:39:44.908Z] #58 21.69 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-25T22:39:45.239Z] using credential docker-jenkins-github-credentials [2022-08-25T22:39:45.253Z] Cloning the remote Git repository [2022-08-25T22:39:45.253Z] Cloning with configured refspecs honoured and without tags [2022-08-25T22:39:45.511Z] #40 ... [2022-08-25T22:39:45.511Z] [2022-08-25T22:39:45.511Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:45.511Z] #67 sha256:6630801818c391cc6a92d320f6ee4d6baec36e173875ddbe4fdb8bde58ee7e4d [2022-08-25T22:39:45.511Z] #67 DONE 28.1s [2022-08-25T22:39:45.511Z] [2022-08-25T22:39:45.511Z] #55 [containerd 1/2] 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-08-25T22:39:45.511Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:45.511Z] #55 20.83 Reading package lists... [2022-08-25T22:39:45.702Z] #55 40.00 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:45.702Z] #55 40.19 Fetched 119 kB in 0s (405 kB/s) [2022-08-25T22:39:45.992Z] #55 40.27 Selecting previously unselected package libbtrfs0. [2022-08-25T22:39:45.992Z] #55 40.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 ... 15421 files and directories currently installed.) [2022-08-25T22:39:45.992Z] #55 40.32 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:39:45.992Z] #55 40.34 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:39:45.992Z] #55 40.44 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:39:45.992Z] #55 40.44 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:39:45.992Z] #55 40.47 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:39:46.253Z] #55 40.80 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:39:45.364Z] Cloning repository https://github.com/moby/moby.git [2022-08-25T22:39:45.464Z] > git init /home/ubuntu/workspace/moby_PR-44041 # timeout=10 [2022-08-25T22:39:45.858Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:39:45.858Z] > git --version # timeout=10 [2022-08-25T22:39:45.876Z] > git --version # 'git version 2.25.1' [2022-08-25T22:39:45.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:39:45.878Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:39:46.516Z] #55 40.99 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:39:46.516Z] #55 41.01 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:39:47.087Z] #55 DONE 41.5s [2022-08-25T22:39:47.087Z] [2022-08-25T22:39:47.087Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:39:47.087Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:39:47.087Z] #49 38.04 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-25T22:39:47.087Z] #49 38.04 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:39:47.087Z] #49 38.08 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-25T22:39:47.087Z] #49 38.24 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-25T22:39:47.087Z] #49 38.30 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-25T22:39:47.087Z] #49 38.32 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-25T22:39:47.088Z] #49 38.37 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-25T22:39:47.088Z] #49 38.38 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-25T22:39:47.088Z] #49 38.43 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-25T22:39:47.088Z] #49 38.51 go: downloading github.com/spf13/afero v1.6.0 [2022-08-25T22:39:47.088Z] #49 38.52 go: downloading github.com/spf13/cast v1.4.1 [2022-08-25T22:39:47.088Z] #49 38.63 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-25T22:39:47.088Z] #49 38.69 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-25T22:39:47.088Z] #49 38.77 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-25T22:39:47.088Z] #49 38.83 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-25T22:39:47.088Z] #49 38.85 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-25T22:39:47.088Z] #49 38.88 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-25T22:39:47.088Z] #49 38.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-25T22:39:47.088Z] #49 38.90 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-25T22:39:47.088Z] #49 38.93 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-25T22:39:47.088Z] #49 38.94 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-25T22:39:47.088Z] #49 38.94 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-25T22:39:47.088Z] #49 38.97 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-25T22:39:47.088Z] #49 39.13 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-25T22:39:47.088Z] #49 39.17 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-25T22:39:47.088Z] #49 39.21 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-25T22:39:47.088Z] #49 39.27 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-25T22:39:47.088Z] #49 39.30 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-25T22:39:47.088Z] #49 39.37 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-25T22:39:47.088Z] #49 39.42 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-25T22:39:47.088Z] #49 39.49 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-25T22:39:47.088Z] #49 39.50 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-25T22:39:47.088Z] #49 39.53 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-25T22:39:47.088Z] #49 39.59 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-25T22:39:47.088Z] #49 39.62 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-25T22:39:47.088Z] #49 39.76 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-25T22:39:47.088Z] #49 39.82 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-25T22:39:47.088Z] #49 39.85 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-25T22:39:47.088Z] #49 39.87 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-25T22:39:47.088Z] #49 39.91 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-25T22:39:47.088Z] #49 39.93 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-25T22:39:47.088Z] #49 39.93 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-25T22:39:47.088Z] #49 39.96 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-25T22:39:47.088Z] #49 39.96 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-25T22:39:47.088Z] #49 39.98 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-25T22:39:47.088Z] #49 39.99 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-25T22:39:47.088Z] #49 40.01 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-25T22:39:47.088Z] #49 40.05 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-25T22:39:47.088Z] #49 40.20 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-25T22:39:47.088Z] #49 40.27 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-25T22:39:47.088Z] #49 40.29 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-25T22:39:47.088Z] #49 40.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-25T22:39:47.088Z] #49 40.32 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-25T22:39:47.088Z] #49 40.33 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-25T22:39:47.088Z] #49 40.41 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-25T22:39:47.088Z] #49 40.42 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-25T22:39:47.088Z] #49 40.47 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-25T22:39:47.088Z] #49 40.51 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-25T22:39:47.088Z] #49 40.55 go: downloading github.com/julz/importas v0.1.0 [2022-08-25T22:39:47.088Z] #49 40.59 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-25T22:39:47.088Z] #49 40.61 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-25T22:39:47.088Z] #49 40.70 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-25T22:39:47.088Z] #49 40.72 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-25T22:39:47.088Z] #49 40.74 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-25T22:39:47.088Z] #49 40.76 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-25T22:39:47.088Z] #49 40.78 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-25T22:39:47.088Z] #49 40.84 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-25T22:39:47.088Z] #49 40.85 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-25T22:39:47.088Z] #49 40.87 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-25T22:39:47.088Z] #49 40.88 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-25T22:39:47.088Z] #49 40.90 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-25T22:39:47.348Z] #49 41.85 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-25T22:39:47.348Z] #49 41.86 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-25T22:39:47.348Z] #49 41.87 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-25T22:39:47.348Z] #49 41.93 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-25T22:39:47.444Z] #58 ... [2022-08-25T22:39:47.444Z] [2022-08-25T22:39:47.444Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:39:47.444Z] #45 sha256:98b319fe0a774ae197b633536b3f309b293522d0a4e26a4aad5b2e835ce9c0d9 [2022-08-25T22:39:47.444Z] #45 DONE 23.7s [2022-08-25T22:39:47.444Z] [2022-08-25T22:39:47.444Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:47.444Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:47.609Z] #49 42.09 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-25T22:39:47.609Z] #49 42.10 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-25T22:39:47.609Z] #49 42.15 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-25T22:39:47.609Z] #49 42.19 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-25T22:39:47.890Z] #49 42.22 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-25T22:39:48.150Z] #49 42.71 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-25T22:39:48.150Z] #49 42.72 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-25T22:39:48.151Z] #49 42.73 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-25T22:39:48.151Z] #49 42.74 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-25T22:39:48.414Z] #49 42.83 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-25T22:39:48.414Z] #49 42.86 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-25T22:39:48.414Z] #49 42.89 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-25T22:39:48.414Z] #49 42.92 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-25T22:39:48.414Z] #49 ... [2022-08-25T22:39:48.414Z] [2022-08-25T22:39:48.414Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:48.414Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:48.414Z] #13 21.23 Reading package lists... [2022-08-25T22:39:48.414Z] #13 27.75 Reading package lists... [2022-08-25T22:39:48.414Z] #13 33.18 Building dependency tree... [2022-08-25T22:39:48.414Z] #13 34.24 Reading state information... [2022-08-25T22:39:48.414Z] #13 35.53 The following additional packages will be installed: [2022-08-25T22:39:48.414Z] #13 35.54 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-25T22:39:48.414Z] #13 35.55 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-25T22:39:48.414Z] #13 35.55 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-25T22:39:48.414Z] #13 35.55 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-25T22:39:48.414Z] #13 35.55 mingw-w64-x86-64-dev [2022-08-25T22:39:48.414Z] #13 35.55 Suggested packages: [2022-08-25T22:39:48.414Z] #13 35.55 gcc-8-locales seccomp wine64 [2022-08-25T22:39:48.414Z] #13 36.53 The following NEW packages will be installed: [2022-08-25T22:39:48.414Z] #13 36.54 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-25T22:39:48.414Z] #13 36.54 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-25T22:39:48.414Z] #13 36.54 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-25T22:39:48.414Z] #13 36.54 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-25T22:39:48.414Z] #13 36.54 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-25T22:39:48.414Z] #13 36.55 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-25T22:39:48.414Z] #13 36.57 The following packages will be upgraded: [2022-08-25T22:39:48.414Z] #13 36.57 libseccomp2 [2022-08-25T22:39:48.414Z] #13 36.99 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:48.414Z] #13 36.99 Need to get 77.8 MB of archives. [2022-08-25T22:39:48.414Z] #13 36.99 After this operation, 487 MB of additional disk space will be used. [2022-08-25T22:39:48.414Z] #13 36.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2022-08-25T22:39:48.414Z] #13 37.01 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB] [2022-08-25T22:39:48.414Z] #13 37.03 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB] [2022-08-25T22:39:48.414Z] #13 37.25 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2022-08-25T22:39:48.414Z] #13 37.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-25T22:39:48.415Z] #13 37.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2022-08-25T22:39:48.415Z] #13 37.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2022-08-25T22:39:48.415Z] #13 37.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-25T22:39:48.415Z] #13 ... [2022-08-25T22:39:48.415Z] [2022-08-25T22:39:48.415Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:39:48.415Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:39:48.415Z] #49 42.95 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-25T22:39:48.415Z] #49 42.99 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-25T22:39:48.415Z] #49 43.00 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-25T22:39:48.415Z] #49 43.06 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-25T22:39:48.675Z] #49 43.28 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-25T22:39:48.939Z] #49 43.31 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-25T22:39:48.939Z] #49 43.32 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-25T22:39:48.939Z] #49 43.35 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-25T22:39:48.939Z] #49 43.41 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-25T22:39:49.203Z] #49 43.61 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-25T22:39:49.203Z] #49 43.75 go: downloading honnef.co/go/tools v0.2.2 [2022-08-25T22:39:49.536Z] Client: [2022-08-25T22:39:49.536Z] Context: default [2022-08-25T22:39:49.536Z] Debug Mode: false [2022-08-25T22:39:49.536Z] Plugins: [2022-08-25T22:39:49.536Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-25T22:39:49.536Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-25T22:39:49.536Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-25T22:39:49.536Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-25T22:39:49.536Z] [2022-08-25T22:39:49.536Z] Server: [2022-08-25T22:39:49.536Z] Containers: 0 [2022-08-25T22:39:49.536Z] Running: 0 [2022-08-25T22:39:49.536Z] Paused: 0 [2022-08-25T22:39:49.536Z] Stopped: 0 [2022-08-25T22:39:49.536Z] Images: 0 [2022-08-25T22:39:49.536Z] Server Version: 20.10.14 [2022-08-25T22:39:49.536Z] Storage Driver: overlay2 [2022-08-25T22:39:49.536Z] Backing Filesystem: extfs [2022-08-25T22:39:49.536Z] Supports d_type: true [2022-08-25T22:39:49.536Z] Native Overlay Diff: true [2022-08-25T22:39:49.536Z] userxattr: false [2022-08-25T22:39:49.536Z] Logging Driver: json-file [2022-08-25T22:39:49.536Z] Cgroup Driver: cgroupfs [2022-08-25T22:39:49.536Z] Cgroup Version: 1 [2022-08-25T22:39:49.536Z] Plugins: [2022-08-25T22:39:49.536Z] Volume: local [2022-08-25T22:39:49.536Z] Network: bridge host ipvlan macvlan null overlay [2022-08-25T22:39:49.536Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-25T22:39:49.536Z] Swarm: inactive [2022-08-25T22:39:49.536Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-08-25T22:39:49.536Z] Default Runtime: runc [2022-08-25T22:39:49.536Z] Init Binary: docker-init [2022-08-25T22:39:49.536Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:39:49.536Z] runc version: v1.0.3-0-gf46b6ba [2022-08-25T22:39:49.536Z] init version: de40ad0 [2022-08-25T22:39:49.536Z] Security Options: [2022-08-25T22:39:49.536Z] apparmor [2022-08-25T22:39:49.536Z] seccomp [2022-08-25T22:39:49.536Z] Profile: default [2022-08-25T22:39:49.536Z] Kernel Version: 5.4.0-1071-aws [2022-08-25T22:39:49.536Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-25T22:39:49.536Z] OSType: linux [2022-08-25T22:39:49.536Z] Architecture: x86_64 [2022-08-25T22:39:49.536Z] CPUs: 2 [2022-08-25T22:39:49.536Z] Total Memory: 7.483GiB [2022-08-25T22:39:49.536Z] Name: ip-10-100-116-181 [2022-08-25T22:39:49.536Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-25T22:39:49.536Z] Docker Root Dir: /var/lib/docker [2022-08-25T22:39:49.536Z] Debug Mode: false [2022-08-25T22:39:49.536Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:39:49.536Z] Labels: [2022-08-25T22:39:49.536Z] Experimental: true [2022-08-25T22:39:49.536Z] Insecure Registries: [2022-08-25T22:39:49.536Z] 127.0.0.0/8 [2022-08-25T22:39:49.536Z] Live Restore Enabled: true [2022-08-25T22:39:49.536Z] [2022-08-25T22:39:49.536Z] WARNING: No swap limit support [Pipeline] sh [2022-08-25T22:39:49.846Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:39:49.846Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:39:49.846Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44041/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-25T22:39:49.846Z] + bash /home/ubuntu/workspace/moby_PR-44041/check-config.sh [2022-08-25T22:39:49.846Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-25T22:39:49.846Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-25T22:39:49.846Z] [2022-08-25T22:39:49.846Z] Generally Necessary: [2022-08-25T22:39:49.846Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-25T22:39:49.846Z] - apparmor: enabled and tools installed [2022-08-25T22:39:49.846Z] - CONFIG_NAMESPACES: enabled [2022-08-25T22:39:49.846Z] - CONFIG_NET_NS: enabled [2022-08-25T22:39:49.846Z] - CONFIG_PID_NS: enabled [2022-08-25T22:39:49.846Z] - CONFIG_IPC_NS: enabled [2022-08-25T22:39:49.846Z] - CONFIG_UTS_NS: enabled [2022-08-25T22:39:49.846Z] - CONFIG_CGROUPS: enabled [2022-08-25T22:39:49.846Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-25T22:39:49.846Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-25T22:39:49.846Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-25T22:39:49.846Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-25T22:39:49.846Z] - CONFIG_CPUSETS: enabled [2022-08-25T22:39:49.846Z] - CONFIG_MEMCG: enabled [2022-08-25T22:39:49.846Z] - CONFIG_KEYS: enabled [2022-08-25T22:39:49.846Z] - CONFIG_VETH: enabled (as module) [2022-08-25T22:39:49.846Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-25T22:39:49.846Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-25T22:39:49.846Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-25T22:39:49.846Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-25T22:39:49.979Z] #42 21.70 Reading package lists... [2022-08-25T22:39:49.979Z] #42 ... [2022-08-25T22:39:49.979Z] [2022-08-25T22:39:49.979Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:39:49.979Z] #67 sha256:89a812e94672eb33440d4513c526a6dff341501b19a88e0b985018bfa504b035 [2022-08-25T22:39:49.979Z] #67 25.95 Checking out files: 89% (1710/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-25T22:39:49.979Z] #67 26.23 + cd /tmp/tmp.IXmvjfq4UK/src/github.com/docker/libnetwork [2022-08-25T22:39:49.979Z] #67 26.23 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:39:49.979Z] #67 26.56 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-08-25T22:39:50.113Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-25T22:39:50.113Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-25T22:39:50.113Z] [2022-08-25T22:39:50.113Z] Optional Features: [2022-08-25T22:39:50.113Z] - CONFIG_USER_NS: enabled [2022-08-25T22:39:50.113Z] - CONFIG_SECCOMP: enabled [2022-08-25T22:39:50.113Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-25T22:39:50.113Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-25T22:39:50.113Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-25T22:39:50.113Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-25T22:39:50.113Z] - CONFIG_BLK_CGROUP: enabled [2022-08-25T22:39:50.113Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-25T22:39:50.113Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-25T22:39:50.113Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-25T22:39:50.113Z] - CONFIG_CGROUP_PERF: enabled [2022-08-25T22:39:50.113Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-25T22:39:50.113Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-25T22:39:50.113Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-25T22:39:50.113Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-25T22:39:50.113Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-25T22:39:50.113Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_IP_VS: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-25T22:39:50.113Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-25T22:39:50.113Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-25T22:39:50.113Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-25T22:39:50.113Z] - CONFIG_EXT4_FS: enabled [2022-08-25T22:39:50.113Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-25T22:39:50.113Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-25T22:39:50.113Z] - Network Drivers: [2022-08-25T22:39:50.113Z] - "overlay": [2022-08-25T22:39:50.376Z] - CONFIG_VXLAN: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-25T22:39:50.376Z] Optional (for encrypted networks): [2022-08-25T22:39:50.376Z] - CONFIG_CRYPTO: enabled [2022-08-25T22:39:50.376Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-25T22:39:50.376Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-25T22:39:50.376Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-25T22:39:50.376Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-25T22:39:50.376Z] - CONFIG_XFRM: enabled [2022-08-25T22:39:50.376Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-25T22:39:50.376Z] - "ipvlan": [2022-08-25T22:39:50.376Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-25T22:39:50.376Z] - "macvlan": [2022-08-25T22:39:50.376Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_DUMMY: enabled (as module) [2022-08-25T22:39:50.376Z] - "ftp,tftp client in container": [2022-08-25T22:39:50.376Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-25T22:39:50.376Z] - Storage Drivers: [2022-08-25T22:39:50.376Z] - "aufs": [2022-08-25T22:39:50.376Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-25T22:39:50.376Z] - "btrfs": [2022-08-25T22:39:50.376Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-25T22:39:50.376Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-25T22:39:50.376Z] - "devicemapper": [2022-08-25T22:39:50.376Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-25T22:39:50.376Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-25T22:39:50.376Z] - "overlay": [2022-08-25T22:39:50.376Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-25T22:39:50.376Z] - "zfs": [2022-08-25T22:39:50.376Z] - /dev/zfs: present [2022-08-25T22:39:50.376Z] - zfs command: missing [2022-08-25T22:39:50.376Z] - zpool command: missing [2022-08-25T22:39:50.376Z] [2022-08-25T22:39:50.376Z] Limits: [2022-08-25T22:39:50.376Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-25T22:39:50.376Z] [2022-08-25T22:39:50.376Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-25T22:39:50.590Z] #49 45.07 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-25T22:39:50.590Z] #49 45.07 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-25T22:39:50.590Z] #49 45.13 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-25T22:39:50.718Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8bd86a0699c26fd012c7df4f85136a2347c9340e . [2022-08-25T22:39:50.757Z] #55 27.37 Reading package lists... [2022-08-25T22:39:50.757Z] #55 ... [2022-08-25T22:39:50.757Z] [2022-08-25T22:39:50.757Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:50.757Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:50.757Z] #13 13.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:39:50.757Z] #13 16.36 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:39:50.757Z] #13 18.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:39:50.757Z] #13 ... [2022-08-25T22:39:50.757Z] [2022-08-25T22:39:50.757Z] #55 [containerd 1/2] 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-08-25T22:39:50.757Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:50.757Z] #55 27.37 Reading package lists... [2022-08-25T22:39:50.757Z] #55 32.92 Building dependency tree... [2022-08-25T22:39:50.757Z] #55 ... [2022-08-25T22:39:50.757Z] [2022-08-25T22:39:50.757Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:39:50.757Z] #58 sha256:8beb50eb41d5640af55b459cf3ddec1cccd1f714fb7f9494e37e31669daab41d [2022-08-25T22:39:50.757Z] #58 23.10 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-25T22:39:50.757Z] #58 ... [2022-08-25T22:39:50.757Z] [2022-08-25T22:39:50.757Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:50.757Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:50.757Z] #42 18.08 Reading package lists... [2022-08-25T22:39:50.757Z] #42 24.78 Reading package lists... [2022-08-25T22:39:50.757Z] #42 31.11 Building dependency tree... [2022-08-25T22:39:50.757Z] #42 32.33 Reading state information... [2022-08-25T22:39:50.851Z] #49 45.15 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-25T22:39:50.851Z] #49 45.18 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:39:50.992Z] #1 [internal] load build definition from Dockerfile [2022-08-25T22:39:50.992Z] #1 sha256:be96ef0283602c19b985fc3e7f24e819075c59efd2808e070b92bf5a9a7866f2 [2022-08-25T22:39:50.992Z] #1 transferring dockerfile: [2022-08-25T22:39:50.992Z] #1 transferring dockerfile: 17.05kB done [2022-08-25T22:39:50.992Z] #1 DONE 0.2s [2022-08-25T22:39:50.992Z] [2022-08-25T22:39:50.992Z] #2 [internal] load .dockerignore [2022-08-25T22:39:50.992Z] #2 sha256:667f4e2d68e45185e02f77c2f7556256dacbf61b35a6c772e862648687a5bc27 [2022-08-25T22:39:50.992Z] #2 transferring context: 87B done [2022-08-25T22:39:50.992Z] #2 DONE 0.1s [2022-08-25T22:39:50.992Z] [2022-08-25T22:39:50.992Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-25T22:39:50.992Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-25T22:39:51.320Z] #42 33.91 The following additional packages will be installed: [2022-08-25T22:39:51.320Z] #42 33.91 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-25T22:39:51.320Z] #42 33.91 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-25T22:39:51.320Z] #42 33.91 Suggested packages: [2022-08-25T22:39:51.320Z] #42 33.91 manpages-dev python-setuptools [2022-08-25T22:39:51.562Z] #3 DONE 0.5s [2022-08-25T22:39:51.562Z] [2022-08-25T22:39:51.562Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-25T22:39:51.562Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-25T22:39:51.562Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done [2022-08-25T22:39:51.621Z] #42 ... [2022-08-25T22:39:51.621Z] [2022-08-25T22:39:51.621Z] #55 [containerd 1/2] 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-08-25T22:39:51.621Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:51.621Z] #55 32.92 Building dependency tree... [2022-08-25T22:39:51.621Z] #55 34.17 Reading state information... [2022-08-25T22:39:51.794Z] #49 ... [2022-08-25T22:39:51.794Z] [2022-08-25T22:39:51.794Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:51.794Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:51.794Z] #42 31.29 Reading package lists... [2022-08-25T22:39:51.794Z] #42 36.26 Building dependency tree... [2022-08-25T22:39:51.794Z] #42 37.57 Reading state information... [2022-08-25T22:39:51.794Z] #42 38.68 The following additional packages will be installed: [2022-08-25T22:39:51.794Z] #42 38.68 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-25T22:39:51.794Z] #42 38.69 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-25T22:39:51.794Z] #42 38.69 Suggested packages: [2022-08-25T22:39:51.794Z] #42 38.69 manpages-dev python-setuptools [2022-08-25T22:39:51.794Z] #42 39.53 The following NEW packages will be installed: [2022-08-25T22:39:51.794Z] #42 39.53 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-25T22:39:51.794Z] #42 39.53 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-25T22:39:51.794Z] #42 39.53 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-25T22:39:51.794Z] #42 39.54 python-six zlib1g-dev [2022-08-25T22:39:51.794Z] #42 39.90 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:51.794Z] #42 39.90 Need to get 4091 kB of archives. [2022-08-25T22:39:51.794Z] #42 39.90 After this operation, 22.5 MB of additional disk space will be used. [2022-08-25T22:39:51.794Z] #42 39.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2022-08-25T22:39:51.794Z] #42 39.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:39:51.794Z] #42 39.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-08-25T22:39:51.794Z] #42 39.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:39:51.794Z] #42 39.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2022-08-25T22:39:51.794Z] #42 39.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:39:51.794Z] #42 39.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2022-08-25T22:39:51.794Z] #42 39.95 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1+deb10u1 [210 kB] [2022-08-25T22:39:51.794Z] #42 39.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2022-08-25T22:39:51.794Z] #42 40.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2022-08-25T22:39:51.794Z] #42 40.04 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2022-08-25T22:39:51.794Z] #42 40.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2022-08-25T22:39:51.794Z] #42 40.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2022-08-25T22:39:51.794Z] #42 40.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2022-08-25T22:39:51.794Z] #42 40.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-25T22:39:51.794Z] #42 40.18 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2022-08-25T22:39:51.794Z] #42 40.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2022-08-25T22:39:51.794Z] #42 40.98 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:51.794Z] #42 41.11 Fetched 4091 kB in 1s (6718 kB/s) [2022-08-25T22:39:51.794Z] #42 41.26 Selecting previously unselected package libcap-dev:amd64. [2022-08-25T22:39:51.794Z] #42 41.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-25T22:39:51.794Z] #42 41.33 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 41.35 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:39:51.794Z] #42 41.49 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:39:51.794Z] #42 41.50 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 41.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:51.794Z] #42 41.67 Selecting previously unselected package libnet1-dev. [2022-08-25T22:39:51.794Z] #42 41.67 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 41.68 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:51.794Z] #42 41.86 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:39:51.794Z] #42 41.86 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 41.87 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:39:51.794Z] #42 42.02 Selecting previously unselected package libnl-3-dev:amd64. [2022-08-25T22:39:51.794Z] #42 42.02 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 42.03 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:39:51.794Z] #42 42.25 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:39:51.794Z] #42 42.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 42.26 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:51.794Z] #42 42.39 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-08-25T22:39:51.794Z] #42 42.39 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 42.40 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:51.794Z] #42 42.54 Selecting previously unselected package zlib1g-dev:amd64. [2022-08-25T22:39:51.794Z] #42 42.55 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 42.56 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:39:51.794Z] #42 42.82 Selecting previously unselected package libprotobuf17:amd64. [2022-08-25T22:39:51.794Z] #42 42.82 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 42.84 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:51.794Z] #42 43.62 Selecting previously unselected package libprotobuf-lite17:amd64. [2022-08-25T22:39:51.794Z] #42 43.63 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 43.64 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:51.794Z] #42 43.80 Selecting previously unselected package libprotobuf-dev:amd64. [2022-08-25T22:39:51.794Z] #42 43.81 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 43.83 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:51.794Z] #42 44.92 Selecting previously unselected package libprotoc17:amd64. [2022-08-25T22:39:51.794Z] #42 44.92 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 44.94 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:51.794Z] #42 45.45 Selecting previously unselected package protobuf-c-compiler. [2022-08-25T22:39:51.794Z] #42 45.46 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 45.47 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:39:51.794Z] #42 45.66 Selecting previously unselected package protobuf-compiler. [2022-08-25T22:39:51.794Z] #42 45.67 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2022-08-25T22:39:51.794Z] #42 45.68 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:39:51.794Z] #42 45.83 Selecting previously unselected package python-pkg-resources. [2022-08-25T22:39:51.794Z] #42 45.83 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:39:51.794Z] #42 45.84 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-25T22:39:51.794Z] #42 ... [2022-08-25T22:39:51.794Z] [2022-08-25T22:39:51.794Z] #32 [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-08-25T22:39:51.794Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:39:51.794Z] #32 45.56 Checking out files: 93% (1423/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-25T22:39:51.794Z] #32 45.68 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-25T22:39:51.794Z] #32 45.91 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-25T22:39:51.794Z] #32 ... [2022-08-25T22:39:51.794Z] [2022-08-25T22:39:51.794Z] #36 [tini 1/2] 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-08-25T22:39:51.794Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:51.794Z] #36 31.37 Reading package lists... [2022-08-25T22:39:51.794Z] #36 36.55 Building dependency tree... [2022-08-25T22:39:51.794Z] #36 37.72 Reading state information... [2022-08-25T22:39:51.794Z] #36 39.09 The following additional packages will be installed: [2022-08-25T22:39:51.794Z] #36 39.10 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-25T22:39:51.794Z] #36 39.11 Suggested packages: [2022-08-25T22:39:51.794Z] #36 39.11 cmake-doc ninja-build lrzip [2022-08-25T22:39:51.794Z] #36 39.11 Recommended packages: [2022-08-25T22:39:51.794Z] #36 39.11 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-25T22:39:51.794Z] #36 39.71 The following NEW packages will be installed: [2022-08-25T22:39:51.794Z] #36 39.73 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-25T22:39:51.794Z] #36 39.74 vim-common xxd [2022-08-25T22:39:51.794Z] #36 40.07 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:51.794Z] #36 40.07 Need to get 14.9 MB of archives. [2022-08-25T22:39:51.794Z] #36 40.07 After this operation, 61.8 MB of additional disk space will be used. [2022-08-25T22:39:51.794Z] #36 40.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:39:51.794Z] #36 40.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:39:51.794Z] #36 40.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:39:51.794Z] #36 40.81 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB] [2022-08-25T22:39:51.794Z] #36 40.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-25T22:39:51.794Z] #36 40.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2022-08-25T22:39:51.794Z] #36 40.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2022-08-25T22:39:51.794Z] #36 40.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2022-08-25T22:39:51.794Z] #36 40.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2022-08-25T22:39:51.794Z] #36 40.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2022-08-25T22:39:51.794Z] #36 42.52 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:51.794Z] #36 42.75 Fetched 14.9 MB in 1s (10.7 MB/s) [2022-08-25T22:39:51.794Z] #36 42.84 Selecting previously unselected package xxd. [2022-08-25T22:39:51.794Z] #36 42.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 ... 15421 files and directories currently installed.) [2022-08-25T22:39:51.794Z] #36 42.91 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:39:51.794Z] #36 42.94 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:39:51.794Z] #36 43.14 Selecting previously unselected package vim-common. [2022-08-25T22:39:51.794Z] #36 43.14 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:39:51.794Z] #36 43.16 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:39:51.794Z] #36 43.40 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:39:51.794Z] #36 43.41 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:39:51.794Z] #36 43.43 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:39:51.821Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2022-08-25T22:39:51.821Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.2s [2022-08-25T22:39:51.821Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-25T22:39:51.821Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2022-08-25T22:39:51.821Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s [2022-08-25T22:39:52.055Z] #36 ... [2022-08-25T22:39:52.055Z] [2022-08-25T22:39:52.055Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:52.055Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:52.055Z] #42 46.56 Selecting previously unselected package python-six. [2022-08-25T22:39:52.055Z] #42 46.56 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-25T22:39:52.055Z] #42 46.57 Unpacking python-six (1.12.0-1) ... [2022-08-25T22:39:52.080Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2022-08-25T22:39:52.080Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2022-08-25T22:39:52.316Z] #42 46.70 Selecting previously unselected package python-protobuf. [2022-08-25T22:39:52.316Z] #42 46.70 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2022-08-25T22:39:52.316Z] #42 46.72 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-25T22:39:52.338Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2022-08-25T22:39:52.598Z] #4 DONE 0.9s [2022-08-25T22:39:52.598Z] [2022-08-25T22:39:52.598Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:39:52.598Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-25T22:39:52.888Z] #42 47.31 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-25T22:39:53.516Z] #55 ... [2022-08-25T22:39:53.516Z] [2022-08-25T22:39:53.516Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:39:53.516Z] #51 sha256:912171484fc2c1f19d0c37f93e12199c37ef41d6bd52fd3847135785007ec66d [2022-08-25T22:39:53.516Z] #51 DONE 36.0s [2022-08-25T22:39:53.516Z] [2022-08-25T22:39:53.516Z] #55 [containerd 1/2] 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-08-25T22:39:53.516Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:53.516Z] #55 35.95 The following additional packages will be installed: [2022-08-25T22:39:53.516Z] #55 35.95 libbtrfs0 [2022-08-25T22:39:53.516Z] #55 36.14 The following NEW packages will be installed: [2022-08-25T22:39:53.516Z] #55 36.14 libbtrfs-dev libbtrfs0 [2022-08-25T22:39:53.773Z] #55 36.49 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:53.773Z] #55 36.49 Need to get 119 kB of archives. [2022-08-25T22:39:53.773Z] #55 36.49 After this operation, 387 kB of additional disk space will be used. [2022-08-25T22:39:53.773Z] #55 36.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:39:53.773Z] #55 36.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:39:54.055Z] #7 ... [2022-08-25T22:39:54.056Z] [2022-08-25T22:39:54.056Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:39:54.056Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-25T22:39:54.056Z] #8 DONE 1.5s [2022-08-25T22:39:54.321Z] [2022-08-25T22:39:54.321Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:39:54.321Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-25T22:39:54.321Z] #7 DONE 1.5s [2022-08-25T22:39:54.321Z] [2022-08-25T22:39:54.321Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-25T22:39:54.321Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-25T22:39:54.321Z] #5 DONE 1.5s [2022-08-25T22:39:54.321Z] [2022-08-25T22:39:54.321Z] #6 [internal] load metadata for docker.io/library/golang:1.18.5-buster [2022-08-25T22:39:54.321Z] #6 sha256:5315db6b6beb51c3ee3a7a25b9ced447c4ebfc14b9976e2bea9aac9758c60766 [2022-08-25T22:39:54.321Z] #6 DONE 1.6s [2022-08-25T22:39:54.335Z] #55 ... [2022-08-25T22:39:54.335Z] [2022-08-25T22:39:54.335Z] #36 [tini 1/2] 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-08-25T22:39:54.335Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:54.335Z] #36 20.83 Reading package lists... [2022-08-25T22:39:54.335Z] #36 27.33 Reading package lists... [2022-08-25T22:39:54.335Z] #36 33.32 Building dependency tree... [2022-08-25T22:39:54.335Z] #36 34.57 Reading state information... [2022-08-25T22:39:54.335Z] #36 35.91 The following additional packages will be installed: [2022-08-25T22:39:54.335Z] #36 35.91 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-25T22:39:54.335Z] #36 35.91 Suggested packages: [2022-08-25T22:39:54.335Z] #36 35.91 cmake-doc ninja-build lrzip [2022-08-25T22:39:54.335Z] #36 35.91 Recommended packages: [2022-08-25T22:39:54.335Z] #36 35.91 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-25T22:39:54.335Z] #36 36.68 The following NEW packages will be installed: [2022-08-25T22:39:54.335Z] #36 36.68 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-25T22:39:54.335Z] #36 36.68 vim-common xxd [2022-08-25T22:39:54.335Z] #36 ... [2022-08-25T22:39:54.335Z] [2022-08-25T22:39:54.335Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:54.335Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:54.335Z] #42 34.99 The following NEW packages will be installed: [2022-08-25T22:39:54.335Z] #42 34.99 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-25T22:39:54.335Z] #42 34.99 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-25T22:39:54.335Z] #42 34.99 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-25T22:39:54.335Z] #42 34.99 python-six zlib1g-dev [2022-08-25T22:39:54.335Z] #42 35.43 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:54.335Z] #42 35.43 Need to get 4091 kB of archives. [2022-08-25T22:39:54.335Z] #42 35.43 After this operation, 22.5 MB of additional disk space will be used. [2022-08-25T22:39:54.335Z] #42 35.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1+deb10u1 [210 kB] [2022-08-25T22:39:54.335Z] #42 35.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2022-08-25T22:39:54.335Z] #42 35.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2022-08-25T22:39:54.335Z] #42 35.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2022-08-25T22:39:54.335Z] #42 35.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2022-08-25T22:39:54.335Z] #42 35.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2022-08-25T22:39:54.335Z] #42 35.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2022-08-25T22:39:54.335Z] #42 35.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-25T22:39:54.335Z] #42 35.64 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2022-08-25T22:39:54.335Z] #42 35.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2022-08-25T22:39:54.335Z] #42 36.52 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:54.335Z] #42 36.70 Fetched 4091 kB in 1s (6529 kB/s) [2022-08-25T22:39:54.335Z] #42 36.79 Selecting previously unselected package libcap-dev:amd64. [2022-08-25T22:39:54.335Z] #42 36.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-25T22:39:54.335Z] #42 36.90 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2022-08-25T22:39:54.335Z] #42 36.90 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:39:54.591Z] #42 37.08 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:39:54.591Z] #42 37.08 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:39:54.591Z] #42 37.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:54.591Z] #42 37.26 Selecting previously unselected package libnet1-dev. [2022-08-25T22:39:54.591Z] #42 37.26 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:39:54.591Z] #42 37.26 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:54.848Z] #42 37.44 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:39:54.848Z] #42 37.44 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:39:54.848Z] #42 37.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:39:54.848Z] #42 37.61 Selecting previously unselected package libnl-3-dev:amd64. [2022-08-25T22:39:54.848Z] #42 37.61 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2022-08-25T22:39:54.848Z] #42 37.61 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:39:55.103Z] #42 37.91 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:39:55.103Z] #42 37.91 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:39:55.103Z] #42 37.91 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:55.103Z] #42 37.91 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-08-25T22:39:55.103Z] #42 37.91 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:39:55.104Z] #42 37.91 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:55.270Z] #67 DONE 31.8s [2022-08-25T22:39:55.270Z] [2022-08-25T22:39:55.270Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:39:55.270Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:39:55.270Z] #40 27.23 Checking out files: 81% (1778/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-25T22:39:55.270Z] #40 27.56 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-25T22:39:55.270Z] #40 28.96 + 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-08-25T22:39:55.360Z] #42 38.05 Selecting previously unselected package zlib1g-dev:amd64. [2022-08-25T22:39:55.360Z] #42 38.05 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_amd64.deb ... [2022-08-25T22:39:55.360Z] #42 38.05 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:39:55.623Z] #42 38.30 Selecting previously unselected package libprotobuf17:amd64. [2022-08-25T22:39:55.623Z] #42 38.30 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:39:55.623Z] #42 38.30 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:55.880Z] #42 ... [2022-08-25T22:39:55.880Z] [2022-08-25T22:39:55.880Z] #55 [containerd 1/2] 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-08-25T22:39:55.880Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:55.880Z] #55 37.35 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:55.880Z] #55 37.42 Fetched 119 kB in 0s (430 kB/s) [2022-08-25T22:39:55.880Z] #55 37.62 Selecting previously unselected package libbtrfs0. [2022-08-25T22:39:55.880Z] #55 37.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 ... 15421 files and directories currently installed.) [2022-08-25T22:39:55.880Z] #55 37.62 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:39:55.880Z] #55 37.62 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:39:55.880Z] #55 37.73 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:39:55.880Z] #55 37.73 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:39:55.880Z] #55 37.73 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:39:55.880Z] #55 38.00 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:39:55.880Z] #55 38.00 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:39:55.880Z] #55 38.00 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:39:55.880Z] #55 DONE 38.7s [2022-08-25T22:39:56.135Z] [2022-08-25T22:39:56.135Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:39:56.135Z] #56 sha256:7e84f2b10fb85a212a2630b77733bbeafa94ab84fee3f8bf51a2fb63c8e1738b [2022-08-25T22:39:56.232Z] [2022-08-25T22:39:56.232Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:39:56.232Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:39:56.232Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-08-25T22:39:56.232Z] #64 DONE 0.1s [2022-08-25T22:39:56.232Z] [2022-08-25T22:39:56.232Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:39:56.232Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:39:56.232Z] #26 resolve docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 0.1s done [2022-08-25T22:39:56.232Z] #26 sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 984B / 984B done [2022-08-25T22:39:56.232Z] #26 sha256:faa416b9eeda2cbdb796544422eedd698e716dbd99841138521a94db51bf6123 529B / 529B done [2022-08-25T22:39:56.232Z] #26 sha256:12d6c5111e34893b46b35672fc4ab8c506fdd66292afc030ca1e794b0dd6fbaa 1.46kB / 1.46kB done [2022-08-25T22:39:56.232Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 0B / 50.44MB 0.2s [2022-08-25T22:39:56.819Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 6.71MB / 50.44MB 0.5s [2022-08-25T22:39:56.819Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 10.49MB / 50.44MB 0.7s [2022-08-25T22:39:57.082Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 13.63MB / 50.44MB 0.9s [2022-08-25T22:39:57.093Z] #42 51.00 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:57.093Z] #42 51.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:57.093Z] #42 51.04 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:57.093Z] #42 51.05 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:57.093Z] #42 51.07 Setting up python-six (1.12.0-1) ... [2022-08-25T22:39:57.093Z] #42 ... [2022-08-25T22:39:57.093Z] [2022-08-25T22:39:57.093Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:39:57.093Z] #56 sha256:fb8e0aed929bc5d92f3df9f7d5c0a1f390e1500efb5f336603d11b10fbc5d645 [2022-08-25T22:39:57.093Z] #56 1.005 + RM_GOPATH=0 [2022-08-25T22:39:57.093Z] #56 1.006 + TMP_GOPATH= [2022-08-25T22:39:57.093Z] #56 1.006 + : /build [2022-08-25T22:39:57.093Z] #56 1.006 + '[' -z '' ']' [2022-08-25T22:39:57.093Z] #56 1.007 ++ mktemp -d [2022-08-25T22:39:57.093Z] #56 1.010 + export GOPATH=/tmp/tmp.sU8bDHzIiZ [2022-08-25T22:39:57.093Z] #56 1.014 + GOPATH=/tmp/tmp.sU8bDHzIiZ [2022-08-25T22:39:57.093Z] #56 1.014 + RM_GOPATH=1 [2022-08-25T22:39:57.093Z] #56 1.014 + case "$(go env GOARCH)" in [2022-08-25T22:39:57.093Z] #56 1.015 ++ go env GOARCH [2022-08-25T22:39:57.093Z] #56 1.038 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:57.093Z] #56 1.038 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:39:57.093Z] #56 1.039 ++ dirname /tmp/install/install.sh [2022-08-25T22:39:57.093Z] #56 1.043 + dir=/tmp/install [2022-08-25T22:39:57.093Z] #56 1.043 + bin=containerd [2022-08-25T22:39:57.093Z] #56 1.044 + shift [2022-08-25T22:39:57.093Z] #56 1.044 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-25T22:39:57.093Z] #56 1.045 + . /tmp/install/containerd.installer [2022-08-25T22:39:57.093Z] #56 1.045 ++ set -e [2022-08-25T22:39:57.093Z] #56 1.050 ++ : v1.6.8 [2022-08-25T22:39:57.093Z] #56 1.050 + install_containerd [2022-08-25T22:39:57.093Z] #56 1.051 + echo 'Install containerd version v1.6.8' [2022-08-25T22:39:57.093Z] #56 1.054 Install containerd version v1.6.8 [2022-08-25T22:39:57.093Z] #56 1.054 + git clone https://github.com/containerd/containerd.git /tmp/tmp.sU8bDHzIiZ/src/github.com/containerd/containerd [2022-08-25T22:39:57.093Z] #56 1.059 Cloning into '/tmp/tmp.sU8bDHzIiZ/src/github.com/containerd/containerd'... [2022-08-25T22:39:57.094Z] #56 ... [2022-08-25T22:39:57.094Z] [2022-08-25T22:39:57.094Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:39:57.094Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:39:57.094Z] #13 37.86 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-25T22:39:57.094Z] #13 38.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-25T22:39:57.094Z] #13 38.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB] [2022-08-25T22:39:57.094Z] #13 41.07 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB] [2022-08-25T22:39:57.094Z] #13 43.07 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2022-08-25T22:39:57.094Z] #13 43.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2022-08-25T22:39:57.094Z] #13 43.07 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:39:57.094Z] #13 43.08 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:39:57.094Z] #13 43.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2022-08-25T22:39:57.094Z] #13 43.11 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] [2022-08-25T22:39:57.094Z] #13 43.12 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2022-08-25T22:39:57.094Z] #13 43.15 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2022-08-25T22:39:57.094Z] #13 43.16 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2022-08-25T22:39:57.094Z] #13 43.19 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2022-08-25T22:39:57.094Z] #13 43.20 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2022-08-25T22:39:57.094Z] #13 43.25 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2022-08-25T22:39:57.094Z] #13 43.26 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2022-08-25T22:39:57.094Z] #13 43.27 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] [2022-08-25T22:39:57.094Z] #13 44.17 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:57.094Z] #13 44.31 Fetched 77.8 MB in 7s (11.9 MB/s) [2022-08-25T22:39:57.094Z] #13 44.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 ... 15421 files and directories currently installed.) [2022-08-25T22:39:57.094Z] #13 44.50 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:39:57.094Z] #13 44.51 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-25T22:39:57.094Z] #13 44.73 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:39:57.094Z] #13 44.93 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-25T22:39:57.094Z] #13 44.93 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:39:57.094Z] #13 45.00 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:39:57.094Z] #13 45.01 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:39:57.348Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 17.12MB / 50.44MB 1.1s [2022-08-25T22:39:57.348Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 22.70MB / 50.44MB 1.3s [2022-08-25T22:39:57.610Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 26.21MB / 50.44MB 1.5s [2022-08-25T22:39:57.813Z] #40 ... [2022-08-25T22:39:57.813Z] [2022-08-25T22:39:57.813Z] #36 [tini 1/2] 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-08-25T22:39:57.813Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:57.813Z] #36 24.50 Fetched 8475 kB in 19s (441 kB/s) [2022-08-25T22:39:57.813Z] #36 24.50 Reading package lists... [2022-08-25T22:39:57.871Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 32.51MB / 50.44MB 1.7s [2022-08-25T22:39:57.871Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 36.70MB / 50.44MB 1.9s [2022-08-25T22:39:58.037Z] #13 46.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-25T22:39:58.037Z] #13 46.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:39:58.037Z] #13 46.98 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:39:58.073Z] #36 30.52 Reading package lists... [2022-08-25T22:39:58.073Z] #36 ... [2022-08-25T22:39:58.073Z] [2022-08-25T22:39:58.073Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:58.073Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:58.073Z] #42 21.70 Reading package lists... [2022-08-25T22:39:58.073Z] #42 28.21 Building dependency tree... [2022-08-25T22:39:58.073Z] #42 29.49 Reading state information... [2022-08-25T22:39:58.073Z] #42 30.96 The following additional packages will be installed: [2022-08-25T22:39:58.073Z] #42 30.97 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-25T22:39:58.073Z] #42 30.98 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-25T22:39:58.073Z] #42 30.99 Suggested packages: [2022-08-25T22:39:58.073Z] #42 30.99 manpages-dev python-setuptools [2022-08-25T22:39:58.073Z] #42 32.66 The following NEW packages will be installed: [2022-08-25T22:39:58.073Z] #42 32.66 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-25T22:39:58.073Z] #42 32.66 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-25T22:39:58.073Z] #42 32.66 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-25T22:39:58.073Z] #42 32.66 python-six zlib1g-dev [2022-08-25T22:39:58.073Z] #42 33.18 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:39:58.073Z] #42 33.18 Need to get 4091 kB of archives. [2022-08-25T22:39:58.073Z] #42 33.18 After this operation, 22.5 MB of additional disk space will be used. [2022-08-25T22:39:58.073Z] #42 33.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2022-08-25T22:39:58.073Z] #42 33.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:39:58.073Z] #42 33.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-08-25T22:39:58.073Z] #42 33.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:39:58.073Z] #42 33.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2022-08-25T22:39:58.073Z] #42 33.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:39:58.073Z] #42 33.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2022-08-25T22:39:58.073Z] #42 33.26 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1+deb10u1 [210 kB] [2022-08-25T22:39:58.073Z] #42 33.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2022-08-25T22:39:58.073Z] #42 33.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2022-08-25T22:39:58.073Z] #42 33.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2022-08-25T22:39:58.073Z] #42 33.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2022-08-25T22:39:58.073Z] #42 33.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2022-08-25T22:39:58.073Z] #42 33.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2022-08-25T22:39:58.073Z] #42 33.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-25T22:39:58.073Z] #42 33.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2022-08-25T22:39:58.073Z] #42 33.62 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2022-08-25T22:39:58.073Z] #42 34.57 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:39:58.073Z] #42 34.73 Fetched 4091 kB in 1s (5428 kB/s) [2022-08-25T22:39:58.073Z] #42 34.82 Selecting previously unselected package libcap-dev:amd64. [2022-08-25T22:39:58.073Z] #42 34.82 (Reading database ... [2022-08-25T22:39:58.073Z] #42 ... [2022-08-25T22:39:58.073Z] [2022-08-25T22:39:58.073Z] #55 [containerd 1/2] 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-08-25T22:39:58.073Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:39:58.073Z] #55 24.76 Fetched 8475 kB in 19s (444 kB/s) [2022-08-25T22:39:58.073Z] #55 24.76 Reading package lists... [2022-08-25T22:39:58.134Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 42.99MB / 50.44MB 2.1s [2022-08-25T22:39:58.297Z] #13 ... [2022-08-25T22:39:58.297Z] [2022-08-25T22:39:58.297Z] #36 [tini 1/2] 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-08-25T22:39:58.297Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:39:58.297Z] #36 48.96 Selecting previously unselected package libxml2:amd64. [2022-08-25T22:39:58.297Z] #36 48.96 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ... [2022-08-25T22:39:58.297Z] #36 48.97 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:39:58.297Z] #36 49.49 Selecting previously unselected package cmake-data. [2022-08-25T22:39:58.297Z] #36 49.50 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-25T22:39:58.297Z] #36 49.51 Unpacking cmake-data (3.13.4-1) ... [2022-08-25T22:39:58.297Z] #36 51.78 Selecting previously unselected package libarchive13:amd64. [2022-08-25T22:39:58.297Z] #36 51.79 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2022-08-25T22:39:58.297Z] #36 51.79 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:39:58.297Z] #36 52.13 Selecting previously unselected package libjsoncpp1:amd64. [2022-08-25T22:39:58.297Z] #36 52.13 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2022-08-25T22:39:58.297Z] #36 52.14 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:39:58.297Z] #36 52.30 Selecting previously unselected package librhash0:amd64. [2022-08-25T22:39:58.297Z] #36 52.30 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2022-08-25T22:39:58.297Z] #36 52.31 Unpacking librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:39:58.297Z] #36 52.46 Selecting previously unselected package libuv1:amd64. [2022-08-25T22:39:58.297Z] #36 52.46 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2022-08-25T22:39:58.297Z] #36 52.47 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:39:58.297Z] #36 52.62 Selecting previously unselected package cmake. [2022-08-25T22:39:58.297Z] #36 52.63 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2022-08-25T22:39:58.297Z] #36 52.64 Unpacking cmake (3.13.4-1) ... [2022-08-25T22:39:58.333Z] #55 30.26 Reading package lists... [2022-08-25T22:39:58.333Z] #55 ... [2022-08-25T22:39:58.333Z] [2022-08-25T22:39:58.333Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:58.333Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:58.334Z] #42 34.82 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:39:58.334Z] #42 34.90 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2022-08-25T22:39:58.334Z] #42 34.92 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:39:58.334Z] #42 35.05 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:39:58.334Z] #42 35.07 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:39:58.397Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.40MB / 50.44MB 2.3s [2022-08-25T22:39:58.593Z] #42 35.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:58.593Z] #42 35.22 Selecting previously unselected package libnet1-dev. [2022-08-25T22:39:58.593Z] #42 35.22 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:39:58.593Z] #42 35.22 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:58.853Z] #42 35.41 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:39:58.853Z] #42 35.42 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:39:58.853Z] #42 35.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:39:58.853Z] #42 35.61 Selecting previously unselected package libnl-3-dev:amd64. [2022-08-25T22:39:58.853Z] #42 35.62 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2022-08-25T22:39:59.113Z] #42 ... [2022-08-25T22:39:59.113Z] [2022-08-25T22:39:59.113Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:39:59.113Z] #51 sha256:0a4f820a4dc0e128b48d6e6c680b65824dc13e79dcd6a3899d13f864f84b9c48 [2022-08-25T22:39:59.113Z] #51 DONE 35.7s [2022-08-25T22:39:59.113Z] [2022-08-25T22:39:59.113Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:59.113Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:59.113Z] #42 35.63 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:39:59.337Z] #26 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 2.9s done [2022-08-25T22:39:59.598Z] #26 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 0.1s [2022-08-25T22:39:59.683Z] #42 36.18 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:39:59.683Z] #42 36.18 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:39:59.683Z] #42 36.19 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:59.683Z] #42 36.42 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-08-25T22:39:59.683Z] #42 36.42 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:39:59.683Z] #42 36.43 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:39:59.685Z] #36 ... [2022-08-25T22:39:59.685Z] [2022-08-25T22:39:59.685Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:39:59.685Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:39:59.685Z] #42 54.34 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:39:59.943Z] #42 36.63 Selecting previously unselected package zlib1g-dev:amd64. [2022-08-25T22:39:59.943Z] #42 36.64 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_amd64.deb ... [2022-08-25T22:39:59.943Z] #42 36.69 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:39:59.945Z] #42 54.36 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:39:59.946Z] #42 54.39 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:59.946Z] #42 54.42 Setting up libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:39:59.946Z] #42 54.44 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:59.946Z] #42 54.45 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:39:59.946Z] #42 54.46 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:39:59.946Z] #42 54.49 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:39:59.946Z] #42 54.50 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:39:59.946Z] #42 54.51 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-25T22:40:00.512Z] #42 36.91 Selecting previously unselected package libprotobuf17:amd64. [2022-08-25T22:40:00.512Z] #42 36.91 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:00.512Z] #42 36.92 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:01.082Z] #42 37.53 Selecting previously unselected package libprotobuf-lite17:amd64. [2022-08-25T22:40:01.082Z] #42 37.53 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:01.082Z] #42 37.55 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:01.082Z] #42 ... [2022-08-25T22:40:01.082Z] [2022-08-25T22:40:01.082Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:01.082Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:01.082Z] #13 21.32 Fetched 9016 kB in 19s (468 kB/s) [2022-08-25T22:40:01.082Z] #13 21.32 Reading package lists... [2022-08-25T22:40:01.082Z] #13 28.14 Reading package lists... [2022-08-25T22:40:01.082Z] #13 ... [2022-08-25T22:40:01.082Z] [2022-08-25T22:40:01.082Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:40:01.082Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:40:01.082Z] #42 37.72 Selecting previously unselected package libprotobuf-dev:amd64. [2022-08-25T22:40:01.082Z] #42 37.76 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:01.082Z] #42 37.77 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:01.448Z] #56 ... [2022-08-25T22:40:01.448Z] [2022-08-25T22:40:01.448Z] #32 [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-08-25T22:40:01.448Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:40:01.448Z] #32 43.44 Checking out files: 93% (1423/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-25T22:40:01.448Z] #32 43.60 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-25T22:40:02.009Z] #32 44.35 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-25T22:40:02.022Z] #42 38.74 Selecting previously unselected package libprotoc17:amd64. [2022-08-25T22:40:02.022Z] #42 38.76 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:02.022Z] #42 38.77 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:02.143Z] #26 ... [2022-08-25T22:40:02.143Z] [2022-08-25T22:40:02.143Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:02.143Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:02.143Z] #9 resolve docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 0.1s done [2022-08-25T22:40:02.143Z] #9 sha256:6810a6ab59a1f0124dacf48c4b89cc965c2a72b53b9d717a141db1f600c5dfb9 1.79kB / 1.79kB done [2022-08-25T22:40:02.143Z] #9 sha256:a798dce34acd8bd8fa6026454b95c6190760b17b85a7dbaed5a8ee63586d9e19 7.10kB / 7.10kB done [2022-08-25T22:40:02.143Z] #9 sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 988B / 988B done [2022-08-25T22:40:02.143Z] #9 sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 50.44MB / 50.44MB 2.7s done [2022-08-25T22:40:02.143Z] #9 sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 7.86MB / 7.86MB 0.8s done [2022-08-25T22:40:02.143Z] #9 sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 10.00MB / 10.00MB 0.5s done [2022-08-25T22:40:02.143Z] #9 sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 51.84MB / 51.84MB 3.2s done [2022-08-25T22:40:02.143Z] #9 sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 68.83MB / 68.83MB 4.0s done [2022-08-25T22:40:02.143Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 47.19MB / 141.86MB 5.7s [2022-08-25T22:40:02.143Z] #9 sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 155B / 155B 3.3s done [2022-08-25T22:40:02.143Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 57.67MB / 141.86MB 6.0s [2022-08-25T22:40:02.265Z] #32 ... [2022-08-25T22:40:02.265Z] [2022-08-25T22:40:02.265Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:02.265Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:02.265Z] #13 26.32 Fetched 9016 kB in 16s (581 kB/s) [2022-08-25T22:40:02.265Z] #13 26.32 Reading package lists... [2022-08-25T22:40:02.496Z] #42 ... [2022-08-25T22:40:02.496Z] [2022-08-25T22:40:02.496Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:02.496Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:40:02.496Z] #49 46.67 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-25T22:40:02.496Z] #49 46.68 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-25T22:40:02.496Z] #49 46.69 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-25T22:40:02.496Z] #49 46.84 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-25T22:40:02.496Z] #49 46.96 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-25T22:40:02.496Z] #49 47.05 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-25T22:40:02.496Z] #49 47.17 go: downloading golang.org/x/text v0.3.7 [2022-08-25T22:40:02.496Z] #49 52.00 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-25T22:40:02.496Z] #49 52.06 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-25T22:40:02.496Z] #49 52.10 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-25T22:40:02.496Z] #49 52.13 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-25T22:40:02.496Z] #49 52.17 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-25T22:40:02.496Z] #49 52.17 go: downloading golang.org/x/mod v0.5.1 [2022-08-25T22:40:02.496Z] #49 52.26 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-25T22:40:02.496Z] #49 52.31 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-25T22:40:02.496Z] #49 52.36 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-25T22:40:02.496Z] #49 52.52 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-25T22:40:02.496Z] #49 52.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-25T22:40:02.496Z] #49 52.57 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-25T22:40:02.496Z] #49 52.91 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-25T22:40:02.496Z] #49 52.95 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-25T22:40:02.496Z] #49 52.99 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-25T22:40:02.496Z] #49 53.38 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-25T22:40:02.496Z] #49 53.42 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-25T22:40:02.496Z] #49 53.54 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-25T22:40:02.496Z] #49 53.58 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-25T22:40:02.496Z] #49 53.61 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-25T22:40:02.496Z] #49 53.65 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-25T22:40:02.496Z] #49 53.91 go: downloading github.com/prometheus/common v0.10.0 [2022-08-25T22:40:02.496Z] #49 54.08 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-25T22:40:02.496Z] #49 54.12 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-25T22:40:02.496Z] #49 54.22 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-25T22:40:02.496Z] #49 55.64 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-25T22:40:02.496Z] #49 ... [2022-08-25T22:40:02.496Z] [2022-08-25T22:40:02.496Z] #36 [tini 1/2] 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-08-25T22:40:02.496Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:40:02.496Z] #36 55.10 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:40:02.496Z] #36 55.13 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:02.496Z] #36 55.14 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:40:02.496Z] #36 55.16 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:02.496Z] #36 55.21 Setting up librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:40:02.496Z] #36 55.23 Setting up cmake-data (3.13.4-1) ... [2022-08-25T22:40:02.496Z] #36 55.25 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:40:02.496Z] #36 55.26 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:40:02.496Z] #36 55.30 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:40:02.496Z] #36 55.32 Setting up cmake (3.13.4-1) ... [2022-08-25T22:40:02.496Z] #36 55.34 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:02.496Z] #36 55.43 Processing triggers for mime-support (3.62) ... [2022-08-25T22:40:02.521Z] #13 31.98 Reading package lists... [2022-08-25T22:40:02.521Z] #13 ... [2022-08-25T22:40:02.521Z] [2022-08-25T22:40:02.521Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:02.521Z] #49 sha256:6c76bc9541e2a3efe914dbe131a695fe8bb59d6efbd2de2bd9bd2a650c486217 [2022-08-25T22:40:02.521Z] #49 35.58 go: downloading github.com/fatih/color v1.13.0 [2022-08-25T22:40:02.521Z] #49 35.58 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:40:02.521Z] #49 35.61 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:40:02.521Z] #49 35.61 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-25T22:40:02.521Z] #49 35.61 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-25T22:40:02.521Z] #49 35.99 go: downloading github.com/spf13/viper v1.10.1 [2022-08-25T22:40:02.521Z] #49 36.04 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-25T22:40:02.521Z] #49 36.39 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-25T22:40:02.521Z] #49 36.43 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-25T22:40:02.521Z] #49 36.48 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-25T22:40:02.521Z] #49 36.48 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-25T22:40:02.521Z] #49 37.44 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-25T22:40:02.521Z] #49 37.61 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-25T22:40:02.521Z] #49 40.29 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-25T22:40:02.521Z] #49 40.29 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:40:02.521Z] #49 40.52 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-25T22:40:02.521Z] #49 40.52 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-25T22:40:02.521Z] #49 40.62 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-25T22:40:02.521Z] #49 40.62 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-25T22:40:02.521Z] #49 40.83 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-25T22:40:02.521Z] #49 40.83 go: downloading github.com/spf13/afero v1.6.0 [2022-08-25T22:40:02.521Z] #49 40.83 go: downloading github.com/spf13/cast v1.4.1 [2022-08-25T22:40:02.521Z] #49 40.83 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-25T22:40:02.521Z] #49 40.94 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-25T22:40:02.521Z] #49 40.94 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-25T22:40:02.521Z] #49 41.10 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-25T22:40:02.521Z] #49 41.22 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-25T22:40:02.521Z] #49 41.43 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-25T22:40:02.521Z] #49 41.43 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-25T22:40:02.521Z] #49 41.43 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-25T22:40:02.521Z] #49 41.43 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-25T22:40:02.521Z] #49 41.43 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-25T22:40:02.521Z] #49 41.43 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-25T22:40:02.521Z] #49 41.43 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-25T22:40:02.521Z] #49 41.79 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-25T22:40:02.521Z] #49 41.89 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-25T22:40:02.521Z] #49 41.95 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-25T22:40:02.521Z] #49 41.95 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-25T22:40:02.521Z] #49 42.13 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-25T22:40:02.521Z] #49 42.13 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-25T22:40:02.521Z] #49 42.77 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-25T22:40:02.521Z] #49 42.87 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-25T22:40:02.521Z] #49 42.87 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-25T22:40:02.521Z] #49 42.87 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-25T22:40:02.521Z] #49 42.95 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-25T22:40:02.521Z] #49 43.07 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-25T22:40:02.521Z] #49 43.29 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-25T22:40:02.521Z] #49 43.29 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-25T22:40:02.521Z] #49 43.29 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-25T22:40:02.521Z] #49 43.36 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-25T22:40:02.521Z] #49 43.51 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-25T22:40:02.521Z] #49 43.51 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-25T22:40:02.521Z] #49 43.51 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-25T22:40:02.521Z] #49 43.65 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-25T22:40:02.521Z] #49 43.65 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-25T22:40:02.521Z] #49 43.71 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-25T22:40:02.521Z] #49 43.75 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-25T22:40:02.521Z] #49 43.84 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-25T22:40:02.521Z] #49 43.91 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-25T22:40:02.521Z] #49 43.98 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-25T22:40:02.521Z] #49 44.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-25T22:40:02.521Z] #49 44.18 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-25T22:40:02.521Z] #49 44.18 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-25T22:40:02.521Z] #49 44.23 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-25T22:40:02.521Z] #49 44.23 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-25T22:40:02.521Z] #49 44.29 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-25T22:40:02.521Z] #49 44.29 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-25T22:40:02.521Z] #49 44.35 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-25T22:40:02.521Z] #49 44.37 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-25T22:40:02.521Z] #49 44.41 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-25T22:40:02.521Z] #49 44.47 go: downloading github.com/julz/importas v0.1.0 [2022-08-25T22:40:02.521Z] #49 44.49 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-25T22:40:02.521Z] #49 44.58 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-25T22:40:02.521Z] #49 44.58 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-25T22:40:02.521Z] #49 44.58 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-25T22:40:02.521Z] #49 44.65 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-25T22:40:02.521Z] #49 44.76 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-25T22:40:02.521Z] #49 44.76 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-25T22:40:02.521Z] #49 44.82 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-25T22:40:02.521Z] #49 44.82 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-25T22:40:02.521Z] #49 44.93 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-25T22:40:02.521Z] #49 44.93 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-25T22:40:02.521Z] #49 44.93 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-25T22:40:02.712Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 64.99MB / 141.86MB 6.4s [2022-08-25T22:40:02.777Z] #49 ... [2022-08-25T22:40:02.777Z] [2022-08-25T22:40:02.777Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:02.777Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:02.777Z] #13 31.98 Reading package lists... [2022-08-25T22:40:02.962Z] #42 39.37 Selecting previously unselected package protobuf-c-compiler. [2022-08-25T22:40:02.962Z] #42 39.37 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:40:02.962Z] #42 39.38 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:40:02.962Z] #42 39.55 Selecting previously unselected package protobuf-compiler. [2022-08-25T22:40:02.962Z] #42 39.55 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:02.962Z] #42 39.57 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:40:02.962Z] #42 39.71 Selecting previously unselected package python-pkg-resources. [2022-08-25T22:40:02.962Z] #42 39.71 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:40:02.962Z] #42 39.72 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-25T22:40:03.221Z] #42 39.88 Selecting previously unselected package python-six. [2022-08-25T22:40:03.221Z] #42 39.88 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-25T22:40:03.222Z] #42 39.88 Unpacking python-six (1.12.0-1) ... [2022-08-25T22:40:03.282Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 75.50MB / 141.86MB 6.9s [2022-08-25T22:40:03.282Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 82.84MB / 141.86MB 7.2s [2022-08-25T22:40:03.481Z] #42 39.97 Selecting previously unselected package python-protobuf. [2022-08-25T22:40:03.481Z] #42 39.97 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:03.481Z] #42 39.97 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-25T22:40:03.740Z] #42 40.34 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-25T22:40:03.856Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 92.27MB / 141.86MB 7.7s [2022-08-25T22:40:04.400Z] #13 37.26 Building dependency tree... [2022-08-25T22:40:04.400Z] #13 38.40 Reading state information... [2022-08-25T22:40:04.411Z] #36 DONE 58.9s [2022-08-25T22:40:04.411Z] [2022-08-25T22:40:04.411Z] #32 [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-08-25T22:40:04.411Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:40:04.411Z] #32 DONE 58.8s [2022-08-25T22:40:04.411Z] [2022-08-25T22:40:04.411Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:40:04.411Z] #47 sha256:e9d4f8df714de564ca838388c486903f956afe9d6a16f78b9e45f8aabc9fac48 [2022-08-25T22:40:04.411Z] #47 DONE 58.9s [2022-08-25T22:40:04.411Z] [2022-08-25T22:40:04.411Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:40:04.411Z] #37 sha256:85126dab62f728005af9b00d83ae4b01ec9f5d0d4c86733dc1b9b4eff9eac42e [2022-08-25T22:40:04.426Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 100.66MB / 141.86MB 8.1s [2022-08-25T22:40:04.657Z] #13 ... [2022-08-25T22:40:04.657Z] [2022-08-25T22:40:04.657Z] #36 [tini 1/2] 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-08-25T22:40:04.657Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:40:04.657Z] #36 37.23 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:40:04.657Z] #36 37.23 Need to get 14.9 MB of archives. [2022-08-25T22:40:04.657Z] #36 37.23 After this operation, 61.8 MB of additional disk space will be used. [2022-08-25T22:40:04.657Z] #36 37.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:40:04.657Z] #36 37.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:40:04.657Z] #36 37.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:40:04.657Z] #36 37.77 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB] [2022-08-25T22:40:04.657Z] #36 37.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-25T22:40:04.657Z] #36 37.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2022-08-25T22:40:04.657Z] #36 37.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2022-08-25T22:40:04.657Z] #36 37.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2022-08-25T22:40:04.657Z] #36 38.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2022-08-25T22:40:04.657Z] #36 38.07 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2022-08-25T22:40:04.657Z] #36 39.01 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:40:04.657Z] #36 39.26 Fetched 14.9 MB in 1s (10.0 MB/s) [2022-08-25T22:40:04.657Z] #36 39.37 Selecting previously unselected package xxd. [2022-08-25T22:40:04.657Z] #36 39.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 ... 15421 files and directories currently installed.) [2022-08-25T22:40:04.657Z] #36 39.37 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:40:04.657Z] #36 39.37 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:04.657Z] #36 39.65 Selecting previously unselected package vim-common. [2022-08-25T22:40:04.657Z] #36 39.65 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:40:04.657Z] #36 39.65 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:04.657Z] #36 40.02 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:40:04.657Z] #36 40.02 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:40:04.657Z] #36 40.02 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:40:04.657Z] #36 45.54 Selecting previously unselected package libxml2:amd64. [2022-08-25T22:40:04.657Z] #36 45.54 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ... [2022-08-25T22:40:04.657Z] #36 45.54 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:40:04.657Z] #36 46.12 Selecting previously unselected package cmake-data. [2022-08-25T22:40:04.657Z] #36 46.12 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-25T22:40:04.657Z] #36 46.12 Unpacking cmake-data (3.13.4-1) ... [2022-08-25T22:40:04.657Z] #36 ... [2022-08-25T22:40:04.657Z] [2022-08-25T22:40:04.657Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:04.657Z] #49 sha256:6c76bc9541e2a3efe914dbe131a695fe8bb59d6efbd2de2bd9bd2a650c486217 [2022-08-25T22:40:04.657Z] #49 45.68 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-25T22:40:04.657Z] #49 45.68 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-25T22:40:04.657Z] #49 45.68 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-25T22:40:04.657Z] #49 45.74 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-25T22:40:04.657Z] #49 45.83 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-25T22:40:04.657Z] #49 45.86 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-25T22:40:04.657Z] #49 45.89 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-25T22:40:04.657Z] #49 45.92 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-25T22:40:04.657Z] #49 46.00 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-25T22:40:04.657Z] #49 46.12 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-25T22:40:04.657Z] #49 46.12 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-25T22:40:04.657Z] #49 46.12 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-25T22:40:04.657Z] #49 46.12 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-25T22:40:04.657Z] #49 46.17 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-25T22:40:04.657Z] #49 46.28 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-25T22:40:04.657Z] #49 46.28 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-25T22:40:04.657Z] #49 46.36 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-25T22:40:04.657Z] #49 46.38 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-25T22:40:04.657Z] #49 46.38 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-25T22:40:04.657Z] #49 46.38 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-25T22:40:04.657Z] #49 46.42 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-25T22:40:04.657Z] #49 46.71 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-25T22:40:04.657Z] #49 46.71 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-25T22:40:04.657Z] #49 46.71 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-25T22:40:04.657Z] #49 46.84 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-25T22:40:04.657Z] #49 46.95 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-25T22:40:04.657Z] #49 47.09 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-25T22:40:04.657Z] #49 47.29 go: downloading honnef.co/go/tools v0.2.2 [2022-08-25T22:40:04.685Z] #9 ... [2022-08-25T22:40:04.685Z] [2022-08-25T22:40:04.685Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:40:04.685Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-25T22:40:04.685Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-08-25T22:40:04.685Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-25T22:40:04.685Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-08-25T22:40:04.685Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-08-25T22:40:04.685Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.1s done [2022-08-25T22:40:04.685Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.8s done [2022-08-25T22:40:04.685Z] #62 DONE 8.5s [2022-08-25T22:40:04.685Z] [2022-08-25T22:40:04.685Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:04.685Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:04.685Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 110.03MB / 141.86MB 8.5s [2022-08-25T22:40:04.685Z] #9 ... [2022-08-25T22:40:04.685Z] [2022-08-25T22:40:04.685Z] #23 [internal] load build context [2022-08-25T22:40:04.685Z] #23 sha256:0effcc63de99db33a20da325a9cd743e4ed0e7be41237e55f245d43d409ca286 [2022-08-25T22:40:04.685Z] #23 transferring context: 53.22MB 8.7s [2022-08-25T22:40:04.871Z] Fetching without tags [2022-08-25T22:40:04.945Z] #23 transferring context: 53.41MB 8.7s done [2022-08-25T22:40:04.945Z] #23 ... [2022-08-25T22:40:04.945Z] [2022-08-25T22:40:04.945Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:04.945Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:04.945Z] #9 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 5.4s [2022-08-25T22:40:04.945Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 117.44MB / 141.86MB 8.7s [2022-08-25T22:40:04.945Z] #9 ... [2022-08-25T22:40:04.945Z] [2022-08-25T22:40:04.945Z] #23 [internal] load build context [2022-08-25T22:40:04.945Z] #23 sha256:0effcc63de99db33a20da325a9cd743e4ed0e7be41237e55f245d43d409ca286 [2022-08-25T22:40:04.945Z] #23 DONE 9.0s [2022-08-25T22:40:04.945Z] [2022-08-25T22:40:04.945Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:04.945Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:04.981Z] #37 ... [2022-08-25T22:40:04.981Z] [2022-08-25T22:40:04.981Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:40:04.981Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:40:04.981Z] #42 58.56 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:40:04.981Z] #42 58.78 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:04.981Z] #42 DONE 59.3s [2022-08-25T22:40:04.981Z] [2022-08-25T22:40:04.981Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:04.981Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:05.124Z] #42 ... [2022-08-25T22:40:05.124Z] [2022-08-25T22:40:05.124Z] #55 [containerd 1/2] 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-08-25T22:40:05.124Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:40:05.124Z] #55 30.26 Reading package lists... [2022-08-25T22:40:05.124Z] #55 36.82 Building dependency tree... [2022-08-25T22:40:05.124Z] #55 37.86 Reading state information... [2022-08-25T22:40:05.124Z] #55 39.14 The following additional packages will be installed: [2022-08-25T22:40:05.124Z] #55 39.16 libbtrfs0 [2022-08-25T22:40:05.124Z] #55 39.30 The following NEW packages will be installed: [2022-08-25T22:40:05.124Z] #55 39.30 libbtrfs-dev libbtrfs0 [2022-08-25T22:40:05.124Z] #55 39.67 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:40:05.124Z] #55 39.67 Need to get 119 kB of archives. [2022-08-25T22:40:05.124Z] #55 39.67 After this operation, 387 kB of additional disk space will be used. [2022-08-25T22:40:05.124Z] #55 39.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:40:05.124Z] #55 39.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:40:05.124Z] #55 40.32 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:40:05.124Z] #55 40.51 Fetched 119 kB in 0s (426 kB/s) [2022-08-25T22:40:05.124Z] #55 40.66 Selecting previously unselected package libbtrfs0. [2022-08-25T22:40:05.124Z] #55 40.66 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:40:05.124Z] #55 40.72 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:40:05.124Z] #55 40.78 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:05.124Z] #55 41.00 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:40:05.124Z] #55 41.01 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:40:05.124Z] #55 41.06 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:05.124Z] #55 41.30 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:05.124Z] #55 41.33 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:05.124Z] #55 41.34 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:05.124Z] #55 DONE 41.8s [2022-08-25T22:40:05.134Z] Merging remotes/origin/20.10 commit 0bd91f300e5b9f809441dd6c3a36b1495938fff9 into PR head commit 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:40:05.208Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 124.78MB / 141.86MB 9.0s [2022-08-25T22:40:05.208Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 136.31MB / 141.86MB 9.1s [2022-08-25T22:40:05.384Z] [2022-08-25T22:40:05.384Z] #36 [tini 1/2] 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-08-25T22:40:05.384Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:40:05.384Z] #36 30.52 Reading package lists... [2022-08-25T22:40:05.384Z] #36 36.91 Building dependency tree... [2022-08-25T22:40:05.384Z] #36 37.90 Reading state information... [2022-08-25T22:40:05.384Z] #36 39.19 The following additional packages will be installed: [2022-08-25T22:40:05.384Z] #36 39.21 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-25T22:40:05.384Z] #36 39.21 Suggested packages: [2022-08-25T22:40:05.384Z] #36 39.22 cmake-doc ninja-build lrzip [2022-08-25T22:40:05.384Z] #36 39.22 Recommended packages: [2022-08-25T22:40:05.384Z] #36 39.22 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-25T22:40:05.384Z] #36 39.83 The following NEW packages will be installed: [2022-08-25T22:40:05.384Z] #36 39.84 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-25T22:40:05.384Z] #36 39.84 vim-common xxd [2022-08-25T22:40:05.384Z] #36 40.19 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:40:05.384Z] #36 40.19 Need to get 14.9 MB of archives. [2022-08-25T22:40:05.384Z] #36 40.19 After this operation, 61.8 MB of additional disk space will be used. [2022-08-25T22:40:05.384Z] #36 40.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:40:05.384Z] #36 40.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:40:05.384Z] #36 40.21 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:40:05.384Z] #36 40.82 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB] [2022-08-25T22:40:05.384Z] #36 40.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-25T22:40:05.384Z] #36 40.95 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2022-08-25T22:40:05.384Z] #36 40.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2022-08-25T22:40:05.384Z] #36 40.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2022-08-25T22:40:05.384Z] #36 40.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2022-08-25T22:40:05.384Z] #36 41.00 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2022-08-25T22:40:05.644Z] #36 42.31 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:40:04.728Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:40:04.750Z] > git config --add remote.origin.fetch +refs/pull/44041/head:refs/remotes/origin/PR-44041 # timeout=10 [2022-08-25T22:40:04.763Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:40:04.835Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:40:04.874Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:40:04.874Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:40:04.876Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:40:05.143Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:40:05.160Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:40:05.794Z] Merge succeeded, producing 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:40:05.794Z] Checking out Revision 8bd86a0699c26fd012c7df4f85136a2347c9340e (PR-44041) [2022-08-25T22:40:05.905Z] #36 42.59 Fetched 14.9 MB in 1s (11.3 MB/s) [2022-08-25T22:40:05.905Z] #36 42.66 Selecting previously unselected package xxd. [2022-08-25T22:40:06.023Z] #49 48.59 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-25T22:40:06.023Z] #49 48.65 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-25T22:40:06.023Z] #49 48.69 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-25T22:40:06.023Z] #49 48.75 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:40:06.023Z] #49 48.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-25T22:40:06.023Z] #49 48.79 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-25T22:40:06.023Z] #49 48.80 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-25T22:40:06.148Z] #9 ... [2022-08-25T22:40:06.148Z] [2022-08-25T22:40:06.148Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:40:06.148Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:40:06.148Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-25T22:40:06.148Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-08-25T22:40:06.148Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-08-25T22:40:06.148Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.9s done [2022-08-25T22:40:06.148Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.4s done [2022-08-25T22:40:06.148Z] #64 ... [2022-08-25T22:40:06.148Z] [2022-08-25T22:40:06.148Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:06.148Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:06.164Z] #36 42.66 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:40:06.164Z] #36 42.76 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:40:06.164Z] #36 42.77 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:06.164Z] #36 ... [2022-08-25T22:40:06.164Z] [2022-08-25T22:40:06.164Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:40:06.164Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:40:06.164Z] #56 0.986 + RM_GOPATH=0 [2022-08-25T22:40:06.164Z] #56 0.986 + TMP_GOPATH= [2022-08-25T22:40:06.164Z] #56 0.987 + : /build [2022-08-25T22:40:06.164Z] #56 0.987 + '[' -z '' ']' [2022-08-25T22:40:06.164Z] #56 0.988 ++ mktemp -d [2022-08-25T22:40:06.164Z] #56 0.993 + export GOPATH=/tmp/tmp.BiZG5Ee8qJ [2022-08-25T22:40:06.164Z] #56 0.993 + GOPATH=/tmp/tmp.BiZG5Ee8qJ [2022-08-25T22:40:06.164Z] #56 0.993 + RM_GOPATH=1 [2022-08-25T22:40:06.164Z] #56 0.994 + case "$(go env GOARCH)" in [2022-08-25T22:40:06.164Z] #56 0.994 ++ go env GOARCH [2022-08-25T22:40:06.164Z] #56 1.014 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:06.164Z] #56 1.014 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:06.164Z] #56 1.016 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:06.164Z] #56 1.020 + dir=/tmp/install [2022-08-25T22:40:06.164Z] #56 1.026 + bin=containerd [2022-08-25T22:40:06.164Z] #56 1.026 + shift [2022-08-25T22:40:06.164Z] #56 1.027 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-25T22:40:06.164Z] #56 1.027 + . /tmp/install/containerd.installer [2022-08-25T22:40:06.164Z] #56 1.027 ++ set -e [2022-08-25T22:40:06.164Z] #56 1.028 ++ : v1.6.8 [2022-08-25T22:40:06.164Z] #56 1.028 + install_containerd [2022-08-25T22:40:06.164Z] #56 1.029 + echo 'Install containerd version v1.6.8' [2022-08-25T22:40:06.164Z] #56 1.029 + git clone https://github.com/containerd/containerd.git /tmp/tmp.BiZG5Ee8qJ/src/github.com/containerd/containerd [2022-08-25T22:40:06.164Z] #56 1.029 Install containerd version v1.6.8 [2022-08-25T22:40:06.164Z] #56 1.045 Cloning into '/tmp/tmp.BiZG5Ee8qJ/src/github.com/containerd/containerd'... [2022-08-25T22:40:06.280Z] #49 49.00 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-25T22:40:06.280Z] #49 ... [2022-08-25T22:40:06.280Z] [2022-08-25T22:40:06.280Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:40:06.280Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:40:06.280Z] #42 39.01 Selecting previously unselected package libprotobuf-lite17:amd64. [2022-08-25T22:40:06.280Z] #42 39.01 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:06.280Z] #42 39.01 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:06.280Z] #42 39.18 Selecting previously unselected package libprotobuf-dev:amd64. [2022-08-25T22:40:06.280Z] #42 39.18 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:06.280Z] #42 39.18 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:06.280Z] #42 40.38 Selecting previously unselected package libprotoc17:amd64. [2022-08-25T22:40:06.280Z] #42 40.38 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:06.280Z] #42 40.38 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:06.280Z] #42 41.13 Selecting previously unselected package protobuf-c-compiler. [2022-08-25T22:40:06.280Z] #42 41.13 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:40:06.280Z] #42 41.13 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:40:06.280Z] #42 41.13 Selecting previously unselected package protobuf-compiler. [2022-08-25T22:40:06.280Z] #42 41.13 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:06.280Z] #42 41.13 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:40:06.280Z] #42 41.42 Selecting previously unselected package python-pkg-resources. [2022-08-25T22:40:06.280Z] #42 41.42 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:40:06.280Z] #42 41.42 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-25T22:40:06.280Z] #42 41.63 Selecting previously unselected package python-six. [2022-08-25T22:40:06.280Z] #42 41.63 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-25T22:40:06.280Z] #42 41.63 Unpacking python-six (1.12.0-1) ... [2022-08-25T22:40:06.280Z] #42 41.63 Selecting previously unselected package python-protobuf. [2022-08-25T22:40:06.280Z] #42 41.63 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2022-08-25T22:40:06.280Z] #42 41.63 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-25T22:40:06.280Z] #42 42.27 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-25T22:40:06.280Z] #42 45.89 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:06.280Z] #42 45.89 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:40:06.280Z] #42 45.91 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:40:06.280Z] #42 45.98 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:40:06.280Z] #42 45.98 Setting up python-six (1.12.0-1) ... [2022-08-25T22:40:06.537Z] #42 ... [2022-08-25T22:40:06.537Z] [2022-08-25T22:40:06.537Z] #36 [tini 1/2] 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-08-25T22:40:06.537Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:40:06.537Z] #36 48.64 Selecting previously unselected package libarchive13:amd64. [2022-08-25T22:40:06.537Z] #36 48.64 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2022-08-25T22:40:06.537Z] #36 48.64 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:40:06.537Z] #36 48.97 Selecting previously unselected package libjsoncpp1:amd64. [2022-08-25T22:40:06.537Z] #36 48.99 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2022-08-25T22:40:06.537Z] #36 49.08 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:40:06.537Z] #36 49.24 Selecting previously unselected package librhash0:amd64. [2022-08-25T22:40:06.537Z] #36 49.24 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2022-08-25T22:40:06.537Z] #36 49.32 Unpacking librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:40:06.794Z] #36 49.59 Selecting previously unselected package libuv1:amd64. [2022-08-25T22:40:06.794Z] #36 49.59 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2022-08-25T22:40:06.794Z] #36 49.59 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:40:07.050Z] #36 49.72 Selecting previously unselected package cmake. [2022-08-25T22:40:07.050Z] #36 49.72 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2022-08-25T22:40:07.050Z] #36 49.73 Unpacking cmake (3.13.4-1) ... [2022-08-25T22:40:07.086Z] #9 sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 141.86MB / 141.86MB 10.6s done [2022-08-25T22:40:07.345Z] #9 ... [2022-08-25T22:40:07.345Z] [2022-08-25T22:40:07.345Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:40:07.345Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:40:07.345Z] #64 DONE 11.2s [2022-08-25T22:40:07.605Z] [2022-08-25T22:40:07.605Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:40:07.605Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:40:05.756Z] > git remote # timeout=10 [2022-08-25T22:40:05.764Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T22:40:05.771Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:40:05.772Z] > git merge 0bd91f300e5b9f809441dd6c3a36b1495938fff9 # timeout=10 [2022-08-25T22:40:05.787Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-25T22:40:05.804Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:40:05.811Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:40:09.186Z] #43 3.755 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:40:09.186Z] #43 3.755 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:40:09.186Z] #43 3.765 Note: Building without GnuTLS support [2022-08-25T22:40:09.186Z] #43 3.767 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:40:09.186Z] #43 3.768 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:40:09.513Z] #26 ... [2022-08-25T22:40:09.513Z] [2022-08-25T22:40:09.513Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-25T22:40:09.513Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-25T22:40:09.513Z] #63 DONE 0.8s [2022-08-25T22:40:09.513Z] [2022-08-25T22:40:09.513Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:40:09.513Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:40:09.513Z] #26 ... [2022-08-25T22:40:09.513Z] [2022-08-25T22:40:09.513Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-25T22:40:09.513Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-25T22:40:09.971Z] Commit message: "update containerd binary to v1.6.8" [2022-08-25T22:40:09.993Z] > git --version # timeout=10 [2022-08-25T22:40:10.002Z] > git --version # 'git version 2.25.1' [2022-08-25T22:40:10.006Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2022-08-25T22:40:10.129Z] #43 5.033 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:40:10.129Z] #43 5.062 GEN .gitid [2022-08-25T22:40:10.129Z] #43 5.087 GEN criu/include/version.h [2022-08-25T22:40:10.129Z] #43 5.130 GEN include/common/asm [2022-08-25T22:40:10.129Z] #43 ... [2022-08-25T22:40:10.129Z] [2022-08-25T22:40:10.129Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:10.129Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:10.129Z] #13 49.16 Selecting previously unselected package binutils-mingw-w64. [2022-08-25T22:40:10.129Z] #13 49.17 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-25T22:40:10.129Z] #13 49.18 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:40:10.129Z] #13 49.33 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-08-25T22:40:10.129Z] #13 49.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:10.129Z] #13 49.35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:10.129Z] #13 49.52 Selecting previously unselected package dmsetup. [2022-08-25T22:40:10.129Z] #13 49.52 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:10.129Z] #13 49.53 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-25T22:40:10.129Z] #13 49.71 Selecting previously unselected package mingw-w64-common. [2022-08-25T22:40:10.129Z] #13 49.71 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-25T22:40:10.129Z] #13 49.73 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-25T22:40:10.129Z] #13 55.20 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-25T22:40:10.129Z] #13 55.20 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-25T22:40:10.129Z] #13 55.20 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:40:10.129Z] #13 ... [2022-08-25T22:40:10.129Z] [2022-08-25T22:40:10.129Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:40:10.129Z] #37 sha256:85126dab62f728005af9b00d83ae4b01ec9f5d0d4c86733dc1b9b4eff9eac42e [2022-08-25T22:40:10.129Z] #37 2.497 + RM_GOPATH=0 [2022-08-25T22:40:10.129Z] #37 2.497 + TMP_GOPATH= [2022-08-25T22:40:10.129Z] #37 2.497 + : /build [2022-08-25T22:40:10.129Z] #37 2.497 + '[' -z '' ']' [2022-08-25T22:40:10.129Z] #37 2.497 ++ mktemp -d [2022-08-25T22:40:10.129Z] #37 2.497 + export GOPATH=/tmp/tmp.hE9YgjCPjH [2022-08-25T22:40:10.129Z] #37 2.497 + GOPATH=/tmp/tmp.hE9YgjCPjH [2022-08-25T22:40:10.129Z] #37 2.497 + RM_GOPATH=1 [2022-08-25T22:40:10.129Z] #37 2.497 + case "$(go env GOARCH)" in [2022-08-25T22:40:10.129Z] #37 2.497 ++ go env GOARCH [2022-08-25T22:40:10.129Z] #37 2.504 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:10.129Z] #37 2.504 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:10.129Z] #37 2.530 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:10.129Z] #37 2.546 + dir=/tmp/install [2022-08-25T22:40:10.129Z] #37 2.546 + bin=tini [2022-08-25T22:40:10.129Z] #37 2.546 + shift [2022-08-25T22:40:10.129Z] #37 2.546 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-25T22:40:10.129Z] #37 2.546 + . /tmp/install/tini.installer [2022-08-25T22:40:10.129Z] #37 2.546 ++ : v0.19.0 [2022-08-25T22:40:10.129Z] #37 2.546 + install_tini [2022-08-25T22:40:10.129Z] #37 2.546 + echo 'Install tini version v0.19.0' [2022-08-25T22:40:10.129Z] #37 2.546 + git clone https://github.com/krallin/tini.git /tmp/tmp.hE9YgjCPjH/tini [2022-08-25T22:40:10.129Z] #37 2.546 Cloning into '/tmp/tmp.hE9YgjCPjH/tini'... [2022-08-25T22:40:10.129Z] #37 2.556 Install tini version v0.19.0 [2022-08-25T22:40:10.129Z] #37 3.313 + cd /tmp/tmp.hE9YgjCPjH/tini [2022-08-25T22:40:10.129Z] #37 3.313 + git checkout -q v0.19.0 [2022-08-25T22:40:10.129Z] #37 3.390 + cmake . [2022-08-25T22:40:10.129Z] #37 3.954 -- The C compiler identification is GNU 8.3.0 [2022-08-25T22:40:10.129Z] #37 3.976 -- Check for working C compiler: /usr/bin/cc [2022-08-25T22:40:10.129Z] #37 4.413 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-25T22:40:10.129Z] #37 4.419 -- Detecting C compiler ABI info [2022-08-25T22:40:10.129Z] #37 5.150 -- Detecting C compiler ABI info - done [2022-08-25T22:40:10.129Z] #37 5.202 -- Detecting C compile features [2022-08-25T22:40:10.318Z] #36 52.81 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:40:10.318Z] #36 52.81 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:10.318Z] #36 52.81 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:40:10.318Z] #36 52.81 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:10.318Z] #36 52.83 Setting up librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:40:10.318Z] #36 52.85 Setting up cmake-data (3.13.4-1) ... [2022-08-25T22:40:10.318Z] #36 52.89 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:40:10.318Z] #36 52.89 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:40:10.318Z] #36 52.89 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:40:10.318Z] #36 52.93 Setting up cmake (3.13.4-1) ... [2022-08-25T22:40:10.318Z] #36 52.93 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:10.318Z] #36 53.05 Processing triggers for mime-support (3.62) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-25T22:40:10.494Z] #65 DONE 0.9s [2022-08-25T22:40:10.494Z] [2022-08-25T22:40:10.494Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:40:10.494Z] #26 sha256:74c4974f3ae89c8db9905e2f7a43e7b84cf39c6f5c38e34925155e866ce95d47 [2022-08-25T22:40:10.494Z] #26 extracting sha256:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 10.1s done [2022-08-25T22:40:10.494Z] #26 DONE 14.2s [2022-08-25T22:40:10.494Z] [2022-08-25T22:40:10.494Z] #27 [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-08-25T22:40:10.494Z] #27 sha256:e9dfe863ab2eb87ee62093c9af7dc092364efea002012a8ead02bab6822a41fd [2022-08-25T22:40:10.702Z] #37 6.411 -- Detecting C compile features - done [2022-08-25T22:40:10.855Z] + docker version [2022-08-25T22:40:10.963Z] #37 6.439 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-25T22:40:10.963Z] #37 6.595 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-25T22:40:10.963Z] #37 6.668 -- Configuring done [2022-08-25T22:40:11.224Z] #37 6.693 -- Generating done [2022-08-25T22:40:11.224Z] #37 6.714 -- Build files have been written to: /tmp/tmp.hE9YgjCPjH/tini [2022-08-25T22:40:11.224Z] #37 6.725 + make tini-static [2022-08-25T22:40:11.454Z] #56 ... [2022-08-25T22:40:11.454Z] [2022-08-25T22:40:11.454Z] #32 [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-08-25T22:40:11.454Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:40:11.454Z] #32 45.86 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-25T22:40:11.454Z] #32 46.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-25T22:40:11.454Z] #32 46.73 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-25T22:40:11.454Z] #32 ... [2022-08-25T22:40:11.454Z] [2022-08-25T22:40:11.454Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:11.454Z] #49 sha256:89fe2389ac5a12253b3ba9babe00b3f8da722c59beca175b2090420701e70924 [2022-08-25T22:40:11.454Z] #49 37.90 go: downloading github.com/fatih/color v1.13.0 [2022-08-25T22:40:11.454Z] #49 37.90 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:40:11.454Z] #49 37.97 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:40:11.454Z] #49 37.97 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-25T22:40:11.454Z] #49 38.00 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-25T22:40:11.454Z] #49 38.20 go: downloading github.com/spf13/viper v1.10.1 [2022-08-25T22:40:11.454Z] #49 38.40 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-25T22:40:11.454Z] #49 38.44 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-25T22:40:11.454Z] #49 38.49 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-25T22:40:11.454Z] #49 38.55 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-25T22:40:11.454Z] #49 38.56 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-25T22:40:11.454Z] #49 39.72 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-25T22:40:11.454Z] #49 39.75 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-25T22:40:11.454Z] #49 42.81 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:40:11.454Z] #49 42.85 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-25T22:40:11.454Z] #49 42.94 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-25T22:40:11.454Z] #49 42.97 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-25T22:40:11.454Z] #49 42.99 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-25T22:40:11.454Z] #49 43.12 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-25T22:40:11.454Z] #49 43.16 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-25T22:40:11.454Z] #49 43.19 go: downloading github.com/spf13/afero v1.6.0 [2022-08-25T22:40:11.454Z] #49 43.27 go: downloading github.com/spf13/cast v1.4.1 [2022-08-25T22:40:11.454Z] #49 43.29 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-25T22:40:11.454Z] #49 43.34 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-25T22:40:11.454Z] #49 43.36 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-25T22:40:11.454Z] #49 43.40 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-25T22:40:11.454Z] #49 43.50 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-25T22:40:11.454Z] #49 43.52 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-25T22:40:11.454Z] #49 43.57 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-25T22:40:11.454Z] #49 43.59 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-25T22:40:11.454Z] #49 43.63 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-25T22:40:11.454Z] #49 43.65 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-25T22:40:11.454Z] #49 43.70 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-25T22:40:11.454Z] #49 43.71 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-25T22:40:11.454Z] #49 44.17 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-25T22:40:11.454Z] #49 44.25 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-25T22:40:11.454Z] #49 44.28 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-25T22:40:11.454Z] #49 44.37 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-25T22:40:11.454Z] #49 44.45 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-25T22:40:11.454Z] #49 44.59 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-25T22:40:11.454Z] #49 45.27 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-25T22:40:11.454Z] #49 45.31 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-25T22:40:11.454Z] #49 45.38 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-25T22:40:11.454Z] #49 45.43 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-25T22:40:11.454Z] #49 45.44 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-25T22:40:11.454Z] #49 45.49 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-25T22:40:11.454Z] #49 45.51 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-25T22:40:11.454Z] #49 45.64 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-25T22:40:11.454Z] #49 45.72 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-25T22:40:11.454Z] #49 45.73 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-25T22:40:11.454Z] #49 45.79 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-25T22:40:11.454Z] #49 45.83 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-25T22:40:11.454Z] #49 45.87 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-25T22:40:11.454Z] #49 45.93 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-25T22:40:11.454Z] #49 45.98 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-25T22:40:11.454Z] #49 46.02 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-25T22:40:11.454Z] #49 46.13 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-25T22:40:11.454Z] #49 46.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-25T22:40:11.454Z] #49 46.21 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-25T22:40:11.454Z] #49 46.29 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-25T22:40:11.454Z] #49 46.42 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-25T22:40:11.454Z] #49 46.52 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-25T22:40:11.454Z] #49 46.52 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-25T22:40:11.454Z] #49 46.53 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-25T22:40:11.454Z] #49 46.56 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-25T22:40:11.454Z] #49 46.61 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-25T22:40:11.454Z] #49 46.62 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-25T22:40:11.454Z] #49 46.65 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-25T22:40:11.454Z] #49 46.77 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-25T22:40:11.454Z] #49 46.78 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-25T22:40:11.454Z] #49 46.84 go: downloading github.com/julz/importas v0.1.0 [2022-08-25T22:40:11.454Z] #49 46.85 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-25T22:40:11.454Z] #49 46.89 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-25T22:40:11.454Z] #49 46.91 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-25T22:40:11.454Z] #49 46.93 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-25T22:40:11.454Z] #49 46.99 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-25T22:40:11.454Z] #49 46.99 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-25T22:40:11.454Z] #49 47.01 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-25T22:40:11.454Z] #49 47.15 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-25T22:40:11.454Z] #49 47.17 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-25T22:40:11.454Z] #49 47.19 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-25T22:40:11.454Z] #49 47.25 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-25T22:40:11.454Z] #49 47.28 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-25T22:40:11.454Z] #49 47.82 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-25T22:40:11.454Z] #49 47.82 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-25T22:40:11.454Z] #49 47.83 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-25T22:40:11.454Z] #49 47.88 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-25T22:40:11.454Z] #49 47.93 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-25T22:40:11.454Z] #49 47.96 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-25T22:40:11.454Z] #49 48.00 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-25T22:40:11.454Z] #49 48.03 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-25T22:40:11.454Z] #49 48.14 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-25T22:40:11.485Z] #37 7.092 Scanning dependencies of target tini-static [2022-08-25T22:40:11.685Z] #36 DONE 54.2s [2022-08-25T22:40:11.686Z] [2022-08-25T22:40:11.686Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:40:11.686Z] #37 sha256:5ab64a0fad5e081db8ee634170c3cca884c949bae88e4a3228fc136b8df4c991 [2022-08-25T22:40:11.716Z] #49 48.28 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-25T22:40:11.716Z] #49 48.29 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-25T22:40:11.716Z] #49 48.30 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-25T22:40:11.716Z] #49 48.31 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-25T22:40:11.716Z] #49 48.34 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-25T22:40:11.716Z] #49 48.34 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-25T22:40:11.716Z] #49 48.39 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-25T22:40:11.716Z] #49 48.48 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-25T22:40:11.745Z] #37 7.154 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-25T22:40:11.976Z] #49 48.51 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-25T22:40:11.976Z] #49 48.54 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-25T22:40:11.976Z] #49 48.55 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-25T22:40:11.976Z] #49 48.57 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-25T22:40:11.976Z] #49 48.75 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-25T22:40:12.236Z] #49 48.76 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-25T22:40:12.236Z] #49 48.78 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-25T22:40:12.236Z] #49 48.79 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-25T22:40:12.236Z] #49 48.85 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-25T22:40:12.315Z] #37 7.978 [100%] Linking C executable tini-static [2022-08-25T22:40:12.401Z] #27 1.802 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:40:12.401Z] #27 1.822 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:40:12.401Z] #27 1.822 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:40:12.401Z] #27 2.100 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:40:12.497Z] #49 49.26 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-25T22:40:12.575Z] #37 ... [2022-08-25T22:40:12.575Z] [2022-08-25T22:40:12.575Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:12.575Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:12.575Z] #43 6.316 PBCC images/timens.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.345 DEP images/timens.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.386 PBCC images/fown.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.406 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.476 PBCC images/opts.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.508 PBCC images/memfd.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.524 DEP images/fown.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.568 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.601 DEP images/opts.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.639 DEP images/memfd.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.678 PBCC images/sit.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.728 DEP images/sit.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.762 PBCC images/macvlan.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.789 DEP images/macvlan.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.832 PBCC images/autofs.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.848 DEP images/autofs.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.895 PBCC images/sysctl.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.924 DEP images/sysctl.pb-c.d [2022-08-25T22:40:12.575Z] #43 6.956 PBCC images/time.pb-c.c [2022-08-25T22:40:12.575Z] #43 6.972 DEP images/time.pb-c.d [2022-08-25T22:40:12.575Z] #43 7.000 PBCC images/binfmt-misc.pb-c.c [2022-08-25T22:40:12.575Z] #43 7.013 DEP images/binfmt-misc.pb-c.d [2022-08-25T22:40:12.575Z] #43 7.056 PBCC images/seccomp.pb-c.c [2022-08-25T22:40:12.575Z] #43 7.076 DEP images/seccomp.pb-c.d [2022-08-25T22:40:12.575Z] #43 7.108 PBCC images/userns.pb-c.c [2022-08-25T22:40:12.575Z] #43 7.134 DEP images/userns.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.169 PBCC images/cgroup.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.176 DEP images/cgroup.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.216 PBCC images/ext-file.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.240 DEP images/ext-file.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.267 PBCC images/rpc.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.300 DEP images/rpc.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.354 PBCC images/siginfo.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.382 DEP images/siginfo.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.412 PBCC images/pagemap.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.452 DEP images/pagemap.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.500 PBCC images/rlimit.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.518 DEP images/rlimit.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.554 PBCC images/file-lock.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.561 DEP images/file-lock.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.601 PBCC images/tty.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.625 DEP images/tty.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.687 PBCC images/tun.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.712 PBCC images/netdev.pb-c.c [2022-08-25T22:40:12.576Z] #43 7.748 DEP images/tun.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.784 DEP images/netdev.pb-c.d [2022-08-25T22:40:12.576Z] #43 7.832 PBCC images/vma.pb-c.c [2022-08-25T22:40:12.768Z] #49 49.34 go: downloading honnef.co/go/tools v0.2.2 [2022-08-25T22:40:12.836Z] #43 7.888 DEP images/vma.pb-c.d [2022-08-25T22:40:12.836Z] #43 7.947 PBCC images/creds.pb-c.c [2022-08-25T22:40:12.836Z] #43 7.981 DEP images/creds.pb-c.d [2022-08-25T22:40:12.836Z] #43 8.033 PBCC images/utsns.pb-c.c [2022-08-25T22:40:12.836Z] #43 8.042 DEP images/utsns.pb-c.d [2022-08-25T22:40:12.836Z] #43 8.073 PBCC images/ipc-desc.pb-c.c [2022-08-25T22:40:12.970Z] #27 2.468 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:40:13.028Z] #49 ... [2022-08-25T22:40:13.028Z] [2022-08-25T22:40:13.028Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:13.028Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:13.028Z] #13 28.14 Reading package lists... [2022-08-25T22:40:13.028Z] #13 33.58 Building dependency tree... [2022-08-25T22:40:13.028Z] #13 34.63 Reading state information... [2022-08-25T22:40:13.028Z] #13 36.26 The following additional packages will be installed: [2022-08-25T22:40:13.028Z] #13 36.26 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-25T22:40:13.028Z] #13 36.26 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-25T22:40:13.028Z] #13 36.27 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-25T22:40:13.028Z] #13 36.27 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-25T22:40:13.028Z] #13 36.27 mingw-w64-x86-64-dev [2022-08-25T22:40:13.028Z] #13 36.31 Suggested packages: [2022-08-25T22:40:13.028Z] #13 36.31 gcc-8-locales seccomp wine64 [2022-08-25T22:40:13.028Z] #13 37.27 The following NEW packages will be installed: [2022-08-25T22:40:13.028Z] #13 37.28 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-25T22:40:13.028Z] #13 37.28 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-25T22:40:13.028Z] #13 37.28 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-25T22:40:13.028Z] #13 37.28 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-25T22:40:13.028Z] #13 37.28 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-25T22:40:13.028Z] #13 37.28 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-25T22:40:13.028Z] #13 37.30 The following packages will be upgraded: [2022-08-25T22:40:13.028Z] #13 37.31 libseccomp2 [2022-08-25T22:40:13.028Z] #13 37.73 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:40:13.028Z] #13 37.73 Need to get 77.8 MB of archives. [2022-08-25T22:40:13.028Z] #13 37.73 After this operation, 487 MB of additional disk space will be used. [2022-08-25T22:40:13.028Z] #13 37.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2022-08-25T22:40:13.028Z] #13 37.77 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB] [2022-08-25T22:40:13.028Z] #13 37.81 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB] [2022-08-25T22:40:13.028Z] #13 37.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2022-08-25T22:40:13.028Z] #13 38.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-25T22:40:13.028Z] #13 38.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2022-08-25T22:40:13.028Z] #13 38.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2022-08-25T22:40:13.028Z] #13 38.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-25T22:40:13.028Z] #13 38.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-25T22:40:13.028Z] #13 38.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-25T22:40:13.028Z] #13 38.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB] [2022-08-25T22:40:13.028Z] #13 41.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB] [2022-08-25T22:40:13.028Z] #13 43.07 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2022-08-25T22:40:13.028Z] #13 43.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2022-08-25T22:40:13.028Z] #13 43.07 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:40:13.028Z] #13 43.07 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:40:13.028Z] #13 43.07 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2022-08-25T22:40:13.028Z] #13 43.07 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] [2022-08-25T22:40:13.028Z] #13 43.09 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2022-08-25T22:40:13.028Z] #13 43.11 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2022-08-25T22:40:13.028Z] #13 43.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2022-08-25T22:40:13.028Z] #13 43.14 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2022-08-25T22:40:13.028Z] #13 43.16 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2022-08-25T22:40:13.028Z] #13 43.20 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2022-08-25T22:40:13.028Z] #13 43.22 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2022-08-25T22:40:13.028Z] #13 43.22 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] [2022-08-25T22:40:13.028Z] #13 ... [2022-08-25T22:40:13.028Z] [2022-08-25T22:40:13.028Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:40:13.028Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:40:13.028Z] #42 44.32 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:13.028Z] #42 44.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:40:13.028Z] #42 44.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:40:13.028Z] #42 44.38 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:40:13.028Z] #42 44.41 Setting up python-six (1.12.0-1) ... [2022-08-25T22:40:13.028Z] #42 47.92 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:40:13.028Z] #42 47.94 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:40:13.028Z] #42 47.96 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:13.028Z] #42 47.99 Setting up libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:40:13.028Z] #42 48.01 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:13.028Z] #42 48.03 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:40:13.028Z] #42 48.04 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:40:13.028Z] #42 48.07 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:13.028Z] #42 48.09 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:40:13.028Z] #42 48.12 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-25T22:40:13.054Z] #37 ... [2022-08-25T22:40:13.054Z] [2022-08-25T22:40:13.054Z] #32 [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-08-25T22:40:13.054Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:40:13.054Z] #32 DONE 55.6s [2022-08-25T22:40:13.097Z] #43 8.104 PBCC images/ipc-sem.pb-c.c [2022-08-25T22:40:13.097Z] #43 8.125 DEP images/ipc-desc.pb-c.d [2022-08-25T22:40:13.097Z] #43 8.148 DEP images/ipc-sem.pb-c.d [2022-08-25T22:40:13.097Z] #43 8.195 PBCC images/ipc-msg.pb-c.c [2022-08-25T22:40:13.097Z] #43 8.215 DEP images/ipc-msg.pb-c.d [2022-08-25T22:40:13.097Z] #43 8.232 PBCC images/ipc-shm.pb-c.c [2022-08-25T22:40:13.097Z] #43 8.249 DEP images/ipc-shm.pb-c.d [2022-08-25T22:40:13.097Z] #43 8.275 PBCC images/ipc-var.pb-c.c [2022-08-25T22:40:13.097Z] #43 8.300 DEP images/ipc-var.pb-c.d [2022-08-25T22:40:13.097Z] #43 ... [2022-08-25T22:40:13.097Z] [2022-08-25T22:40:13.097Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:40:13.097Z] #37 sha256:85126dab62f728005af9b00d83ae4b01ec9f5d0d4c86733dc1b9b4eff9eac42e [2022-08-25T22:40:13.097Z] #37 8.423 [100%] Built target tini-static [2022-08-25T22:40:13.097Z] #37 8.475 + mkdir -p /build [2022-08-25T22:40:13.097Z] #37 8.479 + cp tini-static /build/docker-init [2022-08-25T22:40:13.097Z] #37 DONE 8.7s [2022-08-25T22:40:13.097Z] [2022-08-25T22:40:13.097Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:13.097Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:13.097Z] #43 8.336 PBCC images/sk-opts.pb-c.c [2022-08-25T22:40:13.097Z] #43 8.404 PBCC images/packet-sock.pb-c.c [2022-08-25T22:40:13.230Z] #27 2.884 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:40:13.310Z] [2022-08-25T22:40:13.310Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:13.310Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:13.310Z] #13 40.08 The following additional packages will be installed: [2022-08-25T22:40:13.310Z] #13 40.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-25T22:40:13.310Z] #13 40.11 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-25T22:40:13.310Z] #13 40.11 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-25T22:40:13.310Z] #13 40.11 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-25T22:40:13.310Z] #13 40.11 mingw-w64-x86-64-dev [2022-08-25T22:40:13.310Z] #13 40.11 Suggested packages: [2022-08-25T22:40:13.310Z] #13 40.11 gcc-8-locales seccomp wine64 [2022-08-25T22:40:13.310Z] #13 41.30 The following NEW packages will be installed: [2022-08-25T22:40:13.310Z] #13 41.30 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-25T22:40:13.310Z] #13 41.30 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-25T22:40:13.310Z] #13 41.30 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-25T22:40:13.310Z] #13 41.31 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-25T22:40:13.310Z] #13 41.31 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-25T22:40:13.310Z] #13 41.31 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-25T22:40:13.310Z] #13 41.33 The following packages will be upgraded: [2022-08-25T22:40:13.310Z] #13 41.33 libseccomp2 [2022-08-25T22:40:13.310Z] #13 41.76 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:40:13.310Z] #13 41.76 Need to get 77.8 MB of archives. [2022-08-25T22:40:13.310Z] #13 41.76 After this operation, 487 MB of additional disk space will be used. [2022-08-25T22:40:13.310Z] #13 41.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2022-08-25T22:40:13.310Z] #13 41.78 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB] [2022-08-25T22:40:13.310Z] #13 41.80 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB] [2022-08-25T22:40:13.310Z] #13 41.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2022-08-25T22:40:13.310Z] #13 42.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-25T22:40:13.310Z] #13 42.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2022-08-25T22:40:13.310Z] #13 42.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2022-08-25T22:40:13.310Z] #13 42.20 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-25T22:40:13.310Z] #13 42.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-25T22:40:13.310Z] #13 42.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-25T22:40:13.310Z] #13 42.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB] [2022-08-25T22:40:13.310Z] #13 45.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2022-08-25T22:40:13.310Z] #13 47.31 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2022-08-25T22:40:13.310Z] #13 47.34 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2022-08-25T22:40:13.310Z] #13 47.34 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2022-08-25T22:40:13.310Z] #13 47.34 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2022-08-25T22:40:13.310Z] #13 47.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2022-08-25T22:40:13.310Z] #13 47.37 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2022-08-25T22:40:13.310Z] #13 47.37 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] [2022-08-25T22:40:13.357Z] #43 8.448 DEP images/sk-opts.pb-c.d [2022-08-25T22:40:13.357Z] #43 8.549 DEP images/packet-sock.pb-c.d [2022-08-25T22:40:13.357Z] #43 8.639 PBCC images/sk-netlink.pb-c.c [2022-08-25T22:40:13.566Z] #13 ... [2022-08-25T22:40:13.566Z] [2022-08-25T22:40:13.566Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:40:13.566Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:40:13.566Z] #42 49.64 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:40:13.566Z] #42 49.70 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:40:13.566Z] #42 49.72 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:13.566Z] #42 49.75 Setting up libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:40:13.566Z] #42 49.78 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:13.566Z] #42 49.88 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:40:13.566Z] #42 49.90 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:40:13.566Z] #42 49.93 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:40:13.566Z] #42 49.94 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:40:13.566Z] #42 49.94 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-25T22:40:13.566Z] #42 55.71 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:40:13.566Z] #42 55.71 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:13.566Z] #42 DONE 56.4s [2022-08-25T22:40:13.566Z] [2022-08-25T22:40:13.566Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:13.566Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:13.610Z] #42 ... [2022-08-25T22:40:13.610Z] [2022-08-25T22:40:13.610Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:13.610Z] #49 sha256:89fe2389ac5a12253b3ba9babe00b3f8da722c59beca175b2090420701e70924 [2022-08-25T22:40:13.610Z] #49 50.40 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-25T22:40:13.617Z] #43 8.725 DEP images/sk-netlink.pb-c.d [2022-08-25T22:40:13.617Z] #43 8.819 PBCC images/sk-inet.pb-c.c [2022-08-25T22:40:13.617Z] #43 8.931 DEP images/sk-inet.pb-c.d [2022-08-25T22:40:13.823Z] #43 ... [2022-08-25T22:40:13.823Z] [2022-08-25T22:40:13.823Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:40:13.823Z] #56 sha256:7e84f2b10fb85a212a2630b77733bbeafa94ab84fee3f8bf51a2fb63c8e1738b [2022-08-25T22:40:13.823Z] #56 7.794 Install containerd version v1.6.8 [2022-08-25T22:40:13.823Z] #56 7.794 + RM_GOPATH=0 [2022-08-25T22:40:13.823Z] #56 7.794 + TMP_GOPATH= [2022-08-25T22:40:13.823Z] #56 7.794 + : /build [2022-08-25T22:40:13.823Z] #56 7.794 + '[' -z '' ']' [2022-08-25T22:40:13.823Z] #56 7.794 ++ mktemp -d [2022-08-25T22:40:13.823Z] #56 7.794 + export GOPATH=/tmp/tmp.F3yZchfmvp [2022-08-25T22:40:13.823Z] #56 7.794 + GOPATH=/tmp/tmp.F3yZchfmvp [2022-08-25T22:40:13.823Z] #56 7.794 + RM_GOPATH=1 [2022-08-25T22:40:13.823Z] #56 7.794 + case "$(go env GOARCH)" in [2022-08-25T22:40:13.823Z] #56 7.794 ++ go env GOARCH [2022-08-25T22:40:13.823Z] #56 7.794 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:13.823Z] #56 7.794 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:13.823Z] #56 7.794 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:13.823Z] #56 7.794 + dir=/tmp/install [2022-08-25T22:40:13.823Z] #56 7.794 + bin=containerd [2022-08-25T22:40:13.823Z] #56 7.794 + shift [2022-08-25T22:40:13.823Z] #56 7.794 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-25T22:40:13.823Z] #56 7.794 + . /tmp/install/containerd.installer [2022-08-25T22:40:13.823Z] #56 7.794 ++ set -e [2022-08-25T22:40:13.823Z] #56 7.794 ++ : v1.6.8 [2022-08-25T22:40:13.823Z] #56 7.794 + install_containerd [2022-08-25T22:40:13.823Z] #56 7.794 + echo 'Install containerd version v1.6.8' [2022-08-25T22:40:13.823Z] #56 7.794 + git clone https://github.com/containerd/containerd.git /tmp/tmp.F3yZchfmvp/src/github.com/containerd/containerd [2022-08-25T22:40:13.823Z] #56 7.794 Cloning into '/tmp/tmp.F3yZchfmvp/src/github.com/containerd/containerd'... [2022-08-25T22:40:13.870Z] #49 50.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-25T22:40:13.870Z] #49 50.50 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-25T22:40:13.870Z] #49 50.65 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:40:13.877Z] #43 9.000 PBCC images/sk-unix.pb-c.c [2022-08-25T22:40:13.877Z] #43 9.052 DEP images/sk-unix.pb-c.d [2022-08-25T22:40:13.877Z] #43 9.155 PBCC images/mm.pb-c.c [2022-08-25T22:40:14.080Z] #56 ... [2022-08-25T22:40:14.080Z] [2022-08-25T22:40:14.080Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:14.080Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:14.080Z] #13 48.14 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:40:14.080Z] #13 48.30 Fetched 77.8 MB in 6s (13.2 MB/s) [2022-08-25T22:40:14.130Z] #49 50.66 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-25T22:40:14.130Z] #49 50.69 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-25T22:40:14.130Z] #49 50.73 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-25T22:40:14.130Z] #49 50.82 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-25T22:40:14.138Z] #43 9.264 DEP images/mm.pb-c.d [2022-08-25T22:40:14.138Z] #43 9.360 PBCC images/timerfd.pb-c.c [2022-08-25T22:40:14.138Z] #43 9.392 DEP images/timerfd.pb-c.d [2022-08-25T22:40:14.338Z] #13 48.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-25T22:40:14.338Z] #13 48.40 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:40:14.338Z] #13 48.40 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-25T22:40:14.390Z] #49 51.02 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-25T22:40:14.390Z] #49 51.03 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-25T22:40:14.398Z] #43 9.440 PBCC images/timer.pb-c.c [2022-08-25T22:40:14.398Z] #43 9.449 DEP images/timer.pb-c.d [2022-08-25T22:40:14.398Z] #43 9.477 PBCC images/sa.pb-c.c [2022-08-25T22:40:14.398Z] #43 9.508 DEP images/sa.pb-c.d [2022-08-25T22:40:14.398Z] #43 9.552 PBCC images/pipe-data.pb-c.c [2022-08-25T22:40:14.398Z] #43 9.575 DEP images/pipe-data.pb-c.d [2022-08-25T22:40:14.398Z] #43 9.610 PBCC images/mnt.pb-c.c [2022-08-25T22:40:14.398Z] #43 9.672 DEP images/mnt.pb-c.d [2022-08-25T22:40:14.398Z] #43 9.712 PBCC images/sk-packet.pb-c.c [2022-08-25T22:40:14.594Z] #13 48.55 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:14.594Z] #13 48.63 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-25T22:40:14.594Z] #13 48.63 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:40:14.594Z] #13 48.72 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:40:14.594Z] #13 48.72 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:40:14.611Z] #27 4.349 Fetched 8475 kB in 3s (3023 kB/s) [2022-08-25T22:40:14.650Z] #49 51.14 go: downloading golang.org/x/text v0.3.7 [2022-08-25T22:40:14.659Z] #43 9.741 DEP images/sk-packet.pb-c.d [2022-08-25T22:40:14.659Z] #43 9.784 PBCC images/tcp-stream.pb-c.c [2022-08-25T22:40:14.659Z] #43 9.829 DEP images/tcp-stream.pb-c.d [2022-08-25T22:40:14.659Z] #43 9.877 PBCC images/pipe.pb-c.c [2022-08-25T22:40:14.659Z] #43 9.910 DEP images/pipe.pb-c.d [2022-08-25T22:40:14.659Z] #43 9.937 PBCC images/pstree.pb-c.c [2022-08-25T22:40:14.920Z] #43 9.952 DEP images/pstree.pb-c.d [2022-08-25T22:40:14.920Z] #43 9.975 PBCC images/fs.pb-c.c [2022-08-25T22:40:14.920Z] #43 9.988 DEP images/fs.pb-c.d [2022-08-25T22:40:14.920Z] #43 10.01 PBCC images/signalfd.pb-c.c [2022-08-25T22:40:14.920Z] #43 10.05 DEP images/signalfd.pb-c.d [2022-08-25T22:40:14.920Z] #43 10.08 PBCC images/fh.pb-c.c [2022-08-25T22:40:14.920Z] #43 10.11 PBCC images/fsnotify.pb-c.c [2022-08-25T22:40:14.920Z] #43 10.14 DEP images/fh.pb-c.d [2022-08-25T22:40:14.920Z] #43 10.18 DEP images/fsnotify.pb-c.d [2022-08-25T22:40:15.181Z] #43 10.21 PBCC images/eventpoll.pb-c.c [2022-08-25T22:40:15.181Z] #43 10.23 DEP images/eventpoll.pb-c.d [2022-08-25T22:40:15.181Z] #43 10.27 PBCC images/eventfd.pb-c.c [2022-08-25T22:40:15.181Z] #43 10.30 DEP images/eventfd.pb-c.d [2022-08-25T22:40:15.181Z] #43 10.35 PBCC images/remap-file-path.pb-c.c [2022-08-25T22:40:15.181Z] #43 10.37 DEP images/remap-file-path.pb-c.d [2022-08-25T22:40:15.181Z] #43 10.40 PBCC images/fifo.pb-c.c [2022-08-25T22:40:15.181Z] #43 10.43 DEP images/fifo.pb-c.d [2022-08-25T22:40:15.442Z] #43 10.46 PBCC images/ghost-file.pb-c.c [2022-08-25T22:40:15.442Z] #43 10.52 DEP images/ghost-file.pb-c.d [2022-08-25T22:40:15.442Z] #43 10.55 PBCC images/regfile.pb-c.c [2022-08-25T22:40:15.442Z] #43 10.59 DEP images/regfile.pb-c.d [2022-08-25T22:40:15.442Z] #43 10.62 PBCC images/ns.pb-c.c [2022-08-25T22:40:15.442Z] #43 10.64 DEP images/ns.pb-c.d [2022-08-25T22:40:15.442Z] #43 10.66 PBCC images/fdinfo.pb-c.c [2022-08-25T22:40:15.547Z] #27 4.349 Reading package lists... [2022-08-25T22:40:15.703Z] #43 10.75 DEP images/fdinfo.pb-c.d [2022-08-25T22:40:15.703Z] #43 10.81 PBCC images/core-aarch64.pb-c.c [2022-08-25T22:40:15.703Z] #43 ... [2022-08-25T22:40:15.703Z] [2022-08-25T22:40:15.703Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:40:15.703Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:40:15.703Z] #40 59.45 + dpkg --print-architecture [2022-08-25T22:40:15.703Z] #40 59.45 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-08-25T22:40:15.703Z] #40 59.94 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-08-25T22:40:15.703Z] #40 59.94 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-08-25T22:40:15.703Z] #40 ... [2022-08-25T22:40:15.703Z] [2022-08-25T22:40:15.703Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:15.703Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:15.703Z] #43 10.84 PBCC images/core-arm.pb-c.c [2022-08-25T22:40:15.703Z] #43 10.87 PBCC images/core-ppc64.pb-c.c [2022-08-25T22:40:15.703Z] #43 10.90 PBCC images/core-s390.pb-c.c [2022-08-25T22:40:15.703Z] #43 10.94 PBCC images/core-x86.pb-c.c [2022-08-25T22:40:15.964Z] #43 10.97 PBCC images/core.pb-c.c [2022-08-25T22:40:15.964Z] #43 11.03 PBCC images/inventory.pb-c.c [2022-08-25T22:40:15.964Z] #43 11.11 DEP images/core-aarch64.pb-c.d [2022-08-25T22:40:15.964Z] #43 11.16 DEP images/core-arm.pb-c.d [2022-08-25T22:40:15.964Z] #43 11.19 DEP images/core-ppc64.pb-c.d [2022-08-25T22:40:15.964Z] #43 11.22 DEP images/core-s390.pb-c.d [2022-08-25T22:40:16.225Z] #43 11.29 DEP images/core-x86.pb-c.d [2022-08-25T22:40:16.225Z] #43 11.32 DEP images/core.pb-c.d [2022-08-25T22:40:16.225Z] #43 11.39 DEP images/inventory.pb-c.d [2022-08-25T22:40:16.225Z] #43 11.43 PBCC images/cpuinfo.pb-c.c [2022-08-25T22:40:16.483Z] #13 50.18 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-25T22:40:16.483Z] #13 50.18 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:40:16.483Z] #13 50.20 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:40:16.483Z] #13 ... [2022-08-25T22:40:16.483Z] [2022-08-25T22:40:16.483Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:16.483Z] #49 sha256:6c76bc9541e2a3efe914dbe131a695fe8bb59d6efbd2de2bd9bd2a650c486217 [2022-08-25T22:40:16.483Z] #49 49.24 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-25T22:40:16.483Z] #49 49.24 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-25T22:40:16.483Z] #49 49.59 go: downloading golang.org/x/text v0.3.7 [2022-08-25T22:40:16.483Z] #49 55.07 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-25T22:40:16.483Z] #49 55.13 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-25T22:40:16.483Z] #49 55.13 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-25T22:40:16.483Z] #49 55.20 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-25T22:40:16.483Z] #49 55.25 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-25T22:40:16.483Z] #49 55.25 go: downloading golang.org/x/mod v0.5.1 [2022-08-25T22:40:16.483Z] #49 55.35 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-25T22:40:16.483Z] #49 55.39 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-25T22:40:16.483Z] #49 55.40 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-25T22:40:16.484Z] #49 55.46 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-25T22:40:16.484Z] #49 55.47 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-25T22:40:16.484Z] #49 55.49 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-25T22:40:16.484Z] #49 55.99 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-25T22:40:16.484Z] #49 56.12 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-25T22:40:16.484Z] #49 56.35 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-25T22:40:16.484Z] #49 56.35 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-25T22:40:16.484Z] #49 56.35 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-25T22:40:16.484Z] #49 56.40 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-25T22:40:16.484Z] #49 56.46 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-25T22:40:16.484Z] #49 56.48 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-25T22:40:16.484Z] #49 56.48 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-25T22:40:16.484Z] #49 56.71 go: downloading github.com/prometheus/common v0.10.0 [2022-08-25T22:40:16.484Z] #49 56.87 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-25T22:40:16.484Z] #49 56.87 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-25T22:40:16.484Z] #49 57.06 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-25T22:40:16.484Z] #49 58.31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-25T22:40:16.485Z] #27 5.326 Reading package lists... [2022-08-25T22:40:16.486Z] #43 11.46 DEP images/cpuinfo.pb-c.d [2022-08-25T22:40:16.486Z] #43 11.48 PBCC images/stats.pb-c.c [2022-08-25T22:40:16.486Z] #43 11.51 DEP images/stats.pb-c.d [2022-08-25T22:40:16.559Z] #49 ... [2022-08-25T22:40:16.559Z] [2022-08-25T22:40:16.559Z] #36 [tini 1/2] 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-08-25T22:40:16.559Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:40:16.559Z] #36 42.98 Selecting previously unselected package vim-common. [2022-08-25T22:40:16.559Z] #36 42.99 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:40:16.559Z] #36 43.04 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:16.559Z] #36 43.31 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:40:16.559Z] #36 43.32 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:40:16.559Z] #36 43.33 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:40:16.559Z] #36 49.08 Selecting previously unselected package libxml2:amd64. [2022-08-25T22:40:16.559Z] #36 49.08 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ... [2022-08-25T22:40:16.559Z] #36 49.10 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:40:16.559Z] #36 49.73 Selecting previously unselected package cmake-data. [2022-08-25T22:40:16.559Z] #36 49.73 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-25T22:40:16.559Z] #36 49.75 Unpacking cmake-data (3.13.4-1) ... [2022-08-25T22:40:16.559Z] #36 52.07 Selecting previously unselected package libarchive13:amd64. [2022-08-25T22:40:16.560Z] #36 52.08 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2022-08-25T22:40:16.560Z] #36 52.08 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:40:16.560Z] #36 52.36 Selecting previously unselected package libjsoncpp1:amd64. [2022-08-25T22:40:16.560Z] #36 52.37 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2022-08-25T22:40:16.560Z] #36 52.37 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:40:16.560Z] #36 52.51 Selecting previously unselected package librhash0:amd64. [2022-08-25T22:40:16.560Z] #36 52.51 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2022-08-25T22:40:16.560Z] #36 52.51 Unpacking librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:40:16.560Z] #36 52.69 Selecting previously unselected package libuv1:amd64. [2022-08-25T22:40:16.560Z] #36 52.69 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2022-08-25T22:40:16.560Z] #36 52.70 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:40:16.560Z] #36 52.87 Selecting previously unselected package cmake. [2022-08-25T22:40:16.560Z] #36 52.87 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2022-08-25T22:40:16.560Z] #36 52.88 Unpacking cmake (3.13.4-1) ... [2022-08-25T22:40:16.560Z] #36 ... [2022-08-25T22:40:16.560Z] [2022-08-25T22:40:16.560Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:16.560Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:16.560Z] #13 44.15 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:40:16.560Z] #13 44.33 Fetched 77.8 MB in 6s (13.5 MB/s) [2022-08-25T22:40:16.560Z] #13 44.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 ... 15421 files and directories currently installed.) [2022-08-25T22:40:16.560Z] #13 44.46 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:40:16.560Z] #13 44.50 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-25T22:40:16.560Z] #13 44.69 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:16.560Z] #13 44.85 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-25T22:40:16.560Z] #13 44.85 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:40:16.560Z] #13 44.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:40:16.560Z] #13 44.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:40:16.560Z] #13 46.73 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-25T22:40:16.560Z] #13 46.74 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:40:16.560Z] #13 46.76 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:40:16.740Z] #49 ... [2022-08-25T22:40:16.740Z] [2022-08-25T22:40:16.740Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:40:16.740Z] #47 sha256:b014b1e7c4378606ad26b6dd7527aadabebae3525d034461ce4d60e3b69a21fd [2022-08-25T22:40:16.740Z] #47 DONE 59.5s [2022-08-25T22:40:16.740Z] [2022-08-25T22:40:16.740Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:40:16.740Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:40:16.740Z] #40 56.66 + dpkg --print-architecture [2022-08-25T22:40:16.740Z] #40 56.66 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-08-25T22:40:16.740Z] #40 56.91 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-08-25T22:40:16.740Z] #40 56.91 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-08-25T22:40:16.744Z] #27 6.244 Building dependency tree... [2022-08-25T22:40:17.004Z] #27 6.596 The following additional packages will be installed: [2022-08-25T22:40:17.004Z] #27 6.596 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-25T22:40:17.004Z] #27 6.596 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-25T22:40:17.004Z] #27 6.596 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-25T22:40:17.004Z] #27 6.596 Suggested packages: [2022-08-25T22:40:17.004Z] #27 6.596 krb5-doc krb5-user [2022-08-25T22:40:17.004Z] #27 6.596 Recommended packages: [2022-08-25T22:40:17.004Z] #27 6.596 krb5-locales publicsuffix libsasl2-modules [2022-08-25T22:40:17.004Z] #27 6.780 The following NEW packages will be installed: [2022-08-25T22:40:17.004Z] #27 6.780 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-25T22:40:17.004Z] #27 6.780 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-25T22:40:17.004Z] #27 6.780 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-25T22:40:17.004Z] #27 6.780 libssh2-1 libssl1.1 openssl [2022-08-25T22:40:17.264Z] #27 ... [2022-08-25T22:40:17.264Z] [2022-08-25T22:40:17.264Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:17.264Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:17.264Z] #9 extracting sha256:3e8c90a1c4bb422a88cc9ff532712db3c6a7a8cdc5030af2e60ec51947f2c8aa 1.2s done [2022-08-25T22:40:17.264Z] #9 extracting sha256:b3662c1050803c4e17c1848dffe636eae5e6e5aafb8f1fffcf82248ccfef21c2 1.1s done [2022-08-25T22:40:17.264Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 4.2s [2022-08-25T22:40:17.264Z] #9 ... [2022-08-25T22:40:17.264Z] [2022-08-25T22:40:17.264Z] #27 [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-08-25T22:40:17.264Z] #27 sha256:e9dfe863ab2eb87ee62093c9af7dc092364efea002012a8ead02bab6822a41fd [2022-08-25T22:40:17.264Z] #27 7.051 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:40:17.264Z] #27 7.051 Need to get 5083 kB of archives. [2022-08-25T22:40:17.264Z] #27 7.051 After this operation, 12.1 MB of additional disk space will be used. [2022-08-25T22:40:17.264Z] #27 7.051 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB] [2022-08-25T22:40:17.264Z] #27 7.095 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] [2022-08-25T22:40:17.264Z] #27 7.095 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] [2022-08-25T22:40:17.264Z] #27 7.095 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-25T22:40:17.264Z] #27 7.112 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] [2022-08-25T22:40:17.264Z] #27 7.112 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB] [2022-08-25T22:40:17.427Z] #43 12.59 make[1]: Nothing to be done for 'all'. [2022-08-25T22:40:17.434Z] Client: Docker Engine - Community [2022-08-25T22:40:17.434Z] Version: 20.10.14 [2022-08-25T22:40:17.434Z] API version: 1.41 [2022-08-25T22:40:17.434Z] Go version: go1.16.15 [2022-08-25T22:40:17.434Z] Git commit: a224086 [2022-08-25T22:40:17.434Z] Built: Thu Mar 24 01:47:20 2022 [2022-08-25T22:40:17.434Z] OS/Arch: linux/arm64 [2022-08-25T22:40:17.434Z] Context: default [2022-08-25T22:40:17.434Z] Experimental: true [2022-08-25T22:40:17.434Z] [2022-08-25T22:40:17.434Z] Server: Docker Engine - Community [2022-08-25T22:40:17.434Z] Engine: [2022-08-25T22:40:17.434Z] Version: 20.10.14 [2022-08-25T22:40:17.434Z] API version: 1.41 (minimum version 1.12) [2022-08-25T22:40:17.434Z] Go version: go1.16.15 [2022-08-25T22:40:17.434Z] Git commit: 87a90dc [2022-08-25T22:40:17.434Z] Built: Thu Mar 24 01:45:39 2022 [2022-08-25T22:40:17.434Z] OS/Arch: linux/arm64 [2022-08-25T22:40:17.434Z] Experimental: true [2022-08-25T22:40:17.434Z] containerd: [2022-08-25T22:40:17.434Z] Version: 1.5.11 [2022-08-25T22:40:17.434Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:40:17.434Z] runc: [2022-08-25T22:40:17.434Z] Version: 1.0.3 [2022-08-25T22:40:17.434Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-25T22:40:17.434Z] docker-init: [2022-08-25T22:40:17.434Z] Version: 0.19.0 [2022-08-25T22:40:17.434Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-25T22:40:17.525Z] #27 7.126 Get:7 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-25T22:40:17.525Z] #27 7.126 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2022-08-25T22:40:17.525Z] #27 7.127 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] [2022-08-25T22:40:17.525Z] #27 7.127 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] [2022-08-25T22:40:17.525Z] #27 7.136 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] [2022-08-25T22:40:17.525Z] #27 7.138 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] [2022-08-25T22:40:17.525Z] #27 7.142 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2022-08-25T22:40:17.525Z] #27 7.152 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2022-08-25T22:40:17.525Z] #27 7.152 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2022-08-25T22:40:17.525Z] #27 7.152 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2022-08-25T22:40:17.525Z] #27 7.152 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2022-08-25T22:40:17.525Z] #27 7.154 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2022-08-25T22:40:17.525Z] #27 7.159 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:40:17.525Z] #27 7.162 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:40:17.525Z] #27 7.172 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:40:17.525Z] #27 7.373 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:40:17.538Z] #13 ... [2022-08-25T22:40:17.538Z] [2022-08-25T22:40:17.538Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:40:17.538Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:40:17.538Z] #42 53.31 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:40:17.538Z] #42 53.32 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:17.538Z] #42 DONE 54.2s [2022-08-25T22:40:17.755Z] + docker info [2022-08-25T22:40:17.787Z] #27 7.418 Fetched 5083 kB in 0s (13.7 MB/s) [2022-08-25T22:40:17.787Z] #27 7.488 Selecting previously unselected package libssl1.1:amd64. [2022-08-25T22:40:17.787Z] #27 7.488 (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 ... 6677 files and directories currently installed.) [2022-08-25T22:40:17.787Z] #27 7.496 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:40:17.787Z] #27 7.503 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:17.808Z] [2022-08-25T22:40:17.808Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:17.808Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:18.048Z] #27 7.826 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-08-25T22:40:18.048Z] #27 7.826 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:40:18.048Z] #27 7.826 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:18.048Z] #27 7.897 Selecting previously unselected package libsasl2-2:amd64. [2022-08-25T22:40:18.048Z] #27 7.897 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-25T22:40:18.307Z] #27 7.908 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:18.307Z] #27 7.997 Selecting previously unselected package libldap-common. [2022-08-25T22:40:18.307Z] #27 7.997 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-25T22:40:18.307Z] #27 8.002 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:18.422Z] #43 13.61 CC images/stats.o [2022-08-25T22:40:18.566Z] #27 8.107 Selecting previously unselected package libldap-2.4-2:amd64. [2022-08-25T22:40:18.566Z] #27 8.107 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... [2022-08-25T22:40:18.566Z] #27 8.112 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:18.566Z] #27 8.270 Selecting previously unselected package openssl. [2022-08-25T22:40:18.566Z] #27 8.270 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-25T22:40:18.566Z] #27 8.279 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:18.825Z] #27 8.508 Selecting previously unselected package ca-certificates. [2022-08-25T22:40:18.825Z] #27 8.508 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-25T22:40:18.825Z] #27 8.513 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-25T22:40:18.992Z] #43 13.96 CC images/core.o [2022-08-25T22:40:19.085Z] #27 8.723 Selecting previously unselected package libkeyutils1:amd64. [2022-08-25T22:40:19.085Z] #27 8.725 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2022-08-25T22:40:19.085Z] #27 8.728 Unpacking libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:40:19.253Z] #43 14.44 CC images/core-x86.o [2022-08-25T22:40:19.331Z] #40 ... [2022-08-25T22:40:19.331Z] [2022-08-25T22:40:19.331Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:40:19.331Z] #37 sha256:5ab64a0fad5e081db8ee634170c3cca884c949bae88e4a3228fc136b8df4c991 [2022-08-25T22:40:19.331Z] #37 7.223 + RM_GOPATH=0 [2022-08-25T22:40:19.331Z] #37 7.223 + TMP_GOPATH= [2022-08-25T22:40:19.331Z] #37 7.223 + : /build [2022-08-25T22:40:19.331Z] #37 7.223 + '[' -z '' ']' [2022-08-25T22:40:19.331Z] #37 7.223 ++ mktemp -d [2022-08-25T22:40:19.331Z] #37 7.223 + export GOPATH=/tmp/tmp.YQsODiin08 [2022-08-25T22:40:19.331Z] #37 7.223 + GOPATH=/tmp/tmp.YQsODiin08 [2022-08-25T22:40:19.331Z] #37 7.223 + RM_GOPATH=1 [2022-08-25T22:40:19.331Z] #37 7.223 + case "$(go env GOARCH)" in [2022-08-25T22:40:19.331Z] #37 7.223 ++ go env GOARCH [2022-08-25T22:40:19.331Z] #37 7.257 Install tini version v0.19.0 [2022-08-25T22:40:19.331Z] #37 7.238 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:19.331Z] #37 7.238 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:19.331Z] #37 7.238 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:19.331Z] #37 7.238 + dir=/tmp/install [2022-08-25T22:40:19.331Z] #37 7.238 + bin=tini [2022-08-25T22:40:19.331Z] #37 7.238 + shift [2022-08-25T22:40:19.331Z] #37 7.238 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-25T22:40:19.331Z] #37 7.238 + . /tmp/install/tini.installer [2022-08-25T22:40:19.331Z] #37 7.238 ++ : v0.19.0 [2022-08-25T22:40:19.331Z] #37 7.238 + install_tini [2022-08-25T22:40:19.331Z] #37 7.238 + echo 'Install tini version v0.19.0' [2022-08-25T22:40:19.331Z] #37 7.238 + git clone https://github.com/krallin/tini.git /tmp/tmp.YQsODiin08/tini [2022-08-25T22:40:19.331Z] #37 7.263 Cloning into '/tmp/tmp.YQsODiin08/tini'... [2022-08-25T22:40:19.331Z] #37 7.882 + cd /tmp/tmp.YQsODiin08/tini [2022-08-25T22:40:19.331Z] #37 7.882 + git checkout -q v0.19.0 [2022-08-25T22:40:19.331Z] #37 7.906 + cmake . [2022-08-25T22:40:19.344Z] #27 8.838 Selecting previously unselected package libkrb5support0:amd64. [2022-08-25T22:40:19.344Z] #27 8.838 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:40:19.344Z] #27 8.843 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:19.344Z] #27 8.989 Selecting previously unselected package libk5crypto3:amd64. [2022-08-25T22:40:19.344Z] #27 8.989 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:40:19.344Z] #27 8.994 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:19.514Z] #43 14.74 CC images/core-arm.o [2022-08-25T22:40:19.603Z] #27 9.133 Selecting previously unselected package libkrb5-3:amd64. [2022-08-25T22:40:19.603Z] #27 9.133 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:40:19.603Z] #27 9.153 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:19.603Z] #27 9.316 Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-08-25T22:40:19.603Z] #27 9.316 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... [2022-08-25T22:40:19.603Z] #27 9.321 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:19.763Z] #43 2.135 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:40:19.763Z] #43 2.136 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:40:19.763Z] #43 2.158 Note: Building without GnuTLS support [2022-08-25T22:40:19.763Z] #43 2.165 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:40:19.763Z] #43 2.165 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:40:19.775Z] #43 15.06 CC images/core-aarch64.o [2022-08-25T22:40:19.867Z] #27 9.463 Selecting previously unselected package libnghttp2-14:amd64. [2022-08-25T22:40:19.867Z] #27 9.464 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2022-08-25T22:40:19.867Z] #27 9.469 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:40:19.867Z] #27 9.589 Selecting previously unselected package libpsl5:amd64. [2022-08-25T22:40:19.867Z] #27 9.589 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2022-08-25T22:40:19.867Z] #27 9.641 Unpacking libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:40:19.893Z] #37 8.425 -- The C compiler identification is GNU 8.3.0 [2022-08-25T22:40:19.893Z] #37 8.463 -- Check for working C compiler: /usr/bin/cc [2022-08-25T22:40:20.126Z] #27 9.709 Selecting previously unselected package librtmp1:amd64. [2022-08-25T22:40:20.127Z] #27 9.709 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2022-08-25T22:40:20.127Z] #27 9.715 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:40:20.127Z] #27 9.799 Selecting previously unselected package libssh2-1:amd64. [2022-08-25T22:40:20.127Z] #27 9.799 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2022-08-25T22:40:20.127Z] #27 9.838 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:40:20.346Z] #43 15.30 CC images/core-ppc64.o [2022-08-25T22:40:20.346Z] #43 15.70 CC images/core-s390.o [2022-08-25T22:40:20.386Z] #27 9.959 Selecting previously unselected package libcurl4:amd64. [2022-08-25T22:40:20.386Z] #27 9.961 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:40:20.386Z] #27 9.964 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-25T22:40:20.386Z] #27 10.11 Selecting previously unselected package curl. [2022-08-25T22:40:20.386Z] #27 10.11 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2022-08-25T22:40:20.386Z] #27 10.11 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-25T22:40:20.386Z] #27 10.20 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:40:20.579Z] #37 8.872 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-25T22:40:20.579Z] #37 8.872 -- Detecting C compiler ABI info [2022-08-25T22:40:20.645Z] #27 10.22 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:40:20.645Z] #27 10.22 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:40:20.645Z] #27 10.29 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:40:20.645Z] #27 10.29 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:40:20.645Z] #27 10.29 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:40:20.645Z] #27 10.36 Selecting previously unselected package jq. [2022-08-25T22:40:20.645Z] #27 10.36 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:40:20.645Z] #27 10.37 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:40:20.645Z] #27 10.43 Setting up libkeyutils1:amd64 (1.6-6) ... [2022-08-25T22:40:20.645Z] #27 10.44 Setting up libpsl5:amd64 (0.20.2-2) ... [2022-08-25T22:40:20.645Z] #27 10.45 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:20.714Z] #43 ... [2022-08-25T22:40:20.714Z] [2022-08-25T22:40:20.714Z] #36 [tini 1/2] 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-08-25T22:40:20.714Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:40:20.714Z] #36 56.28 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:40:20.714Z] #36 56.30 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:20.714Z] #36 56.32 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:40:20.714Z] #36 56.34 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:40:20.714Z] #36 56.38 Setting up librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:40:20.714Z] #36 56.41 Setting up cmake-data (3.13.4-1) ... [2022-08-25T22:40:20.714Z] #36 56.43 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:40:20.714Z] #36 56.45 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:40:20.714Z] #36 56.48 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:40:20.714Z] #36 56.50 Setting up cmake (3.13.4-1) ... [2022-08-25T22:40:20.714Z] #36 56.52 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:20.714Z] #36 56.62 Processing triggers for mime-support (3.62) ... [2022-08-25T22:40:20.714Z] #36 DONE 57.2s [2022-08-25T22:40:20.714Z] [2022-08-25T22:40:20.714Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:20.714Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:20.714Z] #13 49.63 Selecting previously unselected package binutils-mingw-w64. [2022-08-25T22:40:20.714Z] #13 49.63 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-25T22:40:20.714Z] #13 49.66 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:40:20.714Z] #13 49.74 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-08-25T22:40:20.714Z] #13 49.75 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:20.714Z] #13 49.75 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:20.714Z] #13 49.97 Selecting previously unselected package dmsetup. [2022-08-25T22:40:20.714Z] #13 50.00 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:20.714Z] #13 50.02 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-25T22:40:20.714Z] #13 50.21 Selecting previously unselected package mingw-w64-common. [2022-08-25T22:40:20.714Z] #13 50.21 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-25T22:40:20.714Z] #13 50.22 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-25T22:40:20.906Z] #27 10.64 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-25T22:40:20.906Z] #27 10.65 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:20.906Z] #27 10.66 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:20.906Z] #27 10.67 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:20.906Z] #27 10.68 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:40:20.906Z] #27 10.69 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:20.906Z] #27 10.70 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:20.906Z] #27 10.71 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-25T22:40:20.918Z] #43 ... [2022-08-25T22:40:20.918Z] [2022-08-25T22:40:20.918Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:20.918Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:20.918Z] #13 59.99 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-25T22:40:20.918Z] #13 60.00 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:20.918Z] #13 60.01 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:20.918Z] #13 60.15 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-25T22:40:20.918Z] #13 60.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:20.918Z] #13 60.16 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:21.151Z] #37 9.479 -- Detecting C compiler ABI info - done [2022-08-25T22:40:21.151Z] #37 9.512 -- Detecting C compile features [2022-08-25T22:40:21.164Z] #27 10.72 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:21.164Z] #27 10.73 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:21.164Z] #27 10.75 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:40:21.164Z] #27 10.76 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:40:21.164Z] #27 10.77 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:21.164Z] #27 10.78 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-25T22:40:21.179Z] #13 ... [2022-08-25T22:40:21.179Z] [2022-08-25T22:40:21.179Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:21.179Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:21.179Z] #43 16.20 CC images/cpuinfo.o [2022-08-25T22:40:21.440Z] #43 16.48 CC images/inventory.o [2022-08-25T22:40:21.440Z] #43 16.67 CC images/fdinfo.o [2022-08-25T22:40:21.701Z] #43 16.89 CC images/fown.o [2022-08-25T22:40:21.701Z] #43 17.03 CC images/ns.o [2022-08-25T22:40:22.093Z] #13 ... [2022-08-25T22:40:22.093Z] [2022-08-25T22:40:22.093Z] #32 [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-08-25T22:40:22.093Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:40:22.093Z] #32 DONE 58.2s [2022-08-25T22:40:22.093Z] [2022-08-25T22:40:22.093Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:22.093Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:22.093Z] #43 4.464 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:40:22.093Z] #43 4.567 GEN .gitid [2022-08-25T22:40:22.093Z] #43 4.648 GEN criu/include/version.h [2022-08-25T22:40:22.093Z] #43 4.700 GEN include/common/asm [2022-08-25T22:40:22.101Z] #27 11.53 Updating certificates in /etc/ssl/certs... [2022-08-25T22:40:22.273Z] #43 17.19 CC images/regfile.o [2022-08-25T22:40:22.273Z] #43 17.32 CC images/ghost-file.o [2022-08-25T22:40:22.273Z] #43 17.54 CC images/fifo.o [2022-08-25T22:40:22.533Z] #43 17.67 CC images/remap-file-path.o [2022-08-25T22:40:22.794Z] #43 17.90 CC images/eventfd.o [2022-08-25T22:40:22.794Z] #43 18.04 CC images/eventpoll.o [2022-08-25T22:40:23.039Z] #27 12.72 137 added, 0 removed; done. [2022-08-25T22:40:23.039Z] #27 12.76 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-25T22:40:23.039Z] #27 12.77 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:40:23.039Z] #27 12.78 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-25T22:40:23.039Z] #27 12.79 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-25T22:40:23.039Z] #27 12.80 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:23.039Z] #27 12.83 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-25T22:40:23.039Z] #27 12.84 Updating certificates in /etc/ssl/certs... [2022-08-25T22:40:23.041Z] #37 11.24 -- Detecting C compile features - done [2022-08-25T22:40:23.041Z] #37 11.28 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-25T22:40:23.041Z] #37 11.49 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-25T22:40:23.041Z] #37 11.60 -- Configuring done [2022-08-25T22:40:23.041Z] #37 11.60 -- Generating done [2022-08-25T22:40:23.041Z] #37 11.60 -- Build files have been written to: /tmp/tmp.YQsODiin08/tini [2022-08-25T22:40:23.055Z] #43 18.28 CC images/fh.o [2022-08-25T22:40:23.297Z] #37 11.64 + make tini-static [2022-08-25T22:40:23.315Z] #43 18.54 CC images/fsnotify.o [2022-08-25T22:40:23.552Z] #37 11.96 Scanning dependencies of target tini-static [2022-08-25T22:40:23.552Z] #37 12.11 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-25T22:40:23.576Z] #43 18.92 CC images/signalfd.o [2022-08-25T22:40:23.976Z] #27 13.79 0 added, 0 removed; done. [2022-08-25T22:40:23.977Z] #27 13.79 Running hooks in /etc/ca-certificates/update.d... [2022-08-25T22:40:23.977Z] #27 13.79 done. [2022-08-25T22:40:24.000Z] #43 6.285 PBCC images/timens.pb-c.c [2022-08-25T22:40:24.000Z] #43 6.307 DEP images/timens.pb-c.d [2022-08-25T22:40:24.000Z] #43 6.370 PBCC images/fown.pb-c.c [2022-08-25T22:40:24.000Z] #43 6.392 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-25T22:40:24.000Z] #43 6.452 PBCC images/opts.pb-c.c [2022-08-25T22:40:24.000Z] #43 6.482 PBCC images/memfd.pb-c.c [2022-08-25T22:40:24.148Z] #43 19.09 CC images/fs.o [2022-08-25T22:40:24.148Z] #43 19.22 CC images/pstree.o [2022-08-25T22:40:24.148Z] #43 19.37 CC images/pipe.o [2022-08-25T22:40:24.148Z] #43 19.50 CC images/tcp-stream.o [2022-08-25T22:40:24.259Z] #43 ... [2022-08-25T22:40:24.259Z] [2022-08-25T22:40:24.259Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:40:24.259Z] #47 sha256:56e90d65fddefb4a54d9f75f568a2892d9a38aa8fc44cce4d67b108093b3ddb4 [2022-08-25T22:40:24.259Z] #47 DONE 60.9s [2022-08-25T22:40:24.259Z] [2022-08-25T22:40:24.259Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:24.259Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:24.259Z] #43 6.621 DEP images/fown.pb-c.d [2022-08-25T22:40:24.259Z] #43 6.775 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-25T22:40:24.409Z] #43 19.62 CC images/sk-packet.o [2022-08-25T22:40:24.519Z] #43 6.888 DEP images/opts.pb-c.d [2022-08-25T22:40:24.519Z] #43 6.955 DEP images/memfd.pb-c.d [2022-08-25T22:40:24.519Z] #43 7.038 PBCC images/sit.pb-c.c [2022-08-25T22:40:24.519Z] #43 7.073 DEP images/sit.pb-c.d [2022-08-25T22:40:24.671Z] #43 19.76 CC images/mnt.o [2022-08-25T22:40:24.671Z] #43 19.90 CC images/pipe-data.o [2022-08-25T22:40:24.779Z] #43 7.112 PBCC images/macvlan.pb-c.c [2022-08-25T22:40:24.779Z] #43 7.145 DEP images/macvlan.pb-c.d [2022-08-25T22:40:24.779Z] #43 7.207 PBCC images/autofs.pb-c.c [2022-08-25T22:40:24.779Z] #43 7.253 DEP images/autofs.pb-c.d [2022-08-25T22:40:24.779Z] #43 7.296 PBCC images/sysctl.pb-c.c [2022-08-25T22:40:24.779Z] #43 7.345 DEP images/sysctl.pb-c.d [2022-08-25T22:40:24.918Z] #37 13.14 [100%] Linking C executable tini-static [2022-08-25T22:40:24.918Z] #37 13.52 [100%] Built target tini-static [2022-08-25T22:40:24.932Z] #43 20.03 CC images/sa.o [2022-08-25T22:40:24.932Z] #43 ... [2022-08-25T22:40:24.932Z] [2022-08-25T22:40:24.932Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:40:24.932Z] #58 sha256:7174a8543312e9afde17dc54ab879b73eaedb5951433b0ed1041cf545a3e6bc4 [2022-08-25T22:40:24.932Z] #58 73.34 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:40:24.932Z] #58 73.34 + GOBIN=/build [2022-08-25T22:40:24.932Z] #58 73.34 + GO111MODULE=on [2022-08-25T22:40:24.932Z] #58 73.34 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-25T22:40:24.932Z] #58 DONE 79.4s [2022-08-25T22:40:24.932Z] [2022-08-25T22:40:24.932Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-25T22:40:24.932Z] #59 sha256:d7a6258cd97da17e02f6328b52fa4dd85f06622137bb0eee892bd22f8325b35f [2022-08-25T22:40:24.932Z] #59 DONE 0.1s [2022-08-25T22:40:25.039Z] #43 7.427 PBCC images/time.pb-c.c [2022-08-25T22:40:25.039Z] #43 7.508 DEP images/time.pb-c.d [2022-08-25T22:40:25.039Z] #43 7.533 PBCC images/binfmt-misc.pb-c.c [2022-08-25T22:40:25.039Z] #43 7.613 DEP images/binfmt-misc.pb-c.d [2022-08-25T22:40:25.177Z] #37 13.61 + mkdir -p /build [2022-08-25T22:40:25.177Z] #37 13.61 + cp tini-static /build/docker-init [2022-08-25T22:40:25.177Z] #37 ... [2022-08-25T22:40:25.177Z] [2022-08-25T22:40:25.177Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:25.177Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:25.177Z] #43 7.078 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:40:25.177Z] #43 7.078 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:40:25.177Z] #43 7.078 Note: Building without GnuTLS support [2022-08-25T22:40:25.177Z] #43 7.078 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:40:25.177Z] #43 7.078 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:40:25.177Z] #43 8.471 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:40:25.177Z] #43 8.517 GEN .gitid [2022-08-25T22:40:25.177Z] #43 8.548 GEN criu/include/version.h [2022-08-25T22:40:25.177Z] #43 8.610 GEN include/common/asm [2022-08-25T22:40:25.177Z] #43 10.11 PBCC images/timens.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.13 DEP images/timens.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.16 PBCC images/fown.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.20 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.24 PBCC images/opts.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.27 PBCC images/memfd.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.34 DEP images/fown.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.40 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.47 DEP images/opts.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.49 DEP images/memfd.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.54 PBCC images/sit.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.64 DEP images/sit.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.64 PBCC images/macvlan.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.67 DEP images/macvlan.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.74 PBCC images/autofs.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.83 DEP images/autofs.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.83 PBCC images/sysctl.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.83 DEP images/sysctl.pb-c.d [2022-08-25T22:40:25.177Z] #43 10.90 PBCC images/time.pb-c.c [2022-08-25T22:40:25.177Z] #43 10.94 DEP images/time.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.01 PBCC images/binfmt-misc.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.03 DEP images/binfmt-misc.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.09 PBCC images/seccomp.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.14 DEP images/seccomp.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.18 PBCC images/userns.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.20 DEP images/userns.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.27 PBCC images/cgroup.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.30 DEP images/cgroup.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.34 PBCC images/ext-file.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.37 DEP images/ext-file.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.43 PBCC images/rpc.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.49 DEP images/rpc.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.53 PBCC images/siginfo.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.57 DEP images/siginfo.pb-c.d [2022-08-25T22:40:25.177Z] #43 11.60 PBCC images/pagemap.pb-c.c [2022-08-25T22:40:25.177Z] #43 11.68 DEP images/pagemap.pb-c.d [2022-08-25T22:40:25.193Z] [2022-08-25T22:40:25.193Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-25T22:40:25.193Z] #60 sha256:78f4aaf4d56dea5664cd9800f6d91fa70e041564dee68397cc75065594bcb48e [2022-08-25T22:40:25.193Z] #60 DONE 0.1s [2022-08-25T22:40:25.193Z] [2022-08-25T22:40:25.193Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:25.193Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:25.193Z] #43 20.24 CC images/timer.o [2022-08-25T22:40:25.193Z] #43 20.39 CC images/timerfd.o [2022-08-25T22:40:25.299Z] #43 7.669 PBCC images/seccomp.pb-c.c [2022-08-25T22:40:25.299Z] #43 7.713 DEP images/seccomp.pb-c.d [2022-08-25T22:40:25.299Z] #43 7.816 PBCC images/userns.pb-c.c [2022-08-25T22:40:25.358Z] #27 DONE 15.0s [2022-08-25T22:40:25.358Z] [2022-08-25T22:40:25.358Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-25T22:40:25.358Z] #28 sha256:a046dfe2041d4181965736fa5e9d329d9a219a787b22952191d82fec1b7fcd81 [2022-08-25T22:40:25.358Z] #28 DONE 0.1s [2022-08-25T22:40:25.358Z] [2022-08-25T22:40:25.358Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:40:25.358Z] #29 sha256:d0394b845f6a93da4479d0a6ed1d0540b19c677e35cbf83b8445b9e2d71e606d [2022-08-25T22:40:25.433Z] #43 11.75 PBCC images/rlimit.pb-c.c [2022-08-25T22:40:25.433Z] #43 11.75 DEP images/rlimit.pb-c.d [2022-08-25T22:40:25.433Z] #43 ... [2022-08-25T22:40:25.433Z] [2022-08-25T22:40:25.433Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:40:25.433Z] #37 sha256:5ab64a0fad5e081db8ee634170c3cca884c949bae88e4a3228fc136b8df4c991 [2022-08-25T22:40:25.433Z] #37 DONE 13.9s [2022-08-25T22:40:25.433Z] [2022-08-25T22:40:25.433Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:25.433Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:25.433Z] #43 11.82 PBCC images/file-lock.pb-c.c [2022-08-25T22:40:25.433Z] #43 11.85 DEP images/file-lock.pb-c.d [2022-08-25T22:40:25.433Z] #43 11.91 PBCC images/tty.pb-c.c [2022-08-25T22:40:25.433Z] #43 11.93 DEP images/tty.pb-c.d [2022-08-25T22:40:25.433Z] #43 11.97 PBCC images/tun.pb-c.c [2022-08-25T22:40:25.454Z] #43 20.55 CC images/mm.o [2022-08-25T22:40:25.559Z] #43 7.893 DEP images/userns.pb-c.d [2022-08-25T22:40:25.559Z] #43 7.979 PBCC images/cgroup.pb-c.c [2022-08-25T22:40:25.559Z] #43 7.980 DEP images/cgroup.pb-c.d [2022-08-25T22:40:25.559Z] #43 8.066 PBCC images/ext-file.pb-c.c [2022-08-25T22:40:25.688Z] #43 12.01 PBCC images/netdev.pb-c.c [2022-08-25T22:40:25.688Z] #43 12.04 DEP images/tun.pb-c.d [2022-08-25T22:40:25.688Z] #43 12.09 DEP images/netdev.pb-c.d [2022-08-25T22:40:25.688Z] #43 12.12 PBCC images/vma.pb-c.c [2022-08-25T22:40:25.688Z] #43 12.17 DEP images/vma.pb-c.d [2022-08-25T22:40:25.688Z] #43 12.23 PBCC images/creds.pb-c.c [2022-08-25T22:40:25.715Z] #43 20.96 CC images/sk-opts.o [2022-08-25T22:40:25.819Z] #43 8.131 DEP images/ext-file.pb-c.d [2022-08-25T22:40:25.819Z] #43 8.288 PBCC images/rpc.pb-c.c [2022-08-25T22:40:25.819Z] #43 8.341 DEP images/rpc.pb-c.d [2022-08-25T22:40:25.819Z] #43 8.425 PBCC images/siginfo.pb-c.c [2022-08-25T22:40:25.944Z] #43 12.26 DEP images/creds.pb-c.d [2022-08-25T22:40:25.944Z] #43 12.29 PBCC images/utsns.pb-c.c [2022-08-25T22:40:25.944Z] #43 12.35 DEP images/utsns.pb-c.d [2022-08-25T22:40:25.944Z] #43 12.35 PBCC images/ipc-desc.pb-c.c [2022-08-25T22:40:25.944Z] #43 12.46 PBCC images/ipc-sem.pb-c.c [2022-08-25T22:40:25.944Z] #43 12.46 DEP images/ipc-desc.pb-c.d [2022-08-25T22:40:25.944Z] #43 12.46 DEP images/ipc-sem.pb-c.d [2022-08-25T22:40:25.976Z] #43 21.24 CC images/sk-unix.o [2022-08-25T22:40:26.078Z] #43 8.447 DEP images/siginfo.pb-c.d [2022-08-25T22:40:26.078Z] #43 8.493 PBCC images/pagemap.pb-c.c [2022-08-25T22:40:26.078Z] #43 8.526 DEP images/pagemap.pb-c.d [2022-08-25T22:40:26.078Z] #43 8.563 PBCC images/rlimit.pb-c.c [2022-08-25T22:40:26.078Z] #43 8.575 DEP images/rlimit.pb-c.d [2022-08-25T22:40:26.078Z] #43 8.621 PBCC images/file-lock.pb-c.c [2022-08-25T22:40:26.078Z] #43 8.654 DEP images/file-lock.pb-c.d [2022-08-25T22:40:26.200Z] #43 12.52 PBCC images/ipc-msg.pb-c.c [2022-08-25T22:40:26.200Z] #43 12.54 DEP images/ipc-msg.pb-c.d [2022-08-25T22:40:26.200Z] #43 12.71 PBCC images/ipc-shm.pb-c.c [2022-08-25T22:40:26.200Z] #43 12.71 DEP images/ipc-shm.pb-c.d [2022-08-25T22:40:26.200Z] #43 12.71 PBCC images/ipc-var.pb-c.c [2022-08-25T22:40:26.200Z] #43 12.71 DEP images/ipc-var.pb-c.d [2022-08-25T22:40:26.200Z] #43 12.71 PBCC images/sk-opts.pb-c.c [2022-08-25T22:40:26.200Z] #43 12.71 PBCC images/packet-sock.pb-c.c [2022-08-25T22:40:26.237Z] #43 ... [2022-08-25T22:40:26.237Z] [2022-08-25T22:40:26.237Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-25T22:40:26.237Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-25T22:40:26.237Z] #63 CACHED [2022-08-25T22:40:26.237Z] [2022-08-25T22:40:26.237Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-25T22:40:26.237Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-25T22:40:26.237Z] #65 CACHED [2022-08-25T22:40:26.237Z] [2022-08-25T22:40:26.237Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:40:26.237Z] #56 sha256:fb8e0aed929bc5d92f3df9f7d5c0a1f390e1500efb5f336603d11b10fbc5d645 [2022-08-25T22:40:26.338Z] #43 8.681 PBCC images/tty.pb-c.c [2022-08-25T22:40:26.338Z] #43 8.728 DEP images/tty.pb-c.d [2022-08-25T22:40:26.338Z] #43 8.782 PBCC images/tun.pb-c.c [2022-08-25T22:40:26.338Z] #43 8.837 PBCC images/netdev.pb-c.c [2022-08-25T22:40:26.338Z] #43 8.899 DEP images/tun.pb-c.d [2022-08-25T22:40:26.456Z] #43 12.74 DEP images/sk-opts.pb-c.d [2022-08-25T22:40:26.456Z] #43 12.80 DEP images/packet-sock.pb-c.d [2022-08-25T22:40:26.456Z] #43 12.80 PBCC images/sk-netlink.pb-c.c [2022-08-25T22:40:26.456Z] #43 12.82 DEP images/sk-netlink.pb-c.d [2022-08-25T22:40:26.498Z] #56 38.29 Checking out files: 51% (2577/4967) Checking out files: 52% (2583/4967) Checking out files: 53% (2633/4967) Checking out files: 54% (2683/4967) Checking out files: 55% (2732/4967) Checking out files: 56% (2782/4967) Checking out files: 57% (2832/4967) Checking out files: 58% (2881/4967) Checking out files: 59% (2931/4967) Checking out files: 60% (2981/4967) Checking out files: 61% (3030/4967) Checking out files: 62% (3080/4967) Checking out files: 63% (3130/4967) Checking out files: 64% (3179/4967) Checking out files: 65% (3229/4967) Checking out files: 66% (3279/4967) Checking out files: 67% (3328/4967) Checking out files: 68% (3378/4967) Checking out files: 69% (3428/4967) Checking out files: 70% (3477/4967) Checking out files: 71% (3527/4967) Checking out files: 72% (3577/4967) Checking out files: 73% (3626/4967) Checking out files: 74% (3676/4967) Checking out files: 75% (3726/4967) Checking out files: 76% (3775/4967) Checking out files: 77% (3825/4967) Checking out files: 78% (3875/4967) Checking out files: 79% (3924/4967) Checking out files: 80% (3974/4967) Checking out files: 81% (4024/4967) Checking out files: 82% (4073/4967) Checking out files: 83% (4123/4967) Checking out files: 84% (4173/4967) Checking out files: 85% (4222/4967) Checking out files: 86% (4272/4967) Checking out files: 86% (4274/4967) Checking out files: 87% (4322/4967) Checking out files: 88% (4371/4967) Checking out files: 89% (4421/4967) Checking out files: 90% (4471/4967) Checking out files: 91% (4520/4967) Checking out files: 92% (4570/4967) Checking out files: 93% (4620/4967) Checking out files: 94% (4669/4967) Checking out files: 95% (4719/4967) Checking out files: 96% (4769/4967) Checking out files: 97% (4818/4967) Checking out files: 98% (4868/4967) Checking out files: 99% (4918/4967) Checking out files: 100% (4967/4967) Checking out files: 100% (4967/4967), done. [2022-08-25T22:40:26.498Z] #56 39.61 + cd /tmp/tmp.sU8bDHzIiZ/src/github.com/containerd/containerd [2022-08-25T22:40:26.598Z] #43 8.920 DEP images/netdev.pb-c.d [2022-08-25T22:40:26.598Z] #43 8.973 PBCC images/vma.pb-c.c [2022-08-25T22:40:26.598Z] #43 8.998 DEP images/vma.pb-c.d [2022-08-25T22:40:26.598Z] #43 9.053 PBCC images/creds.pb-c.c [2022-08-25T22:40:26.598Z] #43 9.077 DEP images/creds.pb-c.d [2022-08-25T22:40:26.598Z] #43 9.101 PBCC images/utsns.pb-c.c [2022-08-25T22:40:26.598Z] #43 9.114 DEP images/utsns.pb-c.d [2022-08-25T22:40:26.598Z] #43 9.148 PBCC images/ipc-desc.pb-c.c [2022-08-25T22:40:26.598Z] #43 9.164 PBCC images/ipc-sem.pb-c.c [2022-08-25T22:40:26.712Z] #43 12.96 PBCC images/sk-inet.pb-c.c [2022-08-25T22:40:26.712Z] #43 12.96 DEP images/sk-inet.pb-c.d [2022-08-25T22:40:26.712Z] #43 12.96 PBCC images/sk-unix.pb-c.c [2022-08-25T22:40:26.712Z] #43 13.00 DEP images/sk-unix.pb-c.d [2022-08-25T22:40:26.712Z] #43 13.08 PBCC images/mm.pb-c.c [2022-08-25T22:40:26.712Z] #43 13.09 DEP images/mm.pb-c.d [2022-08-25T22:40:26.712Z] #43 13.13 PBCC images/timerfd.pb-c.c [2022-08-25T22:40:26.712Z] #43 13.16 DEP images/timerfd.pb-c.d [2022-08-25T22:40:26.759Z] #56 39.61 + git checkout -q v1.6.8 [2022-08-25T22:40:26.858Z] #43 9.185 DEP images/ipc-desc.pb-c.d [2022-08-25T22:40:26.858Z] #43 9.216 DEP images/ipc-sem.pb-c.d [2022-08-25T22:40:26.858Z] #43 9.260 PBCC images/ipc-msg.pb-c.c [2022-08-25T22:40:26.858Z] #43 9.278 DEP images/ipc-msg.pb-c.d [2022-08-25T22:40:26.858Z] #43 9.319 PBCC images/ipc-shm.pb-c.c [2022-08-25T22:40:26.858Z] #43 9.333 DEP images/ipc-shm.pb-c.d [2022-08-25T22:40:26.858Z] #43 9.373 PBCC images/ipc-var.pb-c.c [2022-08-25T22:40:26.858Z] #43 9.397 DEP images/ipc-var.pb-c.d [2022-08-25T22:40:26.858Z] #43 9.433 PBCC images/sk-opts.pb-c.c [2022-08-25T22:40:26.858Z] #43 9.476 PBCC images/packet-sock.pb-c.c [2022-08-25T22:40:26.968Z] #43 13.26 PBCC images/timer.pb-c.c [2022-08-25T22:40:26.968Z] #43 13.26 DEP images/timer.pb-c.d [2022-08-25T22:40:26.968Z] #43 13.26 PBCC images/sa.pb-c.c [2022-08-25T22:40:26.968Z] #43 13.33 DEP images/sa.pb-c.d [2022-08-25T22:40:26.968Z] #43 13.33 PBCC images/pipe-data.pb-c.c [2022-08-25T22:40:26.968Z] #43 13.39 DEP images/pipe-data.pb-c.d [2022-08-25T22:40:26.968Z] #43 13.44 PBCC images/mnt.pb-c.c [2022-08-25T22:40:26.968Z] #43 13.44 DEP images/mnt.pb-c.d [2022-08-25T22:40:27.118Z] #43 9.522 DEP images/sk-opts.pb-c.d [2022-08-25T22:40:27.118Z] #43 9.551 DEP images/packet-sock.pb-c.d [2022-08-25T22:40:27.118Z] #43 9.585 PBCC images/sk-netlink.pb-c.c [2022-08-25T22:40:27.118Z] #43 9.629 DEP images/sk-netlink.pb-c.d [2022-08-25T22:40:27.118Z] #43 9.656 PBCC images/sk-inet.pb-c.c [2022-08-25T22:40:27.118Z] #43 9.721 DEP images/sk-inet.pb-c.d [2022-08-25T22:40:27.224Z] #43 13.64 PBCC images/sk-packet.pb-c.c [2022-08-25T22:40:27.224Z] #43 13.64 DEP images/sk-packet.pb-c.d [2022-08-25T22:40:27.224Z] #43 13.64 PBCC images/tcp-stream.pb-c.c [2022-08-25T22:40:27.224Z] #43 13.64 DEP images/tcp-stream.pb-c.d [2022-08-25T22:40:27.224Z] #43 13.67 PBCC images/pipe.pb-c.c [2022-08-25T22:40:27.224Z] #43 13.67 DEP images/pipe.pb-c.d [2022-08-25T22:40:27.225Z] #43 13.73 PBCC images/pstree.pb-c.c [2022-08-25T22:40:27.225Z] #43 13.75 DEP images/pstree.pb-c.d [2022-08-25T22:40:27.225Z] #43 13.79 PBCC images/fs.pb-c.c [2022-08-25T22:40:27.225Z] #43 13.79 DEP images/fs.pb-c.d [2022-08-25T22:40:27.268Z] #29 1.842 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-25T22:40:27.268Z] #29 1.940 [2022-08-25T22:40:27.377Z] #43 9.773 PBCC images/sk-unix.pb-c.c [2022-08-25T22:40:27.377Z] #43 9.798 DEP images/sk-unix.pb-c.d [2022-08-25T22:40:27.377Z] #43 9.844 PBCC images/mm.pb-c.c [2022-08-25T22:40:27.377Z] #43 9.897 DEP images/mm.pb-c.d [2022-08-25T22:40:27.481Z] #43 13.84 PBCC images/signalfd.pb-c.c [2022-08-25T22:40:27.481Z] #43 13.89 DEP images/signalfd.pb-c.d [2022-08-25T22:40:27.481Z] #43 13.92 PBCC images/fh.pb-c.c [2022-08-25T22:40:27.481Z] #43 13.98 PBCC images/fsnotify.pb-c.c [2022-08-25T22:40:27.481Z] #43 14.04 DEP images/fh.pb-c.d [2022-08-25T22:40:27.527Z] #29 ... [2022-08-25T22:40:27.527Z] [2022-08-25T22:40:27.527Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:27.527Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:27.527Z] #9 extracting sha256:ad5dcb7dd59206e662084addf318ef296595c82800a9107e362439db4c158df9 8.8s done [2022-08-25T22:40:27.527Z] #9 extracting sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 5.3s [2022-08-25T22:40:27.527Z] #9 ... [2022-08-25T22:40:27.527Z] [2022-08-25T22:40:27.527Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:40:27.527Z] #29 sha256:d0394b845f6a93da4479d0a6ed1d0540b19c677e35cbf83b8445b9e2d71e606d [2022-08-25T22:40:27.637Z] #43 9.969 PBCC images/timerfd.pb-c.c [2022-08-25T22:40:27.637Z] #43 10.02 DEP images/timerfd.pb-c.d [2022-08-25T22:40:27.637Z] #43 10.10 PBCC images/timer.pb-c.c [2022-08-25T22:40:27.637Z] #43 10.12 DEP images/timer.pb-c.d [2022-08-25T22:40:27.637Z] #43 10.15 PBCC images/sa.pb-c.c [2022-08-25T22:40:27.701Z] #56 40.77 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-25T22:40:27.701Z] #56 40.77 + BUILDTAGS='netgo osusergo static_build' [2022-08-25T22:40:27.701Z] #56 40.77 + export EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:40:27.701Z] #56 40.77 + EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:40:27.701Z] #56 40.77 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-25T22:40:27.701Z] #56 40.77 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-25T22:40:27.701Z] #56 40.77 + '[' '' = dynamic ']' [2022-08-25T22:40:27.701Z] #56 40.77 + make [2022-08-25T22:40:27.739Z] #43 14.12 DEP images/fsnotify.pb-c.d [2022-08-25T22:40:27.739Z] #43 14.17 PBCC images/eventpoll.pb-c.c [2022-08-25T22:40:27.739Z] #43 ... [2022-08-25T22:40:27.739Z] [2022-08-25T22:40:27.739Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:27.739Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:27.739Z] #13 51.85 Selecting previously unselected package binutils-mingw-w64. [2022-08-25T22:40:27.739Z] #13 51.85 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-25T22:40:27.739Z] #13 51.86 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:40:27.739Z] #13 51.95 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-08-25T22:40:27.739Z] #13 51.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:27.739Z] #13 51.96 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:27.739Z] #13 52.08 Selecting previously unselected package dmsetup. [2022-08-25T22:40:27.739Z] #13 52.08 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:27.739Z] #13 52.09 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-25T22:40:27.739Z] #13 52.24 Selecting previously unselected package mingw-w64-common. [2022-08-25T22:40:27.739Z] #13 52.26 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-25T22:40:27.739Z] #13 52.26 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-25T22:40:27.739Z] #13 56.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-25T22:40:27.739Z] #13 56.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-25T22:40:27.739Z] #13 56.20 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:40:27.739Z] #13 60.66 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-25T22:40:27.739Z] #13 60.66 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:27.739Z] #13 60.66 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:27.739Z] #13 60.81 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-25T22:40:27.739Z] #13 60.81 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:27.739Z] #13 60.81 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:27.739Z] #13 ... [2022-08-25T22:40:27.739Z] [2022-08-25T22:40:27.739Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:27.739Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:27.739Z] #43 14.18 DEP images/eventpoll.pb-c.d [2022-08-25T22:40:27.739Z] #43 14.23 PBCC images/eventfd.pb-c.c [2022-08-25T22:40:27.739Z] #43 14.27 DEP images/eventfd.pb-c.d [2022-08-25T22:40:27.897Z] #43 10.16 DEP images/sa.pb-c.d [2022-08-25T22:40:27.897Z] #43 10.19 PBCC images/pipe-data.pb-c.c [2022-08-25T22:40:27.897Z] #43 10.20 DEP images/pipe-data.pb-c.d [2022-08-25T22:40:27.897Z] #43 10.23 PBCC images/mnt.pb-c.c [2022-08-25T22:40:27.897Z] #43 10.30 DEP images/mnt.pb-c.d [2022-08-25T22:40:27.897Z] #43 10.36 PBCC images/sk-packet.pb-c.c [2022-08-25T22:40:27.897Z] #43 10.39 DEP images/sk-packet.pb-c.d [2022-08-25T22:40:27.897Z] #43 10.44 PBCC images/tcp-stream.pb-c.c [2022-08-25T22:40:27.996Z] #43 14.33 PBCC images/remap-file-path.pb-c.c [2022-08-25T22:40:27.996Z] #43 14.35 DEP images/remap-file-path.pb-c.d [2022-08-25T22:40:27.996Z] #43 14.41 PBCC images/fifo.pb-c.c [2022-08-25T22:40:27.996Z] #43 14.41 DEP images/fifo.pb-c.d [2022-08-25T22:40:27.996Z] #43 14.45 PBCC images/ghost-file.pb-c.c [2022-08-25T22:40:27.996Z] #43 14.47 DEP images/ghost-file.pb-c.d [2022-08-25T22:40:27.996Z] #43 14.52 PBCC images/regfile.pb-c.c [2022-08-25T22:40:27.996Z] #43 14.55 DEP images/regfile.pb-c.d [2022-08-25T22:40:28.046Z] #29 2.167 #=#=# ############# 18.4% ########################### 38.3% ######################################### 58.2% ######################################################## 78.1% ###################################################################### 98.0% ######################################################################## 100.0% [2022-08-25T22:40:28.046Z] #29 2.796 [2022-08-25T22:40:28.157Z] #43 10.47 DEP images/tcp-stream.pb-c.d [2022-08-25T22:40:28.157Z] #43 10.51 PBCC images/pipe.pb-c.c [2022-08-25T22:40:28.157Z] #43 10.57 DEP images/pipe.pb-c.d [2022-08-25T22:40:28.157Z] #43 10.61 PBCC images/pstree.pb-c.c [2022-08-25T22:40:28.157Z] #43 10.65 DEP images/pstree.pb-c.d [2022-08-25T22:40:28.157Z] #43 10.71 PBCC images/fs.pb-c.c [2022-08-25T22:40:28.157Z] #43 10.72 DEP images/fs.pb-c.d [2022-08-25T22:40:28.157Z] #43 10.76 PBCC images/signalfd.pb-c.c [2022-08-25T22:40:28.157Z] #43 10.77 DEP images/signalfd.pb-c.d [2022-08-25T22:40:28.253Z] #43 14.59 PBCC images/ns.pb-c.c [2022-08-25T22:40:28.253Z] #43 14.61 DEP images/ns.pb-c.d [2022-08-25T22:40:28.253Z] #43 14.67 PBCC images/fdinfo.pb-c.c [2022-08-25T22:40:28.253Z] #43 14.71 DEP images/fdinfo.pb-c.d [2022-08-25T22:40:28.253Z] #43 14.76 PBCC images/core-aarch64.pb-c.c [2022-08-25T22:40:28.253Z] #43 14.81 PBCC images/core-arm.pb-c.c [2022-08-25T22:40:28.417Z] #43 10.82 PBCC images/fh.pb-c.c [2022-08-25T22:40:28.417Z] #43 10.89 PBCC images/fsnotify.pb-c.c [2022-08-25T22:40:28.417Z] #43 10.93 DEP images/fh.pb-c.d [2022-08-25T22:40:28.417Z] #43 10.99 DEP images/fsnotify.pb-c.d [2022-08-25T22:40:28.509Z] #43 14.85 PBCC images/core-ppc64.pb-c.c [2022-08-25T22:40:28.509Z] #43 14.89 PBCC images/core-s390.pb-c.c [2022-08-25T22:40:28.509Z] #43 14.93 PBCC images/core-x86.pb-c.c [2022-08-25T22:40:28.509Z] #43 14.98 PBCC images/core.pb-c.c [2022-08-25T22:40:28.509Z] #43 15.03 PBCC images/inventory.pb-c.c [2022-08-25T22:40:28.565Z] #29 3.019 #=#=# ######################################################################## 100.0% [2022-08-25T22:40:28.565Z] #29 3.216 [2022-08-25T22:40:28.677Z] #43 11.03 PBCC images/eventpoll.pb-c.c [2022-08-25T22:40:28.677Z] #43 11.06 DEP images/eventpoll.pb-c.d [2022-08-25T22:40:28.677Z] #43 11.12 PBCC images/eventfd.pb-c.c [2022-08-25T22:40:28.677Z] #43 11.14 DEP images/eventfd.pb-c.d [2022-08-25T22:40:28.677Z] #43 11.18 PBCC images/remap-file-path.pb-c.c [2022-08-25T22:40:28.677Z] #43 11.20 DEP images/remap-file-path.pb-c.d [2022-08-25T22:40:28.677Z] #43 11.23 PBCC images/fifo.pb-c.c [2022-08-25T22:40:28.765Z] #43 15.10 DEP images/core-aarch64.pb-c.d [2022-08-25T22:40:28.765Z] #43 15.14 DEP images/core-arm.pb-c.d [2022-08-25T22:40:28.765Z] #43 15.19 DEP images/core-ppc64.pb-c.d [2022-08-25T22:40:28.765Z] #43 15.22 DEP images/core-s390.pb-c.d [2022-08-25T22:40:28.765Z] #43 15.26 DEP images/core-x86.pb-c.d [2022-08-25T22:40:28.824Z] #29 3.342 ###################################################### 75.4% ######################################################################## 100.0% [2022-08-25T22:40:28.824Z] #29 3.472 [2022-08-25T22:40:28.936Z] #43 11.26 DEP images/fifo.pb-c.d [2022-08-25T22:40:28.936Z] #43 11.29 PBCC images/ghost-file.pb-c.c [2022-08-25T22:40:28.936Z] #43 11.32 DEP images/ghost-file.pb-c.d [2022-08-25T22:40:28.936Z] #43 11.36 PBCC images/regfile.pb-c.c [2022-08-25T22:40:28.936Z] #43 ... [2022-08-25T22:40:28.936Z] [2022-08-25T22:40:28.936Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:40:28.936Z] #37 sha256:163dc1f17652215c88deec3b829f7cc199f97ad0117af6a0cfe23445a9dfaa87 [2022-08-25T22:40:28.936Z] #37 0.971 + RM_GOPATH=0 [2022-08-25T22:40:28.936Z] #37 0.971 + TMP_GOPATH= [2022-08-25T22:40:28.936Z] #37 0.971 + : /build [2022-08-25T22:40:28.936Z] #37 0.972 + '[' -z '' ']' [2022-08-25T22:40:28.936Z] #37 0.973 ++ mktemp -d [2022-08-25T22:40:28.936Z] #37 0.974 + export GOPATH=/tmp/tmp.JHUbD1bi2p [2022-08-25T22:40:28.936Z] #37 0.974 + GOPATH=/tmp/tmp.JHUbD1bi2p [2022-08-25T22:40:28.936Z] #37 0.974 + RM_GOPATH=1 [2022-08-25T22:40:28.936Z] #37 0.974 + case "$(go env GOARCH)" in [2022-08-25T22:40:28.936Z] #37 0.975 ++ go env GOARCH [2022-08-25T22:40:28.936Z] #37 1.000 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:28.936Z] #37 1.001 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:28.936Z] #37 1.001 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:28.936Z] #37 1.008 + dir=/tmp/install [2022-08-25T22:40:28.936Z] #37 1.008 + bin=tini [2022-08-25T22:40:28.936Z] #37 1.008 + shift [2022-08-25T22:40:28.936Z] #37 1.009 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-25T22:40:28.936Z] #37 1.009 + . /tmp/install/tini.installer [2022-08-25T22:40:28.936Z] #37 1.009 ++ : v0.19.0 [2022-08-25T22:40:28.936Z] #37 1.010 + install_tini [2022-08-25T22:40:28.936Z] #37 1.010 + echo 'Install tini version v0.19.0' [2022-08-25T22:40:28.936Z] #37 1.010 Install tini version v0.19.0 [2022-08-25T22:40:28.936Z] #37 1.013 + git clone https://github.com/krallin/tini.git /tmp/tmp.JHUbD1bi2p/tini [2022-08-25T22:40:28.936Z] #37 1.014 Cloning into '/tmp/tmp.JHUbD1bi2p/tini'... [2022-08-25T22:40:28.936Z] #37 1.959 + cd /tmp/tmp.JHUbD1bi2p/tini [2022-08-25T22:40:28.936Z] #37 1.959 + git checkout -q v0.19.0 [2022-08-25T22:40:28.936Z] #37 2.028 + cmake . [2022-08-25T22:40:28.936Z] #37 2.639 -- The C compiler identification is GNU 8.3.0 [2022-08-25T22:40:28.936Z] #37 2.685 -- Check for working C compiler: /usr/bin/cc [2022-08-25T22:40:28.936Z] #37 3.375 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-25T22:40:28.936Z] #37 3.376 -- Detecting C compiler ABI info [2022-08-25T22:40:28.936Z] #37 4.250 -- Detecting C compiler ABI info - done [2022-08-25T22:40:28.936Z] #37 4.359 -- Detecting C compile features [2022-08-25T22:40:28.936Z] #37 6.194 -- Detecting C compile features - done [2022-08-25T22:40:28.936Z] #37 6.226 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-25T22:40:28.937Z] #37 6.375 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-25T22:40:28.937Z] #37 6.450 -- Configuring done [2022-08-25T22:40:28.937Z] #37 6.471 -- Generating done [2022-08-25T22:40:28.937Z] #37 6.482 -- Build files have been written to: /tmp/tmp.JHUbD1bi2p/tini [2022-08-25T22:40:28.937Z] #37 6.489 + make tini-static [2022-08-25T22:40:28.937Z] #37 6.719 Scanning dependencies of target tini-static [2022-08-25T22:40:28.937Z] #37 6.790 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-25T22:40:28.937Z] #37 7.643 [100%] Linking C executable tini-static [2022-08-25T22:40:28.937Z] #37 8.063 [100%] Built target tini-static [2022-08-25T22:40:28.937Z] #37 8.121 + mkdir -p /build [2022-08-25T22:40:28.937Z] #37 8.123 + cp tini-static /build/docker-init [2022-08-25T22:40:28.937Z] #37 DONE 8.3s [2022-08-25T22:40:28.937Z] [2022-08-25T22:40:28.937Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:28.937Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:28.937Z] #43 11.40 DEP images/regfile.pb-c.d [2022-08-25T22:40:28.937Z] #43 11.44 PBCC images/ns.pb-c.c [2022-08-25T22:40:28.937Z] #43 11.46 DEP images/ns.pb-c.d [2022-08-25T22:40:29.022Z] #43 15.33 DEP images/core.pb-c.d [2022-08-25T22:40:29.022Z] #43 15.39 DEP images/inventory.pb-c.d [2022-08-25T22:40:29.022Z] #43 15.43 PBCC images/cpuinfo.pb-c.c [2022-08-25T22:40:29.022Z] #43 15.46 DEP images/cpuinfo.pb-c.d [2022-08-25T22:40:29.022Z] #43 15.50 PBCC images/stats.pb-c.c [2022-08-25T22:40:29.086Z] #56 41.90 + bin/ctr [2022-08-25T22:40:29.196Z] #43 11.48 PBCC images/fdinfo.pb-c.c [2022-08-25T22:40:29.196Z] #43 11.54 DEP images/fdinfo.pb-c.d [2022-08-25T22:40:29.197Z] #43 11.64 PBCC images/core-aarch64.pb-c.c [2022-08-25T22:40:29.197Z] #43 11.71 PBCC images/core-arm.pb-c.c [2022-08-25T22:40:29.197Z] #43 11.76 PBCC images/core-ppc64.pb-c.c [2022-08-25T22:40:29.277Z] #43 15.52 DEP images/stats.pb-c.d [2022-08-25T22:40:29.456Z] #43 11.80 PBCC images/core-s390.pb-c.c [2022-08-25T22:40:29.456Z] #43 11.85 PBCC images/core-x86.pb-c.c [2022-08-25T22:40:29.456Z] #43 ... [2022-08-25T22:40:29.456Z] [2022-08-25T22:40:29.456Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:29.456Z] #49 sha256:89fe2389ac5a12253b3ba9babe00b3f8da722c59beca175b2090420701e70924 [2022-08-25T22:40:29.456Z] #49 56.06 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-25T22:40:29.456Z] #49 56.17 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-25T22:40:29.456Z] #49 56.17 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-25T22:40:29.456Z] #49 56.22 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-25T22:40:29.456Z] #49 56.35 go: downloading golang.org/x/mod v0.5.1 [2022-08-25T22:40:29.456Z] #49 56.43 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-25T22:40:29.456Z] #49 56.50 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-25T22:40:29.456Z] #49 56.56 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-25T22:40:29.456Z] #49 56.56 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-25T22:40:29.456Z] #49 56.64 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-25T22:40:29.456Z] #49 56.69 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-25T22:40:29.456Z] #49 56.76 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-25T22:40:29.456Z] #49 57.09 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-25T22:40:29.456Z] #49 57.18 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-25T22:40:29.456Z] #49 57.68 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-25T22:40:29.456Z] #49 57.79 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-25T22:40:29.456Z] #49 57.84 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-25T22:40:29.456Z] #49 57.93 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-25T22:40:29.456Z] #49 57.95 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-25T22:40:29.456Z] #49 57.98 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-25T22:40:29.456Z] #49 58.01 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-25T22:40:29.456Z] #49 58.28 go: downloading github.com/prometheus/common v0.10.0 [2022-08-25T22:40:29.456Z] #49 58.43 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-25T22:40:29.456Z] #49 58.47 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-25T22:40:29.456Z] #49 58.54 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-25T22:40:29.456Z] #49 60.57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-25T22:40:29.456Z] #49 ... [2022-08-25T22:40:29.456Z] [2022-08-25T22:40:29.456Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:29.456Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:29.456Z] #43 11.92 PBCC images/core.pb-c.c [2022-08-25T22:40:29.456Z] #43 12.01 PBCC images/inventory.pb-c.c [2022-08-25T22:40:29.607Z] #29 3.695 #=#=# ############ 17.8% ########################## 37.1% ######################################## 56.1% ###################################################### 75.7% #################################################################### 94.8% ######################################################################## 100.0% [2022-08-25T22:40:29.716Z] #43 12.16 DEP images/core-aarch64.pb-c.d [2022-08-25T22:40:29.716Z] #43 12.27 DEP images/core-arm.pb-c.d [2022-08-25T22:40:29.869Z] #29 4.332 [2022-08-25T22:40:29.976Z] #43 12.34 DEP images/core-ppc64.pb-c.d [2022-08-25T22:40:29.976Z] #43 12.44 DEP images/core-s390.pb-c.d [2022-08-25T22:40:29.976Z] #43 12.48 DEP images/core-x86.pb-c.d [2022-08-25T22:40:29.976Z] #43 12.56 DEP images/core.pb-c.d [2022-08-25T22:40:29.980Z] Client: [2022-08-25T22:40:29.980Z] Context: default [2022-08-25T22:40:29.980Z] Debug Mode: false [2022-08-25T22:40:29.980Z] Plugins: [2022-08-25T22:40:29.980Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-25T22:40:29.980Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-25T22:40:29.980Z] [2022-08-25T22:40:29.980Z] Server: [2022-08-25T22:40:29.980Z] Containers: 0 [2022-08-25T22:40:29.980Z] Running: 0 [2022-08-25T22:40:29.980Z] Paused: 0 [2022-08-25T22:40:29.980Z] Stopped: 0 [2022-08-25T22:40:29.980Z] Images: 0 [2022-08-25T22:40:29.980Z] Server Version: 20.10.14 [2022-08-25T22:40:29.980Z] Storage Driver: overlay2 [2022-08-25T22:40:29.980Z] Backing Filesystem: extfs [2022-08-25T22:40:29.980Z] Supports d_type: true [2022-08-25T22:40:29.980Z] Native Overlay Diff: true [2022-08-25T22:40:29.980Z] userxattr: false [2022-08-25T22:40:29.980Z] Logging Driver: json-file [2022-08-25T22:40:29.980Z] Cgroup Driver: cgroupfs [2022-08-25T22:40:29.980Z] Cgroup Version: 1 [2022-08-25T22:40:29.980Z] Plugins: [2022-08-25T22:40:29.980Z] Volume: local [2022-08-25T22:40:29.980Z] Network: bridge host ipvlan macvlan null overlay [2022-08-25T22:40:29.980Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-25T22:40:29.981Z] Swarm: inactive [2022-08-25T22:40:29.981Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-25T22:40:29.981Z] Default Runtime: runc [2022-08-25T22:40:29.981Z] Init Binary: docker-init [2022-08-25T22:40:29.981Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-25T22:40:29.981Z] runc version: v1.0.3-0-gf46b6ba [2022-08-25T22:40:29.981Z] init version: de40ad0 [2022-08-25T22:40:29.981Z] Security Options: [2022-08-25T22:40:29.981Z] apparmor [2022-08-25T22:40:29.981Z] seccomp [2022-08-25T22:40:29.981Z] Profile: default [2022-08-25T22:40:29.981Z] Kernel Version: 5.13.0-1021-aws [2022-08-25T22:40:29.981Z] Operating System: Ubuntu 20.04.4 LTS [2022-08-25T22:40:29.981Z] OSType: linux [2022-08-25T22:40:29.981Z] Architecture: aarch64 [2022-08-25T22:40:29.981Z] CPUs: 2 [2022-08-25T22:40:29.981Z] Total Memory: 7.562GiB [2022-08-25T22:40:29.981Z] Name: ip-10-100-61-123 [2022-08-25T22:40:29.981Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-08-25T22:40:29.981Z] Docker Root Dir: /var/lib/docker [2022-08-25T22:40:29.981Z] Debug Mode: false [2022-08-25T22:40:29.981Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:40:29.981Z] Labels: [2022-08-25T22:40:29.981Z] Experimental: true [2022-08-25T22:40:29.981Z] Insecure Registries: [2022-08-25T22:40:29.981Z] 127.0.0.0/8 [2022-08-25T22:40:29.981Z] Live Restore Enabled: true [2022-08-25T22:40:29.981Z] [Pipeline] sh [2022-08-25T22:40:30.235Z] #43 12.60 DEP images/inventory.pb-c.d [2022-08-25T22:40:30.235Z] #43 12.63 PBCC images/cpuinfo.pb-c.c [2022-08-25T22:40:30.235Z] #43 12.65 DEP images/cpuinfo.pb-c.d [2022-08-25T22:40:30.235Z] #43 12.70 PBCC images/stats.pb-c.c [2022-08-25T22:40:30.235Z] #43 12.73 DEP images/stats.pb-c.d [2022-08-25T22:40:30.267Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:40:30.267Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:40:30.267Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44041/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-25T22:40:30.267Z] + bash /home/ubuntu/workspace/moby_PR-44041/check-config.sh [2022-08-25T22:40:30.267Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-25T22:40:30.267Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-08-25T22:40:30.267Z] [2022-08-25T22:40:30.267Z] Generally Necessary: [2022-08-25T22:40:30.267Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-25T22:40:30.267Z] - apparmor: enabled and tools installed [2022-08-25T22:40:30.267Z] - CONFIG_NAMESPACES: enabled [2022-08-25T22:40:30.267Z] - CONFIG_NET_NS: enabled [2022-08-25T22:40:30.267Z] - CONFIG_PID_NS: enabled [2022-08-25T22:40:30.267Z] - CONFIG_IPC_NS: enabled [2022-08-25T22:40:30.267Z] - CONFIG_UTS_NS: enabled [2022-08-25T22:40:30.267Z] - CONFIG_CGROUPS: enabled [2022-08-25T22:40:30.267Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-25T22:40:30.267Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-25T22:40:30.267Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-25T22:40:30.267Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-25T22:40:30.267Z] - CONFIG_CPUSETS: enabled [2022-08-25T22:40:30.267Z] - CONFIG_MEMCG: enabled [2022-08-25T22:40:30.267Z] - CONFIG_KEYS: enabled [2022-08-25T22:40:30.267Z] - CONFIG_VETH: enabled (as module) [2022-08-25T22:40:30.267Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-25T22:40:30.267Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-25T22:40:30.267Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-25T22:40:30.527Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-25T22:40:30.527Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-25T22:40:30.527Z] [2022-08-25T22:40:30.527Z] Optional Features: [2022-08-25T22:40:30.527Z] - CONFIG_USER_NS: enabled [2022-08-25T22:40:30.527Z] - CONFIG_SECCOMP: enabled [2022-08-25T22:40:30.527Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-25T22:40:30.527Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-25T22:40:30.527Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-25T22:40:30.527Z] (cgroup swap accounting is currently enabled) [2022-08-25T22:40:30.527Z] - CONFIG_BLK_CGROUP: enabled [2022-08-25T22:40:30.527Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-25T22:40:30.527Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-25T22:40:30.527Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-25T22:40:30.527Z] - CONFIG_CGROUP_PERF: enabled [2022-08-25T22:40:30.527Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-25T22:40:30.527Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-25T22:40:30.527Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-25T22:40:30.527Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-25T22:40:30.527Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-25T22:40:30.527Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_IP_VS: enabled (as module) [2022-08-25T22:40:30.527Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-25T22:40:30.527Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-25T22:40:30.527Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-25T22:40:30.644Z] #43 16.75 make[1]: Nothing to be done for 'all'. [2022-08-25T22:40:30.787Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_EXT4_FS: enabled [2022-08-25T22:40:30.787Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-25T22:40:30.787Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-25T22:40:30.787Z] - Network Drivers: [2022-08-25T22:40:30.787Z] - "overlay": [2022-08-25T22:40:30.787Z] - CONFIG_VXLAN: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-25T22:40:30.787Z] Optional (for encrypted networks): [2022-08-25T22:40:30.787Z] - CONFIG_CRYPTO: enabled [2022-08-25T22:40:30.787Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-25T22:40:30.787Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-25T22:40:30.787Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-25T22:40:30.787Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-25T22:40:30.787Z] - CONFIG_XFRM: enabled [2022-08-25T22:40:30.787Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-25T22:40:30.787Z] - "ipvlan": [2022-08-25T22:40:30.787Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-25T22:40:30.787Z] - "macvlan": [2022-08-25T22:40:30.787Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_DUMMY: enabled (as module) [2022-08-25T22:40:30.787Z] - "ftp,tftp client in container": [2022-08-25T22:40:30.787Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-25T22:40:30.787Z] - Storage Drivers: [2022-08-25T22:40:30.787Z] - "aufs": [2022-08-25T22:40:30.787Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-25T22:40:30.787Z] - "btrfs": [2022-08-25T22:40:30.787Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-25T22:40:30.787Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-25T22:40:30.788Z] - "devicemapper": [2022-08-25T22:40:30.788Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-25T22:40:30.788Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-25T22:40:30.788Z] - "overlay": [2022-08-25T22:40:31.047Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-25T22:40:31.047Z] - "zfs": [2022-08-25T22:40:31.047Z] - /dev/zfs: present [2022-08-25T22:40:31.047Z] - zfs command: missing [2022-08-25T22:40:31.047Z] - zpool command: missing [2022-08-25T22:40:31.047Z] [2022-08-25T22:40:31.047Z] Limits: [2022-08-25T22:40:31.047Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-25T22:40:31.047Z] [2022-08-25T22:40:31.047Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-25T22:40:31.174Z] #43 13.67 make[1]: Nothing to be done for 'all'. [2022-08-25T22:40:31.374Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8bd86a0699c26fd012c7df4f85136a2347c9340e . [2022-08-25T22:40:31.573Z] #43 17.96 CC images/stats.o [2022-08-25T22:40:31.633Z] #56 ... [2022-08-25T22:40:31.633Z] [2022-08-25T22:40:31.633Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:40:31.633Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:40:31.633Z] #40 DONE 85.7s [2022-08-25T22:40:31.633Z] [2022-08-25T22:40:31.633Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:31.633Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:31.633Z] #43 21.42 CC images/sk-inet.o [2022-08-25T22:40:31.633Z] #43 21.61 CC images/tun.o [2022-08-25T22:40:31.633Z] #43 21.77 CC images/sk-netlink.o [2022-08-25T22:40:31.633Z] #43 21.94 CC images/packet-sock.o [2022-08-25T22:40:31.633Z] #43 22.18 CC images/ipc-var.o [2022-08-25T22:40:31.633Z] #43 22.31 CC images/ipc-desc.o [2022-08-25T22:40:31.633Z] #43 22.43 CC images/ipc-shm.o [2022-08-25T22:40:31.633Z] #43 22.59 CC images/ipc-msg.o [2022-08-25T22:40:31.633Z] #43 22.70 CC images/ipc-sem.o [2022-08-25T22:40:31.633Z] #43 22.82 CC images/utsns.o [2022-08-25T22:40:31.633Z] #43 22.95 CC images/creds.o [2022-08-25T22:40:31.633Z] #43 23.07 CC images/vma.o [2022-08-25T22:40:31.633Z] #43 23.26 CC images/netdev.o [2022-08-25T22:40:31.633Z] #43 23.50 CC images/tty.o [2022-08-25T22:40:31.633Z] #43 23.83 CC images/file-lock.o [2022-08-25T22:40:31.633Z] #43 24.01 CC images/rlimit.o [2022-08-25T22:40:31.633Z] #43 24.12 CC images/pagemap.o [2022-08-25T22:40:31.633Z] #43 24.30 CC images/siginfo.o [2022-08-25T22:40:31.633Z] #43 24.49 CC images/rpc.o [2022-08-25T22:40:31.633Z] #43 25.14 CC images/ext-file.o [2022-08-25T22:40:31.633Z] #43 25.26 CC images/cgroup.o [2022-08-25T22:40:31.633Z] #43 25.67 CC images/userns.o [2022-08-25T22:40:31.633Z] #43 25.92 CC images/google/protobuf/descriptor.o [2022-08-25T22:40:31.634Z] #2 [internal] load .dockerignore [2022-08-25T22:40:31.635Z] #2 sha256:4d77be3c21b42058101992f1707defde3d713a651a37433617145f118da6cd8b [2022-08-25T22:40:31.635Z] #2 transferring context: [2022-08-25T22:40:31.635Z] #2 transferring context: 87B done [2022-08-25T22:40:31.635Z] #2 DONE 0.1s [2022-08-25T22:40:31.635Z] [2022-08-25T22:40:31.635Z] #1 [internal] load build definition from Dockerfile [2022-08-25T22:40:31.635Z] #1 sha256:4120151ed6f5ed36863b338d6f5f29a46653cbbc5b674c3fc11af4f74896c8e7 [2022-08-25T22:40:31.635Z] #1 transferring dockerfile: 17.05kB done [2022-08-25T22:40:31.635Z] #1 DONE 0.1s [2022-08-25T22:40:31.635Z] [2022-08-25T22:40:31.635Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-25T22:40:31.635Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2022-08-25T22:40:31.693Z] #29 4.450 ### 4.6% ####### 9.8% ########## 15.1% ############## 20.2% ################## 25.5% ###################### 30.7% ######################### 35.9% ############################# 41.2% ################################# 46.4% ##################################### 51.6% ######################################## 56.8% ############################################ 62.0% ################################################ 67.2% #################################################### 72.4% ####################################################### 77.7% ########################################################### 82.9% ############################################################## 87.4% ################################################################### 93.2% ###################################################################### 98.4% ######################################################################## 100.0% [2022-08-25T22:40:31.693Z] #29 6.321 [2022-08-25T22:40:31.830Z] #43 18.26 CC images/core.o [2022-08-25T22:40:31.894Z] #43 26.94 CC images/opts.o [2022-08-25T22:40:31.894Z] #43 27.10 CC images/seccomp.o [2022-08-25T22:40:32.113Z] #43 14.63 CC images/stats.o [2022-08-25T22:40:32.155Z] #43 27.25 CC images/binfmt-misc.o [2022-08-25T22:40:32.155Z] #43 27.43 CC images/time.o [2022-08-25T22:40:32.204Z] #3 DONE 0.5s [2022-08-25T22:40:32.204Z] [2022-08-25T22:40:32.204Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-25T22:40:32.204Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2022-08-25T22:40:32.205Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2022-08-25T22:40:32.205Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-25T22:40:32.205Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2022-08-25T22:40:32.205Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2022-08-25T22:40:32.205Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.2s [2022-08-25T22:40:32.264Z] #29 6.819 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-25T22:40:32.265Z] #29 6.909 [2022-08-25T22:40:32.392Z] #43 18.73 CC images/core-x86.o [2022-08-25T22:40:32.416Z] #43 27.65 CC images/sysctl.o [2022-08-25T22:40:32.467Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.2s done [2022-08-25T22:40:32.467Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2022-08-25T22:40:32.467Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2022-08-25T22:40:32.529Z] #29 7.138 #=#=# ######################################################################## 100.0% [2022-08-25T22:40:32.529Z] #29 7.214 [2022-08-25T22:40:32.648Z] #43 19.06 CC images/core-arm.o [2022-08-25T22:40:32.677Z] #43 27.86 CC images/autofs.o [2022-08-25T22:40:32.683Z] #43 14.96 CC images/core.o [2022-08-25T22:40:32.727Z] #4 DONE 0.5s [2022-08-25T22:40:32.727Z] [2022-08-25T22:40:32.727Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:40:32.727Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-25T22:40:32.904Z] #43 19.32 CC images/core-aarch64.o [2022-08-25T22:40:32.938Z] #43 28.05 CC images/macvlan.o [2022-08-25T22:40:32.938Z] #43 28.16 CC images/sit.o [2022-08-25T22:40:32.943Z] #43 15.44 CC images/core-x86.o [2022-08-25T22:40:33.161Z] #43 19.62 CC images/core-ppc64.o [2022-08-25T22:40:33.199Z] #43 28.33 CC images/memfd.o [2022-08-25T22:40:33.203Z] #43 15.79 CC images/core-arm.o [2022-08-25T22:40:33.460Z] #43 28.50 CC images/timens.o [2022-08-25T22:40:33.460Z] #43 28.63 LINK images/built-in.o [2022-08-25T22:40:33.460Z] #43 28.71 GEN compel/include/asm [2022-08-25T22:40:33.460Z] #43 28.73 GEN compel/include/version.h [2022-08-25T22:40:33.467Z] #29 7.794 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-25T22:40:33.467Z] #29 7.904 [2022-08-25T22:40:33.667Z] #8 DONE 0.8s [2022-08-25T22:40:33.667Z] [2022-08-25T22:40:33.667Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-25T22:40:33.667Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2022-08-25T22:40:33.667Z] #5 DONE 0.8s [2022-08-25T22:40:33.667Z] [2022-08-25T22:40:33.667Z] #6 [internal] load metadata for docker.io/library/golang:1.18.5-buster [2022-08-25T22:40:33.667Z] #6 sha256:bdaeaa7119107d6b86975b5e53e69761c87d7bed07fee27b341b1504f2741ee0 [2022-08-25T22:40:33.667Z] #6 DONE 0.8s [2022-08-25T22:40:33.667Z] [2022-08-25T22:40:33.667Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-25T22:40:33.667Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-25T22:40:33.667Z] #7 DONE 0.9s [2022-08-25T22:40:33.721Z] #43 28.75 touch .config [2022-08-25T22:40:33.721Z] #43 28.77 GEN include/common/config.h [2022-08-25T22:40:33.721Z] #43 28.83 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-08-25T22:40:33.721Z] #43 28.84 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-08-25T22:40:33.721Z] #43 28.86 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-08-25T22:40:33.721Z] #43 28.87 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-08-25T22:40:33.721Z] #43 28.89 DEP compel/arch/x86/plugins/std/memcpy.d [2022-08-25T22:40:33.721Z] #43 28.90 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-08-25T22:40:33.721Z] #43 28.92 GEN compel/plugins/include/uapi/std/syscall.h [2022-08-25T22:40:33.721Z] #43 28.92 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-08-25T22:40:33.721Z] #43 28.94 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-08-25T22:40:33.723Z] #43 20.06 CC images/core-s390.o [2022-08-25T22:40:33.726Z] #29 8.149 #=#=# ######################################################################## 100.0% [2022-08-25T22:40:33.726Z] #29 8.231 [2022-08-25T22:40:33.772Z] #43 16.12 CC images/core-aarch64.o [2022-08-25T22:40:33.980Z] #43 20.49 CC images/cpuinfo.o [2022-08-25T22:40:33.982Z] #43 28.96 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-25T22:40:33.982Z] #43 28.96 DEP compel/plugins/std/infect.d [2022-08-25T22:40:33.982Z] #43 29.03 DEP compel/plugins/std/string.d [2022-08-25T22:40:33.982Z] #43 29.08 DEP compel/plugins/std/log.d [2022-08-25T22:40:33.982Z] #43 29.13 DEP compel/plugins/std/fds.d [2022-08-25T22:40:33.982Z] #43 29.19 DEP compel/plugins/std/std.d [2022-08-25T22:40:34.032Z] #43 16.43 CC images/core-ppc64.o [2022-08-25T22:40:34.242Z] #43 29.23 DEP compel/plugins/shmem/shmem.d [2022-08-25T22:40:34.242Z] #43 29.28 DEP compel/plugins/fds/fds.d [2022-08-25T22:40:34.242Z] #43 29.37 CC compel/plugins/std/std.o [2022-08-25T22:40:34.298Z] #29 8.732 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-25T22:40:34.298Z] #29 8.841 [2022-08-25T22:40:34.503Z] #43 29.57 CC compel/plugins/std/fds.o [2022-08-25T22:40:34.503Z] #43 29.75 CC compel/plugins/std/log.o [2022-08-25T22:40:34.543Z] #43 20.85 CC images/inventory.o [2022-08-25T22:40:34.543Z] #43 21.08 CC images/fdinfo.o [2022-08-25T22:40:34.601Z] #43 16.87 CC images/core-s390.o [2022-08-25T22:40:34.800Z] #43 21.36 CC images/fown.o [2022-08-25T22:40:34.861Z] #43 17.30 CC images/cpuinfo.o [2022-08-25T22:40:35.057Z] #43 ... [2022-08-25T22:40:35.057Z] [2022-08-25T22:40:35.057Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:40:35.057Z] #58 sha256:8beb50eb41d5640af55b459cf3ddec1cccd1f714fb7f9494e37e31669daab41d [2022-08-25T22:40:35.057Z] #58 72.46 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:40:35.057Z] #58 72.46 + GOBIN=/build [2022-08-25T22:40:35.057Z] #58 72.46 + GO111MODULE=on [2022-08-25T22:40:35.057Z] #58 72.46 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-25T22:40:35.057Z] #58 DONE 77.8s [2022-08-25T22:40:35.057Z] [2022-08-25T22:40:35.057Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-25T22:40:35.057Z] #59 sha256:b3bc6ffbed57823a523f4d04b181910ce5f3a8f7df63679553018415cdfde56c [2022-08-25T22:40:35.057Z] #59 DONE 0.1s [2022-08-25T22:40:35.057Z] [2022-08-25T22:40:35.057Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-25T22:40:35.057Z] #60 sha256:372e0442929cded8ddcfad4bbe75f5c9055b7cafe5ab6c3822500026ce1f4636 [2022-08-25T22:40:35.057Z] #60 DONE 0.1s [2022-08-25T22:40:35.057Z] [2022-08-25T22:40:35.057Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:35.057Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:35.057Z] #43 21.55 CC images/ns.o [2022-08-25T22:40:35.079Z] #29 9.083 #=#=# ###### 9.0% ######################## 33.7% ###################################### 53.3% ############################################### 66.0% ################################################################ 89.6% ######################################################################## 100.0% [2022-08-25T22:40:35.079Z] #29 9.682 [2022-08-25T22:40:35.089Z] #43 30.17 CC compel/plugins/std/string.o [2022-08-25T22:40:35.089Z] #43 30.43 CC compel/plugins/std/infect.o [2022-08-25T22:40:35.121Z] #43 17.59 CC images/inventory.o [2022-08-25T22:40:35.121Z] #43 17.73 CC images/fdinfo.o [2022-08-25T22:40:35.313Z] #43 21.76 CC images/regfile.o [2022-08-25T22:40:35.352Z] #43 30.69 CC compel/arch/x86/plugins/std/parasite-head.o [2022-08-25T22:40:35.569Z] #43 21.98 CC images/ghost-file.o [2022-08-25T22:40:35.616Z] #43 30.72 CC compel/arch/x86/plugins/std/memcpy.o [2022-08-25T22:40:35.616Z] #43 30.75 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-08-25T22:40:35.616Z] #43 30.79 AR compel/plugins/std.lib.a [2022-08-25T22:40:35.616Z] #43 30.83 CC compel/plugins/fds/fds.o [2022-08-25T22:40:35.649Z] #29 10.23 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-25T22:40:35.649Z] #29 10.32 [2022-08-25T22:40:35.691Z] #43 17.92 CC images/fown.o [2022-08-25T22:40:35.691Z] #43 18.08 CC images/ns.o [2022-08-25T22:40:35.691Z] #43 ... [2022-08-25T22:40:35.691Z] [2022-08-25T22:40:35.691Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:40:35.691Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:40:35.691Z] #40 62.05 + dpkg --print-architecture [2022-08-25T22:40:35.691Z] #40 62.05 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-08-25T22:40:35.691Z] #40 62.66 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-08-25T22:40:35.691Z] #40 62.66 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-08-25T22:40:35.691Z] #40 ... [2022-08-25T22:40:35.691Z] [2022-08-25T22:40:35.691Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:35.691Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:35.691Z] #43 18.24 CC images/regfile.o [2022-08-25T22:40:35.825Z] #43 22.14 CC images/fifo.o [2022-08-25T22:40:35.825Z] #43 22.27 CC images/remap-file-path.o [2022-08-25T22:40:35.876Z] #43 30.95 AR compel/plugins/fds.lib.a [2022-08-25T22:40:35.876Z] #43 30.99 HOSTDEP compel/src/lib/log-host.d [2022-08-25T22:40:35.876Z] #43 31.04 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-25T22:40:35.876Z] #43 31.13 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-08-25T22:40:35.876Z] #43 31.16 HOSTDEP compel/src/main-host.d [2022-08-25T22:40:35.876Z] #43 31.20 DEP compel/src/lib/ptrace.d [2022-08-25T22:40:35.910Z] #29 10.55 #=#=# ######################################################################## 100.0% [2022-08-25T22:40:35.951Z] #43 18.39 CC images/ghost-file.o [2022-08-25T22:40:36.082Z] #43 22.42 CC images/eventfd.o [2022-08-25T22:40:36.136Z] #43 31.28 DEP compel/src/lib/infect.d [2022-08-25T22:40:36.136Z] #43 31.37 DEP compel/src/lib/infect-util.d [2022-08-25T22:40:36.136Z] #43 31.41 DEP compel/src/lib/infect-rpc.d [2022-08-25T22:40:36.136Z] #43 31.47 DEP compel/arch/x86/src/lib/infect.d [2022-08-25T22:40:36.171Z] #29 10.62 [2022-08-25T22:40:36.210Z] #43 18.56 CC images/fifo.o [2022-08-25T22:40:36.210Z] #43 18.71 CC images/remap-file-path.o [2022-08-25T22:40:36.210Z] #43 ... [2022-08-25T22:40:36.210Z] [2022-08-25T22:40:36.210Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:36.210Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:36.210Z] #13 56.66 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-25T22:40:36.210Z] #13 56.67 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-25T22:40:36.210Z] #13 56.69 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:40:36.210Z] #13 61.14 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-25T22:40:36.210Z] #13 61.16 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:36.210Z] #13 61.17 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:36.210Z] #13 61.27 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-25T22:40:36.210Z] #13 61.27 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:36.210Z] #13 61.28 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:36.213Z] [2022-08-25T22:40:36.213Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:40:36.213Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:40:36.213Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-08-25T22:40:36.213Z] #64 DONE 0.0s [2022-08-25T22:40:36.213Z] [2022-08-25T22:40:36.213Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:36.213Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:36.213Z] #9 resolve docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 0.1s done [2022-08-25T22:40:36.213Z] #9 sha256:79a8f221e405604cbd5945e73550c7c7172979dd5c56bfadcd3b5b4eea9a675e 1.79kB / 1.79kB done [2022-08-25T22:40:36.213Z] #9 sha256:5aaabe93777ec74641d4ef42b44373a45a2aaf7c23d72c9b9a41efbae6210c9d 7.12kB / 7.12kB done [2022-08-25T22:40:36.213Z] #9 sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a 988B / 988B done [2022-08-25T22:40:36.213Z] #9 sha256:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 16.78MB / 49.23MB 0.0s [2022-08-25T22:40:36.213Z] #9 sha256:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 39.85MB / 49.23MB 0.2s [2022-08-25T22:40:36.338Z] #43 22.56 CC images/eventpoll.o [2022-08-25T22:40:36.338Z] #43 22.74 CC images/fh.o [2022-08-25T22:40:36.395Z] #43 31.54 DEP compel/arch/x86/src/lib/cpu.d [2022-08-25T22:40:36.395Z] #43 31.58 DEP compel/src/lib/log.d [2022-08-25T22:40:36.395Z] #43 31.62 DEP compel/src/main.d [2022-08-25T22:40:36.395Z] #43 31.69 DEP compel/src/lib/handle-elf.d [2022-08-25T22:40:36.430Z] #29 11.04 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-25T22:40:36.430Z] #29 11.14 [2022-08-25T22:40:36.470Z] #13 ... [2022-08-25T22:40:36.470Z] [2022-08-25T22:40:36.470Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:36.470Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:36.470Z] #43 18.83 CC images/eventfd.o [2022-08-25T22:40:36.470Z] #43 18.98 CC images/eventpoll.o [2022-08-25T22:40:36.475Z] #9 sha256:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 49.23MB / 49.23MB 0.3s [2022-08-25T22:40:36.475Z] #9 sha256:61dd9df5607d27eb8d7af8db0ec4f1e1634f54db08cd06c03131ac8a25ff710b 0B / 7.72MB 0.5s [2022-08-25T22:40:36.594Z] #43 22.96 CC images/fsnotify.o [2022-08-25T22:40:36.655Z] #43 31.77 DEP compel/arch/x86/src/lib/handle-elf.d [2022-08-25T22:40:36.655Z] #43 31.84 CC compel/src/lib/log.o [2022-08-25T22:40:36.655Z] #43 ... [2022-08-25T22:40:36.655Z] [2022-08-25T22:40:36.655Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:36.655Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:36.655Z] #13 75.79 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-25T22:40:36.655Z] #13 75.79 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 75.80 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:36.655Z] #13 85.18 Selecting previously unselected package libapparmor1:amd64. [2022-08-25T22:40:36.655Z] #13 85.19 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 85.19 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:40:36.655Z] #13 85.25 Selecting previously unselected package libapparmor-dev:amd64. [2022-08-25T22:40:36.655Z] #13 85.26 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 85.27 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:40:36.655Z] #13 85.37 Selecting previously unselected package libbtrfs0. [2022-08-25T22:40:36.655Z] #13 85.37 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 85.38 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:36.655Z] #13 85.43 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:40:36.655Z] #13 85.44 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 85.45 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:36.655Z] #13 85.53 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-08-25T22:40:36.655Z] #13 85.53 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 85.54 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:36.655Z] #13 85.59 Selecting previously unselected package libudev-dev:amd64. [2022-08-25T22:40:36.655Z] #13 85.59 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 85.61 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:36.655Z] #13 85.69 Selecting previously unselected package libsepol1-dev:amd64. [2022-08-25T22:40:36.655Z] #13 85.70 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2022-08-25T22:40:36.655Z] #13 85.71 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:40:36.688Z] #29 11.37 #=#=# ######################################################################## 100.0% [2022-08-25T22:40:36.730Z] #43 19.15 CC images/fh.o [2022-08-25T22:40:36.730Z] #43 19.33 CC images/fsnotify.o [2022-08-25T22:40:36.736Z] #9 sha256:61dd9df5607d27eb8d7af8db0ec4f1e1634f54db08cd06c03131ac8a25ff710b 3.15MB / 7.72MB 0.6s [2022-08-25T22:40:36.736Z] #9 sha256:61dd9df5607d27eb8d7af8db0ec4f1e1634f54db08cd06c03131ac8a25ff710b 7.72MB / 7.72MB 0.7s [2022-08-25T22:40:36.851Z] #43 23.36 CC images/signalfd.o [2022-08-25T22:40:36.917Z] #13 85.87 Selecting previously unselected package libpcre16-3:amd64. [2022-08-25T22:40:36.917Z] #13 85.87 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:36.917Z] #13 85.88 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:36.917Z] #13 ... [2022-08-25T22:40:36.917Z] [2022-08-25T22:40:36.917Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:36.917Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:36.917Z] #43 31.97 CC compel/arch/x86/src/lib/cpu.o [2022-08-25T22:40:36.948Z] #29 11.43 [2022-08-25T22:40:36.948Z] #29 11.45 Download of images into '/build' complete. [2022-08-25T22:40:36.948Z] #29 11.45 Use something like the following to load the result into a Docker daemon: [2022-08-25T22:40:36.948Z] #29 11.45 tar -cC '/build' . | docker load [2022-08-25T22:40:37.107Z] #43 23.51 CC images/fs.o [2022-08-25T22:40:37.177Z] #43 32.34 CC compel/arch/x86/src/lib/infect.o [2022-08-25T22:40:37.299Z] #43 19.69 CC images/signalfd.o [2022-08-25T22:40:37.312Z] #9 sha256:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 49.23MB / 49.23MB 1.1s done [2022-08-25T22:40:37.312Z] #9 sha256:61dd9df5607d27eb8d7af8db0ec4f1e1634f54db08cd06c03131ac8a25ff710b 7.72MB / 7.72MB 1.2s done [2022-08-25T22:40:37.312Z] #9 sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 0B / 52.17MB 1.3s [2022-08-25T22:40:37.312Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 0B / 62.47MB 1.3s [2022-08-25T22:40:37.312Z] #9 sha256:d28122dfd7d7cf006c384197d918567d3d812f94f0030b87104b26c2d2ded69a 0B / 9.77MB 1.3s [2022-08-25T22:40:37.363Z] #43 23.72 CC images/pstree.o [2022-08-25T22:40:37.437Z] #43 32.72 CC compel/src/lib/infect-rpc.o [2022-08-25T22:40:37.558Z] #43 19.83 CC images/fs.o [2022-08-25T22:40:37.558Z] #43 20.01 CC images/pstree.o [2022-08-25T22:40:37.574Z] #9 sha256:d28122dfd7d7cf006c384197d918567d3d812f94f0030b87104b26c2d2ded69a 4.19MB / 9.77MB 1.4s [2022-08-25T22:40:37.574Z] #9 sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 4.29MB / 52.17MB 1.5s [2022-08-25T22:40:37.574Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 6.80MB / 62.47MB 1.5s [2022-08-25T22:40:37.574Z] #9 sha256:d28122dfd7d7cf006c384197d918567d3d812f94f0030b87104b26c2d2ded69a 9.77MB / 9.77MB 1.5s [2022-08-25T22:40:37.619Z] #43 23.87 CC images/pipe.o [2022-08-25T22:40:37.619Z] #43 24.02 CC images/tcp-stream.o [2022-08-25T22:40:37.696Z] #43 32.90 CC compel/src/lib/infect-util.o [2022-08-25T22:40:37.818Z] #43 20.14 CC images/pipe.o [2022-08-25T22:40:37.818Z] #43 20.28 CC images/tcp-stream.o [2022-08-25T22:40:37.834Z] #9 sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 12.58MB / 52.17MB 1.6s [2022-08-25T22:40:37.834Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 12.58MB / 62.47MB 1.6s [2022-08-25T22:40:37.834Z] #9 sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 31.46MB / 52.17MB 1.8s [2022-08-25T22:40:37.834Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 29.93MB / 62.47MB 1.8s [2022-08-25T22:40:37.834Z] #9 sha256:d28122dfd7d7cf006c384197d918567d3d812f94f0030b87104b26c2d2ded69a 9.77MB / 9.77MB 1.7s done [2022-08-25T22:40:37.834Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 0B / 108.99MB 1.8s [2022-08-25T22:40:37.874Z] #43 24.18 CC images/sk-packet.o [2022-08-25T22:40:37.874Z] #43 24.36 CC images/mnt.o [2022-08-25T22:40:37.895Z] #29 ... [2022-08-25T22:40:37.895Z] [2022-08-25T22:40:37.895Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:37.895Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:37.895Z] #9 extracting sha256:5752150a0cf9747f0149c286aabd412d70e0184ff94339f890daa1e41dde209d 5.7s done [2022-08-25T22:40:37.895Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 9.5s [2022-08-25T22:40:37.956Z] #43 33.06 CC compel/src/lib/infect.o [2022-08-25T22:40:38.078Z] #43 20.42 CC images/sk-packet.o [2022-08-25T22:40:38.078Z] #43 20.67 CC images/mnt.o [2022-08-25T22:40:38.098Z] #9 sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 34.60MB / 52.17MB 1.9s [2022-08-25T22:40:38.098Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 33.55MB / 62.47MB 1.9s [2022-08-25T22:40:38.098Z] #9 sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 45.24MB / 52.17MB 2.0s [2022-08-25T22:40:38.098Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 44.86MB / 62.47MB 2.0s [2022-08-25T22:40:38.098Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 12.58MB / 108.99MB 2.0s [2022-08-25T22:40:38.130Z] #43 24.52 CC images/pipe-data.o [2022-08-25T22:40:38.338Z] #43 20.81 CC images/pipe-data.o [2022-08-25T22:40:38.369Z] #9 ... [2022-08-25T22:40:38.369Z] [2022-08-25T22:40:38.369Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:40:38.369Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-25T22:40:38.369Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-08-25T22:40:38.369Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-08-25T22:40:38.369Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-08-25T22:40:38.369Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-25T22:40:38.369Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2022-08-25T22:40:38.369Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done [2022-08-25T22:40:38.369Z] #62 DONE 2.4s [2022-08-25T22:40:38.369Z] [2022-08-25T22:40:38.369Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:38.369Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:38.369Z] #9 sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 52.17MB / 52.17MB 2.1s [2022-08-25T22:40:38.369Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 48.23MB / 62.47MB 2.1s [2022-08-25T22:40:38.369Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 23.18MB / 108.99MB 2.1s [2022-08-25T22:40:38.369Z] #9 extracting sha256:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 0.8s [2022-08-25T22:40:38.369Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 57.39MB / 62.47MB 2.2s [2022-08-25T22:40:38.369Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 32.45MB / 108.99MB 2.2s [2022-08-25T22:40:38.369Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 62.47MB / 62.47MB 2.4s [2022-08-25T22:40:38.369Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 60.82MB / 108.99MB 2.4s [2022-08-25T22:40:38.386Z] #43 24.74 CC images/sa.o [2022-08-25T22:40:38.597Z] #43 20.96 CC images/sa.o [2022-08-25T22:40:38.629Z] #9 ... [2022-08-25T22:40:38.629Z] [2022-08-25T22:40:38.629Z] #23 [internal] load build context [2022-08-25T22:40:38.629Z] #23 sha256:9070eac4a98586961d07591f61c06ae35981b34385398a104b37ea6c876e7dd5 [2022-08-25T22:40:38.629Z] #23 transferring context: 53.41MB 2.5s done [2022-08-25T22:40:38.629Z] #23 DONE 2.9s [2022-08-25T22:40:38.629Z] [2022-08-25T22:40:38.629Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:38.629Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:38.629Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 73.37MB / 108.99MB 2.5s [2022-08-25T22:40:38.629Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 83.89MB / 108.99MB 2.6s [2022-08-25T22:40:38.629Z] #9 sha256:0b051f09dce3345f8fef39317e965732c9ba9a19d3cf3d4c2b01214f09eec632 126B / 126B 2.6s [2022-08-25T22:40:38.642Z] #43 ... [2022-08-25T22:40:38.642Z] [2022-08-25T22:40:38.642Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-25T22:40:38.642Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-25T22:40:38.642Z] #63 CACHED [2022-08-25T22:40:38.642Z] [2022-08-25T22:40:38.642Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-25T22:40:38.642Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-25T22:40:38.642Z] #65 CACHED [2022-08-25T22:40:38.642Z] [2022-08-25T22:40:38.642Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:38.642Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:38.642Z] #43 24.88 CC images/timer.o [2022-08-25T22:40:38.642Z] #43 25.05 CC images/timerfd.o [2022-08-25T22:40:38.857Z] #43 21.12 CC images/timer.o [2022-08-25T22:40:38.857Z] #43 21.37 CC images/timerfd.o [2022-08-25T22:40:38.890Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 103.81MB / 108.99MB 2.8s [2022-08-25T22:40:38.897Z] #43 ... [2022-08-25T22:40:38.897Z] [2022-08-25T22:40:38.897Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:38.897Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:38.897Z] #13 86.02 Selecting previously unselected package libpcre32-3:amd64. [2022-08-25T22:40:38.897Z] #13 86.02 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:38.897Z] #13 86.03 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:38.897Z] #13 86.17 Selecting previously unselected package libpcrecpp0v5:amd64. [2022-08-25T22:40:38.897Z] #13 86.17 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:38.897Z] #13 86.18 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:40:38.897Z] #13 86.25 Selecting previously unselected package libpcre3-dev:amd64. [2022-08-25T22:40:38.897Z] #13 86.25 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:38.897Z] #13 86.26 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:40:38.897Z] #13 86.51 Selecting previously unselected package libselinux1-dev:amd64. [2022-08-25T22:40:38.897Z] #13 86.52 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2022-08-25T22:40:38.897Z] #13 86.53 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:40:38.897Z] #13 86.69 Selecting previously unselected package libdevmapper-dev:amd64. [2022-08-25T22:40:38.897Z] #13 86.70 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:38.897Z] #13 86.71 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:38.897Z] #13 86.77 Selecting previously unselected package libseccomp-dev:amd64. [2022-08-25T22:40:38.897Z] #13 86.77 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:40:38.897Z] #13 86.77 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:38.897Z] #13 86.86 Selecting previously unselected package libsystemd-dev:amd64. [2022-08-25T22:40:38.897Z] #13 86.86 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:40:38.897Z] #13 86.87 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:38.897Z] #13 87.15 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:40:38.897Z] #13 87.17 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:38.897Z] #13 87.18 Setting up libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:40:38.897Z] #13 87.19 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:40:38.897Z] #13 87.20 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:38.897Z] #13 87.21 Setting up libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:40:38.897Z] #13 87.22 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:38.897Z] #13 87.23 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:38.897Z] #13 87.24 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:38.897Z] #13 87.25 Setting up libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:38.897Z] #13 87.28 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:40:38.897Z] #13 87.29 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:38.897Z] #13 87.30 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:40:38.897Z] #13 87.31 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-25T22:40:38.897Z] #13 87.33 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:38.897Z] #13 87.35 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:40:38.897Z] #13 87.36 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:40:38.897Z] #13 87.37 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:38.897Z] #13 87.38 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-08-25T22:40:38.897Z] #13 87.39 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-08-25T22:40:38.897Z] #13 87.40 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:38.897Z] #13 87.41 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-25T22:40:38.897Z] #13 87.41 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-08-25T22:40:38.897Z] #13 87.42 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:40:38.897Z] #13 87.43 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:40:38.897Z] #13 87.45 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:38.897Z] #13 87.47 Setting up dmsetup (2:1.02.155-3) ... [2022-08-25T22:40:38.897Z] #13 87.48 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:38.897Z] #13 87.49 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:38.897Z] #13 87.50 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:38.897Z] #13 DONE 87.9s [2022-08-25T22:40:38.897Z] [2022-08-25T22:40:38.897Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:38.897Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:38.897Z] #43 34.07 CC compel/src/lib/ptrace.o [2022-08-25T22:40:38.914Z] #43 25.17 CC images/mm.o [2022-08-25T22:40:38.914Z] #43 25.33 CC images/sk-opts.o [2022-08-25T22:40:39.116Z] #43 21.54 CC images/mm.o [2022-08-25T22:40:39.157Z] #43 34.45 AR compel/libcompel.a [2022-08-25T22:40:39.174Z] #43 25.46 CC images/sk-unix.o [2022-08-25T22:40:39.174Z] #43 25.63 CC images/sk-inet.o [2022-08-25T22:40:39.376Z] #43 21.74 CC images/sk-opts.o [2022-08-25T22:40:39.376Z] #43 21.89 CC images/sk-unix.o [2022-08-25T22:40:39.417Z] #43 34.54 HOSTCC compel/src/main-host.o [2022-08-25T22:40:39.417Z] #43 34.73 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-08-25T22:40:39.430Z] #43 25.80 CC images/tun.o [2022-08-25T22:40:39.430Z] #43 25.99 CC images/sk-netlink.o [2022-08-25T22:40:39.460Z] #9 sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 62.47MB / 62.47MB 3.2s done [2022-08-25T22:40:39.460Z] #9 sha256:0b051f09dce3345f8fef39317e965732c9ba9a19d3cf3d4c2b01214f09eec632 126B / 126B 3.2s done [2022-08-25T22:40:39.636Z] #43 22.09 CC images/sk-inet.o [2022-08-25T22:40:39.677Z] #43 34.82 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-25T22:40:39.686Z] #43 26.14 CC images/packet-sock.o [2022-08-25T22:40:39.896Z] #43 22.34 CC images/tun.o [2022-08-25T22:40:39.896Z] #43 22.54 CC images/sk-netlink.o [2022-08-25T22:40:39.937Z] #43 35.10 HOSTCC compel/src/lib/log-host.o [2022-08-25T22:40:39.937Z] #43 35.18 HOSTLINK compel/compel-host-bin [2022-08-25T22:40:39.942Z] #43 26.41 CC images/ipc-var.o [2022-08-25T22:40:40.156Z] #43 22.69 CC images/packet-sock.o [2022-08-25T22:40:40.197Z] #43 26.61 CC images/ipc-desc.o [2022-08-25T22:40:40.198Z] #43 ... [2022-08-25T22:40:40.198Z] [2022-08-25T22:40:40.198Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-25T22:40:40.198Z] #14 sha256:9cfdde9aafae3ab0a3ecec2255f7d632d9977745a2551f6a20ae90c75ccf517f [2022-08-25T22:40:40.198Z] #14 DONE 1.4s [2022-08-25T22:40:40.198Z] [2022-08-25T22:40:40.198Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:40.198Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:40.198Z] #43 35.29 DEP soccr/soccr.d [2022-08-25T22:40:40.415Z] #43 22.99 CC images/ipc-var.o [2022-08-25T22:40:40.455Z] #43 26.72 CC images/ipc-shm.o [2022-08-25T22:40:40.455Z] #43 26.83 CC images/ipc-msg.o [2022-08-25T22:40:40.461Z] #43 35.42 CC soccr/soccr.o [2022-08-25T22:40:40.675Z] #43 23.18 CC images/ipc-desc.o [2022-08-25T22:40:40.712Z] #43 26.98 CC images/ipc-sem.o [2022-08-25T22:40:40.712Z] #43 ... [2022-08-25T22:40:40.712Z] [2022-08-25T22:40:40.712Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:40:40.712Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:40:40.712Z] #40 DONE 83.3s [2022-08-25T22:40:40.712Z] [2022-08-25T22:40:40.712Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:40.712Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:40.712Z] #43 27.13 CC images/utsns.o [2022-08-25T22:40:40.842Z] #9 extracting sha256:61dd9df5607d27eb8d7af8db0ec4f1e1634f54db08cd06c03131ac8a25ff710b 0.1s [2022-08-25T22:40:40.842Z] #9 sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 108.99MB / 108.99MB 4.5s done [2022-08-25T22:40:40.842Z] #9 ... [2022-08-25T22:40:40.842Z] [2022-08-25T22:40:40.842Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-25T22:40:40.842Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-25T22:40:40.842Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-08-25T22:40:40.842Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-08-25T22:40:40.842Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-08-25T22:40:40.842Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-25T22:40:40.842Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.9s done [2022-08-25T22:40:40.842Z] #64 DONE 5.1s [2022-08-25T22:40:40.842Z] [2022-08-25T22:40:40.842Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:40.842Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:40.842Z] #9 extracting sha256:61dd9df5607d27eb8d7af8db0ec4f1e1634f54db08cd06c03131ac8a25ff710b 0.3s done [2022-08-25T22:40:40.935Z] #43 23.36 CC images/ipc-shm.o [2022-08-25T22:40:40.968Z] #43 27.33 CC images/creds.o [2022-08-25T22:40:40.968Z] #43 27.43 CC images/vma.o [2022-08-25T22:40:41.102Z] #9 ... [2022-08-25T22:40:41.102Z] [2022-08-25T22:40:41.102Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 [2022-08-25T22:40:41.102Z] #26 sha256:bb001e7e5cc572a922d50b606db3ac8d938c6f8f68e9a8912bb937a230972716 [2022-08-25T22:40:41.102Z] #26 resolve docker.io/library/debian:buster@sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 0.0s done [2022-08-25T22:40:41.102Z] #26 sha256:46f5b3c07b5e5aa83547cf697dcfe097052ff88018481fe615206c5651d75ba0 529B / 529B done [2022-08-25T22:40:41.102Z] #26 sha256:acc71be2b14e0aa7e789dd25be145d42b93a4c9177b49a46458e7a9bbb4a4604 1.48kB / 1.48kB done [2022-08-25T22:40:41.102Z] #26 sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 984B / 984B done [2022-08-25T22:40:41.102Z] #26 sha256:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 49.23MB / 49.23MB 1.3s done [2022-08-25T22:40:41.102Z] #26 extracting sha256:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 2.7s done [2022-08-25T22:40:41.102Z] #26 DONE 5.3s [2022-08-25T22:40:41.102Z] [2022-08-25T22:40:41.102Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:41.102Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:41.102Z] #9 extracting sha256:d28122dfd7d7cf006c384197d918567d3d812f94f0030b87104b26c2d2ded69a [2022-08-25T22:40:41.195Z] #43 23.59 CC images/ipc-msg.o [2022-08-25T22:40:41.224Z] #43 27.55 CC images/netdev.o [2022-08-25T22:40:41.362Z] #9 extracting sha256:d28122dfd7d7cf006c384197d918567d3d812f94f0030b87104b26c2d2ded69a 0.2s done [2022-08-25T22:40:41.404Z] #43 36.41 AR soccr/libsoccr.a [2022-08-25T22:40:41.404Z] #43 36.46 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:40:41.404Z] #43 ... [2022-08-25T22:40:41.404Z] [2022-08-25T22:40:41.404Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-25T22:40:41.404Z] #15 sha256:add1a605065523423f3da3d6f6f08348f9fe9c8107f43fdecb8e4ae3d06e114e [2022-08-25T22:40:41.404Z] #15 DONE 1.1s [2022-08-25T22:40:41.404Z] [2022-08-25T22:40:41.404Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:41.404Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:41.404Z] #43 36.75 DEP criu/arch/x86/sigframe.d [2022-08-25T22:40:41.454Z] #43 23.79 CC images/ipc-sem.o [2022-08-25T22:40:41.454Z] #43 23.97 CC images/utsns.o [2022-08-25T22:40:41.481Z] #43 27.83 CC images/tty.o [2022-08-25T22:40:41.628Z] #9 extracting sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 0.1s [2022-08-25T22:40:41.667Z] #43 36.87 DEP criu/arch/x86/sigaction_compat.d [2022-08-25T22:40:41.714Z] #43 24.17 CC images/creds.o [2022-08-25T22:40:41.737Z] #43 28.17 CC images/file-lock.o [2022-08-25T22:40:41.737Z] #43 28.30 CC images/rlimit.o [2022-08-25T22:40:41.929Z] #43 37.03 DEP criu/arch/x86/kerndat.d [2022-08-25T22:40:41.974Z] #43 24.43 CC images/vma.o [2022-08-25T22:40:41.993Z] #43 28.41 CC images/pagemap.o [2022-08-25T22:40:42.110Z] #9 extracting sha256:8d7d8bc43bff73050d423e4f92fea2605fc10fd66f0cfc697a32f24ec9a66f82 13.4s done [2022-08-25T22:40:42.110Z] #9 ... [2022-08-25T22:40:42.110Z] [2022-08-25T22:40:42.110Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:40:42.110Z] #29 sha256:d0394b845f6a93da4479d0a6ed1d0540b19c677e35cbf83b8445b9e2d71e606d [2022-08-25T22:40:42.110Z] #29 DONE 16.4s [2022-08-25T22:40:42.110Z] [2022-08-25T22:40:42.110Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:42.110Z] #9 sha256:892791958d8e4523325fe72dc606e3c8bfa155401fd74c1aa8544465754dac32 [2022-08-25T22:40:42.190Z] #43 37.18 DEP criu/arch/x86/crtools.d [2022-08-25T22:40:42.190Z] #43 37.29 DEP criu/arch/x86/cpu.d [2022-08-25T22:40:42.190Z] #43 37.38 CC criu/arch/x86/cpu.o [2022-08-25T22:40:42.233Z] #43 ... [2022-08-25T22:40:42.233Z] [2022-08-25T22:40:42.233Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:40:42.233Z] #58 sha256:1ec9f32a5d2fc858ae25190cb922b03b1733d308f66f3c5fcc1c5b20f150be80 [2022-08-25T22:40:42.233Z] #58 73.56 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:40:42.233Z] #58 73.56 + GOBIN=/build [2022-08-25T22:40:42.233Z] #58 73.56 + GO111MODULE=on [2022-08-25T22:40:42.233Z] #58 73.56 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-25T22:40:42.233Z] #58 DONE 78.9s [2022-08-25T22:40:42.233Z] [2022-08-25T22:40:42.233Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-25T22:40:42.233Z] #59 sha256:7b13779f0f8ce064e312771f1d4a3581eac42fc8251f86ce75ecbd3e94b7de2a [2022-08-25T22:40:42.233Z] #59 DONE 0.0s [2022-08-25T22:40:42.233Z] [2022-08-25T22:40:42.233Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:42.233Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:42.233Z] #43 24.63 CC images/netdev.o [2022-08-25T22:40:42.233Z] #43 ... [2022-08-25T22:40:42.233Z] [2022-08-25T22:40:42.233Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-25T22:40:42.233Z] #60 sha256:0589694504f1f0a039b55e207536ab53a9b51caf6635147ee6094e181c0457bd [2022-08-25T22:40:42.233Z] #60 DONE 0.1s [2022-08-25T22:40:42.250Z] #43 28.57 CC images/siginfo.o [2022-08-25T22:40:42.452Z] #43 ... [2022-08-25T22:40:42.452Z] [2022-08-25T22:40:42.452Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-25T22:40:42.452Z] #16 sha256:1ef80415d8317673ac4b345d474907a45a73b7b149577cb6403555e416caa850 [2022-08-25T22:40:42.452Z] #16 0.917 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-25T22:40:42.452Z] #16 DONE 1.0s [2022-08-25T22:40:42.452Z] [2022-08-25T22:40:42.452Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-25T22:40:42.452Z] #17 sha256:e04801ff95223f0911a84d5856f41ffda93805626e3d70b702677c7bfcec03f5 [2022-08-25T22:40:42.493Z] [2022-08-25T22:40:42.493Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:40:42.493Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:40:42.506Z] #43 28.74 CC images/rpc.o [2022-08-25T22:40:42.709Z] #9 extracting sha256:699b52b4a1e63d1619631e59e0d9115f8cd4b7ac156d63f2014c636407a74664 done [2022-08-25T22:40:42.754Z] #56 ... [2022-08-25T22:40:42.754Z] [2022-08-25T22:40:42.754Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:42.754Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:42.754Z] #43 25.10 CC images/tty.o [2022-08-25T22:40:42.974Z] #9 DONE 46.7s [2022-08-25T22:40:42.974Z] [2022-08-25T22:40:42.974Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-25T22:40:42.974Z] #10 sha256:694640b5feac426f5650cbc7352d213c438950edda5f075606b392210adbe220 [2022-08-25T22:40:43.069Z] #43 29.46 CC images/ext-file.o [2022-08-25T22:40:43.069Z] #43 29.56 CC images/cgroup.o [2022-08-25T22:40:43.324Z] #43 25.74 CC images/file-lock.o [2022-08-25T22:40:43.324Z] #43 ... [2022-08-25T22:40:43.324Z] [2022-08-25T22:40:43.324Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-25T22:40:43.324Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-25T22:40:43.324Z] #63 CACHED [2022-08-25T22:40:43.324Z] [2022-08-25T22:40:43.324Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-25T22:40:43.324Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-25T22:40:43.324Z] #65 CACHED [2022-08-25T22:40:43.395Z] #17 DONE 0.9s [2022-08-25T22:40:43.395Z] [2022-08-25T22:40:43.395Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:40:43.395Z] #53 sha256:f63da1adce0c75fb2044bb0588762aad9efcc765b16fb1b07e370110f23889e4 [2022-08-25T22:40:43.395Z] #53 1.240 + RM_GOPATH=0 [2022-08-25T22:40:43.395Z] #53 1.240 + TMP_GOPATH= [2022-08-25T22:40:43.395Z] #53 1.240 + : /build [2022-08-25T22:40:43.395Z] #53 1.240 + '[' -z '' ']' [2022-08-25T22:40:43.395Z] #53 1.240 ++ mktemp -d [2022-08-25T22:40:43.395Z] #53 1.240 + export GOPATH=/tmp/tmp.pUL3s2hLPt [2022-08-25T22:40:43.395Z] #53 1.240 + GOPATH=/tmp/tmp.pUL3s2hLPt [2022-08-25T22:40:43.395Z] #53 1.240 + RM_GOPATH=1 [2022-08-25T22:40:43.395Z] #53 1.240 + case "$(go env GOARCH)" in [2022-08-25T22:40:43.395Z] #53 1.240 ++ go env GOARCH [2022-08-25T22:40:43.395Z] #53 1.242 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:43.395Z] #53 1.242 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:43.395Z] #53 1.242 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:43.395Z] #53 1.245 + dir=/tmp/install [2022-08-25T22:40:43.395Z] #53 1.245 + bin=runc [2022-08-25T22:40:43.395Z] #53 1.245 + shift [2022-08-25T22:40:43.395Z] #53 1.245 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-25T22:40:43.395Z] #53 1.245 + . /tmp/install/runc.installer [2022-08-25T22:40:43.395Z] #53 1.247 ++ set -e [2022-08-25T22:40:43.395Z] #53 1.247 ++ : v1.1.3 [2022-08-25T22:40:43.395Z] #53 1.247 + install_runc [2022-08-25T22:40:43.395Z] #53 1.247 + RUNC_BUILDTAGS=seccomp [2022-08-25T22:40:43.395Z] #53 1.247 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-25T22:40:43.395Z] #53 1.247 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.pUL3s2hLPt/src/github.com/opencontainers/runc [2022-08-25T22:40:43.395Z] #53 1.248 Install runc version v1.1.3 (build tags: seccomp) [2022-08-25T22:40:43.395Z] #53 1.250 Cloning into '/tmp/tmp.pUL3s2hLPt/src/github.com/opencontainers/runc'... [2022-08-25T22:40:43.584Z] [2022-08-25T22:40:43.584Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:43.584Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:43.584Z] #43 25.90 CC images/rlimit.o [2022-08-25T22:40:43.584Z] #43 25.99 CC images/pagemap.o [2022-08-25T22:40:43.584Z] #43 26.11 CC images/siginfo.o [2022-08-25T22:40:43.633Z] #43 29.96 CC images/userns.o [2022-08-25T22:40:43.634Z] #43 30.12 CC images/google/protobuf/descriptor.o [2022-08-25T22:40:43.845Z] #43 26.33 CC images/rpc.o [2022-08-25T22:40:43.992Z] #10 DONE 1.0s [2022-08-25T22:40:43.992Z] [2022-08-25T22:40:43.993Z] #11 [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-08-25T22:40:43.993Z] #11 sha256:d25f37f46b291db1d40140a79522620b452ab80583f89a02a6d059f3199e9e8c [2022-08-25T22:40:44.172Z] #9 ... [2022-08-25T22:40:44.172Z] [2022-08-25T22:40:44.172Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-25T22:40:44.172Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-08-25T22:40:44.172Z] #63 DONE 0.6s [2022-08-25T22:40:44.172Z] [2022-08-25T22:40:44.172Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:44.172Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:44.337Z] #53 ... [2022-08-25T22:40:44.337Z] [2022-08-25T22:40:44.337Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-25T22:40:44.337Z] #18 sha256:a1a8d41fb46148685440ede0400371f193a21340ee68a5582fad44212d91b603 [2022-08-25T22:40:44.337Z] #18 DONE 1.0s [2022-08-25T22:40:44.337Z] [2022-08-25T22:40:44.337Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-25T22:40:44.337Z] #19 sha256:b0c662bf671c3fa1c9e66efa376e0451ead6aafc0bc74c81dcf0d329a0f66712 [2022-08-25T22:40:44.561Z] #43 30.94 CC images/opts.o [2022-08-25T22:40:44.784Z] #43 27.09 CC images/ext-file.o [2022-08-25T22:40:44.785Z] #43 27.26 CC images/cgroup.o [2022-08-25T22:40:44.817Z] #43 31.04 CC images/seccomp.o [2022-08-25T22:40:44.817Z] #43 31.17 CC images/binfmt-misc.o [2022-08-25T22:40:44.817Z] #43 31.27 CC images/time.o [2022-08-25T22:40:44.931Z] #9 ... [2022-08-25T22:40:44.931Z] [2022-08-25T22:40:44.931Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-25T22:40:44.931Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-08-25T22:40:44.931Z] #65 DONE 0.8s [2022-08-25T22:40:44.931Z] [2022-08-25T22:40:44.931Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:44.931Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:44.931Z] #9 extracting sha256:12e3536e0d6df43cb88858e2f77eaa514bd51e583a6d593d494fcb67e03bfda1 3.4s done [2022-08-25T22:40:44.932Z] #11 DONE 0.9s [2022-08-25T22:40:44.932Z] [2022-08-25T22:40:44.932Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:40:44.932Z] #58 sha256:b4d9b84bc032fe27b2426648c16d8dabafbec547e82df86afa7113e9af33bcca [2022-08-25T22:40:45.044Z] #43 27.57 CC images/userns.o [2022-08-25T22:40:45.073Z] #43 31.35 CC images/sysctl.o [2022-08-25T22:40:45.073Z] #43 31.50 CC images/autofs.o [2022-08-25T22:40:45.073Z] #43 31.62 CC images/macvlan.o [2022-08-25T22:40:45.192Z] #9 extracting sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 [2022-08-25T22:40:45.198Z] #58 ... [2022-08-25T22:40:45.198Z] [2022-08-25T22:40:45.198Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-25T22:40:45.198Z] #39 sha256:bae2571db0133821a30b831f7cda0484bf2ac72280d5eb92dd461d399cd599df [2022-08-25T22:40:45.198Z] #39 DONE 0.3s [2022-08-25T22:40:45.198Z] [2022-08-25T22:40:45.198Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-25T22:40:45.198Z] #31 sha256:e64cf263251e93cc0518b309727946117d578a0de4e9c132b6166eff3dd2b15f [2022-08-25T22:40:45.198Z] #31 DONE 0.3s [2022-08-25T22:40:45.198Z] [2022-08-25T22:40:45.198Z] #32 [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-08-25T22:40:45.198Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:40:45.281Z] #19 DONE 1.0s [2022-08-25T22:40:45.281Z] [2022-08-25T22:40:45.281Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:45.281Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:45.281Z] #43 37.93 CC criu/arch/x86/crtools.o [2022-08-25T22:40:45.281Z] #43 38.91 CC criu/arch/x86/kerndat.o [2022-08-25T22:40:45.281Z] #43 39.24 CC criu/arch/x86/sigaction_compat.o [2022-08-25T22:40:45.281Z] #43 39.42 CC criu/arch/x86/sigframe.o [2022-08-25T22:40:45.281Z] #43 39.67 LINK criu/arch/x86/crtools.built-in.o [2022-08-25T22:40:45.281Z] #43 39.75 DEP criu/pie/util-vdso-elf32.d [2022-08-25T22:40:45.281Z] #43 39.87 DEP criu/pie/util-vdso.d [2022-08-25T22:40:45.281Z] #43 39.97 DEP criu/pie/util.d [2022-08-25T22:40:45.281Z] #43 40.10 CC criu/pie/util.o [2022-08-25T22:40:45.281Z] #43 40.34 CC criu/pie/util-vdso.o [2022-08-25T22:40:45.305Z] #43 27.81 CC images/google/protobuf/descriptor.o [2022-08-25T22:40:45.329Z] #43 31.71 CC images/sit.o [2022-08-25T22:40:45.585Z] #43 31.81 CC images/memfd.o [2022-08-25T22:40:45.585Z] #43 31.94 CC images/timens.o [2022-08-25T22:40:45.841Z] #43 32.07 LINK images/built-in.o [2022-08-25T22:40:45.841Z] #43 32.14 GEN compel/include/asm [2022-08-25T22:40:45.841Z] #43 32.16 GEN compel/include/version.h [2022-08-25T22:40:45.841Z] #43 32.17 touch .config [2022-08-25T22:40:45.841Z] #43 32.20 GEN include/common/config.h [2022-08-25T22:40:45.841Z] #43 32.25 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-08-25T22:40:45.841Z] #43 32.25 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-08-25T22:40:45.841Z] #43 32.27 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-08-25T22:40:45.841Z] #43 32.28 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-08-25T22:40:45.841Z] #43 32.30 DEP compel/arch/x86/plugins/std/memcpy.d [2022-08-25T22:40:45.841Z] #43 32.31 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-08-25T22:40:45.853Z] #43 40.94 CC criu/pie/util-vdso-elf32.o [2022-08-25T22:40:46.098Z] #43 32.32 GEN compel/plugins/include/uapi/std/syscall.h [2022-08-25T22:40:46.098Z] #43 32.34 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-08-25T22:40:46.098Z] #43 32.35 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-08-25T22:40:46.098Z] #43 32.36 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-25T22:40:46.098Z] #43 32.38 DEP compel/plugins/std/infect.d [2022-08-25T22:40:46.098Z] #43 32.48 DEP compel/plugins/std/string.d [2022-08-25T22:40:46.098Z] #43 32.52 DEP compel/plugins/std/log.d [2022-08-25T22:40:46.098Z] #43 32.56 DEP compel/plugins/std/fds.d [2022-08-25T22:40:46.244Z] #43 28.67 CC images/opts.o [2022-08-25T22:40:46.354Z] #43 32.61 DEP compel/plugins/std/std.d [2022-08-25T22:40:46.354Z] #43 32.67 DEP compel/plugins/shmem/shmem.d [2022-08-25T22:40:46.354Z] #43 32.72 DEP compel/plugins/fds/fds.d [2022-08-25T22:40:46.354Z] #43 32.78 CC compel/plugins/std/std.o [2022-08-25T22:40:46.424Z] #43 41.53 AR criu/pie/pie.lib.a [2022-08-25T22:40:46.424Z] #43 41.57 DEP criu/pie/restorer.d [2022-08-25T22:40:46.504Z] #43 28.85 CC images/seccomp.o [2022-08-25T22:40:46.504Z] #43 29.04 CC images/binfmt-misc.o [2022-08-25T22:40:46.611Z] #43 32.93 CC compel/plugins/std/fds.o [2022-08-25T22:40:46.685Z] #43 41.72 DEP criu/arch/x86/sigaction_compat_pie.d [2022-08-25T22:40:46.685Z] #43 41.78 DEP criu/arch/x86/restorer_unmap.d [2022-08-25T22:40:46.685Z] #43 41.80 DEP criu/arch/x86/restorer.d [2022-08-25T22:40:46.685Z] #43 41.96 DEP criu/arch/x86/vdso-pie.d [2022-08-25T22:40:46.685Z] #43 42.03 DEP criu/pie/parasite-vdso.d [2022-08-25T22:40:46.764Z] #43 29.19 CC images/time.o [2022-08-25T22:40:46.867Z] #43 33.14 CC compel/plugins/std/log.o [2022-08-25T22:40:46.946Z] #43 42.18 DEP criu/pie/parasite.d [2022-08-25T22:40:47.023Z] #43 29.30 CC images/sysctl.o [2022-08-25T22:40:47.023Z] #43 29.47 CC images/autofs.o [2022-08-25T22:40:47.023Z] #43 29.57 CC images/macvlan.o [2022-08-25T22:40:47.125Z] #43 33.55 CC compel/plugins/std/string.o [2022-08-25T22:40:47.207Z] #43 42.34 CC criu/pie/parasite.o [2022-08-25T22:40:47.283Z] #43 29.68 CC images/sit.o [2022-08-25T22:40:47.283Z] #43 29.80 CC images/memfd.o [2022-08-25T22:40:47.543Z] #43 30.01 CC images/timens.o [2022-08-25T22:40:47.687Z] #43 33.88 CC compel/plugins/std/infect.o [2022-08-25T22:40:47.687Z] #43 34.10 CC compel/arch/x86/plugins/std/parasite-head.o [2022-08-25T22:40:47.687Z] #43 34.13 CC compel/arch/x86/plugins/std/memcpy.o [2022-08-25T22:40:47.687Z] #43 34.16 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-08-25T22:40:47.687Z] #43 34.19 AR compel/plugins/std.lib.a [2022-08-25T22:40:47.687Z] #43 34.23 CC compel/plugins/fds/fds.o [2022-08-25T22:40:47.743Z] #9 extracting sha256:062805889526975d8e66d1f7f0601fd259d2582a8c175843c9ca962536d44bc8 2.5s done [2022-08-25T22:40:47.743Z] #9 extracting sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 [2022-08-25T22:40:47.778Z] #43 42.97 LINK criu/pie/parasite.built-in.o [2022-08-25T22:40:47.778Z] #43 42.98 GEN criu/pie/parasite-blob.h [2022-08-25T22:40:47.778Z] #43 43.00 CC criu/pie/parasite-vdso.o [2022-08-25T22:40:47.803Z] #43 30.15 LINK images/built-in.o [2022-08-25T22:40:47.803Z] #43 30.32 GEN compel/include/asm [2022-08-25T22:40:47.803Z] #43 30.34 GEN compel/include/version.h [2022-08-25T22:40:47.803Z] #43 30.36 touch .config [2022-08-25T22:40:47.943Z] #43 34.33 AR compel/plugins/fds.lib.a [2022-08-25T22:40:47.943Z] #43 34.35 HOSTDEP compel/src/lib/log-host.d [2022-08-25T22:40:47.943Z] #43 34.39 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-25T22:40:47.943Z] #43 34.44 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-08-25T22:40:47.943Z] #43 34.46 HOSTDEP compel/src/main-host.d [2022-08-25T22:40:48.039Z] #43 ... [2022-08-25T22:40:48.039Z] [2022-08-25T22:40:48.039Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:40:48.039Z] #53 sha256:f63da1adce0c75fb2044bb0588762aad9efcc765b16fb1b07e370110f23889e4 [2022-08-25T22:40:48.039Z] #53 9.147 + cd /tmp/tmp.pUL3s2hLPt/src/github.com/opencontainers/runc [2022-08-25T22:40:48.039Z] #53 9.147 + git checkout -q v1.1.3 [2022-08-25T22:40:48.063Z] #43 30.38 GEN include/common/config.h [2022-08-25T22:40:48.063Z] #43 30.44 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-08-25T22:40:48.063Z] #43 30.45 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-08-25T22:40:48.063Z] #43 30.46 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-08-25T22:40:48.063Z] #43 30.48 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-08-25T22:40:48.063Z] #43 30.50 DEP compel/arch/x86/plugins/std/memcpy.d [2022-08-25T22:40:48.063Z] #43 30.52 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-08-25T22:40:48.063Z] #43 30.52 GEN compel/plugins/include/uapi/std/syscall.h [2022-08-25T22:40:48.063Z] #43 30.54 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-08-25T22:40:48.063Z] #43 30.55 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-08-25T22:40:48.063Z] #43 30.56 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-25T22:40:48.063Z] #43 30.56 DEP compel/plugins/std/infect.d [2022-08-25T22:40:48.199Z] #43 34.49 DEP compel/src/lib/ptrace.d [2022-08-25T22:40:48.199Z] #43 34.55 DEP compel/src/lib/infect.d [2022-08-25T22:40:48.199Z] #43 34.61 DEP compel/src/lib/infect-util.d [2022-08-25T22:40:48.199Z] #43 34.65 DEP compel/src/lib/infect-rpc.d [2022-08-25T22:40:48.199Z] #43 34.71 DEP compel/arch/x86/src/lib/infect.d [2022-08-25T22:40:48.199Z] #43 34.76 DEP compel/arch/x86/src/lib/cpu.d [2022-08-25T22:40:48.323Z] #43 30.62 DEP compel/plugins/std/string.d [2022-08-25T22:40:48.323Z] #43 30.72 DEP compel/plugins/std/log.d [2022-08-25T22:40:48.323Z] #43 30.79 DEP compel/plugins/std/fds.d [2022-08-25T22:40:48.323Z] #43 30.85 DEP compel/plugins/std/std.d [2022-08-25T22:40:48.455Z] #43 34.80 DEP compel/src/lib/log.d [2022-08-25T22:40:48.455Z] #43 34.84 DEP compel/src/main.d [2022-08-25T22:40:48.455Z] #43 34.88 DEP compel/src/lib/handle-elf.d [2022-08-25T22:40:48.455Z] #43 34.93 DEP compel/arch/x86/src/lib/handle-elf.d [2022-08-25T22:40:48.455Z] #43 34.99 CC compel/src/lib/log.o [2022-08-25T22:40:48.583Z] #43 30.93 DEP compel/plugins/shmem/shmem.d [2022-08-25T22:40:48.583Z] #43 31.01 DEP compel/plugins/fds/fds.d [2022-08-25T22:40:48.583Z] #43 31.10 CC compel/plugins/std/std.o [2022-08-25T22:40:48.611Z] #53 9.625 + '[' -z '' ']' [2022-08-25T22:40:48.611Z] #53 9.625 + target=static [2022-08-25T22:40:48.611Z] #53 9.625 + make BUILDTAGS=seccomp static [2022-08-25T22:40:48.710Z] #43 35.12 CC compel/arch/x86/src/lib/cpu.o [2022-08-25T22:40:48.842Z] #43 31.28 CC compel/plugins/std/fds.o [2022-08-25T22:40:48.871Z] #53 9.973 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-25T22:40:48.966Z] #43 35.53 CC compel/arch/x86/src/lib/infect.o [2022-08-25T22:40:49.102Z] #43 ... [2022-08-25T22:40:49.102Z] [2022-08-25T22:40:49.102Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:40:49.102Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:40:49.102Z] #40 DONE 85.6s [2022-08-25T22:40:49.102Z] [2022-08-25T22:40:49.102Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:49.102Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:49.102Z] #43 31.57 CC compel/plugins/std/log.o [2022-08-25T22:40:49.102Z] #43 ... [2022-08-25T22:40:49.102Z] [2022-08-25T22:40:49.102Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:40:49.102Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:40:49.102Z] #56 39.70 Checking out files: 77% (3856/4967) Checking out files: 78% (3875/4967) Checking out files: 79% (3924/4967) Checking out files: 80% (3974/4967) Checking out files: 81% (4024/4967) Checking out files: 82% (4073/4967) Checking out files: 83% (4123/4967) Checking out files: 84% (4173/4967) Checking out files: 85% (4222/4967) Checking out files: 86% (4272/4967) Checking out files: 87% (4322/4967) Checking out files: 88% (4371/4967) Checking out files: 89% (4421/4967) Checking out files: 90% (4471/4967) Checking out files: 91% (4520/4967) Checking out files: 92% (4570/4967) Checking out files: 93% (4620/4967) Checking out files: 94% (4669/4967) Checking out files: 95% (4719/4967) Checking out files: 96% (4769/4967) Checking out files: 97% (4818/4967) Checking out files: 98% (4868/4967) Checking out files: 99% (4918/4967) Checking out files: 100% (4967/4967) Checking out files: 100% (4967/4967), done. [2022-08-25T22:40:49.102Z] #56 40.31 + cd /tmp/tmp.BiZG5Ee8qJ/src/github.com/containerd/containerd [2022-08-25T22:40:49.102Z] #56 40.31 + git checkout -q v1.6.8 [2022-08-25T22:40:49.102Z] #56 41.40 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-25T22:40:49.102Z] #56 41.40 + BUILDTAGS='netgo osusergo static_build' [2022-08-25T22:40:49.102Z] #56 41.40 + export EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:40:49.102Z] #56 41.40 + EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:40:49.102Z] #56 41.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-25T22:40:49.102Z] #56 41.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-25T22:40:49.102Z] #56 41.40 + '[' '' = dynamic ']' [2022-08-25T22:40:49.102Z] #56 41.40 + make [2022-08-25T22:40:49.102Z] #56 42.64 + bin/ctr [2022-08-25T22:40:49.529Z] #43 35.92 CC compel/src/lib/infect-rpc.o [2022-08-25T22:40:49.785Z] #43 36.09 CC compel/src/lib/infect-util.o [2022-08-25T22:40:50.042Z] #43 36.26 CC compel/src/lib/infect.o [2022-08-25T22:40:50.483Z] #32 ... [2022-08-25T22:40:50.483Z] [2022-08-25T22:40:50.483Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-25T22:40:50.483Z] #12 sha256:07392228ad9026e477f3325ea9767774a839b3db1078523f7c86b589feba82a4 [2022-08-25T22:40:50.483Z] #12 DONE 4.7s [2022-08-25T22:40:50.483Z] [2022-08-25T22:40:50.483Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:50.483Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:50.972Z] #43 ... [2022-08-25T22:40:50.972Z] [2022-08-25T22:40:50.972Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:40:50.972Z] #56 sha256:7e84f2b10fb85a212a2630b77733bbeafa94ab84fee3f8bf51a2fb63c8e1738b [2022-08-25T22:40:50.972Z] #56 44.71 Checking out files: 67% (3345/4967) Checking out files: 68% (3378/4967) Checking out files: 69% (3428/4967) Checking out files: 70% (3477/4967) Checking out files: 71% (3527/4967) Checking out files: 72% (3577/4967) Checking out files: 73% (3626/4967) Checking out files: 74% (3676/4967) Checking out files: 75% (3726/4967) Checking out files: 76% (3775/4967) Checking out files: 77% (3825/4967) Checking out files: 78% (3875/4967) Checking out files: 79% (3924/4967) Checking out files: 80% (3974/4967) Checking out files: 81% (4024/4967) Checking out files: 82% (4073/4967) Checking out files: 83% (4123/4967) Checking out files: 84% (4173/4967) Checking out files: 85% (4222/4967) Checking out files: 86% (4272/4967) Checking out files: 87% (4322/4967) Checking out files: 88% (4371/4967) Checking out files: 89% (4421/4967) Checking out files: 90% (4471/4967) Checking out files: 91% (4520/4967) Checking out files: 92% (4570/4967) Checking out files: 93% (4620/4967) Checking out files: 94% (4669/4967) Checking out files: 95% (4719/4967) Checking out files: 96% (4769/4967) Checking out files: 97% (4818/4967) Checking out files: 98% (4868/4967) Checking out files: 99% (4918/4967) Checking out files: 100% (4967/4967) Checking out files: 100% (4967/4967), done. [2022-08-25T22:40:50.972Z] #56 45.56 + cd /tmp/tmp.F3yZchfmvp/src/github.com/containerd/containerd [2022-08-25T22:40:50.972Z] #56 45.56 + git checkout -q v1.6.8 [2022-08-25T22:40:50.972Z] #56 46.88 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-25T22:40:50.972Z] #56 46.88 + BUILDTAGS='netgo osusergo static_build' [2022-08-25T22:40:50.972Z] #56 46.88 + export EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:40:50.972Z] #56 46.88 + EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:40:50.972Z] #56 46.88 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-25T22:40:50.972Z] #56 46.88 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-25T22:40:50.972Z] #56 46.88 + '[' '' = dynamic ']' [2022-08-25T22:40:50.972Z] #56 46.88 + make [2022-08-25T22:40:50.972Z] #56 48.09 + bin/ctr [2022-08-25T22:40:50.972Z] #56 ... [2022-08-25T22:40:50.972Z] [2022-08-25T22:40:50.972Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:50.972Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:50.972Z] #13 75.27 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-25T22:40:50.972Z] #13 75.29 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:50.972Z] #13 75.30 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:50.972Z] #13 83.48 Selecting previously unselected package libapparmor1:amd64. [2022-08-25T22:40:50.972Z] #13 83.49 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2022-08-25T22:40:50.972Z] #13 83.49 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:40:50.972Z] #13 83.56 Selecting previously unselected package libapparmor-dev:amd64. [2022-08-25T22:40:50.972Z] #13 83.56 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2022-08-25T22:40:50.972Z] #13 83.56 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:40:50.972Z] #13 83.65 Selecting previously unselected package libbtrfs0. [2022-08-25T22:40:50.972Z] #13 83.65 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:40:50.972Z] #13 83.65 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:50.973Z] #13 83.70 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:40:50.973Z] #13 83.72 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 83.72 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:50.973Z] #13 83.79 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-08-25T22:40:50.973Z] #13 83.80 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 83.80 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:50.973Z] #13 83.85 Selecting previously unselected package libudev-dev:amd64. [2022-08-25T22:40:50.973Z] #13 83.85 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 83.86 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:50.973Z] #13 83.93 Selecting previously unselected package libsepol1-dev:amd64. [2022-08-25T22:40:50.973Z] #13 83.94 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 83.95 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:40:50.973Z] #13 84.14 Selecting previously unselected package libpcre16-3:amd64. [2022-08-25T22:40:50.973Z] #13 84.15 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 84.15 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:50.973Z] #13 84.27 Selecting previously unselected package libpcre32-3:amd64. [2022-08-25T22:40:50.973Z] #13 84.28 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 84.28 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:50.973Z] #13 84.41 Selecting previously unselected package libpcrecpp0v5:amd64. [2022-08-25T22:40:50.973Z] #13 84.42 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 84.42 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:40:50.973Z] #13 84.49 Selecting previously unselected package libpcre3-dev:amd64. [2022-08-25T22:40:50.973Z] #13 84.50 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 84.51 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:40:50.973Z] #13 84.78 Selecting previously unselected package libselinux1-dev:amd64. [2022-08-25T22:40:50.973Z] #13 84.80 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 84.80 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:40:50.973Z] #13 84.96 Selecting previously unselected package libdevmapper-dev:amd64. [2022-08-25T22:40:50.973Z] #13 84.97 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 84.98 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:50.973Z] #13 85.04 Selecting previously unselected package libseccomp-dev:amd64. [2022-08-25T22:40:50.973Z] #13 85.06 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:40:50.973Z] #13 85.06 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:50.973Z] #13 85.18 Selecting previously unselected package libsystemd-dev:amd64. [2022-08-25T22:40:50.973Z] #13 ... [2022-08-25T22:40:50.973Z] [2022-08-25T22:40:50.973Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:50.973Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:50.973Z] #43 37.35 CC compel/src/lib/ptrace.o [2022-08-25T22:40:51.229Z] #43 37.51 AR compel/libcompel.a [2022-08-25T22:40:51.229Z] #43 37.55 HOSTCC compel/src/main-host.o [2022-08-25T22:40:51.229Z] #43 37.67 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-08-25T22:40:51.486Z] #43 37.76 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-25T22:40:51.486Z] #43 37.94 HOSTCC compel/src/lib/log-host.o [2022-08-25T22:40:51.742Z] #43 38.02 HOSTLINK compel/compel-host-bin [2022-08-25T22:40:51.742Z] #43 38.10 DEP soccr/soccr.d [2022-08-25T22:40:51.742Z] #43 38.20 CC soccr/soccr.o [2022-08-25T22:40:51.946Z] #9 ... [2022-08-25T22:40:51.946Z] [2022-08-25T22:40:51.946Z] #27 [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-08-25T22:40:51.946Z] #27 sha256:8b3d8a4cf12a0920332963e9ebd9082bd1a6ff2dc9f07ad98f1310f06ad20966 [2022-08-25T22:40:51.946Z] #27 1.571 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:40:51.946Z] #27 1.588 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:40:51.946Z] #27 1.588 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:40:51.946Z] #27 1.760 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-25T22:40:51.946Z] #27 2.111 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [336 kB] [2022-08-25T22:40:51.946Z] #27 2.463 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-25T22:40:51.946Z] #27 3.300 Fetched 8297 kB in 2s (4183 kB/s) [2022-08-25T22:40:51.946Z] #27 3.300 Reading package lists... [2022-08-25T22:40:51.946Z] #27 4.142 Reading package lists... [2022-08-25T22:40:51.946Z] #27 4.839 Building dependency tree... [2022-08-25T22:40:51.946Z] #27 5.199 The following additional packages will be installed: [2022-08-25T22:40:51.946Z] #27 5.199 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-25T22:40:51.946Z] #27 5.199 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-25T22:40:51.946Z] #27 5.199 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-25T22:40:51.946Z] #27 5.203 Suggested packages: [2022-08-25T22:40:51.946Z] #27 5.203 krb5-doc krb5-user [2022-08-25T22:40:51.946Z] #27 5.203 Recommended packages: [2022-08-25T22:40:51.946Z] #27 5.203 krb5-locales publicsuffix libsasl2-modules [2022-08-25T22:40:51.946Z] #27 5.327 The following NEW packages will be installed: [2022-08-25T22:40:51.946Z] #27 5.327 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-25T22:40:51.946Z] #27 5.327 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-25T22:40:51.946Z] #27 5.327 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-25T22:40:51.946Z] #27 5.327 libssh2-1 libssl1.1 openssl [2022-08-25T22:40:51.946Z] #27 5.613 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:40:51.946Z] #27 5.613 Need to get 4798 kB of archives. [2022-08-25T22:40:51.946Z] #27 5.613 After this operation, 11.5 MB of additional disk space will be used. [2022-08-25T22:40:51.946Z] #27 5.613 Get:1 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB] [2022-08-25T22:40:51.946Z] #27 5.636 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB] [2022-08-25T22:40:51.946Z] #27 5.637 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB] [2022-08-25T22:40:51.946Z] #27 5.639 Get:4 http://deb.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-25T22:40:51.946Z] #27 5.640 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB] [2022-08-25T22:40:51.946Z] #27 5.644 Get:6 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB] [2022-08-25T22:40:51.946Z] #27 5.652 Get:7 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-25T22:40:51.946Z] #27 5.654 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2022-08-25T22:40:51.946Z] #27 5.655 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u3 [65.0 kB] [2022-08-25T22:40:51.946Z] #27 5.677 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u3 [123 kB] [2022-08-25T22:40:51.946Z] #27 5.680 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u3 [351 kB] [2022-08-25T22:40:51.946Z] #27 5.687 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u3 [150 kB] [2022-08-25T22:40:51.946Z] #27 5.687 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2022-08-25T22:40:51.946Z] #27 5.687 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2022-08-25T22:40:51.946Z] #27 5.687 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2022-08-25T22:40:51.946Z] #27 5.688 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2022-08-25T22:40:51.946Z] #27 5.690 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2022-08-25T22:40:51.946Z] #27 5.693 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2022-08-25T22:40:51.946Z] #27 5.696 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2022-08-25T22:40:51.946Z] #27 5.698 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2022-08-25T22:40:51.946Z] #27 5.699 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2022-08-25T22:40:51.946Z] #27 5.814 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:40:51.946Z] #27 5.836 Fetched 4798 kB in 0s (13.4 MB/s) [2022-08-25T22:40:51.946Z] #27 5.867 Selecting previously unselected package libssl1.1:arm64. [2022-08-25T22:40:51.947Z] #27 5.867 (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 ... 6670 files and directories currently installed.) [2022-08-25T22:40:51.947Z] #27 5.871 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 5.877 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 6.009 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-08-25T22:40:51.947Z] #27 6.009 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.013 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 6.050 Selecting previously unselected package libsasl2-2:arm64. [2022-08-25T22:40:51.947Z] #27 6.050 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.059 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 6.094 Selecting previously unselected package libldap-common. [2022-08-25T22:40:51.947Z] #27 6.094 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-25T22:40:51.947Z] #27 6.097 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:51.947Z] #27 6.173 Selecting previously unselected package libldap-2.4-2:arm64. [2022-08-25T22:40:51.947Z] #27 6.173 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.176 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:51.947Z] #27 6.224 Selecting previously unselected package openssl. [2022-08-25T22:40:51.947Z] #27 6.224 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.229 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 6.350 Selecting previously unselected package ca-certificates. [2022-08-25T22:40:51.947Z] #27 6.350 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-25T22:40:51.947Z] #27 6.353 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-25T22:40:51.947Z] #27 6.469 Selecting previously unselected package libkeyutils1:arm64. [2022-08-25T22:40:51.947Z] #27 6.471 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.474 Unpacking libkeyutils1:arm64 (1.6-6) ... [2022-08-25T22:40:51.947Z] #27 6.511 Selecting previously unselected package libkrb5support0:arm64. [2022-08-25T22:40:51.947Z] #27 6.511 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.515 Unpacking libkrb5support0:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 6.563 Selecting previously unselected package libk5crypto3:arm64. [2022-08-25T22:40:51.947Z] #27 6.563 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.567 Unpacking libk5crypto3:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 6.630 Selecting previously unselected package libkrb5-3:arm64. [2022-08-25T22:40:51.947Z] #27 6.630 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.633 Unpacking libkrb5-3:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 6.702 Selecting previously unselected package libgssapi-krb5-2:arm64. [2022-08-25T22:40:51.947Z] #27 6.703 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.707 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 6.751 Selecting previously unselected package libnghttp2-14:arm64. [2022-08-25T22:40:51.947Z] #27 6.751 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.754 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2022-08-25T22:40:51.947Z] #27 6.795 Selecting previously unselected package libpsl5:arm64. [2022-08-25T22:40:51.947Z] #27 6.795 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.799 Unpacking libpsl5:arm64 (0.20.2-2) ... [2022-08-25T22:40:51.947Z] #27 6.834 Selecting previously unselected package librtmp1:arm64. [2022-08-25T22:40:51.947Z] #27 6.835 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.838 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:40:51.947Z] #27 6.872 Selecting previously unselected package libssh2-1:arm64. [2022-08-25T22:40:51.947Z] #27 6.872 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.875 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2022-08-25T22:40:51.947Z] #27 6.923 Selecting previously unselected package libcurl4:arm64. [2022-08-25T22:40:51.947Z] #27 6.923 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 6.925 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 6.999 Selecting previously unselected package curl. [2022-08-25T22:40:51.947Z] #27 6.999 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 7.002 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 7.065 Selecting previously unselected package libonig5:arm64. [2022-08-25T22:40:51.947Z] #27 7.065 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 7.068 Unpacking libonig5:arm64 (6.9.1-1) ... [2022-08-25T22:40:51.947Z] #27 7.121 Selecting previously unselected package libjq1:arm64. [2022-08-25T22:40:51.947Z] #27 7.121 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 7.126 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-25T22:40:51.947Z] #27 7.161 Selecting previously unselected package jq. [2022-08-25T22:40:51.947Z] #27 7.162 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2022-08-25T22:40:51.947Z] #27 7.166 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:40:51.947Z] #27 7.207 Setting up libkeyutils1:arm64 (1.6-6) ... [2022-08-25T22:40:51.947Z] #27 7.215 Setting up libpsl5:arm64 (0.20.2-2) ... [2022-08-25T22:40:51.947Z] #27 7.225 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 7.306 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2022-08-25T22:40:51.947Z] #27 7.318 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:51.947Z] #27 7.330 Setting up libkrb5support0:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 7.338 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 7.349 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-25T22:40:51.947Z] #27 7.359 Setting up libk5crypto3:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 7.368 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 7.376 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2022-08-25T22:40:51.947Z] #27 7.385 Setting up libkrb5-3:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 7.394 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 7.408 Setting up libonig5:arm64 (6.9.1-1) ... [2022-08-25T22:40:51.947Z] #27 7.416 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-25T22:40:51.947Z] #27 7.424 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-25T22:40:51.947Z] #27 7.434 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-25T22:40:51.947Z] #27 8.182 Updating certificates in /etc/ssl/certs... [2022-08-25T22:40:51.947Z] #27 9.134 137 added, 0 removed; done. [2022-08-25T22:40:51.947Z] #27 9.163 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ... [2022-08-25T22:40:51.947Z] #27 9.174 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:40:51.947Z] #27 9.183 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 9.193 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-25T22:40:51.947Z] #27 9.204 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:51.947Z] #27 9.223 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-25T22:40:51.947Z] #27 9.236 Updating certificates in /etc/ssl/certs... [2022-08-25T22:40:51.947Z] #27 9.827 0 added, 0 removed; done. [2022-08-25T22:40:51.947Z] #27 9.827 Running hooks in /etc/ca-certificates/update.d... [2022-08-25T22:40:51.947Z] #27 9.829 done. [2022-08-25T22:40:51.947Z] #27 ... [2022-08-25T22:40:51.947Z] [2022-08-25T22:40:51.947Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.5-buster@sha256:9a09cc3b632949d98583e8f24f5f66a055397176bf8440f7333876ac101f4a3a [2022-08-25T22:40:51.947Z] #9 sha256:7adaabb83e947615b23d77a07f2f9fe5eb79f706cef34c98538cf34b49b533aa [2022-08-25T22:40:52.305Z] #43 ... [2022-08-25T22:40:52.305Z] [2022-08-25T22:40:52.305Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:52.305Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:52.305Z] #13 85.18 Selecting previously unselected package libsystemd-dev:amd64. [2022-08-25T22:40:52.305Z] #13 85.19 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:40:52.305Z] #13 85.20 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:52.305Z] #13 85.54 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:40:52.305Z] #13 85.55 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:52.305Z] #13 85.56 Setting up libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:40:52.305Z] #13 85.57 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:40:52.305Z] #13 85.58 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:52.305Z] #13 85.59 Setting up libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:40:52.305Z] #13 85.60 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:52.305Z] #13 85.61 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:52.305Z] #13 85.62 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:52.305Z] #13 85.63 Setting up libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:52.305Z] #13 85.65 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:40:52.305Z] #13 85.67 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:52.305Z] #13 85.68 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:40:52.305Z] #13 85.69 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-25T22:40:52.305Z] #13 85.70 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:52.305Z] #13 85.71 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:40:52.305Z] #13 85.72 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:40:52.305Z] #13 85.73 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:52.305Z] #13 85.74 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-08-25T22:40:52.305Z] #13 85.75 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-08-25T22:40:52.305Z] #13 85.76 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:52.305Z] #13 85.77 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-25T22:40:52.305Z] #13 85.77 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-08-25T22:40:52.305Z] #13 85.78 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:40:52.305Z] #13 85.79 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:40:52.305Z] #13 85.80 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:52.305Z] #13 85.81 Setting up dmsetup (2:1.02.155-3) ... [2022-08-25T22:40:52.305Z] #13 85.82 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:52.305Z] #13 85.84 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:52.305Z] #13 85.85 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:52.305Z] #13 DONE 86.5s [2022-08-25T22:40:52.395Z] #56 ... [2022-08-25T22:40:52.395Z] [2022-08-25T22:40:52.395Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:52.395Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:52.395Z] #43 32.25 CC compel/plugins/std/string.o [2022-08-25T22:40:52.395Z] #43 32.78 CC compel/plugins/std/infect.o [2022-08-25T22:40:52.395Z] #43 33.05 CC compel/arch/x86/plugins/std/parasite-head.o [2022-08-25T22:40:52.395Z] #43 33.09 CC compel/arch/x86/plugins/std/memcpy.o [2022-08-25T22:40:52.395Z] #43 33.11 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-08-25T22:40:52.395Z] #43 33.15 AR compel/plugins/std.lib.a [2022-08-25T22:40:52.395Z] #43 33.17 CC compel/plugins/fds/fds.o [2022-08-25T22:40:52.395Z] #43 33.31 AR compel/plugins/fds.lib.a [2022-08-25T22:40:52.395Z] #43 33.34 HOSTDEP compel/src/lib/log-host.d [2022-08-25T22:40:52.395Z] #43 33.38 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-25T22:40:52.395Z] #43 33.43 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-08-25T22:40:52.395Z] #43 33.48 HOSTDEP compel/src/main-host.d [2022-08-25T22:40:52.395Z] #43 33.54 DEP compel/src/lib/ptrace.d [2022-08-25T22:40:52.395Z] #43 33.61 DEP compel/src/lib/infect.d [2022-08-25T22:40:52.395Z] #43 33.69 DEP compel/src/lib/infect-util.d [2022-08-25T22:40:52.395Z] #43 33.76 DEP compel/src/lib/infect-rpc.d [2022-08-25T22:40:52.395Z] #43 33.81 DEP compel/arch/x86/src/lib/infect.d [2022-08-25T22:40:52.395Z] #43 33.87 DEP compel/arch/x86/src/lib/cpu.d [2022-08-25T22:40:52.395Z] #43 33.90 DEP compel/src/lib/log.d [2022-08-25T22:40:52.395Z] #43 33.94 DEP compel/src/main.d [2022-08-25T22:40:52.395Z] #43 33.99 DEP compel/src/lib/handle-elf.d [2022-08-25T22:40:52.395Z] #43 34.03 DEP compel/arch/x86/src/lib/handle-elf.d [2022-08-25T22:40:52.395Z] #43 34.13 CC compel/src/lib/log.o [2022-08-25T22:40:52.395Z] #43 34.33 CC compel/arch/x86/src/lib/cpu.o [2022-08-25T22:40:52.395Z] #43 34.75 CC compel/arch/x86/src/lib/infect.o [2022-08-25T22:40:52.561Z] [2022-08-25T22:40:52.561Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-25T22:40:52.562Z] #14 sha256:9cfdde9aafae3ab0a3ecec2255f7d632d9977745a2551f6a20ae90c75ccf517f [2022-08-25T22:40:52.655Z] #43 35.14 CC compel/src/lib/infect-rpc.o [2022-08-25T22:40:52.887Z] #9 extracting sha256:8afe89cec495c929e0e792618fdb5360c53b91ccc86cbc4749776a33d61975c4 4.9s done [2022-08-25T22:40:52.887Z] #9 extracting sha256:0b051f09dce3345f8fef39317e965732c9ba9a19d3cf3d4c2b01214f09eec632 done [2022-08-25T22:40:52.915Z] #43 35.32 CC compel/src/lib/infect-util.o [2022-08-25T22:40:53.147Z] #9 DONE 17.5s [2022-08-25T22:40:53.147Z] [2022-08-25T22:40:53.147Z] #27 [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-08-25T22:40:53.147Z] #27 sha256:8b3d8a4cf12a0920332963e9ebd9082bd1a6ff2dc9f07ad98f1310f06ad20966 [2022-08-25T22:40:53.147Z] #27 DONE 12.1s [2022-08-25T22:40:53.147Z] [2022-08-25T22:40:53.147Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-25T22:40:53.147Z] #10 sha256:47dba90b3694062457002590c90dbe0e50be2b2108721ceecbc692ac26d6d0cb [2022-08-25T22:40:53.175Z] #43 35.50 CC compel/src/lib/infect.o [2022-08-25T22:40:53.407Z] #10 ... [2022-08-25T22:40:53.407Z] [2022-08-25T22:40:53.407Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-25T22:40:53.407Z] #28 sha256:a06497615da7fa8715f984717343a5fb5ad7455abec0e813773d46f943c78421 [2022-08-25T22:40:53.407Z] #28 DONE 0.1s [2022-08-25T22:40:53.669Z] [2022-08-25T22:40:53.669Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:40:53.669Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:40:53.931Z] #29 ... [2022-08-25T22:40:53.931Z] [2022-08-25T22:40:53.931Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-25T22:40:53.931Z] #10 sha256:47dba90b3694062457002590c90dbe0e50be2b2108721ceecbc692ac26d6d0cb [2022-08-25T22:40:53.931Z] #10 DONE 0.5s [2022-08-25T22:40:53.931Z] [2022-08-25T22:40:53.931Z] #11 [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-08-25T22:40:53.931Z] #11 sha256:f55c40d96cf5e335b50f7790c150aad0d44e2448b369e577aa2fcb553453aa23 [2022-08-25T22:40:54.114Z] #43 36.75 CC compel/src/lib/ptrace.o [2022-08-25T22:40:54.160Z] #53 ... [2022-08-25T22:40:54.160Z] [2022-08-25T22:40:54.160Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:54.160Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:54.160Z] #43 43.46 CC criu/arch/x86/vdso-pie.o [2022-08-25T22:40:54.160Z] #43 43.65 CC criu/arch/x86/restorer.o [2022-08-25T22:40:54.160Z] #43 43.96 CC criu/arch/x86/restorer_unmap.o [2022-08-25T22:40:54.160Z] #43 43.99 CC criu/arch/x86/sigaction_compat_pie.o [2022-08-25T22:40:54.160Z] #43 44.18 CC criu/pie/restorer.o [2022-08-25T22:40:54.160Z] #43 46.01 LINK criu/pie/restorer.built-in.o [2022-08-25T22:40:54.160Z] #43 46.02 GEN criu/pie/restorer-blob.h [2022-08-25T22:40:54.160Z] #43 46.11 DEP criu/vdso.d [2022-08-25T22:40:54.160Z] #43 46.20 DEP criu/vdso-compat.d [2022-08-25T22:40:54.160Z] #43 46.29 DEP criu/uts_ns.d [2022-08-25T22:40:54.160Z] #43 46.37 DEP criu/util.d [2022-08-25T22:40:54.160Z] #43 46.54 DEP criu/uffd.d [2022-08-25T22:40:54.160Z] #43 46.67 DEP criu/tun.d [2022-08-25T22:40:54.160Z] #43 46.79 DEP criu/tty.d [2022-08-25T22:40:54.160Z] #43 46.92 DEP criu/timerfd.d [2022-08-25T22:40:54.160Z] #43 47.08 DEP criu/timens.d [2022-08-25T22:40:54.160Z] #43 47.26 DEP criu/sysfs_parse.d [2022-08-25T22:40:54.160Z] #43 47.41 DEP criu/sysctl.d [2022-08-25T22:40:54.160Z] #43 47.50 DEP criu/string.d [2022-08-25T22:40:54.160Z] #43 47.56 DEP criu/stats.d [2022-08-25T22:40:54.160Z] #43 47.62 DEP criu/sockets.d [2022-08-25T22:40:54.160Z] #43 47.81 DEP criu/sk-unix.d [2022-08-25T22:40:54.160Z] #43 47.95 DEP criu/sk-tcp.d [2022-08-25T22:40:54.160Z] #43 48.11 DEP criu/sk-queue.d [2022-08-25T22:40:54.160Z] #43 48.20 DEP criu/sk-packet.d [2022-08-25T22:40:54.160Z] #43 48.30 DEP criu/sk-netlink.d [2022-08-25T22:40:54.160Z] #43 48.41 DEP criu/sk-inet.d [2022-08-25T22:40:54.160Z] #43 48.53 DEP criu/signalfd.d [2022-08-25T22:40:54.160Z] #43 48.62 DEP criu/sigframe.d [2022-08-25T22:40:54.160Z] #43 48.68 DEP criu/shmem.d [2022-08-25T22:40:54.160Z] #43 48.77 DEP criu/servicefd.d [2022-08-25T22:40:54.160Z] #43 48.92 DEP criu/seize.d [2022-08-25T22:40:54.160Z] #43 49.02 DEP criu/seccomp.d [2022-08-25T22:40:54.160Z] #43 49.17 DEP criu/rst-malloc.d [2022-08-25T22:40:54.160Z] #43 49.23 DEP criu/rbtree.d [2022-08-25T22:40:54.160Z] #43 49.26 DEP criu/pstree.d [2022-08-25T22:40:54.160Z] #43 49.41 DEP criu/protobuf.d [2022-08-25T22:40:54.160Z] #43 49.51 GEN criu/protobuf-desc-gen.h [2022-08-25T22:40:54.191Z] #11 DONE 0.5s [2022-08-25T22:40:54.191Z] [2022-08-25T22:40:54.191Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-25T22:40:54.191Z] #39 sha256:37bde267e5e5dc7db68eb6839a46f083b27befc3c16a1177fa53192fcf7f7929 [2022-08-25T22:40:54.191Z] #39 DONE 0.1s [2022-08-25T22:40:54.191Z] [2022-08-25T22:40:54.191Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:40:54.191Z] #34 sha256:6800dddf3baa06aeaa9725fa7c039d3deec9ff01e0af2b573f75e7fe416bbf69 [2022-08-25T22:40:54.453Z] #14 DONE 2.0s [2022-08-25T22:40:54.454Z] [2022-08-25T22:40:54.454Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:40:54.454Z] #53 sha256:f980d56e6f08fa3987aa58f4c70ef84c9eec2872fbba46789719d9cb49ceacd4 [2022-08-25T22:40:54.454Z] #53 1.897 + RM_GOPATH=0 [2022-08-25T22:40:54.454Z] #53 1.897 + TMP_GOPATH= [2022-08-25T22:40:54.454Z] #53 1.897 + : /build [2022-08-25T22:40:54.454Z] #53 1.897 + '[' -z '' ']' [2022-08-25T22:40:54.454Z] #53 1.898 ++ mktemp -d [2022-08-25T22:40:54.454Z] #34 ... [2022-08-25T22:40:54.454Z] #53 1.901 + export GOPATH=/tmp/tmp.9uvZxJaB2T [2022-08-25T22:40:54.454Z] #53 1.901 + GOPATH=/tmp/tmp.9uvZxJaB2T [2022-08-25T22:40:54.454Z] [2022-08-25T22:40:54.454Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-25T22:40:54.454Z] #53 1.902 + RM_GOPATH=1 [2022-08-25T22:40:54.454Z] #53 1.902 + case "$(go env GOARCH)" in [2022-08-25T22:40:54.454Z] #31 sha256:8c5429b8a31e85bc8408562df1aad2a6143125ce0bcb6d22ef3908bd948d86f1 [2022-08-25T22:40:54.454Z] #31 DONE 0.1s [2022-08-25T22:40:54.454Z] [2022-08-25T22:40:54.454Z] #53 1.903 ++ go env GOARCH [2022-08-25T22:40:54.454Z] #53 1.933 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.454Z] #53 1.934 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.454Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:40:54.454Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:40:54.454Z] #53 1.935 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:54.454Z] #53 1.936 + dir=/tmp/install [2022-08-25T22:40:54.454Z] #29 1.183 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-25T22:40:54.454Z] #53 1.936 + bin=runc [2022-08-25T22:40:54.454Z] #53 1.937 + shift [2022-08-25T22:40:54.454Z] #53 1.937 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-25T22:40:54.454Z] #53 1.938 + . /tmp/install/runc.installer [2022-08-25T22:40:54.454Z] #53 1.939 ++ set -e [2022-08-25T22:40:54.454Z] #53 1.939 ++ : v1.1.3 [2022-08-25T22:40:54.454Z] #53 1.940 + install_runc [2022-08-25T22:40:54.454Z] #53 1.940 + RUNC_BUILDTAGS=seccomp [2022-08-25T22:40:54.454Z] #53 1.940 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-25T22:40:54.454Z] #53 1.941 Install runc version v1.1.3 (build tags: seccomp) [2022-08-25T22:40:54.454Z] #53 1.941 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.9uvZxJaB2T/src/github.com/opencontainers/runc [2022-08-25T22:40:54.454Z] #53 1.947 Cloning into '/tmp/tmp.9uvZxJaB2T/src/github.com/opencontainers/runc'... [2022-08-25T22:40:54.683Z] #43 36.94 AR compel/libcompel.a [2022-08-25T22:40:54.683Z] #43 36.98 HOSTCC compel/src/main-host.o [2022-08-25T22:40:54.683Z] #43 37.11 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-08-25T22:40:54.683Z] #43 37.17 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-25T22:40:54.683Z] #43 37.31 HOSTCC compel/src/lib/log-host.o [2022-08-25T22:40:54.693Z] #13 ... [2022-08-25T22:40:54.693Z] [2022-08-25T22:40:54.693Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:40:54.693Z] #58 sha256:b4d9b84bc032fe27b2426648c16d8dabafbec547e82df86afa7113e9af33bcca [2022-08-25T22:40:54.693Z] #58 5.382 + RM_GOPATH=0 [2022-08-25T22:40:54.693Z] #58 5.382 + TMP_GOPATH= [2022-08-25T22:40:54.693Z] #58 5.382 + : /build [2022-08-25T22:40:54.693Z] #58 5.382 + '[' -z '' ']' [2022-08-25T22:40:54.693Z] #58 5.382 ++ mktemp -d [2022-08-25T22:40:54.693Z] #58 5.382 + export GOPATH=/tmp/tmp.I2JtVmbtgK [2022-08-25T22:40:54.693Z] #58 5.382 + GOPATH=/tmp/tmp.I2JtVmbtgK [2022-08-25T22:40:54.693Z] #58 5.382 + RM_GOPATH=1 [2022-08-25T22:40:54.693Z] #58 5.382 + case "$(go env GOARCH)" in [2022-08-25T22:40:54.693Z] #58 5.382 ++ go env GOARCH [2022-08-25T22:40:54.693Z] #58 5.392 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.693Z] #58 5.392 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.693Z] #58 5.392 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:54.693Z] #58 5.392 + dir=/tmp/install [2022-08-25T22:40:54.693Z] #58 5.400 + bin=rootlesskit [2022-08-25T22:40:54.693Z] #58 5.400 + shift [2022-08-25T22:40:54.693Z] #58 5.400 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-25T22:40:54.693Z] #58 5.400 + . /tmp/install/rootlesskit.installer [2022-08-25T22:40:54.693Z] #58 5.400 ++ : v0.14.4 [2022-08-25T22:40:54.693Z] #58 5.400 + install_rootlesskit [2022-08-25T22:40:54.693Z] #58 5.400 + case "$1" in [2022-08-25T22:40:54.693Z] #58 5.400 + export CGO_ENABLED=0 [2022-08-25T22:40:54.693Z] #58 5.400 + CGO_ENABLED=0 [2022-08-25T22:40:54.693Z] #58 5.400 + _install_rootlesskit [2022-08-25T22:40:54.693Z] #58 5.400 + echo 'Install rootlesskit version v0.14.4' [2022-08-25T22:40:54.693Z] #58 5.400 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:40:54.693Z] #58 5.400 + GOBIN=/build [2022-08-25T22:40:54.693Z] #58 5.400 + GO111MODULE=on [2022-08-25T22:40:54.693Z] #58 5.400 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-25T22:40:54.693Z] #58 5.400 Install rootlesskit version v0.14.4 [2022-08-25T22:40:54.693Z] #58 5.942 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-25T22:40:54.693Z] #58 7.100 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:40:54.693Z] #58 7.108 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:40:54.693Z] #58 7.120 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-25T22:40:54.693Z] #58 7.417 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-25T22:40:54.713Z] #29 1.309 [2022-08-25T22:40:54.943Z] #43 37.42 HOSTLINK compel/compel-host-bin [2022-08-25T22:40:54.943Z] #43 37.54 DEP soccr/soccr.d [2022-08-25T22:40:54.953Z] #58 ... [2022-08-25T22:40:54.953Z] [2022-08-25T22:40:54.953Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:40:54.953Z] #45 sha256:76950a018e6ddc3afb259648f2d1581c25280d02bb3f7df18d033448d99e43ba [2022-08-25T22:40:54.953Z] #45 7.568 + RM_GOPATH=0 [2022-08-25T22:40:54.953Z] #45 7.568 + TMP_GOPATH= [2022-08-25T22:40:54.953Z] #45 7.568 + : /build [2022-08-25T22:40:54.953Z] #45 7.568 + '[' -z '' ']' [2022-08-25T22:40:54.953Z] #45 7.568 ++ mktemp -d [2022-08-25T22:40:54.953Z] #45 7.585 + export GOPATH=/tmp/tmp.MjFmCvyG4Q [2022-08-25T22:40:54.953Z] #45 7.585 + GOPATH=/tmp/tmp.MjFmCvyG4Q [2022-08-25T22:40:54.953Z] #45 7.585 + RM_GOPATH=1 [2022-08-25T22:40:54.953Z] #45 7.585 + case "$(go env GOARCH)" in [2022-08-25T22:40:54.953Z] #45 7.585 ++ go env GOARCH [2022-08-25T22:40:54.953Z] #45 7.596 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.953Z] #45 7.596 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.953Z] #45 7.596 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:54.953Z] #45 7.601 + dir=/tmp/install [2022-08-25T22:40:54.953Z] #45 7.601 + bin=vndr [2022-08-25T22:40:54.953Z] #45 7.601 + shift [2022-08-25T22:40:54.953Z] #45 7.601 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-25T22:40:54.953Z] #45 7.601 + . /tmp/install/vndr.installer [2022-08-25T22:40:54.953Z] #45 7.601 ++ : v0.1.2 [2022-08-25T22:40:54.953Z] #45 7.601 + install_vndr [2022-08-25T22:40:54.953Z] #45 7.601 + echo 'Install vndr version v0.1.2' [2022-08-25T22:40:54.953Z] #45 7.601 + GOBIN=/build [2022-08-25T22:40:54.953Z] #45 7.601 + GO111MODULE=on [2022-08-25T22:40:54.953Z] #45 7.601 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-25T22:40:54.953Z] #45 7.601 Install vndr version v0.1.2 [2022-08-25T22:40:54.953Z] #45 8.150 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-25T22:40:54.953Z] #45 ... [2022-08-25T22:40:54.953Z] [2022-08-25T22:40:54.953Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:40:54.953Z] #24 sha256:9a9116ead65f05ddfa0c401609420de8c98acdcc837a9e1d2857546ab1cda220 [2022-08-25T22:40:54.953Z] #24 7.908 + RM_GOPATH=0 [2022-08-25T22:40:54.953Z] #24 7.908 + TMP_GOPATH= [2022-08-25T22:40:54.953Z] #24 7.908 + : /build [2022-08-25T22:40:54.953Z] #24 7.908 + '[' -z '' ']' [2022-08-25T22:40:54.953Z] #24 7.908 ++ mktemp -d [2022-08-25T22:40:54.953Z] #24 7.908 + export GOPATH=/tmp/tmp.0dLnoxfmmK [2022-08-25T22:40:54.953Z] #24 7.908 + GOPATH=/tmp/tmp.0dLnoxfmmK [2022-08-25T22:40:54.953Z] #24 7.908 + RM_GOPATH=1 [2022-08-25T22:40:54.953Z] #24 7.908 + case "$(go env GOARCH)" in [2022-08-25T22:40:54.953Z] #24 7.929 ++ go env GOARCH [2022-08-25T22:40:54.953Z] #24 7.944 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.953Z] #24 7.944 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:54.953Z] #24 7.944 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:54.953Z] #24 7.954 Install docker/cli version 17.06.2-ce from stable [2022-08-25T22:40:54.953Z] #24 7.958 + dir=/tmp/install [2022-08-25T22:40:54.953Z] #24 7.958 + bin=dockercli [2022-08-25T22:40:54.953Z] #24 7.958 + shift [2022-08-25T22:40:54.953Z] #24 7.958 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-25T22:40:54.953Z] #24 7.958 + . /tmp/install/dockercli.installer [2022-08-25T22:40:54.953Z] #24 7.958 ++ : stable [2022-08-25T22:40:54.953Z] #24 7.958 ++ : 17.06.2-ce [2022-08-25T22:40:54.953Z] #24 7.958 + install_dockercli [2022-08-25T22:40:54.953Z] #24 7.958 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-25T22:40:54.953Z] #24 8.027 ++ uname -m [2022-08-25T22:40:54.953Z] #24 8.027 + arch=x86_64 [2022-08-25T22:40:54.953Z] #24 8.027 + '[' x86_64 '!=' x86_64 ']' [2022-08-25T22:40:54.953Z] #24 8.027 + url=https://download.docker.com/linux/static [2022-08-25T22:40:54.953Z] #24 8.027 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-08-25T22:40:54.953Z] #24 8.067 + tar -xz docker/docker [2022-08-25T22:40:55.203Z] #43 37.61 CC soccr/soccr.o [2022-08-25T22:40:55.213Z] #24 ... [2022-08-25T22:40:55.213Z] [2022-08-25T22:40:55.213Z] #36 [tini 1/2] 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-08-25T22:40:55.213Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:40:55.213Z] #36 8.781 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:40:55.213Z] #36 8.830 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:40:55.213Z] #36 8.830 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:40:55.213Z] #36 ... [2022-08-25T22:40:55.213Z] [2022-08-25T22:40:55.213Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:40:55.213Z] #51 sha256:11d62cbe983c8e8ffd8ccd9112cb743f9006e3676dfdef5ab45b46a5c64ae3ea [2022-08-25T22:40:55.213Z] #51 7.561 + RM_GOPATH=0 [2022-08-25T22:40:55.213Z] #51 7.561 + TMP_GOPATH= [2022-08-25T22:40:55.213Z] #51 7.561 + : /build [2022-08-25T22:40:55.213Z] #51 7.561 + '[' -z '' ']' [2022-08-25T22:40:55.213Z] #51 7.561 ++ mktemp -d [2022-08-25T22:40:55.213Z] #51 7.563 + export GOPATH=/tmp/tmp.6u4Js1Rvhg [2022-08-25T22:40:55.213Z] #51 7.563 + GOPATH=/tmp/tmp.6u4Js1Rvhg [2022-08-25T22:40:55.213Z] #51 7.563 + RM_GOPATH=1 [2022-08-25T22:40:55.213Z] #51 7.563 + case "$(go env GOARCH)" in [2022-08-25T22:40:55.213Z] #51 7.563 ++ go env GOARCH [2022-08-25T22:40:55.213Z] #51 7.574 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.213Z] #51 7.574 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.213Z] #51 7.574 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:55.213Z] #51 7.578 Install shfmt version v3.0.2 [2022-08-25T22:40:55.213Z] #51 7.578 + dir=/tmp/install [2022-08-25T22:40:55.213Z] #51 7.578 + bin=shfmt [2022-08-25T22:40:55.213Z] #51 7.578 + shift [2022-08-25T22:40:55.213Z] #51 7.578 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-25T22:40:55.213Z] #51 7.578 + . /tmp/install/shfmt.installer [2022-08-25T22:40:55.213Z] #51 7.578 ++ : v3.0.2 [2022-08-25T22:40:55.213Z] #51 7.578 + install_shfmt [2022-08-25T22:40:55.213Z] #51 7.578 + echo 'Install shfmt version v3.0.2' [2022-08-25T22:40:55.213Z] #51 7.578 + GOBIN=/build [2022-08-25T22:40:55.213Z] #51 7.578 + GO111MODULE=on [2022-08-25T22:40:55.213Z] #51 7.578 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-25T22:40:55.213Z] #51 8.246 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-25T22:40:55.213Z] #51 10.32 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-25T22:40:55.213Z] #51 10.39 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-25T22:40:55.213Z] #51 10.48 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-25T22:40:55.463Z] #43 ... [2022-08-25T22:40:55.463Z] [2022-08-25T22:40:55.463Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:55.463Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:55.463Z] #13 75.94 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-25T22:40:55.463Z] #13 75.95 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:40:55.463Z] #13 75.95 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:55.463Z] #13 85.42 Selecting previously unselected package libapparmor1:amd64. [2022-08-25T22:40:55.463Z] #13 85.42 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2022-08-25T22:40:55.463Z] #13 85.43 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:40:55.463Z] #13 85.49 Selecting previously unselected package libapparmor-dev:amd64. [2022-08-25T22:40:55.463Z] #13 85.50 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2022-08-25T22:40:55.463Z] #13 85.51 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:40:55.463Z] #13 85.63 Selecting previously unselected package libbtrfs0. [2022-08-25T22:40:55.463Z] #13 85.63 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:40:55.463Z] #13 85.64 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:55.463Z] #13 85.68 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:40:55.463Z] #13 85.69 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:40:55.463Z] #13 85.69 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:55.463Z] #13 85.77 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-08-25T22:40:55.463Z] #13 85.78 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:55.463Z] #13 85.78 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:55.463Z] #13 85.85 Selecting previously unselected package libudev-dev:amd64. [2022-08-25T22:40:55.463Z] #13 85.85 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:40:55.463Z] #13 85.87 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:55.463Z] #13 85.97 Selecting previously unselected package libsepol1-dev:amd64. [2022-08-25T22:40:55.463Z] #13 85.97 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2022-08-25T22:40:55.472Z] #51 ... [2022-08-25T22:40:55.472Z] [2022-08-25T22:40:55.472Z] #55 [containerd 1/2] 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-08-25T22:40:55.472Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:40:55.472Z] #55 9.001 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:40:55.472Z] #55 9.077 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:40:55.472Z] #55 9.077 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:40:55.472Z] #55 ... [2022-08-25T22:40:55.472Z] [2022-08-25T22:40:55.472Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:40:55.472Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:40:55.472Z] #49 6.824 + RM_GOPATH=0 [2022-08-25T22:40:55.472Z] #49 6.824 + TMP_GOPATH= [2022-08-25T22:40:55.472Z] #49 6.824 + : /build [2022-08-25T22:40:55.472Z] #49 6.824 + '[' -z '' ']' [2022-08-25T22:40:55.472Z] #49 6.824 ++ mktemp -d [2022-08-25T22:40:55.472Z] #49 6.829 + export GOPATH=/tmp/tmp.OpyabNCJL8 [2022-08-25T22:40:55.472Z] #49 6.829 + GOPATH=/tmp/tmp.OpyabNCJL8 [2022-08-25T22:40:55.472Z] #49 6.829 + RM_GOPATH=1 [2022-08-25T22:40:55.472Z] #49 6.829 + case "$(go env GOARCH)" in [2022-08-25T22:40:55.472Z] #49 6.865 ++ go env GOARCH [2022-08-25T22:40:55.472Z] #49 6.865 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.472Z] #49 6.865 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.472Z] #49 6.865 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:55.472Z] #49 6.865 + dir=/tmp/install [2022-08-25T22:40:55.472Z] #49 6.865 + bin=golangci_lint [2022-08-25T22:40:55.472Z] #49 6.865 + shift [2022-08-25T22:40:55.472Z] #49 6.865 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-25T22:40:55.472Z] #49 6.865 + . /tmp/install/golangci_lint.installer [2022-08-25T22:40:55.472Z] #49 6.865 ++ : v1.44.0 [2022-08-25T22:40:55.472Z] #49 6.865 + install_golangci_lint [2022-08-25T22:40:55.472Z] #49 6.865 + set -e [2022-08-25T22:40:55.472Z] #49 6.865 + echo 'Install golangci-lint version v1.44.0' [2022-08-25T22:40:55.472Z] #49 6.865 + GOBIN=/build [2022-08-25T22:40:55.472Z] #49 6.865 + GO111MODULE=on [2022-08-25T22:40:55.472Z] #49 6.865 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-25T22:40:55.472Z] #49 6.865 Install golangci-lint version v1.44.0 [2022-08-25T22:40:55.472Z] #49 7.461 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-25T22:40:55.545Z] #43 ... [2022-08-25T22:40:55.545Z] [2022-08-25T22:40:55.545Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:40:55.545Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:40:55.545Z] #20 1.215 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:40:55.545Z] #20 1.220 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:40:55.545Z] #20 1.414 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:40:55.545Z] #20 1.585 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:40:55.545Z] #20 1.635 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:40:55.545Z] #20 2.377 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:40:55.545Z] #20 3.581 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:40:55.545Z] #20 4.615 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:40:55.545Z] #20 7.741 Fetched 9016 kB in 7s (1333 kB/s) [2022-08-25T22:40:55.545Z] #20 7.741 Reading package lists... [2022-08-25T22:40:55.545Z] #20 ... [2022-08-25T22:40:55.545Z] [2022-08-25T22:40:55.545Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:55.545Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:55.546Z] #43 50.64 DEP criu/protobuf-desc.d [2022-08-25T22:40:55.546Z] #43 50.72 DEP criu/proc_parse.d [2022-08-25T22:40:55.722Z] #13 85.98 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:40:55.722Z] #13 86.18 Selecting previously unselected package libpcre16-3:amd64. [2022-08-25T22:40:55.722Z] #13 86.18 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:55.722Z] #13 86.20 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:55.722Z] #13 ... [2022-08-25T22:40:55.722Z] [2022-08-25T22:40:55.722Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:55.722Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:55.722Z] #43 38.20 AR soccr/libsoccr.a [2022-08-25T22:40:55.722Z] #43 38.23 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:40:55.733Z] #49 ... [2022-08-25T22:40:55.733Z] [2022-08-25T22:40:55.733Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:40:55.733Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:40:55.733Z] #34 8.169 + RM_GOPATH=0 [2022-08-25T22:40:55.733Z] #34 8.169 + TMP_GOPATH= [2022-08-25T22:40:55.733Z] #34 8.169 + : /build [2022-08-25T22:40:55.733Z] #34 8.169 + '[' -z '' ']' [2022-08-25T22:40:55.733Z] #34 8.197 ++ mktemp -d [2022-08-25T22:40:55.733Z] #34 8.197 + export GOPATH=/tmp/tmp.PaMWMBWwvh [2022-08-25T22:40:55.733Z] #34 8.197 + GOPATH=/tmp/tmp.PaMWMBWwvh [2022-08-25T22:40:55.733Z] #34 8.197 + RM_GOPATH=1 [2022-08-25T22:40:55.733Z] #34 8.197 + case "$(go env GOARCH)" in [2022-08-25T22:40:55.733Z] #34 8.201 ++ go env GOARCH [2022-08-25T22:40:55.733Z] #34 8.211 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:40:55.733Z] #34 8.211 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.733Z] #34 8.211 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.733Z] #34 8.211 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:55.733Z] #34 8.211 + dir=/tmp/install [2022-08-25T22:40:55.733Z] #34 8.211 + bin=tomlv [2022-08-25T22:40:55.733Z] #34 8.211 + shift [2022-08-25T22:40:55.733Z] #34 8.211 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-25T22:40:55.733Z] #34 8.211 + . /tmp/install/tomlv.installer [2022-08-25T22:40:55.733Z] #34 8.211 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:40:55.733Z] #34 8.211 + install_tomlv [2022-08-25T22:40:55.733Z] #34 8.211 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-25T22:40:55.733Z] #34 8.211 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.PaMWMBWwvh/src/github.com/BurntSushi/toml [2022-08-25T22:40:55.733Z] #34 8.211 Cloning into '/tmp/tmp.PaMWMBWwvh/src/github.com/BurntSushi/toml'... [2022-08-25T22:40:55.733Z] #34 10.62 + cd /tmp/tmp.PaMWMBWwvh/src/github.com/BurntSushi/toml [2022-08-25T22:40:55.733Z] #34 10.62 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:40:55.733Z] #34 10.79 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:40:55.733Z] #34 ... [2022-08-25T22:40:55.733Z] [2022-08-25T22:40:55.733Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:40:55.733Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:40:55.733Z] #40 8.164 + git clone https://github.com/docker/distribution.git . [2022-08-25T22:40:55.733Z] #40 8.164 Cloning into '.'... [2022-08-25T22:40:55.806Z] #43 50.88 DEP criu/plugin.d [2022-08-25T22:40:55.806Z] #43 50.97 DEP criu/pipes.d [2022-08-25T22:40:55.806Z] #43 51.08 DEP criu/pie-util.d [2022-08-25T22:40:55.822Z] #53 ... [2022-08-25T22:40:55.822Z] [2022-08-25T22:40:55.822Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-25T22:40:55.822Z] #15 sha256:add1a605065523423f3da3d6f6f08348f9fe9c8107f43fdecb8e4ae3d06e114e [2022-08-25T22:40:55.822Z] #15 DONE 1.4s [2022-08-25T22:40:55.822Z] [2022-08-25T22:40:55.822Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:55.822Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:55.822Z] #43 38.98 AR soccr/libsoccr.a [2022-08-25T22:40:55.822Z] #43 39.01 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:40:55.822Z] #43 39.31 DEP criu/arch/x86/sigframe.d [2022-08-25T22:40:55.822Z] #43 39.38 DEP criu/arch/x86/sigaction_compat.d [2022-08-25T22:40:55.822Z] #43 39.42 DEP criu/arch/x86/kerndat.d [2022-08-25T22:40:55.822Z] #43 39.48 DEP criu/arch/x86/crtools.d [2022-08-25T22:40:55.822Z] #43 39.53 DEP criu/arch/x86/cpu.d [2022-08-25T22:40:55.822Z] #43 39.63 CC criu/arch/x86/cpu.o [2022-08-25T22:40:55.822Z] #43 39.95 CC criu/arch/x86/crtools.o [2022-08-25T22:40:55.822Z] #43 40.56 CC criu/arch/x86/kerndat.o [2022-08-25T22:40:55.822Z] #43 41.03 CC criu/arch/x86/sigaction_compat.o [2022-08-25T22:40:55.822Z] #43 41.14 CC criu/arch/x86/sigframe.o [2022-08-25T22:40:55.822Z] #43 41.30 LINK criu/arch/x86/crtools.built-in.o [2022-08-25T22:40:55.822Z] #43 41.33 DEP criu/pie/util-vdso-elf32.d [2022-08-25T22:40:55.822Z] #43 41.40 DEP criu/pie/util-vdso.d [2022-08-25T22:40:55.822Z] #43 41.46 DEP criu/pie/util.d [2022-08-25T22:40:55.822Z] #43 41.56 CC criu/pie/util.o [2022-08-25T22:40:55.822Z] #43 41.77 CC criu/pie/util-vdso.o [2022-08-25T22:40:55.982Z] #43 38.49 DEP criu/arch/x86/sigframe.d [2022-08-25T22:40:55.982Z] #43 38.55 DEP criu/arch/x86/sigaction_compat.d [2022-08-25T22:40:55.993Z] #40 ... [2022-08-25T22:40:55.993Z] [2022-08-25T22:40:55.993Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:40:55.993Z] #67 sha256:0d1bd37ebd18aa779acda8955aa5e4f4324c068a0758851e71f2d681c6eefacf [2022-08-25T22:40:55.993Z] #67 6.736 + RM_GOPATH=0 [2022-08-25T22:40:55.993Z] #67 6.736 + TMP_GOPATH= [2022-08-25T22:40:55.993Z] #67 6.736 + : /build [2022-08-25T22:40:55.993Z] #67 6.736 + '[' -z '' ']' [2022-08-25T22:40:55.993Z] #67 6.736 ++ mktemp -d [2022-08-25T22:40:55.993Z] #67 6.736 + export GOPATH=/tmp/tmp.rSccRBZpzL [2022-08-25T22:40:55.993Z] #67 6.736 + GOPATH=/tmp/tmp.rSccRBZpzL [2022-08-25T22:40:55.993Z] #67 6.736 + RM_GOPATH=1 [2022-08-25T22:40:55.993Z] #67 6.736 + case "$(go env GOARCH)" in [2022-08-25T22:40:55.993Z] #67 6.736 ++ go env GOARCH [2022-08-25T22:40:55.993Z] #67 6.736 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.993Z] #67 6.736 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.993Z] #67 6.736 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:55.993Z] #67 6.736 + dir=/tmp/install [2022-08-25T22:40:55.993Z] #67 6.736 + bin=proxy [2022-08-25T22:40:55.993Z] #67 6.736 + shift [2022-08-25T22:40:55.993Z] #67 6.736 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-25T22:40:55.993Z] #67 6.736 + . /tmp/install/proxy.installer [2022-08-25T22:40:55.993Z] #67 6.736 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:40:55.993Z] #67 6.736 + install_proxy [2022-08-25T22:40:55.993Z] #67 6.736 + case "$1" in [2022-08-25T22:40:55.993Z] #67 6.736 + export CGO_ENABLED=0 [2022-08-25T22:40:55.993Z] #67 6.736 + CGO_ENABLED=0 [2022-08-25T22:40:55.993Z] #67 6.736 + _install_proxy [2022-08-25T22:40:55.993Z] #67 6.736 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-25T22:40:55.993Z] #67 6.736 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.rSccRBZpzL/src/github.com/docker/libnetwork [2022-08-25T22:40:55.993Z] #67 6.736 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:40:55.993Z] #67 6.737 Cloning into '/tmp/tmp.rSccRBZpzL/src/github.com/docker/libnetwork'... [2022-08-25T22:40:55.993Z] #67 ... [2022-08-25T22:40:55.993Z] [2022-08-25T22:40:55.993Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:40:55.993Z] #47 sha256:d21c1033847e02073938a96d1980e557ffa4e294d92c06583d161e0b9b41055e [2022-08-25T22:40:55.993Z] #47 7.429 + RM_GOPATH=0 [2022-08-25T22:40:55.993Z] #47 7.429 + TMP_GOPATH= [2022-08-25T22:40:55.993Z] #47 7.429 + : /build [2022-08-25T22:40:55.993Z] #47 7.429 + '[' -z '' ']' [2022-08-25T22:40:55.993Z] #47 7.434 ++ mktemp -d [2022-08-25T22:40:55.993Z] #47 7.435 + export GOPATH=/tmp/tmp.gdoLNk53Fo [2022-08-25T22:40:55.993Z] #47 7.435 + GOPATH=/tmp/tmp.gdoLNk53Fo [2022-08-25T22:40:55.993Z] #47 7.435 + RM_GOPATH=1 [2022-08-25T22:40:55.993Z] #47 7.435 + case "$(go env GOARCH)" in [2022-08-25T22:40:55.993Z] #47 7.435 ++ go env GOARCH [2022-08-25T22:40:55.993Z] #47 7.453 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.993Z] #47 7.453 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:55.993Z] #47 7.453 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:55.993Z] #47 7.470 + dir=/tmp/install [2022-08-25T22:40:55.993Z] #47 7.470 + bin=gotestsum [2022-08-25T22:40:55.993Z] #47 7.470 + shift [2022-08-25T22:40:55.993Z] #47 7.470 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-25T22:40:55.993Z] #47 7.470 + . /tmp/install/gotestsum.installer [2022-08-25T22:40:55.993Z] #47 7.470 ++ : v1.7.0 [2022-08-25T22:40:55.993Z] #47 7.470 + install_gotestsum [2022-08-25T22:40:55.993Z] #47 7.477 Install gotestsum version v1.7.0 [2022-08-25T22:40:55.993Z] #47 7.477 + set -e [2022-08-25T22:40:55.993Z] #47 7.477 + echo 'Install gotestsum version v1.7.0' [2022-08-25T22:40:55.993Z] #47 7.477 + GOBIN=/build [2022-08-25T22:40:55.993Z] #47 7.477 + GO111MODULE=on [2022-08-25T22:40:55.993Z] #47 7.477 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-25T22:40:55.993Z] #47 8.013 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-25T22:40:55.993Z] #47 10.26 go: downloading github.com/fatih/color v1.10.0 [2022-08-25T22:40:55.993Z] #47 10.27 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-25T22:40:55.993Z] #47 10.31 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-25T22:40:55.993Z] #47 10.41 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:40:55.993Z] #47 11.21 go: downloading golang.org/x/tools v0.1.0 [2022-08-25T22:40:55.993Z] #47 11.31 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-25T22:40:56.026Z] #29 1.546 #=#=# 0.0% ##### 7.2% ############################# 40.8% ###################################### 53.2% ################################################# 68.2% ####################################################################### 98.7% ######################################################################## 100.0% [2022-08-25T22:40:56.067Z] #43 51.15 DEP criu/pie-util-vdso.d [2022-08-25T22:40:56.067Z] #43 51.26 DEP criu/pie-util-vdso-elf32.d [2022-08-25T22:40:56.078Z] #43 42.34 CC criu/pie/util-vdso-elf32.o [2022-08-25T22:40:56.242Z] #43 38.58 DEP criu/arch/x86/kerndat.d [2022-08-25T22:40:56.242Z] #43 38.64 DEP criu/arch/x86/crtools.d [2022-08-25T22:40:56.242Z] #43 38.71 DEP criu/arch/x86/cpu.d [2022-08-25T22:40:56.242Z] #43 38.78 CC criu/arch/x86/cpu.o [2022-08-25T22:40:56.252Z] #47 ... [2022-08-25T22:40:56.252Z] [2022-08-25T22:40:56.252Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:40:56.252Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:40:56.252Z] #42 8.746 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:40:56.252Z] #42 8.931 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:40:56.252Z] #42 8.943 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:40:56.252Z] #42 ... [2022-08-25T22:40:56.252Z] [2022-08-25T22:40:56.252Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:40:56.252Z] #47 sha256:d21c1033847e02073938a96d1980e557ffa4e294d92c06583d161e0b9b41055e [2022-08-25T22:40:56.252Z] #47 11.52 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-25T22:40:56.252Z] #47 11.61 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-25T22:40:56.287Z] #29 2.764 [2022-08-25T22:40:56.328Z] #43 51.38 DEP criu/path.d [2022-08-25T22:40:56.328Z] #43 51.48 DEP criu/parasite-syscall.d [2022-08-25T22:40:56.335Z] #43 42.82 AR criu/pie/pie.lib.a [2022-08-25T22:40:56.335Z] #43 42.87 DEP criu/pie/restorer.d [2022-08-25T22:40:56.502Z] #43 39.07 CC criu/arch/x86/crtools.o [2022-08-25T22:40:56.548Z] #29 3.006 #=#=# ## 2.9% ######################################################################## 100.0% [2022-08-25T22:40:56.548Z] #29 ... [2022-08-25T22:40:56.548Z] [2022-08-25T22:40:56.548Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-25T22:40:56.548Z] #12 sha256:131c101acb14a042e66be1388be8e368cf9c3fdb1c70ebea0a1b8c91f5774ea5 [2022-08-25T22:40:56.548Z] #12 DONE 2.3s [2022-08-25T22:40:56.589Z] #43 51.61 DEP criu/pagemap.d [2022-08-25T22:40:56.589Z] #43 51.75 DEP criu/pagemap-cache.d [2022-08-25T22:40:56.589Z] #43 51.81 DEP criu/page-xfer.d [2022-08-25T22:40:56.591Z] #43 43.02 DEP criu/arch/x86/sigaction_compat_pie.d [2022-08-25T22:40:56.808Z] [2022-08-25T22:40:56.808Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:40:56.808Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:40:56.808Z] #29 3.386 [2022-08-25T22:40:56.821Z] #47 12.05 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-25T22:40:56.850Z] #43 51.90 DEP criu/page-pipe.d [2022-08-25T22:40:56.850Z] #43 51.98 DEP criu/netfilter.d [2022-08-25T22:40:56.850Z] #43 52.09 DEP criu/net.d [2022-08-25T22:40:56.852Z] #43 43.08 DEP criu/arch/x86/restorer_unmap.d [2022-08-25T22:40:56.852Z] #43 43.10 DEP criu/arch/x86/restorer.d [2022-08-25T22:40:56.852Z] #43 43.28 DEP criu/arch/x86/vdso-pie.d [2022-08-25T22:40:56.852Z] #43 43.34 DEP criu/pie/parasite-vdso.d [2022-08-25T22:40:57.071Z] #43 39.63 CC criu/arch/x86/kerndat.o [2022-08-25T22:40:57.108Z] #43 ... [2022-08-25T22:40:57.108Z] [2022-08-25T22:40:57.108Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-25T22:40:57.108Z] #16 sha256:1ef80415d8317673ac4b345d474907a45a73b7b149577cb6403555e416caa850 [2022-08-25T22:40:57.108Z] #16 1.313 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-25T22:40:57.108Z] #16 DONE 1.4s [2022-08-25T22:40:57.108Z] [2022-08-25T22:40:57.108Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:57.108Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:57.108Z] #43 43.48 DEP criu/pie/parasite.d [2022-08-25T22:40:57.111Z] #43 52.25 DEP criu/namespaces.d [2022-08-25T22:40:57.111Z] #43 52.36 DEP criu/mount.d [2022-08-25T22:40:57.332Z] #43 39.85 CC criu/arch/x86/sigaction_compat.o [2022-08-25T22:40:57.332Z] #29 3.629 #=#=# 0.2% ############################################################# 86.1% ######################################################################## 100.0% [2022-08-25T22:40:57.367Z] #43 43.64 CC criu/pie/parasite.o [2022-08-25T22:40:57.372Z] #43 52.54 DEP criu/memfd.d [2022-08-25T22:40:57.592Z] #43 39.95 CC criu/arch/x86/sigframe.o [2022-08-25T22:40:57.592Z] #43 40.12 LINK criu/arch/x86/crtools.built-in.o [2022-08-25T22:40:57.592Z] #43 40.15 DEP criu/pie/util-vdso-elf32.d [2022-08-25T22:40:57.592Z] #43 40.22 DEP criu/pie/util-vdso.d [2022-08-25T22:40:57.594Z] #29 4.133 [2022-08-25T22:40:57.633Z] #43 52.68 DEP criu/mem.d [2022-08-25T22:40:57.633Z] #43 52.86 DEP criu/lsm.d [2022-08-25T22:40:57.852Z] #43 ... [2022-08-25T22:40:57.852Z] [2022-08-25T22:40:57.852Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:40:57.852Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:40:57.852Z] #13 86.32 Selecting previously unselected package libpcre32-3:amd64. [2022-08-25T22:40:57.852Z] #13 86.32 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:57.852Z] #13 86.33 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:57.852Z] #13 86.44 Selecting previously unselected package libpcrecpp0v5:amd64. [2022-08-25T22:40:57.852Z] #13 86.44 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:57.852Z] #13 86.44 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:40:57.852Z] #13 86.51 Selecting previously unselected package libpcre3-dev:amd64. [2022-08-25T22:40:57.852Z] #13 86.52 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2022-08-25T22:40:57.852Z] #13 86.53 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:40:57.852Z] #13 86.81 Selecting previously unselected package libselinux1-dev:amd64. [2022-08-25T22:40:57.852Z] #13 86.81 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2022-08-25T22:40:57.852Z] #13 86.82 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:40:57.852Z] #13 86.96 Selecting previously unselected package libdevmapper-dev:amd64. [2022-08-25T22:40:57.852Z] #13 86.96 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:40:57.852Z] #13 86.98 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:57.852Z] #13 87.04 Selecting previously unselected package libseccomp-dev:amd64. [2022-08-25T22:40:57.852Z] #13 87.04 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:40:57.852Z] #13 87.05 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:57.852Z] #13 87.13 Selecting previously unselected package libsystemd-dev:amd64. [2022-08-25T22:40:57.852Z] #13 87.13 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:40:57.852Z] #13 87.14 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:57.852Z] #13 87.45 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:40:57.852Z] #13 87.46 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:40:57.852Z] #13 87.47 Setting up libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:40:57.852Z] #13 87.49 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:40:57.852Z] #13 87.50 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:57.852Z] #13 87.51 Setting up libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:40:57.852Z] #13 87.52 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:57.852Z] #13 87.53 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:40:57.852Z] #13 87.54 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:40:57.852Z] #13 87.56 Setting up libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:57.852Z] #13 87.57 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:40:57.852Z] #13 87.58 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:40:57.852Z] #13 87.61 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:40:57.852Z] #13 87.64 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-25T22:40:57.852Z] #13 87.65 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:40:57.852Z] #13 87.66 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:40:57.852Z] #13 87.67 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:40:57.852Z] #13 87.68 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:57.852Z] #13 87.69 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-08-25T22:40:57.852Z] #13 87.70 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-08-25T22:40:57.852Z] #13 87.70 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:40:57.852Z] #13 87.71 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-25T22:40:57.852Z] #13 87.72 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-08-25T22:40:57.852Z] #13 87.73 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:40:57.852Z] #13 87.74 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:40:57.852Z] #13 87.75 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:57.852Z] #13 87.76 Setting up dmsetup (2:1.02.155-3) ... [2022-08-25T22:40:57.852Z] #13 87.78 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:57.852Z] #13 87.79 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:40:57.852Z] #13 87.80 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:40:57.852Z] #13 DONE 88.2s [2022-08-25T22:40:57.852Z] [2022-08-25T22:40:57.852Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:57.852Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:57.852Z] #43 40.32 DEP criu/pie/util.d [2022-08-25T22:40:57.894Z] #43 53.00 DEP criu/log.d [2022-08-25T22:40:57.928Z] #43 44.40 LINK criu/pie/parasite.built-in.o [2022-08-25T22:40:57.928Z] #43 44.41 GEN criu/pie/parasite-blob.h [2022-08-25T22:40:57.928Z] #43 44.45 CC criu/pie/parasite-vdso.o [2022-08-25T22:40:58.113Z] #43 40.43 CC criu/pie/util.o [2022-08-25T22:40:58.113Z] #43 40.65 CC criu/pie/util-vdso.o [2022-08-25T22:40:58.155Z] #43 53.12 DEP criu/libnetlink.d [2022-08-25T22:40:58.155Z] #43 53.21 DEP criu/kerndat.d [2022-08-25T22:40:58.155Z] #43 53.35 DEP criu/kcmp-ids.d [2022-08-25T22:40:58.155Z] #43 53.40 DEP criu/irmap.d [2022-08-25T22:40:58.416Z] #43 53.50 DEP criu/ipc_ns.d [2022-08-25T22:40:58.416Z] #43 53.64 DEP criu/image.d [2022-08-25T22:40:58.491Z] #43 ... [2022-08-25T22:40:58.491Z] [2022-08-25T22:40:58.491Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-25T22:40:58.491Z] #17 sha256:e04801ff95223f0911a84d5856f41ffda93805626e3d70b702677c7bfcec03f5 [2022-08-25T22:40:58.491Z] #17 DONE 1.5s [2022-08-25T22:40:58.491Z] [2022-08-25T22:40:58.491Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:40:58.491Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:40:58.491Z] #43 44.95 CC criu/arch/x86/vdso-pie.o [2022-08-25T22:40:58.636Z] #29 4.385 #=#=# 0.0% ########### 15.4% ######################## 33.5% ##################################### 52.2% ############################################# 63.8% ################################################### 72.1% ######################################################### 80.3% ############################################################## 87.2% ################################################################# 91.6% ####################################################################### 99.3% ######################################################################## 100.0% [2022-08-25T22:40:58.677Z] #43 53.79 DEP criu/image-desc.d [2022-08-25T22:40:58.677Z] #43 53.84 DEP criu/fsnotify.d [2022-08-25T22:40:58.683Z] #43 41.04 CC criu/pie/util-vdso-elf32.o [2022-08-25T22:40:58.898Z] #29 5.704 [2022-08-25T22:40:58.938Z] #43 54.01 DEP criu/filesystems.d [2022-08-25T22:40:58.938Z] #43 54.11 DEP criu/files.d [2022-08-25T22:40:58.938Z] #43 54.25 DEP criu/files-reg.d [2022-08-25T22:40:58.943Z] #43 41.45 AR criu/pie/pie.lib.a [2022-08-25T22:40:58.943Z] #43 41.53 DEP criu/pie/restorer.d [2022-08-25T22:40:59.054Z] #43 45.27 CC criu/arch/x86/restorer.o [2022-08-25T22:40:59.199Z] #43 54.38 DEP criu/files-ext.d [2022-08-25T22:40:59.199Z] #43 54.47 DEP criu/file-lock.d [2022-08-25T22:40:59.203Z] #43 ... [2022-08-25T22:40:59.203Z] [2022-08-25T22:40:59.203Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-25T22:40:59.203Z] #14 sha256:9cfdde9aafae3ab0a3ecec2255f7d632d9977745a2551f6a20ae90c75ccf517f [2022-08-25T22:40:59.203Z] #14 DONE 1.4s [2022-08-25T22:40:59.203Z] [2022-08-25T22:40:59.203Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:40:59.203Z] #53 sha256:cc149737c712de2e8ca41a53ccdbc33afa66278a9ce024f674372184145f24b0 [2022-08-25T22:40:59.203Z] #53 1.314 + RM_GOPATH=0 [2022-08-25T22:40:59.203Z] #53 1.315 + TMP_GOPATH= [2022-08-25T22:40:59.203Z] #53 1.315 + : /build [2022-08-25T22:40:59.203Z] #53 1.315 + '[' -z '' ']' [2022-08-25T22:40:59.203Z] #53 1.316 ++ mktemp -d [2022-08-25T22:40:59.203Z] #53 1.317 + export GOPATH=/tmp/tmp.nGBEEp0QJB [2022-08-25T22:40:59.203Z] #53 1.318 + GOPATH=/tmp/tmp.nGBEEp0QJB [2022-08-25T22:40:59.203Z] #53 1.318 + RM_GOPATH=1 [2022-08-25T22:40:59.203Z] #53 1.318 + case "$(go env GOARCH)" in [2022-08-25T22:40:59.203Z] #53 1.319 ++ go env GOARCH [2022-08-25T22:40:59.203Z] #53 1.326 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:59.203Z] #53 1.326 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:40:59.203Z] #53 1.331 ++ dirname /tmp/install/install.sh [2022-08-25T22:40:59.203Z] #53 1.332 + dir=/tmp/install [2022-08-25T22:40:59.203Z] #53 1.352 + bin=runc [2022-08-25T22:40:59.203Z] #53 1.352 + shift [2022-08-25T22:40:59.203Z] #53 1.353 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-25T22:40:59.203Z] #53 1.353 + . /tmp/install/runc.installer [2022-08-25T22:40:59.203Z] #53 1.353 ++ set -e [2022-08-25T22:40:59.203Z] #53 1.353 ++ : v1.1.3 [2022-08-25T22:40:59.203Z] #53 1.354 + install_runc [2022-08-25T22:40:59.203Z] #53 1.355 + RUNC_BUILDTAGS=seccomp [2022-08-25T22:40:59.203Z] #53 1.355 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-25T22:40:59.203Z] #53 1.355 Install runc version v1.1.3 (build tags: seccomp) [2022-08-25T22:40:59.203Z] #53 1.355 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.nGBEEp0QJB/src/github.com/opencontainers/runc [2022-08-25T22:40:59.203Z] #53 1.357 Cloning into '/tmp/tmp.nGBEEp0QJB/src/github.com/opencontainers/runc'... [2022-08-25T22:40:59.310Z] #43 45.63 CC criu/arch/x86/restorer_unmap.o [2022-08-25T22:40:59.310Z] #43 45.68 CC criu/arch/x86/sigaction_compat_pie.o [2022-08-25T22:40:59.460Z] #43 54.57 DEP criu/file-ids.d [2022-08-25T22:40:59.460Z] #43 54.66 DEP criu/fifo.d [2022-08-25T22:40:59.460Z] #43 54.78 DEP criu/fdstore.d [2022-08-25T22:40:59.567Z] #43 45.93 CC criu/pie/restorer.o [2022-08-25T22:40:59.720Z] #43 54.86 DEP criu/fault-injection.d [2022-08-25T22:40:59.720Z] #43 54.91 DEP criu/external.d [2022-08-25T22:40:59.720Z] #43 54.98 DEP criu/eventpoll.d [2022-08-25T22:40:59.981Z] #43 55.10 DEP criu/eventfd.d [2022-08-25T22:40:59.981Z] #43 55.20 DEP criu/crtools.d [2022-08-25T22:41:00.130Z] #43 ... [2022-08-25T22:41:00.130Z] [2022-08-25T22:41:00.130Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-25T22:41:00.130Z] #18 sha256:a1a8d41fb46148685440ede0400371f193a21340ee68a5582fad44212d91b603 [2022-08-25T22:41:00.130Z] #18 DONE 1.5s [2022-08-25T22:41:00.130Z] [2022-08-25T22:41:00.130Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-25T22:41:00.130Z] #19 sha256:b0c662bf671c3fa1c9e66efa376e0451ead6aafc0bc74c81dcf0d329a0f66712 [2022-08-25T22:41:00.242Z] #43 55.30 DEP criu/cr-service.d [2022-08-25T22:41:00.242Z] #43 55.38 DEP criu/cr-restore.d [2022-08-25T22:41:00.503Z] #43 55.45 DEP criu/cr-errno.d [2022-08-25T22:41:00.503Z] #43 55.46 DEP criu/cr-dump.d [2022-08-25T22:41:00.503Z] #43 55.64 DEP criu/cr-dedup.d [2022-08-25T22:41:00.503Z] #43 55.75 DEP criu/cr-check.d [2022-08-25T22:41:00.631Z] #53 ... [2022-08-25T22:41:00.631Z] [2022-08-25T22:41:00.631Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-25T22:41:00.631Z] #15 sha256:add1a605065523423f3da3d6f6f08348f9fe9c8107f43fdecb8e4ae3d06e114e [2022-08-25T22:41:00.631Z] #15 DONE 1.0s [2022-08-25T22:41:00.631Z] [2022-08-25T22:41:00.631Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:00.631Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:00.631Z] #43 41.68 DEP criu/arch/x86/sigaction_compat_pie.d [2022-08-25T22:41:00.631Z] #43 41.86 DEP criu/arch/x86/restorer_unmap.d [2022-08-25T22:41:00.631Z] #43 41.91 DEP criu/arch/x86/restorer.d [2022-08-25T22:41:00.631Z] #43 42.05 DEP criu/arch/x86/vdso-pie.d [2022-08-25T22:41:00.631Z] #43 42.15 DEP criu/pie/parasite-vdso.d [2022-08-25T22:41:00.631Z] #43 42.25 DEP criu/pie/parasite.d [2022-08-25T22:41:00.631Z] #43 42.32 CC criu/pie/parasite.o [2022-08-25T22:41:00.763Z] #43 55.93 DEP criu/config.d [2022-08-25T22:41:00.763Z] #43 56.03 DEP criu/clone-noasan.d [2022-08-25T22:41:01.024Z] #43 56.08 DEP criu/cgroup.d [2022-08-25T22:41:01.025Z] #43 56.21 DEP criu/cgroup-props.d [2022-08-25T22:41:01.025Z] #43 56.27 DEP criu/bitmap.d [2022-08-25T22:41:01.025Z] #43 56.29 DEP criu/bfd.d [2022-08-25T22:41:01.207Z] #43 43.51 LINK criu/pie/parasite.built-in.o [2022-08-25T22:41:01.207Z] #43 43.52 GEN criu/pie/parasite-blob.h [2022-08-25T22:41:01.207Z] #43 43.54 CC criu/pie/parasite-vdso.o [2022-08-25T22:41:01.285Z] #43 56.35 DEP criu/autofs.d [2022-08-25T22:41:01.285Z] #43 56.47 DEP criu/aio.d [2022-08-25T22:41:01.470Z] #43 ... [2022-08-25T22:41:01.470Z] [2022-08-25T22:41:01.470Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-25T22:41:01.470Z] #16 sha256:1ef80415d8317673ac4b345d474907a45a73b7b149577cb6403555e416caa850 [2022-08-25T22:41:01.470Z] #16 0.966 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-25T22:41:01.470Z] #16 DONE 1.0s [2022-08-25T22:41:01.470Z] [2022-08-25T22:41:01.470Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-25T22:41:01.470Z] #17 sha256:e04801ff95223f0911a84d5856f41ffda93805626e3d70b702677c7bfcec03f5 [2022-08-25T22:41:01.546Z] #43 56.65 DEP criu/action-scripts.d [2022-08-25T22:41:01.807Z] #43 56.96 CC criu/action-scripts.o [2022-08-25T22:41:02.023Z] #19 DONE 1.6s [2022-08-25T22:41:02.023Z] [2022-08-25T22:41:02.023Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:41:02.023Z] #53 sha256:f980d56e6f08fa3987aa58f4c70ef84c9eec2872fbba46789719d9cb49ceacd4 [2022-08-25T22:41:02.023Z] #53 9.214 + cd /tmp/tmp.9uvZxJaB2T/src/github.com/opencontainers/runc [2022-08-25T22:41:02.023Z] #53 9.214 + git checkout -q v1.1.3 [2022-08-25T22:41:02.068Z] #43 57.29 CC criu/aio.o [2022-08-25T22:41:02.102Z] #47 ... [2022-08-25T22:41:02.102Z] [2022-08-25T22:41:02.102Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:02.102Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:41:02.102Z] #34 12.19 internal/unsafeheader [2022-08-25T22:41:02.102Z] #34 12.26 internal/goarch [2022-08-25T22:41:02.102Z] #34 12.61 internal/abi [2022-08-25T22:41:02.102Z] #34 12.80 internal/cpu [2022-08-25T22:41:02.102Z] #34 13.81 internal/goexperiment [2022-08-25T22:41:02.102Z] #34 14.29 internal/goos [2022-08-25T22:41:02.102Z] #34 14.37 internal/bytealg [2022-08-25T22:41:02.102Z] #34 14.50 runtime/internal/atomic [2022-08-25T22:41:02.102Z] #34 16.12 runtime/internal/math [2022-08-25T22:41:02.102Z] #34 16.34 runtime/internal/sys [2022-08-25T22:41:02.102Z] #34 16.68 runtime/internal/syscall [2022-08-25T22:41:02.102Z] #34 17.10 internal/itoa [2022-08-25T22:41:02.102Z] #34 17.40 runtime [2022-08-25T22:41:02.280Z] #53 9.837 + '[' -z '' ']' [2022-08-25T22:41:02.280Z] #53 9.839 + target=static [2022-08-25T22:41:02.280Z] #53 9.839 + make BUILDTAGS=seccomp static [2022-08-25T22:41:02.280Z] #53 9.929 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-25T22:41:02.329Z] #43 57.56 CC criu/autofs.o [2022-08-25T22:41:02.361Z] #34 17.43 math/bits [2022-08-25T22:41:02.407Z] #17 DONE 1.0s [2022-08-25T22:41:02.407Z] [2022-08-25T22:41:02.407Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-25T22:41:02.407Z] #18 sha256:a1a8d41fb46148685440ede0400371f193a21340ee68a5582fad44212d91b603 [2022-08-25T22:41:02.621Z] #34 ... [2022-08-25T22:41:02.621Z] [2022-08-25T22:41:02.621Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:41:02.621Z] #47 sha256:d21c1033847e02073938a96d1980e557ffa4e294d92c06583d161e0b9b41055e [2022-08-25T22:41:02.621Z] #47 17.93 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-25T22:41:02.884Z] #47 18.05 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-25T22:41:02.884Z] #47 18.08 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-25T22:41:03.272Z] #43 ... [2022-08-25T22:41:03.272Z] [2022-08-25T22:41:03.272Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:03.272Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:03.272Z] #20 10.31 Reading package lists... [2022-08-25T22:41:03.272Z] #20 12.73 Building dependency tree... [2022-08-25T22:41:03.272Z] #20 13.28 Reading state information... [2022-08-25T22:41:03.272Z] #20 13.70 libcap2-bin is already the newest version (1:2.25-2). [2022-08-25T22:41:03.272Z] #20 13.70 The following additional packages will be installed: [2022-08-25T22:41:03.272Z] #20 13.71 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-25T22:41:03.272Z] #20 13.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-25T22:41:03.272Z] #20 13.71 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-25T22:41:03.272Z] #20 13.71 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-25T22:41:03.272Z] #20 13.71 python3.7 python3.7-minimal vim-runtime xxd [2022-08-25T22:41:03.272Z] #20 13.71 Suggested packages: [2022-08-25T22:41:03.272Z] #20 13.71 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-25T22:41:03.272Z] #20 13.71 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-25T22:41:03.272Z] #20 13.71 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-25T22:41:03.272Z] #20 13.71 quota [2022-08-25T22:41:03.272Z] #20 13.71 Recommended packages: [2022-08-25T22:41:03.272Z] #20 13.71 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-25T22:41:03.272Z] #20 13.71 python3-keyrings.alt python3-xdg unzip [2022-08-25T22:41:03.272Z] #20 14.86 The following NEW packages will be installed: [2022-08-25T22:41:03.272Z] #20 14.86 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-25T22:41:03.272Z] #20 14.86 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-25T22:41:03.272Z] #20 14.86 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-25T22:41:03.272Z] #20 14.86 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-25T22:41:03.272Z] #20 14.86 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-25T22:41:03.272Z] #20 14.86 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-25T22:41:03.272Z] #20 14.86 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-25T22:41:03.272Z] #20 14.86 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-25T22:41:03.272Z] #20 14.86 xz-utils zip [2022-08-25T22:41:03.272Z] #20 15.16 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:03.272Z] #20 15.16 Need to get 28.6 MB of archives. [2022-08-25T22:41:03.272Z] #20 15.16 After this operation, 116 MB of additional disk space will be used. [2022-08-25T22:41:03.272Z] #20 15.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2022-08-25T22:41:03.272Z] #20 15.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2022-08-25T22:41:03.272Z] #20 15.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2022-08-25T22:41:03.272Z] #20 15.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2022-08-25T22:41:03.272Z] #20 15.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2022-08-25T22:41:03.272Z] #20 15.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2022-08-25T22:41:03.272Z] #20 15.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2022-08-25T22:41:03.272Z] #20 15.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2022-08-25T22:41:03.272Z] #20 15.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2022-08-25T22:41:03.272Z] #20 15.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2022-08-25T22:41:03.272Z] #20 15.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2022-08-25T22:41:03.272Z] #20 15.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2022-08-25T22:41:03.272Z] #20 15.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-08-25T22:41:03.272Z] #20 15.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2022-08-25T22:41:03.272Z] #20 15.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2022-08-25T22:41:03.272Z] #20 15.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2022-08-25T22:41:03.272Z] #20 15.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:41:03.272Z] #20 15.41 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:41:03.272Z] #20 15.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2022-08-25T22:41:03.272Z] #20 15.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2022-08-25T22:41:03.272Z] #20 15.43 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB] [2022-08-25T22:41:03.272Z] #20 15.44 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2022-08-25T22:41:03.272Z] #20 15.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2022-08-25T22:41:03.272Z] #20 15.47 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:41:03.272Z] #20 15.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:41:03.272Z] #20 15.47 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:41:03.272Z] #20 15.47 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2022-08-25T22:41:03.272Z] #20 15.48 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2022-08-25T22:41:03.272Z] #20 15.48 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:41:03.272Z] #20 15.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:41:03.272Z] #20 15.88 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:41:03.272Z] #20 15.88 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:41:03.272Z] #20 15.88 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2022-08-25T22:41:03.272Z] #20 15.89 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2022-08-25T22:41:03.272Z] #20 15.90 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2022-08-25T22:41:03.272Z] #20 15.90 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-25T22:41:03.272Z] #20 15.97 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-25T22:41:03.272Z] #20 15.98 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-25T22:41:03.272Z] #20 15.98 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2022-08-25T22:41:03.272Z] #20 16.00 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-25T22:41:03.272Z] #20 16.00 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-25T22:41:03.272Z] #20 16.00 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-25T22:41:03.272Z] #20 16.02 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2022-08-25T22:41:03.272Z] #20 16.07 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2022-08-25T22:41:03.272Z] #20 16.08 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2022-08-25T22:41:03.272Z] #20 16.10 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-25T22:41:03.272Z] #20 16.30 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5+deb10u2 [1281 kB] [2022-08-25T22:41:03.272Z] #20 16.35 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2022-08-25T22:41:03.272Z] #20 16.40 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2022-08-25T22:41:03.273Z] #20 16.94 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:03.273Z] #20 17.03 Fetched 28.6 MB in 2s (18.9 MB/s) [2022-08-25T22:41:03.273Z] #20 17.08 Selecting previously unselected package pigz. [2022-08-25T22:41:03.273Z] #20 17.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23452 files and directories currently installed.) [2022-08-25T22:41:03.273Z] #20 17.13 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2022-08-25T22:41:03.273Z] #20 17.14 Unpacking pigz (2.4-1) ... [2022-08-25T22:41:03.273Z] #20 17.23 Selecting previously unselected package libpython3.7-minimal:amd64. [2022-08-25T22:41:03.273Z] #20 17.23 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:03.273Z] #20 17.24 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:03.273Z] #20 17.56 Selecting previously unselected package python3.7-minimal. [2022-08-25T22:41:03.273Z] #20 17.57 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:03.273Z] #20 17.57 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:41:03.273Z] #20 18.06 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:03.273Z] #20 ... [2022-08-25T22:41:03.273Z] [2022-08-25T22:41:03.273Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:03.273Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:03.273Z] #43 58.54 CC criu/bfd.o [2022-08-25T22:41:03.347Z] #18 DONE 1.0s [2022-08-25T22:41:03.347Z] [2022-08-25T22:41:03.347Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-25T22:41:03.347Z] #19 sha256:b0c662bf671c3fa1c9e66efa376e0451ead6aafc0bc74c81dcf0d329a0f66712 [2022-08-25T22:41:03.452Z] #47 ... [2022-08-25T22:41:03.452Z] [2022-08-25T22:41:03.452Z] #32 [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-08-25T22:41:03.452Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:41:03.452Z] #32 8.143 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-25T22:41:03.452Z] #32 8.143 Cloning into '.'... [2022-08-25T22:41:03.452Z] #32 ... [2022-08-25T22:41:03.452Z] [2022-08-25T22:41:03.452Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:03.452Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:41:03.452Z] #34 18.43 math [2022-08-25T22:41:03.844Z] #43 58.88 CC criu/bitmap.o [2022-08-25T22:41:03.844Z] #43 58.99 CC criu/cgroup-props.o [2022-08-25T22:41:04.202Z] #29 6.022 #=#=# 0.0% # 2.4% #### 5.9% ##### 8.1% ####### 9.8% ######## 11.4% ######### 13.6% ########### 15.3% ############ 16.7% ############# 18.5% ############## 19.8% ############### 21.2% ################ 22.9% ################# 24.7% ################### 26.4% #################### 27.8% ##################### 29.2% ##################### 30.4% ###################### 31.2% ####################### 32.8% ######################## 34.2% ######################### 35.8% ########################## 37.1% ########################### 38.3% ############################# 41.1% ############################## 42.8% ################################ 44.5% ################################ 45.7% ################################## 48.3% #################################### 51.1% ###################################### 53.3% ####################################### 54.8% ######################################## 56.5% ########################################## 58.4% ########################################## 59.6% ############################################ 62.0% ############################################## 64.8% ################################################ 66.7% ################################################# 68.7% ################################################## 70.1% #################################################### 72.3% ##################################################### 73.8% ####################################################### 76.5% ######################################################## 78.5% # [2022-08-25T22:41:04.202Z] #29 ... [2022-08-25T22:41:04.202Z] [2022-08-25T22:41:04.202Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:41:04.202Z] #24 sha256:c7000c1117415f04bd3cdbd7dfb2072e9919ea401603b22a1bce6e4c19779c64 [2022-08-25T22:41:04.202Z] #24 3.262 + RM_GOPATH=0 [2022-08-25T22:41:04.202Z] #24 3.262 + TMP_GOPATH= [2022-08-25T22:41:04.202Z] #24 3.262 + : /build [2022-08-25T22:41:04.202Z] #24 3.262 + '[' -z '' ']' [2022-08-25T22:41:04.202Z] #24 3.263 ++ mktemp -d [2022-08-25T22:41:04.202Z] #24 3.263 + export GOPATH=/tmp/tmp.shCVTLTmmw [2022-08-25T22:41:04.202Z] #24 3.263 + GOPATH=/tmp/tmp.shCVTLTmmw [2022-08-25T22:41:04.202Z] #24 3.263 + RM_GOPATH=1 [2022-08-25T22:41:04.202Z] #24 3.263 + case "$(go env GOARCH)" in [2022-08-25T22:41:04.202Z] #24 3.283 Install docker/cli version 17.06.2-ce from stable [2022-08-25T22:41:04.202Z] #24 3.283 ++ go env GOARCH [2022-08-25T22:41:04.202Z] #24 3.283 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.202Z] #24 3.283 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.202Z] #24 3.283 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:04.202Z] #24 3.283 + dir=/tmp/install [2022-08-25T22:41:04.202Z] #24 3.283 + bin=dockercli [2022-08-25T22:41:04.202Z] #24 3.283 + shift [2022-08-25T22:41:04.202Z] #24 3.283 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-25T22:41:04.202Z] #24 3.283 + . /tmp/install/dockercli.installer [2022-08-25T22:41:04.202Z] #24 3.283 ++ : stable [2022-08-25T22:41:04.202Z] #24 3.283 ++ : 17.06.2-ce [2022-08-25T22:41:04.202Z] #24 3.283 + install_dockercli [2022-08-25T22:41:04.202Z] #24 3.283 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-25T22:41:04.202Z] #24 3.283 ++ uname -m [2022-08-25T22:41:04.202Z] #24 3.283 + arch=aarch64 [2022-08-25T22:41:04.202Z] #24 3.283 + '[' aarch64 '!=' x86_64 ']' [2022-08-25T22:41:04.202Z] #24 3.283 + '[' aarch64 '!=' s390x ']' [2022-08-25T22:41:04.202Z] #24 3.283 + '[' aarch64 '!=' armhf ']' [2022-08-25T22:41:04.202Z] #24 3.283 + build_dockercli [2022-08-25T22:41:04.202Z] #24 3.283 + git clone https://github.com/docker/docker-ce /tmp/tmp.shCVTLTmmw/tmp/docker-ce [2022-08-25T22:41:04.202Z] #24 3.283 Cloning into '/tmp/tmp.shCVTLTmmw/tmp/docker-ce'... [2022-08-25T22:41:04.285Z] #19 DONE 1.1s [2022-08-25T22:41:04.286Z] [2022-08-25T22:41:04.286Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:04.286Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:04.286Z] #43 44.36 CC criu/arch/x86/vdso-pie.o [2022-08-25T22:41:04.286Z] #43 44.68 CC criu/arch/x86/restorer.o [2022-08-25T22:41:04.286Z] #43 45.18 CC criu/arch/x86/restorer_unmap.o [2022-08-25T22:41:04.286Z] #43 45.25 CC criu/arch/x86/sigaction_compat_pie.o [2022-08-25T22:41:04.286Z] #43 45.46 CC criu/pie/restorer.o [2022-08-25T22:41:04.418Z] #43 59.57 CC criu/cgroup.o [2022-08-25T22:41:04.463Z] #24 ... [2022-08-25T22:41:04.463Z] [2022-08-25T22:41:04.463Z] #55 [containerd 1/2] 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-08-25T22:41:04.463Z] #55 sha256:a0fa6c659b5cdadfa7cba4d6b6433fe55677bc034e57643f2a4f9aadfe6eec73 [2022-08-25T22:41:04.463Z] #55 4.813 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:41:04.463Z] #55 4.881 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:41:04.463Z] #55 4.881 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:41:04.463Z] #55 5.984 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-25T22:41:04.463Z] #55 8.877 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [336 kB] [2022-08-25T22:41:04.463Z] #55 ... [2022-08-25T22:41:04.463Z] [2022-08-25T22:41:04.463Z] #32 [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-08-25T22:41:04.463Z] #32 sha256:f4917b294153f805306a6236a5abad2fc88e996e902986f5b9d216680db46f4c [2022-08-25T22:41:04.463Z] #32 4.165 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-25T22:41:04.463Z] #32 4.173 Cloning into '.'... [2022-08-25T22:41:04.724Z] #32 ... [2022-08-25T22:41:04.724Z] [2022-08-25T22:41:04.724Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:41:04.724Z] #51 sha256:a0d99f844453c721d0d410d2b1a895da0921da0ca7ede4e433624184b5ad5723 [2022-08-25T22:41:04.724Z] #51 3.921 + RM_GOPATH=0 [2022-08-25T22:41:04.724Z] #51 3.921 + TMP_GOPATH= [2022-08-25T22:41:04.724Z] #51 3.921 + : /build [2022-08-25T22:41:04.724Z] #51 3.921 + '[' -z '' ']' [2022-08-25T22:41:04.724Z] #51 3.923 ++ mktemp -d [2022-08-25T22:41:04.724Z] #51 3.934 + export GOPATH=/tmp/tmp.QAotCGQNs4 [2022-08-25T22:41:04.724Z] #51 3.934 + GOPATH=/tmp/tmp.QAotCGQNs4 [2022-08-25T22:41:04.724Z] #51 3.934 + RM_GOPATH=1 [2022-08-25T22:41:04.724Z] #51 3.934 + case "$(go env GOARCH)" in [2022-08-25T22:41:04.724Z] #51 3.934 ++ go env GOARCH [2022-08-25T22:41:04.724Z] #51 3.991 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.724Z] #51 3.991 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.724Z] #51 3.992 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:04.724Z] #51 4.010 + dir=/tmp/install [2022-08-25T22:41:04.724Z] #51 4.010 + bin=shfmt [2022-08-25T22:41:04.724Z] #51 4.010 + shift [2022-08-25T22:41:04.724Z] #51 4.010 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-25T22:41:04.724Z] #51 4.010 + . /tmp/install/shfmt.installer [2022-08-25T22:41:04.724Z] #51 4.010 ++ : v3.0.2 [2022-08-25T22:41:04.724Z] #51 4.016 Install shfmt version v3.0.2 [2022-08-25T22:41:04.724Z] #51 4.016 + install_shfmt [2022-08-25T22:41:04.724Z] #51 4.016 + echo 'Install shfmt version v3.0.2' [2022-08-25T22:41:04.724Z] #51 4.016 + GOBIN=/build [2022-08-25T22:41:04.724Z] #51 4.016 + GO111MODULE=on [2022-08-25T22:41:04.724Z] #51 4.016 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-25T22:41:04.724Z] #51 4.612 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-25T22:41:04.724Z] #51 5.679 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-25T22:41:04.724Z] #51 5.689 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-25T22:41:04.724Z] #51 5.904 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-25T22:41:04.724Z] #51 7.512 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-25T22:41:04.724Z] #51 ... [2022-08-25T22:41:04.724Z] [2022-08-25T22:41:04.724Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:04.724Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:04.724Z] #49 4.135 + RM_GOPATH=0 [2022-08-25T22:41:04.724Z] #49 4.135 + TMP_GOPATH= [2022-08-25T22:41:04.724Z] #49 4.135 + : /build [2022-08-25T22:41:04.724Z] #49 4.135 + '[' -z '' ']' [2022-08-25T22:41:04.724Z] #49 4.156 ++ mktemp -d [2022-08-25T22:41:04.724Z] #49 4.156 + export GOPATH=/tmp/tmp.6vpQSMAUbO [2022-08-25T22:41:04.724Z] #49 4.156 + GOPATH=/tmp/tmp.6vpQSMAUbO [2022-08-25T22:41:04.724Z] #49 4.156 + RM_GOPATH=1 [2022-08-25T22:41:04.724Z] #49 4.156 + case "$(go env GOARCH)" in [2022-08-25T22:41:04.724Z] #49 4.156 ++ go env GOARCH [2022-08-25T22:41:04.724Z] #49 4.208 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.724Z] #49 4.208 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.724Z] #49 4.208 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:04.724Z] #49 4.208 + dir=/tmp/install [2022-08-25T22:41:04.724Z] #49 4.208 + bin=golangci_lint [2022-08-25T22:41:04.724Z] #49 4.208 + shift [2022-08-25T22:41:04.724Z] #49 4.208 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-25T22:41:04.724Z] #49 4.208 + . /tmp/install/golangci_lint.installer [2022-08-25T22:41:04.724Z] #49 4.208 ++ : v1.44.0 [2022-08-25T22:41:04.724Z] #49 4.208 + install_golangci_lint [2022-08-25T22:41:04.724Z] #49 4.208 + set -e [2022-08-25T22:41:04.724Z] #49 4.208 + echo 'Install golangci-lint version v1.44.0' [2022-08-25T22:41:04.724Z] #49 4.208 + GOBIN=/build [2022-08-25T22:41:04.724Z] #49 4.208 + GO111MODULE=on [2022-08-25T22:41:04.724Z] #49 4.208 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-25T22:41:04.724Z] #49 4.208 Install golangci-lint version v1.44.0 [2022-08-25T22:41:04.724Z] #49 4.793 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-25T22:41:04.724Z] #49 ... [2022-08-25T22:41:04.724Z] [2022-08-25T22:41:04.724Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:41:04.724Z] #45 sha256:72966a9e9839cbd47dd26effedefa0234690ca41881e6e1250e85edd697f9fd6 [2022-08-25T22:41:04.724Z] #45 4.180 + RM_GOPATH=0 [2022-08-25T22:41:04.724Z] #45 4.180 + TMP_GOPATH= [2022-08-25T22:41:04.724Z] #45 4.187 + : /build [2022-08-25T22:41:04.724Z] #45 4.187 + '[' -z '' ']' [2022-08-25T22:41:04.724Z] #45 4.187 ++ mktemp -d [2022-08-25T22:41:04.724Z] #45 4.191 + export GOPATH=/tmp/tmp.11BJUXgMSi [2022-08-25T22:41:04.724Z] #45 4.191 + GOPATH=/tmp/tmp.11BJUXgMSi [2022-08-25T22:41:04.724Z] #45 4.191 + RM_GOPATH=1 [2022-08-25T22:41:04.724Z] #45 4.191 + case "$(go env GOARCH)" in [2022-08-25T22:41:04.724Z] #45 4.191 ++ go env GOARCH [2022-08-25T22:41:04.724Z] #45 4.262 Install vndr version v0.1.2 [2022-08-25T22:41:04.724Z] #45 4.262 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.724Z] #45 4.262 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:04.724Z] #45 4.262 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:04.724Z] #45 4.262 + dir=/tmp/install [2022-08-25T22:41:04.724Z] #45 4.262 + bin=vndr [2022-08-25T22:41:04.724Z] #45 4.262 + shift [2022-08-25T22:41:04.724Z] #45 4.262 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-25T22:41:04.724Z] #45 4.262 + . /tmp/install/vndr.installer [2022-08-25T22:41:04.724Z] #45 4.262 ++ : v0.1.2 [2022-08-25T22:41:04.724Z] #45 4.262 + install_vndr [2022-08-25T22:41:04.724Z] #45 4.262 + echo 'Install vndr version v0.1.2' [2022-08-25T22:41:04.724Z] #45 4.262 + GOBIN=/build [2022-08-25T22:41:04.724Z] #45 4.262 + GO111MODULE=on [2022-08-25T22:41:04.724Z] #45 4.262 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-25T22:41:04.724Z] #45 4.849 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-25T22:41:04.842Z] #34 ... [2022-08-25T22:41:04.842Z] [2022-08-25T22:41:04.842Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:04.842Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:41:04.842Z] #13 5.286 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:41:04.842Z] #13 5.473 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:41:04.842Z] #13 5.473 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:41:04.842Z] #13 5.473 Get:4 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:41:04.842Z] #13 8.662 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:41:04.842Z] #13 12.82 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:41:04.842Z] #13 15.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:41:04.842Z] #13 ... [2022-08-25T22:41:04.842Z] [2022-08-25T22:41:04.842Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:41:04.842Z] #24 sha256:9a9116ead65f05ddfa0c401609420de8c98acdcc837a9e1d2857546ab1cda220 [2022-08-25T22:41:04.842Z] #24 19.84 + mkdir -p /build [2022-08-25T22:41:04.842Z] #24 19.86 + mv docker/docker /build/ [2022-08-25T22:41:04.842Z] #24 19.86 + rmdir docker [2022-08-25T22:41:04.984Z] #45 ... [2022-08-25T22:41:04.984Z] [2022-08-25T22:41:04.984Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:04.984Z] #42 sha256:8e11ff296f17740fae7fb9761303361bb39368a6f89a40e53594467cb8d18cf1 [2022-08-25T22:41:04.984Z] #42 4.824 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:41:04.984Z] #42 4.862 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:41:04.984Z] #42 4.869 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:41:04.984Z] #42 5.919 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-25T22:41:04.984Z] #42 9.517 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [336 kB] [2022-08-25T22:41:04.984Z] #42 ... [2022-08-25T22:41:04.984Z] [2022-08-25T22:41:04.985Z] #36 [tini 1/2] 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-08-25T22:41:04.985Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:04.985Z] #36 4.812 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:41:04.985Z] #36 4.931 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:41:04.985Z] #36 4.931 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:41:04.985Z] #36 6.042 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-25T22:41:04.985Z] #36 9.118 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [336 kB] [2022-08-25T22:41:05.224Z] #43 47.70 LINK criu/pie/restorer.built-in.o [2022-08-25T22:41:05.224Z] #43 47.72 GEN criu/pie/restorer-blob.h [2022-08-25T22:41:05.245Z] #36 ... [2022-08-25T22:41:05.245Z] [2022-08-25T22:41:05.245Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:41:05.245Z] #58 sha256:3e7f7229464b1675f88b823addb4bc1b020cfe224eeb0bad930c52f2858d4d9e [2022-08-25T22:41:05.245Z] #58 2.971 + RM_GOPATH=0 [2022-08-25T22:41:05.245Z] #58 2.971 + TMP_GOPATH= [2022-08-25T22:41:05.245Z] #58 2.971 + : /build [2022-08-25T22:41:05.245Z] #58 2.971 + '[' -z '' ']' [2022-08-25T22:41:05.245Z] #58 2.976 ++ mktemp -d [2022-08-25T22:41:05.245Z] #58 2.976 + export GOPATH=/tmp/tmp.RLD8FNHNtO [2022-08-25T22:41:05.245Z] #58 2.976 + GOPATH=/tmp/tmp.RLD8FNHNtO [2022-08-25T22:41:05.245Z] #58 2.976 + RM_GOPATH=1 [2022-08-25T22:41:05.245Z] #58 2.976 + case "$(go env GOARCH)" in [2022-08-25T22:41:05.245Z] #58 2.976 ++ go env GOARCH [2022-08-25T22:41:05.245Z] #58 2.987 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:05.245Z] #58 2.987 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:05.245Z] #58 2.987 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:05.245Z] #58 2.987 + dir=/tmp/install [2022-08-25T22:41:05.245Z] #58 2.987 + bin=rootlesskit [2022-08-25T22:41:05.245Z] #58 2.987 + shift [2022-08-25T22:41:05.245Z] #58 2.987 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-25T22:41:05.245Z] #58 2.987 + . /tmp/install/rootlesskit.installer [2022-08-25T22:41:05.245Z] #58 2.987 ++ : v0.14.4 [2022-08-25T22:41:05.245Z] #58 2.987 + install_rootlesskit [2022-08-25T22:41:05.245Z] #58 2.987 + case "$1" in [2022-08-25T22:41:05.245Z] #58 2.987 + export CGO_ENABLED=0 [2022-08-25T22:41:05.245Z] #58 2.987 + CGO_ENABLED=0 [2022-08-25T22:41:05.245Z] #58 2.987 + _install_rootlesskit [2022-08-25T22:41:05.245Z] #58 2.987 Install rootlesskit version v0.14.4 [2022-08-25T22:41:05.245Z] #58 2.987 + echo 'Install rootlesskit version v0.14.4' [2022-08-25T22:41:05.245Z] #58 2.987 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:41:05.245Z] #58 2.987 + GOBIN=/build [2022-08-25T22:41:05.245Z] #58 2.987 + GO111MODULE=on [2022-08-25T22:41:05.245Z] #58 2.987 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-25T22:41:05.245Z] #58 3.447 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-25T22:41:05.245Z] #58 5.120 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:41:05.245Z] #58 5.121 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:41:05.245Z] #58 5.135 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-25T22:41:05.245Z] #58 5.497 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-25T22:41:05.245Z] #58 7.992 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-25T22:41:05.245Z] #58 8.877 go: downloading github.com/google/uuid v1.3.0 [2022-08-25T22:41:05.245Z] #58 8.977 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-25T22:41:05.245Z] #58 9.019 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-25T22:41:05.245Z] #58 9.082 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:41:05.245Z] #58 9.331 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-25T22:41:05.245Z] #58 9.491 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-25T22:41:05.245Z] #58 10.06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-25T22:41:05.245Z] #58 10.20 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-25T22:41:05.245Z] #58 ... [2022-08-25T22:41:05.245Z] [2022-08-25T22:41:05.245Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:41:05.245Z] #47 sha256:3b2e75c7dc9edbe09ccd711b6ec2e6456a86781d15308f26de1dacd56ecb842c [2022-08-25T22:41:05.245Z] #47 4.208 + RM_GOPATH=0 [2022-08-25T22:41:05.245Z] #47 4.208 + TMP_GOPATH= [2022-08-25T22:41:05.245Z] #47 4.208 + : /build [2022-08-25T22:41:05.245Z] #47 4.208 + '[' -z '' ']' [2022-08-25T22:41:05.245Z] #47 4.227 ++ mktemp -d [2022-08-25T22:41:05.245Z] #47 4.227 + export GOPATH=/tmp/tmp.F7nqgSlB93 [2022-08-25T22:41:05.245Z] #47 4.227 + GOPATH=/tmp/tmp.F7nqgSlB93 [2022-08-25T22:41:05.245Z] #47 4.227 + RM_GOPATH=1 [2022-08-25T22:41:05.245Z] #47 4.227 + case "$(go env GOARCH)" in [2022-08-25T22:41:05.245Z] #47 4.236 ++ go env GOARCH [2022-08-25T22:41:05.245Z] #47 4.276 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:05.245Z] #47 4.276 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:05.245Z] #47 4.276 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:05.245Z] #47 4.308 + dir=/tmp/install [2022-08-25T22:41:05.245Z] #47 4.308 + bin=gotestsum [2022-08-25T22:41:05.245Z] #47 4.308 + shift [2022-08-25T22:41:05.245Z] #47 4.308 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-25T22:41:05.245Z] #47 4.308 + . /tmp/install/gotestsum.installer [2022-08-25T22:41:05.245Z] #47 4.308 ++ : v1.7.0 [2022-08-25T22:41:05.245Z] #47 4.308 + install_gotestsum [2022-08-25T22:41:05.245Z] #47 4.310 Install gotestsum version v1.7.0 [2022-08-25T22:41:05.245Z] #47 4.311 + set -e [2022-08-25T22:41:05.245Z] #47 4.311 + echo 'Install gotestsum version v1.7.0' [2022-08-25T22:41:05.245Z] #47 4.311 + GOBIN=/build [2022-08-25T22:41:05.245Z] #47 4.311 + GO111MODULE=on [2022-08-25T22:41:05.245Z] #47 4.311 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-25T22:41:05.245Z] #47 4.821 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-25T22:41:05.245Z] #47 6.485 go: downloading github.com/fatih/color v1.10.0 [2022-08-25T22:41:05.245Z] #47 6.513 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-25T22:41:05.245Z] #47 6.524 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-25T22:41:05.245Z] #47 6.595 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:41:05.245Z] #47 7.098 go: downloading golang.org/x/tools v0.1.0 [2022-08-25T22:41:05.245Z] #47 7.118 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-25T22:41:05.245Z] #47 7.417 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-25T22:41:05.245Z] #47 7.681 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-25T22:41:05.245Z] #47 7.937 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-25T22:41:05.426Z] #24 DONE 20.5s [2022-08-25T22:41:05.426Z] [2022-08-25T22:41:05.426Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:41:05.426Z] #58 sha256:b4d9b84bc032fe27b2426648c16d8dabafbec547e82df86afa7113e9af33bcca [2022-08-25T22:41:05.426Z] #58 10.81 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-25T22:41:05.426Z] #58 12.21 go: downloading github.com/google/uuid v1.3.0 [2022-08-25T22:41:05.426Z] #58 12.22 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-25T22:41:05.426Z] #58 12.34 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-25T22:41:05.426Z] #58 12.61 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:41:05.426Z] #58 12.74 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-25T22:41:05.426Z] #58 13.17 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-25T22:41:05.426Z] #58 13.88 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-25T22:41:05.426Z] #58 14.13 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-25T22:41:05.426Z] #58 17.73 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-25T22:41:05.484Z] #43 47.79 DEP criu/vdso.d [2022-08-25T22:41:05.484Z] #43 47.90 DEP criu/vdso-compat.d [2022-08-25T22:41:05.484Z] #43 47.97 DEP criu/uts_ns.d [2022-08-25T22:41:05.505Z] #47 ... [2022-08-25T22:41:05.505Z] [2022-08-25T22:41:05.505Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:41:05.505Z] #67 sha256:f41c8abb87bfb31609d725d667035155bec4521f058ea0f1ceaaf8ea5ca81659 [2022-08-25T22:41:05.505Z] #67 3.379 + RM_GOPATH=0 [2022-08-25T22:41:05.505Z] #67 3.379 + TMP_GOPATH= [2022-08-25T22:41:05.505Z] #67 3.379 + : /build [2022-08-25T22:41:05.505Z] #67 3.379 + '[' -z '' ']' [2022-08-25T22:41:05.505Z] #67 3.379 ++ mktemp -d [2022-08-25T22:41:05.505Z] #67 3.399 + export GOPATH=/tmp/tmp.nWeDzmw2J4 [2022-08-25T22:41:05.505Z] #67 3.399 + GOPATH=/tmp/tmp.nWeDzmw2J4 [2022-08-25T22:41:05.505Z] #67 3.399 + RM_GOPATH=1 [2022-08-25T22:41:05.505Z] #67 3.399 + case "$(go env GOARCH)" in [2022-08-25T22:41:05.505Z] #67 3.399 ++ go env GOARCH [2022-08-25T22:41:05.505Z] #67 3.412 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:05.505Z] #67 3.412 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:05.505Z] #67 3.412 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:05.505Z] #67 3.412 + dir=/tmp/install [2022-08-25T22:41:05.505Z] #67 3.412 + bin=proxy [2022-08-25T22:41:05.505Z] #67 3.412 + shift [2022-08-25T22:41:05.505Z] #67 3.412 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-25T22:41:05.505Z] #67 3.412 + . /tmp/install/proxy.installer [2022-08-25T22:41:05.505Z] #67 3.412 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:41:05.505Z] #67 3.412 + install_proxy [2022-08-25T22:41:05.505Z] #67 3.412 + case "$1" in [2022-08-25T22:41:05.505Z] #67 3.412 + export CGO_ENABLED=0 [2022-08-25T22:41:05.505Z] #67 3.412 + CGO_ENABLED=0 [2022-08-25T22:41:05.505Z] #67 3.412 + _install_proxy [2022-08-25T22:41:05.505Z] #67 3.412 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-25T22:41:05.505Z] #67 3.412 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.nWeDzmw2J4/src/github.com/docker/libnetwork [2022-08-25T22:41:05.505Z] #67 3.412 Cloning into '/tmp/tmp.nWeDzmw2J4/src/github.com/docker/libnetwork'... [2022-08-25T22:41:05.505Z] #67 3.412 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:41:05.505Z] #67 ... [2022-08-25T22:41:05.505Z] [2022-08-25T22:41:05.505Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:41:05.505Z] #40 sha256:8bbdc54220348b83d875472a6b2b42ec0c44a85d047fc5c7c0499140d419e51d [2022-08-25T22:41:05.505Z] #40 3.313 + git clone https://github.com/docker/distribution.git . [2022-08-25T22:41:05.505Z] #40 3.313 Cloning into '.'... [2022-08-25T22:41:05.686Z] #58 ... [2022-08-25T22:41:05.686Z] [2022-08-25T22:41:05.686Z] #36 [tini 1/2] 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-08-25T22:41:05.686Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:41:05.686Z] #36 10.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:41:05.686Z] #36 16.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:41:05.686Z] #36 18.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:41:05.744Z] #43 48.10 DEP criu/util.d [2022-08-25T22:41:05.744Z] #43 48.23 DEP criu/uffd.d [2022-08-25T22:41:05.766Z] #40 ... [2022-08-25T22:41:05.766Z] [2022-08-25T22:41:05.766Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:41:05.766Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:41:05.766Z] #29 6.022 #=#=# 0.0% # 2.4% #### 5.9% ##### 8.1% ####### 9.8% ######## 11.4% ######### 13.6% ########### 15.3% ############ 16.7% ############# 18.5% ############## 19.8% ############### 21.2% ################ 22.9% ################# 24.7% ################### 26.4% #################### 27.8% ##################### 29.2% ##################### 30.4% ###################### 31.2% ####################### 32.8% ######################## 34.2% ######################### 35.8% ########################## 37.1% ########################### 38.3% ############################# 41.1% ############################## 42.8% ################################ 44.5% ################################ 45.7% ################################## 48.3% #################################### 51.1% ###################################### 53.3% ####################################### 54.8% ######################################## 56.5% ########################################## 58.4% ########################################## 59.6% ############################################ 62.0% ############################################## 64.8% ################################################ 66.7% ################################################# 68.7% ################################################## 70.1% #################################################### 72.3% ##################################################### 73.8% ####################################################### 76.5% ######################################################## 78.5% ######################################################### 80.5% ########################################################### 82.7% ############################################################# 85.1% ############################################################### 87.7% ################################################################ 89.6% ################################################################# 91.3% ################################################################### 93.7% ##################################################################### 96.3% ###################################################################### 97.8% ######################################################################## 100.0% [2022-08-25T22:41:05.766Z] #29 12.14 [2022-08-25T22:41:05.945Z] #36 ... [2022-08-25T22:41:05.945Z] [2022-08-25T22:41:05.945Z] #55 [containerd 1/2] 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-08-25T22:41:05.945Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:41:05.945Z] #55 11.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:41:05.945Z] #55 16.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:41:05.945Z] #55 18.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:41:06.003Z] #43 48.38 DEP criu/tun.d [2022-08-25T22:41:06.003Z] #43 48.54 DEP criu/tty.d [2022-08-25T22:41:06.204Z] #55 ... [2022-08-25T22:41:06.204Z] [2022-08-25T22:41:06.204Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:41:06.204Z] #47 sha256:d21c1033847e02073938a96d1980e557ffa4e294d92c06583d161e0b9b41055e [2022-08-25T22:41:06.204Z] #47 21.31 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:41:06.204Z] #47 21.31 go: downloading golang.org/x/mod v0.3.0 [2022-08-25T22:41:06.263Z] #43 48.68 DEP criu/timerfd.d [2022-08-25T22:41:06.263Z] #43 48.80 DEP criu/timens.d [2022-08-25T22:41:06.263Z] #43 48.90 DEP criu/sysfs_parse.d [2022-08-25T22:41:06.466Z] #47 ... [2022-08-25T22:41:06.466Z] [2022-08-25T22:41:06.466Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:06.466Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:41:06.466Z] #42 11.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:41:06.466Z] #42 17.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:41:06.466Z] #42 19.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:41:06.523Z] #43 48.98 DEP criu/sysctl.d [2022-08-25T22:41:06.708Z] #29 ... [2022-08-25T22:41:06.708Z] [2022-08-25T22:41:06.708Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:06.708Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:41:06.708Z] #13 2.614 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:41:06.708Z] #13 2.662 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:41:06.708Z] #13 2.679 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:41:06.708Z] #13 2.685 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:41:06.708Z] #13 3.710 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [484 kB] [2022-08-25T22:41:06.708Z] #13 5.631 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-25T22:41:06.708Z] #13 8.747 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [336 kB] [2022-08-25T22:41:06.708Z] #13 ... [2022-08-25T22:41:06.708Z] [2022-08-25T22:41:06.708Z] #36 [tini 1/2] 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-08-25T22:41:06.708Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:06.708Z] #36 12.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-25T22:41:06.782Z] #43 49.07 DEP criu/string.d [2022-08-25T22:41:06.782Z] #43 49.09 DEP criu/stats.d [2022-08-25T22:41:06.782Z] #43 49.23 DEP criu/sockets.d [2022-08-25T22:41:06.965Z] #43 61.65 CC criu/clone-noasan.o [2022-08-25T22:41:06.965Z] #43 61.79 CC criu/config.o [2022-08-25T22:41:07.042Z] #43 49.36 DEP criu/sk-unix.d [2022-08-25T22:41:07.042Z] #43 49.53 DEP criu/sk-tcp.d [2022-08-25T22:41:07.301Z] #43 49.71 DEP criu/sk-queue.d [2022-08-25T22:41:07.301Z] #43 49.79 DEP criu/sk-packet.d [2022-08-25T22:41:07.301Z] #43 49.89 DEP criu/sk-netlink.d [2022-08-25T22:41:07.529Z] #53 ... [2022-08-25T22:41:07.529Z] [2022-08-25T22:41:07.529Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:07.529Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:07.529Z] #43 47.84 LINK criu/pie/restorer.built-in.o [2022-08-25T22:41:07.529Z] #43 47.85 GEN criu/pie/restorer-blob.h [2022-08-25T22:41:07.529Z] #43 47.92 DEP criu/vdso.d [2022-08-25T22:41:07.529Z] #43 48.16 DEP criu/vdso-compat.d [2022-08-25T22:41:07.529Z] #43 48.26 DEP criu/uts_ns.d [2022-08-25T22:41:07.529Z] #43 48.41 DEP criu/util.d [2022-08-25T22:41:07.529Z] #43 48.56 DEP criu/uffd.d [2022-08-25T22:41:07.529Z] #43 48.71 DEP criu/tun.d [2022-08-25T22:41:07.529Z] #43 48.82 DEP criu/tty.d [2022-08-25T22:41:07.529Z] #43 48.95 DEP criu/timerfd.d [2022-08-25T22:41:07.529Z] #43 49.05 DEP criu/timens.d [2022-08-25T22:41:07.529Z] #43 49.15 DEP criu/sysfs_parse.d [2022-08-25T22:41:07.529Z] #43 49.23 DEP criu/sysctl.d [2022-08-25T22:41:07.529Z] #43 49.31 DEP criu/string.d [2022-08-25T22:41:07.529Z] #43 49.34 DEP criu/stats.d [2022-08-25T22:41:07.529Z] #43 49.43 DEP criu/sockets.d [2022-08-25T22:41:07.529Z] #43 49.57 DEP criu/sk-unix.d [2022-08-25T22:41:07.529Z] #43 49.69 DEP criu/sk-tcp.d [2022-08-25T22:41:07.529Z] #43 49.80 DEP criu/sk-queue.d [2022-08-25T22:41:07.529Z] #43 49.90 DEP criu/sk-packet.d [2022-08-25T22:41:07.529Z] #43 50.01 DEP criu/sk-netlink.d [2022-08-25T22:41:07.529Z] #43 50.13 DEP criu/sk-inet.d [2022-08-25T22:41:07.529Z] #43 50.32 DEP criu/signalfd.d [2022-08-25T22:41:07.529Z] #43 50.41 DEP criu/sigframe.d [2022-08-25T22:41:07.529Z] #43 50.47 DEP criu/shmem.d [2022-08-25T22:41:07.529Z] #43 50.57 DEP criu/servicefd.d [2022-08-25T22:41:07.529Z] #43 50.66 DEP criu/seize.d [2022-08-25T22:41:07.529Z] #43 50.81 DEP criu/seccomp.d [2022-08-25T22:41:07.529Z] #43 50.93 DEP criu/rst-malloc.d [2022-08-25T22:41:07.529Z] #43 50.99 DEP criu/rbtree.d [2022-08-25T22:41:07.529Z] #43 51.03 DEP criu/pstree.d [2022-08-25T22:41:07.529Z] #43 51.20 DEP criu/protobuf.d [2022-08-25T22:41:07.529Z] #43 51.27 GEN criu/protobuf-desc-gen.h [2022-08-25T22:41:07.529Z] #43 52.55 DEP criu/protobuf-desc.d [2022-08-25T22:41:07.529Z] #43 52.64 DEP criu/proc_parse.d [2022-08-25T22:41:07.529Z] #43 52.76 DEP criu/plugin.d [2022-08-25T22:41:07.529Z] #43 52.81 DEP criu/pipes.d [2022-08-25T22:41:07.529Z] #43 52.92 DEP criu/pie-util.d [2022-08-25T22:41:07.529Z] #43 53.00 DEP criu/pie-util-vdso.d [2022-08-25T22:41:07.529Z] #43 53.14 DEP criu/pie-util-vdso-elf32.d [2022-08-25T22:41:07.529Z] #43 53.21 DEP criu/path.d [2022-08-25T22:41:07.529Z] #43 53.30 DEP criu/parasite-syscall.d [2022-08-25T22:41:07.529Z] #43 53.44 DEP criu/pagemap.d [2022-08-25T22:41:07.529Z] #43 53.55 DEP criu/pagemap-cache.d [2022-08-25T22:41:07.529Z] #43 53.64 DEP criu/page-xfer.d [2022-08-25T22:41:07.529Z] #43 53.74 DEP criu/page-pipe.d [2022-08-25T22:41:07.529Z] #43 53.81 DEP criu/netfilter.d [2022-08-25T22:41:07.529Z] #43 53.91 DEP criu/net.d [2022-08-25T22:41:07.536Z] #43 62.79 CC criu/cr-check.o [2022-08-25T22:41:07.561Z] #43 50.03 DEP criu/sk-inet.d [2022-08-25T22:41:07.785Z] #43 54.04 DEP criu/namespaces.d [2022-08-25T22:41:07.786Z] #43 54.16 DEP criu/mount.d [2022-08-25T22:41:07.786Z] #43 54.28 DEP criu/memfd.d [2022-08-25T22:41:07.821Z] #43 50.18 DEP criu/signalfd.d [2022-08-25T22:41:07.821Z] #43 50.27 DEP criu/sigframe.d [2022-08-25T22:41:07.821Z] #43 50.31 DEP criu/shmem.d [2022-08-25T22:41:07.847Z] #42 ... [2022-08-25T22:41:07.847Z] [2022-08-25T22:41:07.847Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:41:07.847Z] #51 sha256:11d62cbe983c8e8ffd8ccd9112cb743f9006e3676dfdef5ab45b46a5c64ae3ea [2022-08-25T22:41:07.847Z] #51 13.08 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-25T22:41:08.042Z] #43 54.39 DEP criu/mem.d [2022-08-25T22:41:08.042Z] #43 54.53 DEP criu/lsm.d [2022-08-25T22:41:08.080Z] #43 50.40 DEP criu/servicefd.d [2022-08-25T22:41:08.080Z] #43 50.57 DEP criu/seize.d [2022-08-25T22:41:08.080Z] #43 50.68 DEP criu/seccomp.d [2022-08-25T22:41:08.093Z] #36 ... [2022-08-25T22:41:08.093Z] [2022-08-25T22:41:08.093Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:08.093Z] #34 sha256:6800dddf3baa06aeaa9725fa7c039d3deec9ff01e0af2b573f75e7fe416bbf69 [2022-08-25T22:41:08.093Z] #34 3.735 + RM_GOPATH=0 [2022-08-25T22:41:08.093Z] #34 3.735 + TMP_GOPATH= [2022-08-25T22:41:08.093Z] #34 3.735 + : /build [2022-08-25T22:41:08.093Z] #34 3.735 + '[' -z '' ']' [2022-08-25T22:41:08.093Z] #34 3.735 ++ mktemp -d [2022-08-25T22:41:08.093Z] #34 3.737 + export GOPATH=/tmp/tmp.ZhKHI1JC1u [2022-08-25T22:41:08.093Z] #34 3.737 + GOPATH=/tmp/tmp.ZhKHI1JC1u [2022-08-25T22:41:08.093Z] #34 3.738 + RM_GOPATH=1 [2022-08-25T22:41:08.093Z] #34 3.738 + case "$(go env GOARCH)" in [2022-08-25T22:41:08.093Z] #34 3.738 ++ go env GOARCH [2022-08-25T22:41:08.093Z] #34 3.797 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:41:08.093Z] #34 3.797 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:08.093Z] #34 3.797 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:08.093Z] #34 3.798 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:08.093Z] #34 3.798 + dir=/tmp/install [2022-08-25T22:41:08.093Z] #34 3.798 + bin=tomlv [2022-08-25T22:41:08.093Z] #34 3.798 + shift [2022-08-25T22:41:08.093Z] #34 3.798 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-25T22:41:08.093Z] #34 3.798 + . /tmp/install/tomlv.installer [2022-08-25T22:41:08.093Z] #34 3.798 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:41:08.093Z] #34 3.798 + install_tomlv [2022-08-25T22:41:08.093Z] #34 3.798 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-25T22:41:08.093Z] #34 3.811 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ZhKHI1JC1u/src/github.com/BurntSushi/toml [2022-08-25T22:41:08.093Z] #34 3.820 Cloning into '/tmp/tmp.ZhKHI1JC1u/src/github.com/BurntSushi/toml'... [2022-08-25T22:41:08.093Z] #34 5.105 + cd /tmp/tmp.ZhKHI1JC1u/src/github.com/BurntSushi/toml [2022-08-25T22:41:08.093Z] #34 5.118 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-25T22:41:08.093Z] #34 5.327 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:41:08.093Z] #34 6.072 internal/unsafeheader [2022-08-25T22:41:08.093Z] #34 6.128 internal/goarch [2022-08-25T22:41:08.093Z] #34 6.232 internal/cpu [2022-08-25T22:41:08.093Z] #34 6.320 internal/abi [2022-08-25T22:41:08.093Z] #34 6.898 internal/goexperiment [2022-08-25T22:41:08.093Z] #34 6.995 internal/bytealg [2022-08-25T22:41:08.093Z] #34 7.078 internal/goos [2022-08-25T22:41:08.093Z] #34 7.176 runtime/internal/atomic [2022-08-25T22:41:08.093Z] #34 8.148 runtime/internal/math [2022-08-25T22:41:08.093Z] #34 8.396 runtime/internal/sys [2022-08-25T22:41:08.093Z] #34 8.462 runtime/internal/syscall [2022-08-25T22:41:08.093Z] #34 8.751 internal/itoa [2022-08-25T22:41:08.093Z] #34 8.927 runtime [2022-08-25T22:41:08.093Z] #34 8.952 math/bits [2022-08-25T22:41:08.093Z] #34 9.601 math [2022-08-25T22:41:08.093Z] #34 ... [2022-08-25T22:41:08.093Z] [2022-08-25T22:41:08.093Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:41:08.093Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:41:08.093Z] #29 13.65 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-25T22:41:08.093Z] #29 14.12 [2022-08-25T22:41:08.093Z] #29 14.51 #=#=# ######################################################################## 100.0% [2022-08-25T22:41:08.093Z] #29 14.69 [2022-08-25T22:41:08.299Z] #43 54.62 DEP criu/log.d [2022-08-25T22:41:08.299Z] #43 54.72 DEP criu/libnetlink.d [2022-08-25T22:41:08.299Z] #43 54.82 DEP criu/kerndat.d [2022-08-25T22:41:08.340Z] #43 50.80 DEP criu/rst-malloc.d [2022-08-25T22:41:08.340Z] #43 50.87 DEP criu/rbtree.d [2022-08-25T22:41:08.340Z] #43 50.89 DEP criu/pstree.d [2022-08-25T22:41:08.556Z] #43 54.98 DEP criu/kcmp-ids.d [2022-08-25T22:41:08.556Z] #43 55.03 DEP criu/irmap.d [2022-08-25T22:41:08.600Z] #43 51.02 DEP criu/protobuf.d [2022-08-25T22:41:08.600Z] #43 51.12 GEN criu/protobuf-desc-gen.h [2022-08-25T22:41:08.813Z] #43 55.13 DEP criu/ipc_ns.d [2022-08-25T22:41:08.813Z] #43 55.22 DEP criu/image.d [2022-08-25T22:41:08.921Z] #43 64.03 CC criu/cr-dedup.o [2022-08-25T22:41:08.921Z] #43 ... [2022-08-25T22:41:08.921Z] [2022-08-25T22:41:08.921Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:08.921Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:08.921Z] #20 18.10 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:41:08.921Z] #20 19.48 Selecting previously unselected package python3-minimal. [2022-08-25T22:41:08.921Z] #20 19.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 ... 23701 files and directories currently installed.) [2022-08-25T22:41:08.921Z] #20 19.51 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 19.51 Unpacking python3-minimal (3.7.3-1) ... [2022-08-25T22:41:08.921Z] #20 19.59 Selecting previously unselected package libmpdec2:amd64. [2022-08-25T22:41:08.921Z] #20 19.60 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 19.62 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:41:08.921Z] #20 19.72 Selecting previously unselected package libpython3.7-stdlib:amd64. [2022-08-25T22:41:08.921Z] #20 19.72 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 19.72 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:08.921Z] #20 20.46 Selecting previously unselected package python3.7. [2022-08-25T22:41:08.921Z] #20 20.46 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 20.47 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:08.921Z] #20 20.58 Selecting previously unselected package libpython3-stdlib:amd64. [2022-08-25T22:41:08.921Z] #20 20.58 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 20.59 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:41:08.921Z] #20 20.75 Setting up python3-minimal (3.7.3-1) ... [2022-08-25T22:41:08.921Z] #20 21.55 Selecting previously unselected package python3. [2022-08-25T22:41:08.921Z] #20 21.55 (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 ... 24113 files and directories currently installed.) [2022-08-25T22:41:08.921Z] #20 21.59 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 21.60 Unpacking python3 (3.7.3-1) ... [2022-08-25T22:41:08.921Z] #20 21.70 Selecting previously unselected package libip4tc0:amd64. [2022-08-25T22:41:08.921Z] #20 21.71 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 21.72 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:08.921Z] #20 21.81 Selecting previously unselected package libip6tc0:amd64. [2022-08-25T22:41:08.921Z] #20 21.82 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 21.82 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:08.921Z] #20 21.92 Selecting previously unselected package libiptc0:amd64. [2022-08-25T22:41:08.921Z] #20 21.93 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:08.921Z] #20 21.94 Unpacking libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:08.921Z] #20 22.03 Selecting previously unselected package libnfnetlink0:amd64. [2022-08-25T22:41:08.922Z] #20 22.03 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-08-25T22:41:08.922Z] #20 22.04 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:41:08.922Z] #20 22.11 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-08-25T22:41:08.922Z] #20 22.14 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2022-08-25T22:41:08.922Z] #20 22.14 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:41:08.922Z] #20 22.21 Selecting previously unselected package libnftnl11:amd64. [2022-08-25T22:41:08.922Z] #20 22.21 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2022-08-25T22:41:08.922Z] #20 22.22 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:41:08.922Z] #20 22.30 Selecting previously unselected package iptables. [2022-08-25T22:41:08.922Z] #20 22.30 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2022-08-25T22:41:08.922Z] #20 22.31 Unpacking iptables (1.8.2-4) ... [2022-08-25T22:41:08.922Z] #20 22.56 Selecting previously unselected package xxd. [2022-08-25T22:41:08.922Z] #20 22.57 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:41:08.922Z] #20 22.57 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:08.922Z] #20 22.69 Selecting previously unselected package vim-common. [2022-08-25T22:41:08.922Z] #20 22.69 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:41:08.922Z] #20 22.72 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:08.922Z] #20 22.92 Selecting previously unselected package bash-completion. [2022-08-25T22:41:08.922Z] #20 22.93 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-25T22:41:09.069Z] #43 55.32 DEP criu/image-desc.d [2022-08-25T22:41:09.069Z] #43 55.37 DEP criu/fsnotify.d [2022-08-25T22:41:09.069Z] #43 55.49 DEP criu/filesystems.d [2022-08-25T22:41:09.237Z] #51 ... [2022-08-25T22:41:09.237Z] [2022-08-25T22:41:09.237Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:09.237Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:41:09.237Z] #13 19.67 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:41:09.326Z] #43 55.59 DEP criu/files.d [2022-08-25T22:41:09.326Z] #43 55.69 DEP criu/files-reg.d [2022-08-25T22:41:09.326Z] #43 55.80 DEP criu/files-ext.d [2022-08-25T22:41:09.477Z] #29 16.19 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-25T22:41:09.582Z] #43 55.89 DEP criu/file-lock.d [2022-08-25T22:41:09.582Z] #43 55.98 DEP criu/file-ids.d [2022-08-25T22:41:09.582Z] #43 56.09 DEP criu/fifo.d [2022-08-25T22:41:09.838Z] #43 56.24 DEP criu/fdstore.d [2022-08-25T22:41:09.838Z] #43 56.30 DEP criu/fault-injection.d [2022-08-25T22:41:09.838Z] #43 56.34 DEP criu/external.d [2022-08-25T22:41:09.979Z] #43 52.25 DEP criu/protobuf-desc.d [2022-08-25T22:41:09.979Z] #43 52.38 DEP criu/proc_parse.d [2022-08-25T22:41:10.054Z] #29 16.60 [2022-08-25T22:41:10.095Z] #43 56.42 DEP criu/eventpoll.d [2022-08-25T22:41:10.095Z] #43 56.52 DEP criu/eventfd.d [2022-08-25T22:41:10.239Z] #43 52.56 DEP criu/plugin.d [2022-08-25T22:41:10.239Z] #43 52.65 DEP criu/pipes.d [2022-08-25T22:41:10.239Z] #43 52.77 DEP criu/pie-util.d [2022-08-25T22:41:10.307Z] #20 ... [2022-08-25T22:41:10.307Z] [2022-08-25T22:41:10.307Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:41:10.307Z] #53 sha256:f63da1adce0c75fb2044bb0588762aad9efcc765b16fb1b07e370110f23889e4 [2022-08-25T22:41:10.307Z] #53 30.22 + mkdir -p /build [2022-08-25T22:41:10.307Z] #53 30.22 + cp runc /build/runc [2022-08-25T22:41:10.307Z] #53 DONE 31.1s [2022-08-25T22:41:10.307Z] [2022-08-25T22:41:10.307Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:10.307Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:10.307Z] #43 64.35 CC criu/cr-dump.o [2022-08-25T22:41:10.351Z] #43 56.68 DEP criu/crtools.d [2022-08-25T22:41:10.498Z] #43 52.85 DEP criu/pie-util-vdso.d [2022-08-25T22:41:10.498Z] #43 52.93 DEP criu/pie-util-vdso-elf32.d [2022-08-25T22:41:10.498Z] #43 53.01 DEP criu/path.d [2022-08-25T22:41:10.574Z] #29 16.99 #=#=# ######################################################################## 100.0% [2022-08-25T22:41:10.574Z] #29 17.20 [2022-08-25T22:41:10.607Z] #43 56.83 DEP criu/cr-service.d [2022-08-25T22:41:10.607Z] #43 56.97 DEP criu/cr-restore.d [2022-08-25T22:41:10.758Z] #43 53.10 DEP criu/parasite-syscall.d [2022-08-25T22:41:10.758Z] #43 53.30 DEP criu/pagemap.d [2022-08-25T22:41:10.863Z] #43 57.11 DEP criu/cr-errno.d [2022-08-25T22:41:10.863Z] #43 57.13 DEP criu/cr-dump.d [2022-08-25T22:41:10.863Z] #43 57.23 DEP criu/cr-dedup.d [2022-08-25T22:41:10.863Z] #43 57.32 DEP criu/cr-check.d [2022-08-25T22:41:10.990Z] Running on azwin-2-33f8d0 in d:\jenkins\workspace\moby_PR-44041 [Pipeline] { [Pipeline] ws [2022-08-25T22:41:11.004Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2022-08-25T22:41:11.017Z] #43 53.43 DEP criu/pagemap-cache.d [2022-08-25T22:41:11.017Z] #43 53.51 DEP criu/page-xfer.d [2022-08-25T22:41:11.017Z] #43 53.63 DEP criu/page-pipe.d [Pipeline] checkout [2022-08-25T22:41:11.118Z] #43 57.47 DEP criu/config.d [2022-08-25T22:41:11.118Z] #43 57.64 DEP criu/clone-noasan.d [2022-08-25T22:41:11.250Z] #43 66.24 CC criu/cr-errno.o [2022-08-25T22:41:11.250Z] #43 66.38 CC criu/cr-restore.o [2022-08-25T22:41:11.277Z] #43 53.70 DEP criu/netfilter.d [2022-08-25T22:41:11.374Z] #43 57.74 DEP criu/cgroup.d [2022-08-25T22:41:11.374Z] #43 57.86 DEP criu/cgroup-props.d [2022-08-25T22:41:11.537Z] #43 53.79 DEP criu/net.d [2022-08-25T22:41:11.537Z] #43 53.94 DEP criu/namespaces.d [2022-08-25T22:41:11.537Z] #43 54.05 DEP criu/mount.d [2022-08-25T22:41:11.630Z] #43 57.95 DEP criu/bitmap.d [2022-08-25T22:41:11.630Z] #43 57.97 DEP criu/bfd.d [2022-08-25T22:41:11.630Z] #43 58.04 DEP criu/autofs.d [2022-08-25T22:41:11.630Z] #43 ... [2022-08-25T22:41:11.630Z] [2022-08-25T22:41:11.630Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:11.630Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:11.630Z] #20 1.710 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:41:11.630Z] #20 1.710 Get:2 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:41:11.630Z] #20 1.748 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:41:11.630Z] #20 1.749 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:41:11.630Z] #20 2.087 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:41:11.630Z] #20 2.718 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:41:11.630Z] #20 3.752 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:41:11.630Z] #20 4.637 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:41:11.630Z] #20 8.105 Fetched 9016 kB in 7s (1359 kB/s) [2022-08-25T22:41:11.796Z] #43 54.22 DEP criu/memfd.d [2022-08-25T22:41:11.796Z] #43 54.31 DEP criu/mem.d [2022-08-25T22:41:11.886Z] #20 8.105 Reading package lists... [2022-08-25T22:41:11.886Z] #20 ... [2022-08-25T22:41:11.886Z] [2022-08-25T22:41:11.886Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:11.886Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:11.886Z] #43 58.15 DEP criu/aio.d [2022-08-25T22:41:11.886Z] #43 58.32 DEP criu/action-scripts.d [2022-08-25T22:41:11.959Z] #29 18.75 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-25T22:41:12.056Z] #43 54.39 DEP criu/lsm.d [2022-08-25T22:41:12.056Z] #43 54.47 DEP criu/log.d [2022-08-25T22:41:12.056Z] #43 54.55 DEP criu/libnetlink.d [2022-08-25T22:41:12.142Z] #43 58.52 CC criu/action-scripts.o [2022-08-25T22:41:12.315Z] #43 54.62 DEP criu/kerndat.d [2022-08-25T22:41:12.316Z] #43 54.75 DEP criu/kcmp-ids.d [2022-08-25T22:41:12.316Z] #43 54.79 DEP criu/irmap.d [2022-08-25T22:41:12.316Z] #43 54.87 DEP criu/ipc_ns.d [2022-08-25T22:41:12.415Z] The recommended git tool is: git [2022-08-25T22:41:12.532Z] #29 19.18 [2022-08-25T22:41:12.575Z] #43 55.03 DEP criu/image.d [2022-08-25T22:41:12.575Z] #43 55.14 DEP criu/image-desc.d [2022-08-25T22:41:12.703Z] #43 58.95 CC criu/aio.o [2022-08-25T22:41:12.793Z] #29 ... [2022-08-25T22:41:12.793Z] [2022-08-25T22:41:12.793Z] #36 [tini 1/2] 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-08-25T22:41:12.793Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:12.793Z] #36 18.56 Fetched 8297 kB in 14s (592 kB/s) [2022-08-25T22:41:12.835Z] #43 55.20 DEP criu/fsnotify.d [2022-08-25T22:41:12.835Z] #43 55.36 DEP criu/filesystems.d [2022-08-25T22:41:12.959Z] #43 59.36 CC criu/autofs.o [2022-08-25T22:41:13.094Z] #43 55.48 DEP criu/files.d [2022-08-25T22:41:13.094Z] #43 55.64 DEP criu/files-reg.d [2022-08-25T22:41:13.354Z] #43 55.77 DEP criu/files-ext.d [2022-08-25T22:41:13.354Z] #43 55.86 DEP criu/file-lock.d [2022-08-25T22:41:13.613Z] #43 56.04 DEP criu/file-ids.d [2022-08-25T22:41:13.613Z] #43 56.13 DEP criu/fifo.d [2022-08-25T22:41:13.873Z] #43 56.21 DEP criu/fdstore.d [2022-08-25T22:41:13.873Z] #43 56.33 DEP criu/fault-injection.d [2022-08-25T22:41:13.873Z] #43 56.37 DEP criu/external.d [2022-08-25T22:41:14.133Z] #43 56.44 DEP criu/eventpoll.d [2022-08-25T22:41:14.133Z] #43 56.60 DEP criu/eventfd.d [2022-08-25T22:41:14.133Z] #43 56.69 DEP criu/crtools.d [2022-08-25T22:41:14.324Z] #43 60.43 CC criu/bfd.o [2022-08-25T22:41:14.324Z] #43 60.78 CC criu/bitmap.o [2022-08-25T22:41:14.392Z] #43 56.89 DEP criu/cr-service.d [2022-08-25T22:41:14.392Z] #43 ... [2022-08-25T22:41:14.392Z] [2022-08-25T22:41:14.392Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:14.392Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:14.393Z] #20 1.217 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:41:14.393Z] #20 1.245 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:41:14.393Z] #20 1.245 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:41:14.393Z] #20 1.245 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:41:14.393Z] #20 1.582 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:41:14.393Z] #20 2.214 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:41:14.393Z] #20 3.140 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:41:14.393Z] #20 3.946 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:41:14.393Z] #20 7.448 Fetched 9016 kB in 6s (1391 kB/s) [2022-08-25T22:41:14.393Z] #20 7.448 Reading package lists... [2022-08-25T22:41:14.517Z] #13 ... [2022-08-25T22:41:14.517Z] [2022-08-25T22:41:14.517Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:41:14.517Z] #67 sha256:0d1bd37ebd18aa779acda8955aa5e4f4324c068a0758851e71f2d681c6eefacf [2022-08-25T22:41:14.517Z] #67 28.04 Checking out files: 45% (861/1910) Checking out files: 46% (879/1910) Checking out files: 47% (898/1910) Checking out files: 48% (917/1910) Checking out files: 49% (936/1910) Checking out files: 50% (955/1910) Checking out files: 51% (975/1910) Checking out files: 52% (994/1910) Checking out files: 53% (1013/1910) Checking out files: 54% (1032/1910) Checking out files: 55% (1051/1910) Checking out files: 56% (1070/1910) Checking out files: 57% (1089/1910) Checking out files: 58% (1108/1910) Checking out files: 59% (1127/1910) Checking out files: 60% (1146/1910) Checking out files: 61% (1166/1910) Checking out files: 62% (1185/1910) Checking out files: 63% (1204/1910) Checking out files: 64% (1223/1910) Checking out files: 65% (1242/1910) Checking out files: 66% (1261/1910) Checking out files: 67% (1280/1910) Checking out files: 68% (1299/1910) Checking out files: 69% (1318/1910) Checking out files: 70% (1337/1910) Checking out files: 71% (1357/1910) Checking out files: 72% (1376/1910) Checking out files: 73% (1395/1910) Checking out files: 74% (1414/1910) Checking out files: 75% (1433/1910) Checking out files: 76% (1452/1910) Checking out files: 77% (1471/1910) Checking out files: 78% (1490/1910) Checking out files: 79% (1509/1910) Checking out files: 80% (1528/1910) Checking out files: 81% (1548/1910) Checking out files: 82% (1567/1910) Checking out files: 82% (1576/1910) Checking out files: 83% (1586/1910) Checking out files: 84% (1605/1910) Checking out files: 85% (1624/1910) Checking out files: 86% (1643/1910) Checking out files: 87% (1662/1910) Checking out files: 88% (1681/1910) Checking out files: 89% (1700/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-25T22:41:14.517Z] #67 29.72 + cd /tmp/tmp.rSccRBZpzL/src/github.com/docker/libnetwork [2022-08-25T22:41:14.517Z] #67 29.72 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:41:14.551Z] #43 69.40 CC criu/cr-service.o [2022-08-25T22:41:14.551Z] #43 ... [2022-08-25T22:41:14.551Z] [2022-08-25T22:41:14.551Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:14.551Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:14.551Z] #20 25.78 Unpacking bash-completion (1:2.8-6) ... [2022-08-25T22:41:14.551Z] #20 26.12 Selecting previously unselected package bzip2. [2022-08-25T22:41:14.551Z] #20 26.13 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 26.13 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:41:14.551Z] #20 26.24 Selecting previously unselected package xz-utils. [2022-08-25T22:41:14.551Z] #20 26.25 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 26.25 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:41:14.551Z] #20 26.47 Selecting previously unselected package apparmor. [2022-08-25T22:41:14.551Z] #20 26.49 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 26.64 Unpacking apparmor (2.13.2-10) ... [2022-08-25T22:41:14.551Z] #20 26.85 Selecting previously unselected package aufs-tools. [2022-08-25T22:41:14.551Z] #20 26.85 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 26.85 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:41:14.551Z] #20 26.95 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:41:14.551Z] #20 26.95 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 26.96 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:41:14.551Z] #20 27.05 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:41:14.551Z] #20 27.05 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 27.07 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:41:14.551Z] #20 27.15 Selecting previously unselected package jq. [2022-08-25T22:41:14.551Z] #20 27.16 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 27.17 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:41:14.551Z] #20 27.23 Selecting previously unselected package libaio1:amd64. [2022-08-25T22:41:14.551Z] #20 27.24 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 27.24 Unpacking libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:41:14.551Z] #20 27.29 Selecting previously unselected package libgpm2:amd64. [2022-08-25T22:41:14.551Z] #20 27.29 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 27.30 Unpacking libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:41:14.551Z] #20 27.38 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:41:14.551Z] #20 27.38 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:41:14.551Z] #20 27.38 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:41:14.580Z] #43 60.89 CC criu/cgroup-props.o [2022-08-25T22:41:14.652Z] #20 10.11 Reading package lists... [2022-08-25T22:41:14.652Z] #20 ... [2022-08-25T22:41:14.652Z] [2022-08-25T22:41:14.652Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:14.652Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:14.652Z] #43 57.02 DEP criu/cr-restore.d [2022-08-25T22:41:14.652Z] #43 57.16 DEP criu/cr-errno.d [2022-08-25T22:41:14.652Z] #43 57.17 DEP criu/cr-dump.d [2022-08-25T22:41:14.652Z] #43 57.26 DEP criu/cr-dedup.d [2022-08-25T22:41:14.775Z] #67 30.12 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-08-25T22:41:14.912Z] #43 57.34 DEP criu/cr-check.d [2022-08-25T22:41:15.123Z] #20 29.80 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:41:15.123Z] #20 29.81 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:41:15.123Z] #20 29.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:15.123Z] #20 29.89 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:41:15.141Z] #43 61.47 CC criu/cgroup.o [2022-08-25T22:41:15.171Z] #43 57.47 DEP criu/config.d [2022-08-25T22:41:15.171Z] #43 57.57 DEP criu/clone-noasan.d [2022-08-25T22:41:15.171Z] #43 57.61 DEP criu/cgroup.d [2022-08-25T22:41:15.171Z] #43 57.81 DEP criu/cgroup-props.d [2022-08-25T22:41:15.384Z] #20 29.90 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:41:15.384Z] #20 29.91 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:41:15.384Z] #20 30.00 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:41:15.384Z] #20 30.00 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:41:15.384Z] #20 30.00 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:15.384Z] #20 30.05 Selecting previously unselected package libreadline5:amd64. [2022-08-25T22:41:15.384Z] #20 30.06 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2022-08-25T22:41:15.384Z] #20 30.07 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:41:15.384Z] #20 30.14 Selecting previously unselected package net-tools. [2022-08-25T22:41:15.384Z] #20 30.14 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2022-08-25T22:41:15.384Z] #20 30.16 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:41:15.384Z] #20 30.29 Selecting previously unselected package patch. [2022-08-25T22:41:15.431Z] #43 57.94 DEP criu/bitmap.d [2022-08-25T22:41:15.645Z] #20 30.30 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2022-08-25T22:41:15.645Z] #20 30.31 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-25T22:41:15.645Z] #20 30.40 Selecting previously unselected package python-pip-whl. [2022-08-25T22:41:15.645Z] #20 30.41 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-25T22:41:15.645Z] #20 30.42 Unpacking python-pip-whl (18.1-5) ... [2022-08-25T22:41:15.691Z] #43 57.95 DEP criu/bfd.d [2022-08-25T22:41:15.691Z] #43 58.03 DEP criu/autofs.d [2022-08-25T22:41:15.691Z] #43 58.14 DEP criu/aio.d [2022-08-25T22:41:15.950Z] #43 58.36 DEP criu/action-scripts.d [2022-08-25T22:41:16.099Z] #36 18.56 Reading package lists... [2022-08-25T22:41:16.099Z] #36 ... [2022-08-25T22:41:16.099Z] [2022-08-25T22:41:16.099Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:41:16.099Z] #47 sha256:3b2e75c7dc9edbe09ccd711b6ec2e6456a86781d15308f26de1dacd56ecb842c [2022-08-25T22:41:16.099Z] #47 11.30 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-25T22:41:16.099Z] #47 11.41 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-25T22:41:16.099Z] #47 11.50 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-25T22:41:16.099Z] #47 12.98 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:41:16.099Z] #47 13.06 go: downloading golang.org/x/mod v0.3.0 [2022-08-25T22:41:16.099Z] #47 ... [2022-08-25T22:41:16.099Z] [2022-08-25T22:41:16.099Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:41:16.099Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:41:16.099Z] #29 19.53 #=#=# 0.0% ###### 8.5% ########### 15.6% ################ 22.5% ###################### 31.1% ############################ 39.7% ################################# 46.0% ###################################### 52.9% ########################################### 60.3% ################################################## 70.2% ####################################################### 77.0% ############################################################## 86.4% ################################################################### 93.1% ######################################################################## 100.0% [2022-08-25T22:41:16.099Z] #29 21.24 [2022-08-25T22:41:16.099Z] #29 22.69 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-25T22:41:16.210Z] #43 58.58 CC criu/action-scripts.o [2022-08-25T22:41:16.217Z] #20 30.83 Selecting previously unselected package python3-lib2to3. [2022-08-25T22:41:16.217Z] #20 30.84 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-25T22:41:16.217Z] #20 30.84 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:41:16.217Z] #20 30.93 Selecting previously unselected package python3-distutils. [2022-08-25T22:41:16.217Z] #20 30.93 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-25T22:41:16.217Z] #20 30.94 Unpacking python3-distutils (3.7.3-1) ... [2022-08-25T22:41:16.217Z] #20 31.03 Selecting previously unselected package python3-pip. [2022-08-25T22:41:16.360Z] #29 22.96 [2022-08-25T22:41:16.470Z] #43 58.94 CC criu/aio.o [2022-08-25T22:41:16.478Z] #20 31.04 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-25T22:41:16.478Z] #20 31.04 Unpacking python3-pip (18.1-5) ... [2022-08-25T22:41:16.478Z] #20 31.19 Selecting previously unselected package python3-pkg-resources. [2022-08-25T22:41:16.478Z] #20 31.20 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:41:16.478Z] #20 31.21 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:16.478Z] #20 31.32 Selecting previously unselected package python3-setuptools. [2022-08-25T22:41:16.621Z] #29 ... [2022-08-25T22:41:16.621Z] [2022-08-25T22:41:16.621Z] #55 [containerd 1/2] 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-08-25T22:41:16.621Z] #55 sha256:a0fa6c659b5cdadfa7cba4d6b6433fe55677bc034e57643f2a4f9aadfe6eec73 [2022-08-25T22:41:16.621Z] #55 12.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-25T22:41:16.621Z] #55 18.31 Fetched 8297 kB in 14s (605 kB/s) [2022-08-25T22:41:16.621Z] #55 18.31 Reading package lists... [2022-08-25T22:41:16.621Z] #55 ... [2022-08-25T22:41:16.621Z] [2022-08-25T22:41:16.621Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:41:16.621Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:41:16.621Z] #29 23.31 #=#=# ######################################################################## 100.0% [2022-08-25T22:41:16.621Z] #29 23.47 [2022-08-25T22:41:16.621Z] #29 ... [2022-08-25T22:41:16.621Z] [2022-08-25T22:41:16.621Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:16.621Z] #42 sha256:8e11ff296f17740fae7fb9761303361bb39368a6f89a40e53594467cb8d18cf1 [2022-08-25T22:41:16.621Z] #42 12.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-25T22:41:16.621Z] #42 18.47 Fetched 8297 kB in 14s (599 kB/s) [2022-08-25T22:41:16.679Z] #67 ... [2022-08-25T22:41:16.679Z] [2022-08-25T22:41:16.679Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:41:16.679Z] #45 sha256:76950a018e6ddc3afb259648f2d1581c25280d02bb3f7df18d033448d99e43ba [2022-08-25T22:41:16.679Z] #45 DONE 31.6s [2022-08-25T22:41:16.679Z] [2022-08-25T22:41:16.679Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:16.679Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:41:16.679Z] #34 26.33 unicode/utf8 [2022-08-25T22:41:16.679Z] #34 27.71 internal/race [2022-08-25T22:41:16.679Z] #34 28.16 sync/atomic [2022-08-25T22:41:16.679Z] #34 29.46 unicode [2022-08-25T22:41:16.738Z] #20 31.32 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-25T22:41:16.738Z] #20 31.34 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-25T22:41:16.738Z] #20 31.49 Selecting previously unselected package python3-wheel. [2022-08-25T22:41:16.738Z] #20 31.50 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-25T22:41:16.738Z] #20 31.51 Unpacking python3-wheel (0.32.3-2) ... [2022-08-25T22:41:16.881Z] #42 18.47 Reading package lists... [2022-08-25T22:41:16.881Z] #42 ... [2022-08-25T22:41:16.881Z] [2022-08-25T22:41:16.881Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:41:16.881Z] #40 sha256:8bbdc54220348b83d875472a6b2b42ec0c44a85d047fc5c7c0499140d419e51d [2022-08-25T22:41:16.881Z] #40 21.17 Checking out files: 76% (1660/2176) Checking out files: 77% (1676/2176) Checking out files: 78% (1698/2176) Checking out files: 79% (1720/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-25T22:41:16.881Z] #40 21.62 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-25T22:41:16.999Z] #20 31.58 Selecting previously unselected package sudo. [2022-08-25T22:41:16.999Z] #20 31.58 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2022-08-25T22:41:16.999Z] #20 31.59 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:41:17.039Z] #43 59.31 CC criu/autofs.o [2022-08-25T22:41:17.141Z] #40 ... [2022-08-25T22:41:17.141Z] [2022-08-25T22:41:17.141Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-25T22:41:17.141Z] #45 sha256:72966a9e9839cbd47dd26effedefa0234690ca41881e6e1250e85edd697f9fd6 [2022-08-25T22:41:17.141Z] #45 DONE 22.9s [2022-08-25T22:41:17.260Z] #20 31.99 Selecting previously unselected package thin-provisioning-tools. [2022-08-25T22:41:17.260Z] #20 32.00 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2022-08-25T22:41:17.260Z] #20 32.00 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:41:17.401Z] [2022-08-25T22:41:17.401Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:41:17.401Z] #67 sha256:f41c8abb87bfb31609d725d667035155bec4521f058ea0f1ceaaf8ea5ca81659 [2022-08-25T22:41:17.401Z] #67 17.82 Checking out files: 65% (1247/1910) Checking out files: 66% (1261/1910) Checking out files: 67% (1280/1910) Checking out files: 68% (1299/1910) Checking out files: 69% (1318/1910) Checking out files: 70% (1337/1910) Checking out files: 71% (1357/1910) Checking out files: 72% (1376/1910) Checking out files: 73% (1395/1910) Checking out files: 74% (1414/1910) Checking out files: 75% (1433/1910) Checking out files: 76% (1452/1910) Checking out files: 77% (1471/1910) Checking out files: 78% (1490/1910) Checking out files: 79% (1509/1910) Checking out files: 80% (1528/1910) Checking out files: 81% (1548/1910) Checking out files: 82% (1567/1910) Checking out files: 83% (1586/1910) Checking out files: 84% (1605/1910) Checking out files: 85% (1624/1910) Checking out files: 86% (1643/1910) Checking out files: 87% (1662/1910) Checking out files: 88% (1681/1910) Checking out files: 89% (1700/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-25T22:41:17.401Z] #67 18.44 + cd /tmp/tmp.nWeDzmw2J4/src/github.com/docker/libnetwork [2022-08-25T22:41:17.401Z] #67 18.44 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-25T22:41:17.401Z] #67 18.94 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-08-25T22:41:17.642Z] #43 ... [2022-08-25T22:41:17.642Z] [2022-08-25T22:41:17.642Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:41:17.642Z] #53 sha256:cc149737c712de2e8ca41a53ccdbc33afa66278a9ce024f674372184145f24b0 [2022-08-25T22:41:17.642Z] #53 9.872 + cd /tmp/tmp.nGBEEp0QJB/src/github.com/opencontainers/runc [2022-08-25T22:41:17.642Z] #53 9.878 + git checkout -q v1.1.3 [2022-08-25T22:41:17.642Z] #53 10.43 + '[' -z '' ']' [2022-08-25T22:41:17.642Z] #53 10.43 + target=static [2022-08-25T22:41:17.642Z] #53 10.43 + make BUILDTAGS=seccomp static [2022-08-25T22:41:17.642Z] #53 10.66 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-25T22:41:17.642Z] #53 ... [2022-08-25T22:41:17.642Z] [2022-08-25T22:41:17.642Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:17.642Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:17.642Z] #20 10.11 Reading package lists... [2022-08-25T22:41:17.642Z] #20 12.60 Building dependency tree... [2022-08-25T22:41:17.642Z] #20 13.16 Reading state information... [2022-08-25T22:41:17.645Z] #20 32.18 Selecting previously unselected package uidmap. [2022-08-25T22:41:17.645Z] #20 32.18 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2022-08-25T22:41:17.645Z] #20 32.19 Unpacking uidmap (1:4.5-1.1) ... [2022-08-25T22:41:17.645Z] #20 32.27 Selecting previously unselected package vim-runtime. [2022-08-25T22:41:17.645Z] #20 32.28 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:41:17.646Z] #20 32.31 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-25T22:41:17.646Z] #20 32.34 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-25T22:41:17.646Z] #20 32.34 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:17.656Z] #43 63.73 CC criu/clone-noasan.o [2022-08-25T22:41:17.656Z] #43 63.88 CC criu/config.o [2022-08-25T22:41:17.902Z] #20 13.56 libcap2-bin is already the newest version (1:2.25-2). [2022-08-25T22:41:17.902Z] #20 13.56 The following additional packages will be installed: [2022-08-25T22:41:17.902Z] #20 13.56 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-25T22:41:17.902Z] #20 13.56 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-25T22:41:17.902Z] #20 13.56 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-25T22:41:17.902Z] #20 13.56 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-25T22:41:17.902Z] #20 13.56 python3.7 python3.7-minimal vim-runtime xxd [2022-08-25T22:41:17.902Z] #20 13.56 Suggested packages: [2022-08-25T22:41:17.902Z] #20 13.57 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-25T22:41:17.902Z] #20 13.57 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-25T22:41:17.902Z] #20 13.57 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-25T22:41:17.902Z] #20 13.57 quota [2022-08-25T22:41:17.902Z] #20 13.57 Recommended packages: [2022-08-25T22:41:17.902Z] #20 13.57 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-25T22:41:17.902Z] #20 13.57 python3-keyrings.alt python3-xdg unzip [2022-08-25T22:41:18.220Z] #43 ... [2022-08-25T22:41:18.220Z] [2022-08-25T22:41:18.220Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:18.220Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:18.220Z] #20 8.105 Reading package lists... [2022-08-25T22:41:18.220Z] #20 10.87 Reading package lists... [2022-08-25T22:41:18.220Z] #20 13.65 Building dependency tree... [2022-08-25T22:41:18.220Z] #20 14.19 Reading state information... [2022-08-25T22:41:18.220Z] #20 14.71 libcap2-bin is already the newest version (1:2.25-2). [2022-08-25T22:41:18.220Z] #20 14.71 The following additional packages will be installed: [2022-08-25T22:41:18.220Z] #20 14.71 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-25T22:41:18.220Z] #20 14.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-25T22:41:18.220Z] #20 14.71 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-25T22:41:18.220Z] #20 14.71 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-25T22:41:18.220Z] #20 14.71 python3.7 python3.7-minimal vim-runtime xxd [2022-08-25T22:41:18.220Z] #20 14.71 Suggested packages: [2022-08-25T22:41:18.220Z] #20 14.71 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-25T22:41:18.220Z] #20 14.71 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-25T22:41:18.220Z] #20 14.71 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-25T22:41:18.220Z] #20 14.71 quota [2022-08-25T22:41:18.220Z] #20 14.71 Recommended packages: [2022-08-25T22:41:18.220Z] #20 14.71 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-25T22:41:18.220Z] #20 14.71 python3-keyrings.alt python3-xdg unzip [2022-08-25T22:41:18.220Z] #20 15.89 The following NEW packages will be installed: [2022-08-25T22:41:18.220Z] #20 15.89 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-25T22:41:18.220Z] #20 15.89 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-25T22:41:18.220Z] #20 15.89 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-25T22:41:18.220Z] #20 15.89 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-25T22:41:18.220Z] #20 15.91 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-25T22:41:18.220Z] #20 15.91 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-25T22:41:18.220Z] #20 15.91 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-25T22:41:18.220Z] #20 15.91 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-25T22:41:18.220Z] #20 15.91 xz-utils zip [2022-08-25T22:41:18.220Z] #20 16.24 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:18.220Z] #20 16.24 Need to get 28.6 MB of archives. [2022-08-25T22:41:18.220Z] #20 16.24 After this operation, 116 MB of additional disk space will be used. [2022-08-25T22:41:18.220Z] #20 16.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2022-08-25T22:41:18.220Z] #20 16.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2022-08-25T22:41:18.220Z] #20 16.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2022-08-25T22:41:18.220Z] #20 16.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2022-08-25T22:41:18.220Z] #20 16.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2022-08-25T22:41:18.220Z] #20 16.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2022-08-25T22:41:18.220Z] #20 16.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2022-08-25T22:41:18.220Z] #20 16.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2022-08-25T22:41:18.220Z] #20 16.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2022-08-25T22:41:18.220Z] #20 16.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2022-08-25T22:41:18.220Z] #20 16.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2022-08-25T22:41:18.220Z] #20 16.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2022-08-25T22:41:18.220Z] #20 16.44 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-08-25T22:41:18.220Z] #20 16.45 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2022-08-25T22:41:18.220Z] #20 16.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2022-08-25T22:41:18.220Z] #20 16.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2022-08-25T22:41:18.220Z] #20 16.47 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:41:18.220Z] #20 16.47 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:41:18.220Z] #20 16.48 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2022-08-25T22:41:18.220Z] #20 16.49 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2022-08-25T22:41:18.220Z] #20 16.50 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB] [2022-08-25T22:41:18.220Z] #20 16.50 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2022-08-25T22:41:18.220Z] #20 16.53 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2022-08-25T22:41:18.220Z] #20 16.53 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:41:18.220Z] #20 16.54 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:41:18.220Z] #20 16.54 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:41:18.220Z] #20 16.55 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2022-08-25T22:41:18.220Z] #20 16.55 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2022-08-25T22:41:18.220Z] #20 16.55 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:41:18.343Z] #67 ... [2022-08-25T22:41:18.343Z] [2022-08-25T22:41:18.343Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:18.343Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:41:18.343Z] #13 11.48 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-25T22:41:18.343Z] #13 17.52 Fetched 8832 kB in 15s (584 kB/s) [2022-08-25T22:41:18.343Z] #13 17.52 Reading package lists... [2022-08-25T22:41:18.343Z] #13 ... [2022-08-25T22:41:18.343Z] [2022-08-25T22:41:18.343Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:41:18.343Z] #58 sha256:3e7f7229464b1675f88b823addb4bc1b020cfe224eeb0bad930c52f2858d4d9e [2022-08-25T22:41:18.343Z] #58 13.97 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-25T22:41:18.343Z] #58 14.09 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-25T22:41:18.343Z] #58 ... [2022-08-25T22:41:18.343Z] [2022-08-25T22:41:18.343Z] #55 [containerd 1/2] 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-08-25T22:41:18.343Z] #55 sha256:a0fa6c659b5cdadfa7cba4d6b6433fe55677bc034e57643f2a4f9aadfe6eec73 [2022-08-25T22:41:18.343Z] #55 18.31 Reading package lists... [2022-08-25T22:41:18.476Z] #20 16.92 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:41:18.476Z] #20 16.92 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:41:18.476Z] #20 16.92 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:41:18.476Z] #20 16.93 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2022-08-25T22:41:18.476Z] #20 16.93 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2022-08-25T22:41:18.476Z] #20 16.95 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2022-08-25T22:41:18.603Z] #55 ... [2022-08-25T22:41:18.603Z] [2022-08-25T22:41:18.603Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:18.603Z] #34 sha256:6800dddf3baa06aeaa9725fa7c039d3deec9ff01e0af2b573f75e7fe416bbf69 [2022-08-25T22:41:18.603Z] #34 14.21 unicode/utf8 [2022-08-25T22:41:18.603Z] #34 15.03 internal/race [2022-08-25T22:41:18.603Z] #34 15.20 sync/atomic [2022-08-25T22:41:18.603Z] #34 15.84 unicode [2022-08-25T22:41:18.603Z] #34 20.14 encoding [2022-08-25T22:41:18.603Z] #34 ... [2022-08-25T22:41:18.603Z] [2022-08-25T22:41:18.604Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:41:18.604Z] #40 sha256:8bbdc54220348b83d875472a6b2b42ec0c44a85d047fc5c7c0499140d419e51d [2022-08-25T22:41:18.604Z] #40 24.22 + 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-08-25T22:41:18.619Z] #34 ... [2022-08-25T22:41:18.619Z] [2022-08-25T22:41:18.619Z] #36 [tini 1/2] 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-08-25T22:41:18.619Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:41:18.619Z] #36 33.75 Fetched 8475 kB in 25s (336 kB/s) [2022-08-25T22:41:18.733Z] #20 16.96 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-25T22:41:18.733Z] #20 17.02 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-25T22:41:18.733Z] #20 17.02 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-25T22:41:18.733Z] #20 17.04 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2022-08-25T22:41:18.733Z] #20 17.05 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-25T22:41:18.733Z] #20 17.06 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-25T22:41:18.733Z] #20 17.08 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-25T22:41:18.733Z] #20 17.08 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2022-08-25T22:41:18.733Z] #20 17.14 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2022-08-25T22:41:18.733Z] #20 17.15 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2022-08-25T22:41:18.733Z] #20 17.16 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-25T22:41:18.990Z] #20 17.36 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5+deb10u2 [1281 kB] [2022-08-25T22:41:18.990Z] #20 17.40 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2022-08-25T22:41:18.990Z] #20 17.44 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2022-08-25T22:41:19.282Z] #20 14.71 The following NEW packages will be installed: [2022-08-25T22:41:19.282Z] #20 14.71 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-25T22:41:19.282Z] #20 14.71 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-25T22:41:19.282Z] #20 14.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-25T22:41:19.282Z] #20 14.71 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-25T22:41:19.282Z] #20 14.71 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-25T22:41:19.282Z] #20 14.71 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-25T22:41:19.282Z] #20 14.71 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-25T22:41:19.282Z] #20 14.71 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-25T22:41:19.282Z] #20 14.71 xz-utils zip [2022-08-25T22:41:19.542Z] #20 15.02 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:19.542Z] #20 15.02 Need to get 28.6 MB of archives. [2022-08-25T22:41:19.542Z] #20 15.02 After this operation, 116 MB of additional disk space will be used. [2022-08-25T22:41:19.542Z] #20 15.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2022-08-25T22:41:19.542Z] #20 15.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2022-08-25T22:41:19.542Z] #20 15.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2022-08-25T22:41:19.542Z] #20 15.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2022-08-25T22:41:19.542Z] #20 15.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2022-08-25T22:41:19.542Z] #20 15.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2022-08-25T22:41:19.542Z] #20 15.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2022-08-25T22:41:19.542Z] #20 15.20 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2022-08-25T22:41:19.542Z] #20 15.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2022-08-25T22:41:19.542Z] #20 15.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2022-08-25T22:41:19.542Z] #20 15.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2022-08-25T22:41:19.542Z] #20 15.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2022-08-25T22:41:19.542Z] #20 15.22 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-08-25T22:41:19.542Z] #20 15.22 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2022-08-25T22:41:19.542Z] #20 15.23 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2022-08-25T22:41:19.542Z] #20 15.23 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2022-08-25T22:41:19.542Z] #20 15.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:41:19.542Z] #20 15.25 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:41:19.542Z] #20 15.26 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2022-08-25T22:41:19.542Z] #20 15.26 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2022-08-25T22:41:19.542Z] #20 15.27 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB] [2022-08-25T22:41:19.542Z] #20 15.27 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2022-08-25T22:41:19.542Z] #20 15.30 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2022-08-25T22:41:19.542Z] #20 15.30 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:41:19.542Z] #20 15.31 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:41:19.542Z] #20 15.32 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:41:19.545Z] #40 ... [2022-08-25T22:41:19.545Z] [2022-08-25T22:41:19.545Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-25T22:41:19.545Z] #29 sha256:f72f5aee2960a020477491a485aaaa5ee9e8300a1cf91c47da46f7033c18b786 [2022-08-25T22:41:19.545Z] #29 24.70 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-25T22:41:19.545Z] #29 25.10 [2022-08-25T22:41:19.545Z] #29 25.48 #=#=# ######################################################################## 100.0% [2022-08-25T22:41:19.545Z] #29 25.62 [2022-08-25T22:41:19.545Z] #29 25.77 Download of images into '/build' complete. [2022-08-25T22:41:19.545Z] #29 25.77 Use something like the following to load the result into a Docker daemon: [2022-08-25T22:41:19.546Z] #29 25.77 tar -cC '/build' . | docker load [2022-08-25T22:41:19.546Z] #29 DONE 25.9s [2022-08-25T22:41:19.546Z] [2022-08-25T22:41:19.546Z] #36 [tini 1/2] 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-08-25T22:41:19.546Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:19.546Z] #36 18.56 Reading package lists... [2022-08-25T22:41:19.559Z] #20 34.46 Selecting previously unselected package vim. [2022-08-25T22:41:19.585Z] #20 17.93 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:19.585Z] #20 18.02 Fetched 28.6 MB in 1s (19.3 MB/s) [2022-08-25T22:41:19.802Z] #20 15.33 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2022-08-25T22:41:19.802Z] #20 15.33 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2022-08-25T22:41:19.802Z] #20 15.33 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:41:19.820Z] #20 34.47 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:41:19.820Z] #20 34.49 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:19.846Z] #20 18.07 Selecting previously unselected package pigz. [2022-08-25T22:41:19.846Z] #20 18.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23452 files and directories currently installed.) [2022-08-25T22:41:19.846Z] #20 18.15 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2022-08-25T22:41:19.846Z] #20 18.17 Unpacking pigz (2.4-1) ... [2022-08-25T22:41:19.846Z] #20 18.25 Selecting previously unselected package libpython3.7-minimal:amd64. [2022-08-25T22:41:20.001Z] #36 33.75 Reading package lists... [2022-08-25T22:41:20.001Z] #36 ... [2022-08-25T22:41:20.001Z] [2022-08-25T22:41:20.001Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:41:20.001Z] #58 sha256:b4d9b84bc032fe27b2426648c16d8dabafbec547e82df86afa7113e9af33bcca [2022-08-25T22:41:20.001Z] #58 25.02 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-25T22:41:20.001Z] #58 ... [2022-08-25T22:41:20.001Z] [2022-08-25T22:41:20.001Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:20.001Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:41:20.001Z] #42 34.45 Fetched 8475 kB in 26s (326 kB/s) [2022-08-25T22:41:20.062Z] #20 15.61 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:41:20.062Z] #20 15.61 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:41:20.062Z] #20 15.61 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:41:20.062Z] #20 15.62 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2022-08-25T22:41:20.062Z] #20 15.62 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2022-08-25T22:41:20.062Z] #20 15.63 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2022-08-25T22:41:20.062Z] #20 15.63 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-25T22:41:20.062Z] #20 15.68 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-25T22:41:20.062Z] #20 15.68 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-25T22:41:20.062Z] #20 15.69 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2022-08-25T22:41:20.062Z] #20 15.69 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-25T22:41:20.062Z] #20 15.70 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-25T22:41:20.062Z] #20 15.71 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-25T22:41:20.081Z] #20 34.84 Selecting previously unselected package xfsprogs. [2022-08-25T22:41:20.081Z] #20 34.85 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2022-08-25T22:41:20.081Z] #20 34.85 Unpacking xfsprogs (4.20.0-1) ... [2022-08-25T22:41:20.114Z] #20 18.26 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:20.114Z] #20 18.27 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:20.322Z] #20 15.71 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2022-08-25T22:41:20.322Z] #20 15.75 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2022-08-25T22:41:20.322Z] #20 15.76 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2022-08-25T22:41:20.322Z] #20 15.77 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-25T22:41:20.322Z] #20 15.99 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5+deb10u2 [1281 kB] [2022-08-25T22:41:20.370Z] #20 18.70 Selecting previously unselected package python3.7-minimal. [2022-08-25T22:41:20.370Z] #20 18.70 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:20.370Z] #20 18.71 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:41:20.582Z] #20 16.03 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2022-08-25T22:41:20.582Z] #20 16.06 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2022-08-25T22:41:20.652Z] #20 35.22 Selecting previously unselected package zip. [2022-08-25T22:41:20.652Z] #20 35.24 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2022-08-25T22:41:20.652Z] #20 35.24 Unpacking zip (3.0-11+b1) ... [2022-08-25T22:41:20.652Z] #20 35.38 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:41:20.652Z] #20 35.40 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:41:20.652Z] #20 35.41 Setting up libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:20.652Z] #20 35.42 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:41:20.652Z] #20 35.43 Setting up libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:41:20.652Z] #20 35.45 Setting up libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:20.652Z] #20 35.46 Setting up uidmap (1:4.5-1.1) ... [2022-08-25T22:41:20.842Z] #20 16.55 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:20.913Z] #20 35.47 Setting up libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:41:20.913Z] #20 35.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:20.913Z] #20 35.50 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:41:20.913Z] #20 35.51 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:20.913Z] #20 35.52 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:41:20.913Z] #20 35.53 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:20.913Z] #20 35.54 Setting up zip (3.0-11+b1) ... [2022-08-25T22:41:20.913Z] #20 35.55 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:20.913Z] #20 35.58 Setting up bash-completion (1:2.8-6) ... [2022-08-25T22:41:21.102Z] #20 16.65 Fetched 28.6 MB in 1s (21.9 MB/s) [2022-08-25T22:41:21.102Z] #20 16.70 Selecting previously unselected package pigz. [2022-08-25T22:41:21.102Z] #20 16.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23452 files and directories currently installed.) [2022-08-25T22:41:21.102Z] #20 16.78 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2022-08-25T22:41:21.102Z] #20 16.79 Unpacking pigz (2.4-1) ... [2022-08-25T22:41:21.102Z] #20 16.87 Selecting previously unselected package libpython3.7-minimal:amd64. [2022-08-25T22:41:21.102Z] #20 16.87 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:21.297Z] #20 19.37 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:21.297Z] #20 19.39 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:41:21.297Z] #20 ... [2022-08-25T22:41:21.297Z] [2022-08-25T22:41:21.297Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:41:21.297Z] #53 sha256:f980d56e6f08fa3987aa58f4c70ef84c9eec2872fbba46789719d9cb49ceacd4 [2022-08-25T22:41:21.297Z] #53 28.89 + mkdir -p /build [2022-08-25T22:41:21.297Z] #53 28.89 + cp runc /build/runc [2022-08-25T22:41:21.362Z] #20 16.88 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:21.553Z] #53 DONE 29.2s [2022-08-25T22:41:21.553Z] [2022-08-25T22:41:21.553Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:21.553Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:21.553Z] #43 64.94 CC criu/cr-check.o [2022-08-25T22:41:21.553Z] #43 66.39 CC criu/cr-dedup.o [2022-08-25T22:41:21.553Z] #43 66.81 CC criu/cr-dump.o [2022-08-25T22:41:21.622Z] #20 17.21 Selecting previously unselected package python3.7-minimal. [2022-08-25T22:41:21.622Z] #20 17.21 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:21.622Z] #20 17.21 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:41:22.191Z] #20 17.91 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:22.451Z] #20 17.94 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:41:22.482Z] #43 68.77 CC criu/cr-errno.o [2022-08-25T22:41:22.482Z] #43 68.82 CC criu/cr-restore.o [2022-08-25T22:41:23.458Z] #20 37.67 Setting up libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:23.458Z] #20 37.68 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:41:23.458Z] #20 37.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-25T22:41:23.458Z] #20 37.71 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-25T22:41:23.458Z] #20 37.73 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:41:23.458Z] #20 37.79 invoke-rc.d: could not determine current runlevel [2022-08-25T22:41:23.458Z] #20 37.80 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-25T22:41:23.458Z] #20 37.81 Setting up pigz (2.4-1) ... [2022-08-25T22:41:23.458Z] #20 37.82 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:41:23.458Z] #20 37.83 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:41:23.458Z] #20 37.85 Setting up python-pip-whl (18.1-5) ... [2022-08-25T22:41:23.458Z] #20 37.87 Setting up libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:41:23.458Z] #20 37.88 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:23.458Z] #20 38.18 Setting up libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:41:23.458Z] #20 38.19 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:41:23.458Z] #20 38.21 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:23.458Z] #20 38.22 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:23.458Z] #20 38.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-25T22:41:23.458Z] #20 38.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-25T22:41:23.458Z] #20 38.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-25T22:41:23.458Z] #20 38.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-25T22:41:23.458Z] #20 38.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-25T22:41:23.458Z] #20 38.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-25T22:41:23.458Z] #20 38.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-25T22:41:23.458Z] #20 38.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-25T22:41:23.719Z] #20 38.30 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:41:23.719Z] #20 38.31 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:41:23.719Z] #20 38.33 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:41:23.719Z] #20 38.34 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:41:23.719Z] #20 38.35 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:41:23.719Z] #20 38.37 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:24.359Z] #20 19.61 Selecting previously unselected package python3-minimal. [2022-08-25T22:41:24.359Z] #20 19.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23701 files and directories currently installed.) [2022-08-25T22:41:24.359Z] #20 19.67 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2022-08-25T22:41:24.359Z] #20 19.69 Unpacking python3-minimal (3.7.3-1) ... [2022-08-25T22:41:24.359Z] #20 19.75 Selecting previously unselected package libmpdec2:amd64. [2022-08-25T22:41:24.359Z] #20 19.76 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2022-08-25T22:41:24.359Z] #20 19.78 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:41:24.359Z] #20 19.86 Selecting previously unselected package libpython3.7-stdlib:amd64. [2022-08-25T22:41:24.359Z] #20 19.87 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:24.359Z] #20 19.87 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:24.374Z] #43 ... [2022-08-25T22:41:24.374Z] [2022-08-25T22:41:24.374Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:24.374Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:24.374Z] #20 21.08 Selecting previously unselected package python3-minimal. [2022-08-25T22:41:24.374Z] #20 21.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23701 files and directories currently installed.) [2022-08-25T22:41:24.374Z] #20 21.12 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2022-08-25T22:41:24.374Z] #20 21.12 Unpacking python3-minimal (3.7.3-1) ... [2022-08-25T22:41:24.374Z] #20 21.21 Selecting previously unselected package libmpdec2:amd64. [2022-08-25T22:41:24.374Z] #20 21.21 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2022-08-25T22:41:24.374Z] #20 21.21 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:41:24.374Z] #20 21.29 Selecting previously unselected package libpython3.7-stdlib:amd64. [2022-08-25T22:41:24.374Z] #20 21.29 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:24.374Z] #20 21.33 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:24.374Z] #20 22.10 Selecting previously unselected package python3.7. [2022-08-25T22:41:24.374Z] #20 22.11 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:24.374Z] #20 22.11 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:24.374Z] #20 22.22 Selecting previously unselected package libpython3-stdlib:amd64. [2022-08-25T22:41:24.374Z] #20 22.22 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2022-08-25T22:41:24.374Z] #20 22.22 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:41:24.374Z] #20 22.28 Setting up python3-minimal (3.7.3-1) ... [2022-08-25T22:41:24.630Z] #20 22.94 Selecting previously unselected package python3. [2022-08-25T22:41:24.630Z] #20 22.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24113 files and directories currently installed.) [2022-08-25T22:41:24.630Z] #20 22.98 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2022-08-25T22:41:24.630Z] #20 22.99 Unpacking python3 (3.7.3-1) ... [2022-08-25T22:41:24.887Z] #20 23.08 Selecting previously unselected package libip4tc0:amd64. [2022-08-25T22:41:24.887Z] #20 23.09 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:24.887Z] #20 23.10 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:24.887Z] #20 23.18 Selecting previously unselected package libip6tc0:amd64. [2022-08-25T22:41:24.887Z] #20 23.18 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:24.887Z] #20 23.18 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:24.887Z] #20 23.27 Selecting previously unselected package libiptc0:amd64. [2022-08-25T22:41:24.887Z] #20 23.27 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:24.887Z] #20 23.29 Unpacking libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:24.887Z] #20 23.33 Selecting previously unselected package libnfnetlink0:amd64. [2022-08-25T22:41:24.929Z] #20 20.60 Selecting previously unselected package python3.7. [2022-08-25T22:41:25.143Z] #20 23.37 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-08-25T22:41:25.143Z] #20 23.37 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:41:25.143Z] #20 23.45 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-08-25T22:41:25.143Z] #20 23.45 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2022-08-25T22:41:25.143Z] #20 23.47 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:41:25.143Z] #20 23.52 Selecting previously unselected package libnftnl11:amd64. [2022-08-25T22:41:25.143Z] #20 23.53 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2022-08-25T22:41:25.143Z] #20 23.53 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:41:25.189Z] #20 20.60 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:41:25.189Z] #20 20.61 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:25.189Z] #20 20.72 Selecting previously unselected package libpython3-stdlib:amd64. [2022-08-25T22:41:25.189Z] #20 20.73 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2022-08-25T22:41:25.189Z] #20 20.73 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:41:25.189Z] #20 20.82 Setting up python3-minimal (3.7.3-1) ... [2022-08-25T22:41:25.280Z] #42 34.45 Reading package lists... [2022-08-25T22:41:25.280Z] #42 ... [2022-08-25T22:41:25.280Z] [2022-08-25T22:41:25.280Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:41:25.280Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:41:25.401Z] #20 23.61 Selecting previously unselected package iptables. [2022-08-25T22:41:25.401Z] #20 23.62 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2022-08-25T22:41:25.401Z] #20 23.63 Unpacking iptables (1.8.2-4) ... [2022-08-25T22:41:25.416Z] #36 25.75 Reading package lists... [2022-08-25T22:41:25.417Z] #36 ... [2022-08-25T22:41:25.417Z] [2022-08-25T22:41:25.417Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:25.417Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:25.417Z] #49 28.50 go: downloading github.com/fatih/color v1.13.0 [2022-08-25T22:41:25.417Z] #49 28.50 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:41:25.417Z] #49 28.53 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:41:25.417Z] #49 28.60 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-25T22:41:25.417Z] #49 28.62 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-25T22:41:25.417Z] #49 28.93 go: downloading github.com/spf13/viper v1.10.1 [2022-08-25T22:41:25.417Z] #49 28.99 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-25T22:41:25.417Z] #49 29.40 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-25T22:41:25.417Z] #49 29.41 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-25T22:41:25.417Z] #49 29.44 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-25T22:41:25.417Z] #49 29.55 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-25T22:41:25.417Z] #49 30.70 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-25T22:41:25.417Z] #49 30.72 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-25T22:41:25.632Z] #20 ... [2022-08-25T22:41:25.632Z] [2022-08-25T22:41:25.632Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:25.632Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:25.633Z] #43 70.41 CC criu/crtools.o [2022-08-25T22:41:25.633Z] #43 70.79 CC criu/eventfd.o [2022-08-25T22:41:25.633Z] #43 71.07 CC criu/eventpoll.o [2022-08-25T22:41:25.633Z] #43 71.61 CC criu/external.o [2022-08-25T22:41:25.633Z] #43 71.84 CC criu/fault-injection.o [2022-08-25T22:41:25.633Z] #43 71.91 CC criu/fdstore.o [2022-08-25T22:41:25.633Z] #43 72.12 CC criu/fifo.o [2022-08-25T22:41:25.633Z] #43 72.36 CC criu/file-ids.o [2022-08-25T22:41:25.633Z] #43 72.57 CC criu/file-lock.o [2022-08-25T22:41:25.633Z] #43 73.10 CC criu/files-ext.o [2022-08-25T22:41:25.633Z] #43 73.35 CC criu/files-reg.o [2022-08-25T22:41:25.633Z] #43 74.78 CC criu/files.o [2022-08-25T22:41:25.633Z] #43 76.14 CC criu/filesystems.o [2022-08-25T22:41:25.633Z] #43 76.67 CC criu/fsnotify.o [2022-08-25T22:41:25.633Z] #43 77.42 CC criu/image-desc.o [2022-08-25T22:41:25.633Z] #43 77.52 CC criu/image.o [2022-08-25T22:41:25.633Z] #43 78.12 CC criu/ipc_ns.o [2022-08-25T22:41:25.633Z] #43 78.89 CC criu/irmap.o [2022-08-25T22:41:25.633Z] #43 79.38 CC criu/kcmp-ids.o [2022-08-25T22:41:25.633Z] #43 79.61 CC criu/kerndat.o [2022-08-25T22:41:25.633Z] #43 80.50 CC criu/libnetlink.o [2022-08-25T22:41:25.633Z] #43 80.76 CC criu/log.o [2022-08-25T22:41:25.633Z] #43 ... [2022-08-25T22:41:25.633Z] [2022-08-25T22:41:25.633Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:25.633Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:25.633Z] #20 40.21 Setting up iptables (1.8.2-4) ... [2022-08-25T22:41:25.633Z] #20 40.23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:41:25.633Z] #20 40.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:41:25.633Z] #20 40.24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:41:25.633Z] #20 40.24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:41:25.633Z] #20 40.25 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-25T22:41:25.633Z] #20 40.25 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-25T22:41:25.633Z] #20 40.26 Setting up python3 (3.7.3-1) ... [2022-08-25T22:41:25.658Z] #20 23.94 Selecting previously unselected package xxd. [2022-08-25T22:41:25.658Z] #20 23.94 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:41:25.658Z] #20 23.95 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:25.893Z] #20 40.62 Setting up python3-wheel (0.32.3-2) ... [2022-08-25T22:41:25.914Z] #20 24.06 Selecting previously unselected package vim-common. [2022-08-25T22:41:25.914Z] #20 24.07 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:41:25.914Z] #20 24.10 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:25.914Z] #20 24.19 Selecting previously unselected package bash-completion. [2022-08-25T22:41:25.914Z] #20 24.19 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-25T22:41:26.056Z] #40 39.67 Checking out files: 54% (1180/2176) Checking out files: 55% (1197/2176) Checking out files: 56% (1219/2176) Checking out files: 57% (1241/2176) Checking out files: 58% (1263/2176) Checking out files: 59% (1284/2176) Checking out files: 60% (1306/2176) Checking out files: 61% (1328/2176) Checking out files: 62% (1350/2176) Checking out files: 63% (1371/2176) Checking out files: 64% (1393/2176) Checking out files: 65% (1415/2176) Checking out files: 66% (1437/2176) Checking out files: 67% (1458/2176) Checking out files: 68% (1480/2176) Checking out files: 69% (1502/2176) Checking out files: 70% (1524/2176) Checking out files: 71% (1545/2176) Checking out files: 72% (1567/2176) Checking out files: 73% (1589/2176) Checking out files: 74% (1611/2176) Checking out files: 75% (1632/2176) Checking out files: 76% (1654/2176) Checking out files: 77% (1676/2176) Checking out files: 78% (1698/2176) Checking out files: 79% (1720/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-25T22:41:26.056Z] #40 40.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-25T22:41:26.128Z] #20 21.50 Selecting previously unselected package python3. [2022-08-25T22:41:26.128Z] #20 21.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24113 files and directories currently installed.) [2022-08-25T22:41:26.128Z] #20 21.52 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2022-08-25T22:41:26.128Z] #20 21.55 Unpacking python3 (3.7.3-1) ... [2022-08-25T22:41:26.128Z] #20 21.64 Selecting previously unselected package libip4tc0:amd64. [2022-08-25T22:41:26.128Z] #20 21.65 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:26.128Z] #20 21.65 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:26.128Z] #20 21.73 Selecting previously unselected package libip6tc0:amd64. [2022-08-25T22:41:26.128Z] #20 21.74 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:26.128Z] #20 21.75 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:26.128Z] #20 21.83 Selecting previously unselected package libiptc0:amd64. [2022-08-25T22:41:26.388Z] #20 21.85 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2022-08-25T22:41:26.388Z] #20 21.86 Unpacking libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:26.388Z] #20 21.93 Selecting previously unselected package libnfnetlink0:amd64. [2022-08-25T22:41:26.388Z] #20 21.93 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-08-25T22:41:26.388Z] #20 21.93 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:41:26.388Z] #20 21.98 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-08-25T22:41:26.388Z] #20 21.99 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2022-08-25T22:41:26.388Z] #20 21.99 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:41:26.388Z] #20 22.06 Selecting previously unselected package libnftnl11:amd64. [2022-08-25T22:41:26.388Z] #20 22.07 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2022-08-25T22:41:26.388Z] #20 22.08 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:41:26.464Z] #20 41.08 Setting up apparmor (2.13.2-10) ... [2022-08-25T22:41:26.647Z] #20 22.17 Selecting previously unselected package iptables. [2022-08-25T22:41:26.647Z] #20 22.17 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2022-08-25T22:41:26.647Z] #20 22.18 Unpacking iptables (1.8.2-4) ... [2022-08-25T22:41:26.907Z] #20 22.47 Selecting previously unselected package xxd. [2022-08-25T22:41:26.907Z] #20 22.47 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:41:26.907Z] #20 22.48 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:27.167Z] #20 22.58 Selecting previously unselected package vim-common. [2022-08-25T22:41:27.167Z] #20 22.59 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:41:27.167Z] #20 22.61 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:27.167Z] #20 22.75 Selecting previously unselected package bash-completion. [2022-08-25T22:41:27.167Z] #20 22.75 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-25T22:41:27.329Z] #49 ... [2022-08-25T22:41:27.329Z] [2022-08-25T22:41:27.329Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:41:27.329Z] #51 sha256:a0d99f844453c721d0d410d2b1a895da0921da0ca7ede4e433624184b5ad5723 [2022-08-25T22:41:27.329Z] #51 DONE 32.9s [2022-08-25T22:41:27.329Z] [2022-08-25T22:41:27.329Z] #36 [tini 1/2] 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-08-25T22:41:27.329Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:27.329Z] #36 25.75 Reading package lists... [2022-08-25T22:41:27.329Z] #36 31.12 Building dependency tree... [2022-08-25T22:41:27.427Z] #20 ... [2022-08-25T22:41:27.427Z] [2022-08-25T22:41:27.427Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:41:27.427Z] #53 sha256:cc149737c712de2e8ca41a53ccdbc33afa66278a9ce024f674372184145f24b0 [2022-08-25T22:41:27.427Z] #53 29.77 + mkdir -p /build [2022-08-25T22:41:27.686Z] #53 29.77 + cp runc /build/runc [2022-08-25T22:41:27.806Z] #20 26.03 Unpacking bash-completion (1:2.8-6) ... [2022-08-25T22:41:27.849Z] #20 42.34 Setting up xfsprogs (4.20.0-1) ... [2022-08-25T22:41:27.849Z] #20 42.36 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:41:27.849Z] #20 42.69 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:27.946Z] #53 ... [2022-08-25T22:41:27.946Z] [2022-08-25T22:41:27.946Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:27.946Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:27.946Z] #43 60.39 CC criu/bfd.o [2022-08-25T22:41:27.946Z] #43 60.77 CC criu/bitmap.o [2022-08-25T22:41:27.946Z] #43 60.87 CC criu/cgroup-props.o [2022-08-25T22:41:27.946Z] #43 61.45 CC criu/cgroup.o [2022-08-25T22:41:27.946Z] #43 63.77 CC criu/clone-noasan.o [2022-08-25T22:41:27.946Z] #43 63.96 CC criu/config.o [2022-08-25T22:41:27.946Z] #43 65.06 CC criu/cr-check.o [2022-08-25T22:41:27.946Z] #43 66.35 CC criu/cr-dedup.o [2022-08-25T22:41:27.946Z] #43 66.64 CC criu/cr-dump.o [2022-08-25T22:41:27.946Z] #43 68.29 CC criu/cr-errno.o [2022-08-25T22:41:27.946Z] #43 68.41 CC criu/cr-restore.o [2022-08-25T22:41:28.062Z] #20 26.35 Selecting previously unselected package bzip2. [2022-08-25T22:41:28.062Z] #20 26.35 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2022-08-25T22:41:28.062Z] #20 26.36 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:41:28.206Z] #43 ... [2022-08-25T22:41:28.206Z] [2022-08-25T22:41:28.206Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:41:28.206Z] #53 sha256:cc149737c712de2e8ca41a53ccdbc33afa66278a9ce024f674372184145f24b0 [2022-08-25T22:41:28.206Z] #53 DONE 30.3s [2022-08-25T22:41:28.206Z] [2022-08-25T22:41:28.206Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:41:28.206Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:41:28.319Z] #20 26.44 Selecting previously unselected package xz-utils. [2022-08-25T22:41:28.319Z] #20 26.45 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_amd64.deb ... [2022-08-25T22:41:28.319Z] #20 26.45 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:41:28.319Z] #20 26.56 Selecting previously unselected package apparmor. [2022-08-25T22:41:28.319Z] #20 26.57 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2022-08-25T22:41:28.319Z] #20 26.64 Unpacking apparmor (2.13.2-10) ... [2022-08-25T22:41:28.575Z] #20 26.92 Selecting previously unselected package aufs-tools. [2022-08-25T22:41:28.575Z] #20 26.93 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2022-08-25T22:41:28.575Z] #20 26.93 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:41:28.722Z] #36 ... [2022-08-25T22:41:28.722Z] [2022-08-25T22:41:28.722Z] #55 [containerd 1/2] 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-08-25T22:41:28.722Z] #55 sha256:a0fa6c659b5cdadfa7cba4d6b6433fe55677bc034e57643f2a4f9aadfe6eec73 [2022-08-25T22:41:28.722Z] #55 24.53 Reading package lists... [2022-08-25T22:41:28.722Z] #55 30.15 Building dependency tree... [2022-08-25T22:41:28.722Z] #55 33.83 The following additional packages will be installed: [2022-08-25T22:41:28.722Z] #55 33.84 libbtrfs0 [2022-08-25T22:41:28.722Z] #55 34.04 The following NEW packages will be installed: [2022-08-25T22:41:28.722Z] #55 34.06 libbtrfs-dev libbtrfs0 [2022-08-25T22:41:28.722Z] #55 34.48 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:28.722Z] #55 34.48 Need to get 119 kB of archives. [2022-08-25T22:41:28.722Z] #55 34.48 After this operation, 387 kB of additional disk space will be used. [2022-08-25T22:41:28.722Z] #55 34.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2022-08-25T22:41:28.722Z] #55 34.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2022-08-25T22:41:28.790Z] #20 43.37 Setting up python3-distutils (3.7.3-1) ... [2022-08-25T22:41:28.832Z] #20 27.02 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:41:28.832Z] #20 27.02 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:41:28.832Z] #20 27.04 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:41:28.832Z] #20 27.16 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:41:28.832Z] #20 27.17 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:41:28.832Z] #20 27.17 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:41:28.982Z] #55 ... [2022-08-25T22:41:28.982Z] [2022-08-25T22:41:28.982Z] #36 [tini 1/2] 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-08-25T22:41:28.982Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:28.982Z] #36 34.68 The following additional packages will be installed: [2022-08-25T22:41:28.982Z] #36 34.69 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-25T22:41:28.982Z] #36 34.69 Suggested packages: [2022-08-25T22:41:28.982Z] #36 34.70 cmake-doc ninja-build lrzip [2022-08-25T22:41:28.982Z] #36 34.70 Recommended packages: [2022-08-25T22:41:28.982Z] #36 34.70 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-25T22:41:29.050Z] #20 43.70 Setting up python3-setuptools (40.8.0-1) ... [2022-08-25T22:41:29.088Z] #20 27.26 Selecting previously unselected package jq. [2022-08-25T22:41:29.088Z] #20 27.28 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:41:29.088Z] #20 27.28 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:41:29.088Z] #20 27.35 Selecting previously unselected package libaio1:amd64. [2022-08-25T22:41:29.088Z] #20 27.35 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2022-08-25T22:41:29.088Z] #20 27.36 Unpacking libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:41:29.088Z] #20 27.41 Selecting previously unselected package libgpm2:amd64. [2022-08-25T22:41:29.088Z] #20 27.41 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2022-08-25T22:41:29.088Z] #20 27.42 Unpacking libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:41:29.088Z] #20 27.49 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:41:29.088Z] #20 27.49 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:41:29.088Z] #20 27.49 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:41:29.242Z] #36 ... [2022-08-25T22:41:29.242Z] [2022-08-25T22:41:29.242Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:29.242Z] #42 sha256:8e11ff296f17740fae7fb9761303361bb39368a6f89a40e53594467cb8d18cf1 [2022-08-25T22:41:29.242Z] #42 18.47 Reading package lists... [2022-08-25T22:41:29.242Z] #42 25.56 Reading package lists... [2022-08-25T22:41:29.242Z] #42 30.86 Building dependency tree... [2022-08-25T22:41:29.242Z] #42 34.51 The following additional packages will be installed: [2022-08-25T22:41:29.242Z] #42 34.52 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-25T22:41:29.242Z] #42 34.52 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-25T22:41:29.242Z] #42 34.54 Suggested packages: [2022-08-25T22:41:29.242Z] #42 34.54 manpages-dev python-setuptools [2022-08-25T22:41:29.242Z] #42 ... [2022-08-25T22:41:29.242Z] [2022-08-25T22:41:29.242Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:29.242Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:29.242Z] #49 33.74 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:41:29.242Z] #49 33.80 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-25T22:41:29.242Z] #49 34.03 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-25T22:41:29.242Z] #49 34.07 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-25T22:41:29.242Z] #49 34.11 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-25T22:41:29.242Z] #49 34.12 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-25T22:41:29.242Z] #49 34.19 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-25T22:41:29.242Z] #49 34.24 go: downloading github.com/spf13/afero v1.6.0 [2022-08-25T22:41:29.242Z] #49 34.38 go: downloading github.com/spf13/cast v1.4.1 [2022-08-25T22:41:29.242Z] #49 34.41 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-25T22:41:29.242Z] #49 34.44 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-25T22:41:29.242Z] #49 34.44 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-25T22:41:29.242Z] #49 34.48 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-25T22:41:29.242Z] #49 34.66 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-25T22:41:29.242Z] #49 34.68 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-25T22:41:29.242Z] #49 34.72 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-25T22:41:29.242Z] #49 34.76 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-25T22:41:29.242Z] #49 34.79 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-25T22:41:29.242Z] #49 34.82 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-25T22:41:29.242Z] #49 34.83 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-25T22:41:29.242Z] #49 34.86 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-25T22:41:29.344Z] #40 ... [2022-08-25T22:41:29.344Z] [2022-08-25T22:41:29.344Z] #55 [containerd 1/2] 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-08-25T22:41:29.344Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:41:29.344Z] #55 33.94 Fetched 8475 kB in 25s (336 kB/s) [2022-08-25T22:41:29.344Z] #55 33.94 Reading package lists... [2022-08-25T22:41:29.344Z] #55 44.03 Reading package lists... [2022-08-25T22:41:29.344Z] #55 ... [2022-08-25T22:41:29.344Z] [2022-08-25T22:41:29.344Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:29.344Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:41:29.344Z] #42 34.45 Reading package lists... [2022-08-25T22:41:29.812Z] #49 35.47 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-25T22:41:29.812Z] #49 35.54 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-25T22:41:29.812Z] #49 35.57 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-25T22:41:29.812Z] #49 35.62 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-25T22:41:29.812Z] #49 35.63 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-25T22:41:29.812Z] #49 35.71 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-25T22:41:29.993Z] #20 44.41 Setting up python3-pip (18.1-5) ... [2022-08-25T22:41:30.121Z] #56 ... [2022-08-25T22:41:30.121Z] [2022-08-25T22:41:30.121Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:30.121Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:30.121Z] #43 72.50 CC criu/cr-service.o [2022-08-25T22:41:30.515Z] #20 45.14 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:41:30.515Z] #20 45.19 Processing triggers for mime-support (3.62) ... [2022-08-25T22:41:30.766Z] #49 36.50 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-25T22:41:31.027Z] #49 36.63 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-25T22:41:31.027Z] #49 36.69 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-25T22:41:31.027Z] #49 ... [2022-08-25T22:41:31.027Z] [2022-08-25T22:41:31.027Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:31.027Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:41:31.027Z] #13 17.52 Reading package lists... [2022-08-25T22:41:31.027Z] #13 24.89 Reading package lists... [2022-08-25T22:41:31.027Z] #13 30.35 Building dependency tree... [2022-08-25T22:41:31.027Z] #13 34.01 The following additional packages will be installed: [2022-08-25T22:41:31.027Z] #13 34.05 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-25T22:41:31.027Z] #13 34.05 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-25T22:41:31.027Z] #13 34.05 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-25T22:41:31.027Z] #13 34.05 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-25T22:41:31.027Z] #13 34.05 mingw-w64-x86-64-dev [2022-08-25T22:41:31.027Z] #13 34.05 Suggested packages: [2022-08-25T22:41:31.027Z] #13 34.05 gcc-8-locales seccomp wine64 [2022-08-25T22:41:31.027Z] #13 ... [2022-08-25T22:41:31.027Z] [2022-08-25T22:41:31.027Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:31.027Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:31.027Z] #49 36.78 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-25T22:41:31.027Z] #49 36.81 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-25T22:41:31.027Z] #49 ... [2022-08-25T22:41:31.027Z] [2022-08-25T22:41:31.027Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:41:31.027Z] #67 sha256:f41c8abb87bfb31609d725d667035155bec4521f058ea0f1ceaaf8ea5ca81659 [2022-08-25T22:41:31.027Z] #67 DONE 36.9s [2022-08-25T22:41:31.027Z] [2022-08-25T22:41:31.027Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:31.027Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:31.027Z] #49 36.89 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-25T22:41:31.060Z] #43 73.46 CC criu/crtools.o [2022-08-25T22:41:31.286Z] #42 44.90 Reading package lists... [2022-08-25T22:41:31.286Z] #42 ... [2022-08-25T22:41:31.286Z] [2022-08-25T22:41:31.286Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:31.286Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:41:31.286Z] #34 36.51 encoding [2022-08-25T22:41:31.288Z] #49 36.93 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-25T22:41:31.288Z] #49 37.06 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-25T22:41:31.319Z] #43 73.87 CC criu/eventfd.o [2022-08-25T22:41:31.517Z] #20 DONE 46.2s [2022-08-25T22:41:31.517Z] [2022-08-25T22:41:31.517Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:31.517Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:31.517Z] #43 81.11 CC criu/lsm.o [2022-08-25T22:41:31.517Z] #43 81.41 CC criu/mem.o [2022-08-25T22:41:31.517Z] #43 82.52 CC criu/memfd.o [2022-08-25T22:41:31.517Z] #43 83.05 CC criu/mount.o [2022-08-25T22:41:31.517Z] #43 85.89 CC criu/namespaces.o [2022-08-25T22:41:31.517Z] #43 ... [2022-08-25T22:41:31.517Z] [2022-08-25T22:41:31.517Z] #21 [dev-systemd-false 8/26] 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-08-25T22:41:31.517Z] #21 sha256:d040b7dbb4b2cc01062420474fe9940b34a34b58c8f9405f7949eae1c3603868 [2022-08-25T22:41:31.551Z] #49 37.10 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-25T22:41:31.551Z] #49 ... [2022-08-25T22:41:31.551Z] [2022-08-25T22:41:31.551Z] #55 [containerd 1/2] 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-08-25T22:41:31.551Z] #55 sha256:a0fa6c659b5cdadfa7cba4d6b6433fe55677bc034e57643f2a4f9aadfe6eec73 [2022-08-25T22:41:31.551Z] #55 35.46 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:31.551Z] #55 35.64 Fetched 119 kB in 0s (405 kB/s) [2022-08-25T22:41:31.551Z] #55 35.72 Selecting previously unselected package libbtrfs0. [2022-08-25T22:41:31.551Z] #55 35.72 (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 ... 15394 files and directories currently installed.) [2022-08-25T22:41:31.551Z] #55 35.77 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2022-08-25T22:41:31.551Z] #55 35.78 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:41:31.551Z] #55 35.94 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:41:31.551Z] #55 35.95 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2022-08-25T22:41:31.551Z] #55 35.95 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:41:31.551Z] #55 36.31 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:41:31.551Z] #55 36.69 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:41:31.551Z] #55 36.72 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:41:31.551Z] #55 DONE 37.3s [2022-08-25T22:41:31.551Z] [2022-08-25T22:41:31.551Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:31.551Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:31.551Z] #49 37.23 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-25T22:41:31.551Z] #49 37.27 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-25T22:41:31.551Z] #49 37.31 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-25T22:41:31.551Z] #49 37.34 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-25T22:41:31.551Z] #49 37.35 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-25T22:41:31.551Z] #49 37.35 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-25T22:41:31.551Z] #49 37.41 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-25T22:41:31.551Z] #49 37.46 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-25T22:41:31.566Z] #34 ... [2022-08-25T22:41:31.566Z] [2022-08-25T22:41:31.566Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:41:31.566Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:41:31.566Z] #40 44.13 + 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-08-25T22:41:31.580Z] #43 74.10 CC criu/eventpoll.o [2022-08-25T22:41:31.607Z] #20 29.73 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:41:31.608Z] #20 29.74 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:41:31.608Z] #20 29.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:31.608Z] #20 29.80 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:41:31.608Z] #20 29.81 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:41:31.608Z] #20 29.81 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:41:31.608Z] #20 29.89 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:41:31.608Z] #20 29.89 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:41:31.608Z] #20 29.90 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:31.608Z] #20 29.94 Selecting previously unselected package libreadline5:amd64. [2022-08-25T22:41:31.608Z] #20 29.95 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2022-08-25T22:41:31.608Z] #20 29.95 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:41:31.864Z] #20 30.03 Selecting previously unselected package net-tools. [2022-08-25T22:41:31.864Z] #20 30.04 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2022-08-25T22:41:31.864Z] #20 30.04 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:41:31.864Z] #20 30.16 Selecting previously unselected package patch. [2022-08-25T22:41:31.864Z] #20 30.17 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2022-08-25T22:41:31.864Z] #20 30.17 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-25T22:41:31.864Z] #20 30.24 Selecting previously unselected package python-pip-whl. [2022-08-25T22:41:31.864Z] #20 30.25 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-25T22:41:31.864Z] #20 30.25 Unpacking python-pip-whl (18.1-5) ... [2022-08-25T22:41:32.130Z] #49 37.75 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-25T22:41:32.130Z] #49 37.75 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-25T22:41:32.130Z] #49 37.81 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-25T22:41:32.130Z] #49 37.96 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-25T22:41:32.390Z] #49 38.17 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-25T22:41:32.390Z] #49 38.22 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-25T22:41:32.430Z] #20 30.62 Selecting previously unselected package python3-lib2to3. [2022-08-25T22:41:32.430Z] #20 30.63 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-25T22:41:32.430Z] #20 30.63 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:41:32.430Z] #20 30.71 Selecting previously unselected package python3-distutils. [2022-08-25T22:41:32.430Z] #20 30.71 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-25T22:41:32.430Z] #20 30.71 Unpacking python3-distutils (3.7.3-1) ... [2022-08-25T22:41:32.430Z] #20 30.81 Selecting previously unselected package python3-pip. [2022-08-25T22:41:32.479Z] #21 0.942 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-25T22:41:32.479Z] #21 0.946 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-25T22:41:32.479Z] #21 0.949 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-25T22:41:32.479Z] #21 DONE 1.0s [2022-08-25T22:41:32.479Z] [2022-08-25T22:41:32.479Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:32.479Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:32.479Z] #43 87.04 CC criu/net.o [2022-08-25T22:41:32.518Z] #43 74.70 CC criu/external.o [2022-08-25T22:41:32.518Z] #43 74.89 CC criu/fault-injection.o [2022-08-25T22:41:32.518Z] #43 74.96 CC criu/fdstore.o [2022-08-25T22:41:32.652Z] #49 38.32 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-25T22:41:32.652Z] #49 38.35 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-25T22:41:32.652Z] #49 38.40 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-25T22:41:32.686Z] #20 30.82 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-25T22:41:32.686Z] #20 30.82 Unpacking python3-pip (18.1-5) ... [2022-08-25T22:41:32.686Z] #20 30.94 Selecting previously unselected package python3-pkg-resources. [2022-08-25T22:41:32.686Z] #20 30.95 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:41:32.686Z] #20 30.96 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:32.778Z] #43 75.15 CC criu/fifo.o [2022-08-25T22:41:32.943Z] #20 31.05 Selecting previously unselected package python3-setuptools. [2022-08-25T22:41:32.943Z] #20 31.06 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-25T22:41:32.943Z] #20 31.07 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-25T22:41:32.943Z] #20 31.23 Selecting previously unselected package python3-wheel. [2022-08-25T22:41:32.943Z] #20 31.23 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-25T22:41:32.943Z] #20 31.24 Unpacking python3-wheel (0.32.3-2) ... [2022-08-25T22:41:32.943Z] #20 31.31 Selecting previously unselected package sudo. [2022-08-25T22:41:32.967Z] #49 38.48 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-25T22:41:32.967Z] #49 38.48 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-25T22:41:32.967Z] #49 38.53 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-25T22:41:32.967Z] #49 38.58 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-25T22:41:32.967Z] #49 38.59 go: downloading github.com/julz/importas v0.1.0 [2022-08-25T22:41:32.967Z] #49 38.61 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-25T22:41:32.967Z] #49 38.62 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-25T22:41:32.967Z] #49 38.71 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-25T22:41:32.967Z] #49 38.72 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-25T22:41:32.967Z] #49 38.72 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-25T22:41:32.967Z] #49 38.76 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-25T22:41:32.967Z] #49 38.77 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-25T22:41:33.026Z] #40 ... [2022-08-25T22:41:33.026Z] [2022-08-25T22:41:33.026Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:33.026Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:41:33.026Z] #13 33.61 Fetched 9016 kB in 29s (316 kB/s) [2022-08-25T22:41:33.038Z] #43 75.43 CC criu/file-ids.o [2022-08-25T22:41:33.199Z] #20 31.31 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2022-08-25T22:41:33.199Z] #20 31.32 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:41:33.243Z] #49 38.91 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-25T22:41:33.243Z] #49 38.94 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-25T22:41:33.243Z] #49 39.02 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-25T22:41:33.243Z] #49 39.02 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-25T22:41:33.243Z] #49 39.04 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-25T22:41:33.285Z] #13 33.61 Reading package lists... [2022-08-25T22:41:33.285Z] #13 ... [2022-08-25T22:41:33.285Z] [2022-08-25T22:41:33.285Z] #36 [tini 1/2] 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-08-25T22:41:33.285Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:41:33.285Z] #36 33.75 Reading package lists... [2022-08-25T22:41:33.297Z] #43 75.69 CC criu/file-lock.o [2022-08-25T22:41:33.456Z] #20 31.67 Selecting previously unselected package thin-provisioning-tools. [2022-08-25T22:41:33.456Z] #20 31.67 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2022-08-25T22:41:33.456Z] #20 31.68 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:41:33.456Z] #20 31.85 Selecting previously unselected package uidmap. [2022-08-25T22:41:33.712Z] #20 31.86 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2022-08-25T22:41:33.712Z] #20 31.86 Unpacking uidmap (1:4.5-1.1) ... [2022-08-25T22:41:33.712Z] #20 31.95 Selecting previously unselected package vim-runtime. [2022-08-25T22:41:33.712Z] #20 31.95 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:41:33.712Z] #20 31.98 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-25T22:41:33.712Z] #20 32.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-25T22:41:33.712Z] #20 32.01 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:33.823Z] #49 39.63 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-25T22:41:33.823Z] #49 39.65 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-25T22:41:33.853Z] #36 44.10 Reading package lists... [2022-08-25T22:41:33.853Z] #36 ... [2022-08-25T22:41:33.853Z] [2022-08-25T22:41:33.853Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:33.853Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:41:33.853Z] #13 33.61 Reading package lists... [2022-08-25T22:41:33.866Z] #43 76.27 CC criu/files-ext.o [2022-08-25T22:41:34.084Z] #49 39.66 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-25T22:41:34.084Z] #49 39.67 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-25T22:41:34.084Z] #49 39.69 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-25T22:41:34.084Z] #49 39.81 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-25T22:41:34.084Z] #49 39.93 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-25T22:41:34.126Z] #43 76.51 CC criu/files-reg.o [2022-08-25T22:41:34.346Z] #49 39.93 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-25T22:41:34.346Z] #49 39.99 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-25T22:41:34.346Z] #49 40.13 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-25T22:41:34.346Z] #49 40.17 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-25T22:41:34.346Z] #49 40.17 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-25T22:41:34.346Z] #49 40.19 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-25T22:41:34.408Z] #43 89.49 CC criu/netfilter.o [2022-08-25T22:41:34.408Z] #43 89.71 CC criu/page-pipe.o [2022-08-25T22:41:34.606Z] #49 40.21 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-25T22:41:34.606Z] #49 40.33 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-25T22:41:34.606Z] #49 40.35 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-25T22:41:34.606Z] #49 40.37 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-25T22:41:34.606Z] #49 40.42 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-25T22:41:34.868Z] #49 40.45 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-25T22:41:34.868Z] #49 40.49 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-25T22:41:34.868Z] #49 40.49 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-25T22:41:34.868Z] #49 40.67 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-25T22:41:34.868Z] #49 40.67 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-25T22:41:34.868Z] #49 40.68 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-25T22:41:34.978Z] #43 90.19 CC criu/page-xfer.o [2022-08-25T22:41:35.128Z] #49 40.76 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-25T22:41:35.128Z] #49 40.80 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-25T22:41:35.128Z] #49 40.93 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-25T22:41:35.389Z] #49 41.04 go: downloading honnef.co/go/tools v0.2.2 [2022-08-25T22:41:35.507Z] #43 77.93 CC criu/files.o [2022-08-25T22:41:35.767Z] #43 ... [2022-08-25T22:41:35.767Z] [2022-08-25T22:41:35.767Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:35.767Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:35.767Z] #20 25.75 Unpacking bash-completion (1:2.8-6) ... [2022-08-25T22:41:35.767Z] #20 26.03 Selecting previously unselected package bzip2. [2022-08-25T22:41:35.767Z] #20 26.04 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2022-08-25T22:41:35.767Z] #20 26.05 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:41:35.767Z] #20 26.12 Selecting previously unselected package xz-utils. [2022-08-25T22:41:35.767Z] #20 26.13 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_amd64.deb ... [2022-08-25T22:41:35.767Z] #20 26.13 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:41:35.767Z] #20 26.26 Selecting previously unselected package apparmor. [2022-08-25T22:41:35.767Z] #20 26.27 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2022-08-25T22:41:35.767Z] #20 26.33 Unpacking apparmor (2.13.2-10) ... [2022-08-25T22:41:35.767Z] #20 26.58 Selecting previously unselected package aufs-tools. [2022-08-25T22:41:35.767Z] #20 26.58 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2022-08-25T22:41:35.767Z] #20 26.58 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:41:35.767Z] #20 26.68 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:41:35.767Z] #20 26.68 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:41:35.767Z] #20 26.69 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:41:35.768Z] #20 26.81 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:41:35.768Z] #20 26.82 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 26.83 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:41:35.768Z] #20 26.91 Selecting previously unselected package jq. [2022-08-25T22:41:35.768Z] #20 26.92 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 26.92 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:41:35.768Z] #20 26.99 Selecting previously unselected package libaio1:amd64. [2022-08-25T22:41:35.768Z] #20 27.00 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 27.01 Unpacking libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:41:35.768Z] #20 27.05 Selecting previously unselected package libgpm2:amd64. [2022-08-25T22:41:35.768Z] #20 27.05 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 27.06 Unpacking libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:41:35.768Z] #20 27.11 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:41:35.768Z] #20 27.11 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 27.12 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:41:35.768Z] #20 29.59 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:41:35.768Z] #20 29.60 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 29.61 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:35.768Z] #20 29.67 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:41:35.768Z] #20 29.68 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 29.68 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:41:35.768Z] #20 29.83 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:41:35.768Z] #20 29.83 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 29.84 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:35.768Z] #20 29.91 Selecting previously unselected package libreadline5:amd64. [2022-08-25T22:41:35.768Z] #20 29.91 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 29.95 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:41:35.768Z] #20 30.04 Selecting previously unselected package net-tools. [2022-08-25T22:41:35.768Z] #20 30.04 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 30.05 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:41:35.768Z] #20 30.25 Selecting previously unselected package patch. [2022-08-25T22:41:35.768Z] #20 30.25 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2022-08-25T22:41:35.768Z] #20 30.25 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-25T22:41:35.768Z] #20 30.34 Selecting previously unselected package python-pip-whl. [2022-08-25T22:41:35.768Z] #20 30.34 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-25T22:41:35.768Z] #20 30.35 Unpacking python-pip-whl (18.1-5) ... [2022-08-25T22:41:35.768Z] #20 30.76 Selecting previously unselected package python3-lib2to3. [2022-08-25T22:41:35.768Z] #20 30.77 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-25T22:41:35.768Z] #20 30.78 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:41:35.768Z] #20 30.85 Selecting previously unselected package python3-distutils. [2022-08-25T22:41:35.768Z] #20 30.86 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-25T22:41:35.768Z] #20 30.87 Unpacking python3-distutils (3.7.3-1) ... [2022-08-25T22:41:35.768Z] #20 30.96 Selecting previously unselected package python3-pip. [2022-08-25T22:41:35.768Z] #20 30.96 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-25T22:41:35.768Z] #20 30.97 Unpacking python3-pip (18.1-5) ... [2022-08-25T22:41:35.768Z] #20 31.08 Selecting previously unselected package python3-pkg-resources. [2022-08-25T22:41:35.768Z] #20 31.08 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:41:35.768Z] #20 31.10 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:35.768Z] #20 31.21 Selecting previously unselected package python3-setuptools. [2022-08-25T22:41:35.768Z] #20 31.21 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-25T22:41:35.768Z] #20 31.21 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-25T22:41:35.768Z] #20 31.39 Selecting previously unselected package python3-wheel. [2022-08-25T22:41:35.768Z] #20 31.39 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-25T22:41:35.768Z] #20 31.39 Unpacking python3-wheel (0.32.3-2) ... [2022-08-25T22:41:35.768Z] #20 31.46 Selecting previously unselected package sudo. [2022-08-25T22:41:36.028Z] #20 31.47 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2022-08-25T22:41:36.028Z] #20 31.47 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:41:36.232Z] #20 34.22 Selecting previously unselected package vim. [2022-08-25T22:41:36.232Z] #20 34.22 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:41:36.232Z] #20 34.25 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:36.232Z] #20 ... [2022-08-25T22:41:36.232Z] [2022-08-25T22:41:36.232Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:36.232Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:36.232Z] #43 72.48 CC criu/cr-service.o [2022-08-25T22:41:36.232Z] #43 73.66 CC criu/crtools.o [2022-08-25T22:41:36.232Z] #43 74.15 CC criu/eventfd.o [2022-08-25T22:41:36.232Z] #43 74.45 CC criu/eventpoll.o [2022-08-25T22:41:36.232Z] #43 75.02 CC criu/external.o [2022-08-25T22:41:36.232Z] #43 75.24 CC criu/fault-injection.o [2022-08-25T22:41:36.232Z] #43 75.29 CC criu/fdstore.o [2022-08-25T22:41:36.232Z] #43 75.51 CC criu/fifo.o [2022-08-25T22:41:36.232Z] #43 75.79 CC criu/file-ids.o [2022-08-25T22:41:36.232Z] #43 76.00 CC criu/file-lock.o [2022-08-25T22:41:36.232Z] #43 76.63 CC criu/files-ext.o [2022-08-25T22:41:36.232Z] #43 76.89 CC criu/files-reg.o [2022-08-25T22:41:36.232Z] #43 78.42 CC criu/files.o [2022-08-25T22:41:36.232Z] #43 79.79 CC criu/filesystems.o [2022-08-25T22:41:36.232Z] #43 80.27 CC criu/fsnotify.o [2022-08-25T22:41:36.232Z] #43 81.12 CC criu/image-desc.o [2022-08-25T22:41:36.232Z] #43 81.20 CC criu/image.o [2022-08-25T22:41:36.232Z] #43 81.84 CC criu/ipc_ns.o [2022-08-25T22:41:36.232Z] #43 82.62 CC criu/irmap.o [2022-08-25T22:41:36.232Z] #43 ... [2022-08-25T22:41:36.232Z] [2022-08-25T22:41:36.232Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:36.232Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:36.232Z] #20 34.58 Selecting previously unselected package xfsprogs. [2022-08-25T22:41:36.232Z] #20 34.59 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2022-08-25T22:41:36.232Z] #20 34.60 Unpacking xfsprogs (4.20.0-1) ... [2022-08-25T22:41:36.288Z] #20 31.82 Selecting previously unselected package thin-provisioning-tools. [2022-08-25T22:41:36.288Z] #20 31.83 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2022-08-25T22:41:36.288Z] #20 31.84 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:41:36.288Z] #20 32.00 Selecting previously unselected package uidmap. [2022-08-25T22:41:36.288Z] #20 32.00 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2022-08-25T22:41:36.288Z] #20 32.01 Unpacking uidmap (1:4.5-1.1) ... [2022-08-25T22:41:36.451Z] #43 91.25 CC criu/pagemap-cache.o [2022-08-25T22:41:36.451Z] #43 91.56 CC criu/pagemap.o [2022-08-25T22:41:36.489Z] #20 34.92 Selecting previously unselected package zip. [2022-08-25T22:41:36.547Z] #20 32.11 Selecting previously unselected package vim-runtime. [2022-08-25T22:41:36.547Z] #20 32.13 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:41:36.547Z] #20 32.15 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-25T22:41:36.547Z] #20 32.18 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-25T22:41:36.547Z] #20 32.18 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:36.547Z] #20 ... [2022-08-25T22:41:36.547Z] [2022-08-25T22:41:36.547Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:36.547Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:36.547Z] #43 79.19 CC criu/filesystems.o [2022-08-25T22:41:36.745Z] #20 34.92 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2022-08-25T22:41:36.745Z] #20 34.93 Unpacking zip (3.0-11+b1) ... [2022-08-25T22:41:36.745Z] #20 35.04 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:41:36.745Z] #20 35.05 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:41:36.745Z] #20 35.06 Setting up libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:36.745Z] #20 35.07 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:41:36.745Z] #20 35.08 Setting up libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:41:36.745Z] #20 35.10 Setting up libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:36.745Z] #20 35.10 Setting up uidmap (1:4.5-1.1) ... [2022-08-25T22:41:36.745Z] #20 35.11 Setting up libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:41:36.745Z] #20 35.12 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:36.745Z] #20 35.13 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:41:36.773Z] #49 42.21 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-25T22:41:36.773Z] #49 42.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-25T22:41:36.773Z] #49 42.31 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-25T22:41:36.773Z] #49 42.35 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:41:36.773Z] #49 42.40 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-25T22:41:36.773Z] #49 42.42 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-25T22:41:36.773Z] #49 42.54 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-25T22:41:37.002Z] #20 35.15 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:37.002Z] #20 35.16 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:41:37.002Z] #20 35.17 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:37.002Z] #20 35.18 Setting up zip (3.0-11+b1) ... [2022-08-25T22:41:37.002Z] #20 35.19 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:37.002Z] #20 35.22 Setting up bash-completion (1:2.8-6) ... [2022-08-25T22:41:37.022Z] #43 92.08 CC criu/parasite-syscall.o [2022-08-25T22:41:37.162Z] #49 42.60 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-25T22:41:37.162Z] #49 42.82 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-25T22:41:37.283Z] #43 92.51 CC criu/path.o [2022-08-25T22:41:37.423Z] #49 42.83 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-25T22:41:37.423Z] #49 43.13 go: downloading golang.org/x/text v0.3.7 [2022-08-25T22:41:37.486Z] #43 79.65 CC criu/fsnotify.o [2022-08-25T22:41:37.544Z] #43 92.68 CC criu/pie-util-vdso-elf32.o [2022-08-25T22:41:37.745Z] #43 80.38 CC criu/image-desc.o [2022-08-25T22:41:37.804Z] #43 92.92 CC criu/pie-util-vdso.o [2022-08-25T22:41:38.005Z] #43 80.48 CC criu/image.o [2022-08-25T22:41:38.065Z] #43 93.14 CC criu/pie-util.o [2022-08-25T22:41:38.065Z] #43 93.26 CC criu/pipes.o [2022-08-25T22:41:38.364Z] #49 ... [2022-08-25T22:41:38.364Z] [2022-08-25T22:41:38.364Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:38.364Z] #42 sha256:8e11ff296f17740fae7fb9761303361bb39368a6f89a40e53594467cb8d18cf1 [2022-08-25T22:41:38.364Z] #42 35.46 The following NEW packages will be installed: [2022-08-25T22:41:38.364Z] #42 35.48 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-25T22:41:38.364Z] #42 35.48 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-25T22:41:38.364Z] #42 35.49 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-25T22:41:38.364Z] #42 35.49 python-six zlib1g-dev [2022-08-25T22:41:38.364Z] #42 35.88 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:38.364Z] #42 35.88 Need to get 3796 kB of archives. [2022-08-25T22:41:38.364Z] #42 35.88 After this operation, 21.6 MB of additional disk space will be used. [2022-08-25T22:41:38.364Z] #42 35.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2022-08-25T22:41:38.364Z] #42 35.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-08-25T22:41:38.364Z] #42 35.88 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2022-08-25T22:41:38.364Z] #42 35.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2022-08-25T22:41:38.364Z] #42 35.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2022-08-25T22:41:38.364Z] #42 35.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2022-08-25T22:41:38.364Z] #42 35.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2022-08-25T22:41:38.364Z] #42 35.94 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1+deb10u1 [208 kB] [2022-08-25T22:41:38.364Z] #42 35.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2022-08-25T22:41:38.364Z] #42 35.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2022-08-25T22:41:38.364Z] #42 36.01 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2022-08-25T22:41:38.364Z] #42 36.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2022-08-25T22:41:38.364Z] #42 36.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2022-08-25T22:41:38.364Z] #42 36.13 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2022-08-25T22:41:38.364Z] #42 36.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-25T22:41:38.364Z] #42 36.14 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2022-08-25T22:41:38.364Z] #42 36.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2022-08-25T22:41:38.364Z] #42 37.09 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:38.364Z] #42 37.33 Fetched 3796 kB in 1s (6663 kB/s) [2022-08-25T22:41:38.364Z] #42 37.47 Selecting previously unselected package libcap-dev:arm64. [2022-08-25T22:41:38.365Z] #42 37.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 ... 15394 files and directories currently installed.) [2022-08-25T22:41:38.365Z] #42 37.65 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 37.69 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2022-08-25T22:41:38.365Z] #42 37.85 Selecting previously unselected package libnet1:arm64. [2022-08-25T22:41:38.365Z] #42 37.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 37.91 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:38.365Z] #42 38.03 Selecting previously unselected package libnet1-dev. [2022-08-25T22:41:38.365Z] #42 38.07 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 38.08 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:38.365Z] #42 38.55 Selecting previously unselected package libnl-3-200:arm64. [2022-08-25T22:41:38.365Z] #42 38.55 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 38.55 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2022-08-25T22:41:38.365Z] #42 38.71 Selecting previously unselected package libnl-3-dev:arm64. [2022-08-25T22:41:38.365Z] #42 38.72 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 38.72 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2022-08-25T22:41:38.365Z] #42 39.03 Selecting previously unselected package libprotobuf-c1:arm64. [2022-08-25T22:41:38.365Z] #42 39.03 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 39.04 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-25T22:41:38.365Z] #42 39.18 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-08-25T22:41:38.365Z] #42 39.20 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 39.21 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2022-08-25T22:41:38.365Z] #42 39.31 Selecting previously unselected package zlib1g-dev:arm64. [2022-08-25T22:41:38.365Z] #42 39.32 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 39.33 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:41:38.365Z] #42 39.56 Selecting previously unselected package libprotobuf17:arm64. [2022-08-25T22:41:38.365Z] #42 39.56 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 39.56 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:38.365Z] #42 40.24 Selecting previously unselected package libprotobuf-lite17:arm64. [2022-08-25T22:41:38.365Z] #42 40.24 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 40.25 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:38.365Z] #42 40.43 Selecting previously unselected package libprotobuf-dev:arm64. [2022-08-25T22:41:38.365Z] #42 40.44 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 40.45 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:38.365Z] #42 41.55 Selecting previously unselected package libprotoc17:arm64. [2022-08-25T22:41:38.365Z] #42 41.55 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 41.56 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:38.365Z] #42 42.07 Selecting previously unselected package protobuf-c-compiler. [2022-08-25T22:41:38.365Z] #42 42.08 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 42.09 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:41:38.365Z] #42 42.19 Selecting previously unselected package protobuf-compiler. [2022-08-25T22:41:38.365Z] #42 42.19 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 42.20 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:41:38.365Z] #42 42.38 Selecting previously unselected package python-pkg-resources. [2022-08-25T22:41:38.365Z] #42 42.42 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:41:38.365Z] #42 42.43 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:38.365Z] #42 42.69 Selecting previously unselected package python-six. [2022-08-25T22:41:38.365Z] #42 42.71 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-25T22:41:38.365Z] #42 42.71 Unpacking python-six (1.12.0-1) ... [2022-08-25T22:41:38.365Z] #42 43.33 Selecting previously unselected package python-protobuf. [2022-08-25T22:41:38.365Z] #42 43.35 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2022-08-25T22:41:38.365Z] #42 43.36 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-25T22:41:38.365Z] #42 43.96 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:38.365Z] #42 ... [2022-08-25T22:41:38.365Z] [2022-08-25T22:41:38.365Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:38.365Z] #34 sha256:6800dddf3baa06aeaa9725fa7c039d3deec9ff01e0af2b573f75e7fe416bbf69 [2022-08-25T22:41:38.365Z] #34 44.06 sync [2022-08-25T22:41:38.365Z] #34 44.06 internal/reflectlite [2022-08-25T22:41:38.574Z] #43 81.02 CC criu/ipc_ns.o [2022-08-25T22:41:38.637Z] #43 93.72 CC criu/plugin.o [2022-08-25T22:41:38.637Z] #43 93.92 CC criu/proc_parse.o [2022-08-25T22:41:38.894Z] #20 37.15 Setting up libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:38.894Z] #20 37.17 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:41:38.894Z] #20 37.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-25T22:41:38.894Z] #20 37.19 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-25T22:41:38.894Z] #20 37.21 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:41:38.894Z] #20 37.28 invoke-rc.d: could not determine current runlevel [2022-08-25T22:41:39.151Z] #20 37.29 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-25T22:41:39.151Z] #20 37.30 Setting up pigz (2.4-1) ... [2022-08-25T22:41:39.151Z] #20 37.31 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:41:39.151Z] #20 37.32 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:41:39.151Z] #20 37.33 Setting up python-pip-whl (18.1-5) ... [2022-08-25T22:41:39.151Z] #20 37.35 Setting up libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:41:39.151Z] #20 37.36 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:39.384Z] #13 44.70 Reading package lists... [2022-08-25T22:41:39.384Z] #13 ... [2022-08-25T22:41:39.384Z] [2022-08-25T22:41:39.384Z] #55 [containerd 1/2] 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-08-25T22:41:39.384Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:41:39.384Z] #55 44.03 Reading package lists... [2022-08-25T22:41:39.407Z] #20 37.65 Setting up libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:41:39.407Z] #20 37.66 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:41:39.407Z] #20 37.67 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:39.407Z] #20 37.68 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:39.407Z] #20 37.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-25T22:41:39.407Z] #20 37.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-25T22:41:39.407Z] #20 37.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-25T22:41:39.407Z] #20 37.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-25T22:41:39.407Z] #20 37.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-25T22:41:39.407Z] #20 37.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-25T22:41:39.407Z] #20 37.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-25T22:41:39.407Z] #20 37.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-25T22:41:39.407Z] #20 37.75 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:41:39.407Z] #20 37.77 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:41:39.407Z] #20 37.79 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:41:39.512Z] #43 81.73 CC criu/irmap.o [2022-08-25T22:41:39.621Z] using credential docker-jenkins-github-credentials [2022-08-25T22:41:39.664Z] #20 37.80 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:41:39.664Z] #20 37.81 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:41:39.664Z] #20 37.82 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:39.707Z] Cloning the remote Git repository [2022-08-25T22:41:39.707Z] Cloning with configured refspecs honoured and without tags [2022-08-25T22:41:39.758Z] #34 45.21 internal/testlog [2022-08-25T22:41:39.758Z] #34 ... [2022-08-25T22:41:39.758Z] [2022-08-25T22:41:39.758Z] #36 [tini 1/2] 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-08-25T22:41:39.758Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:39.758Z] #36 35.36 The following NEW packages will be installed: [2022-08-25T22:41:39.758Z] #36 35.38 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-25T22:41:39.758Z] #36 35.38 vim-common xxd [2022-08-25T22:41:39.758Z] #36 35.81 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:39.758Z] #36 35.81 Need to get 14.2 MB of archives. [2022-08-25T22:41:39.758Z] #36 35.81 After this operation, 60.0 MB of additional disk space will be used. [2022-08-25T22:41:39.758Z] #36 35.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5+deb10u2 [139 kB] [2022-08-25T22:41:39.758Z] #36 35.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:41:39.758Z] #36 35.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB] [2022-08-25T22:41:39.758Z] #36 36.61 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u4 [625 kB] [2022-08-25T22:41:39.758Z] #36 36.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-25T22:41:39.758Z] #36 36.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2022-08-25T22:41:39.758Z] #36 36.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2022-08-25T22:41:39.758Z] #36 36.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2022-08-25T22:41:39.758Z] #36 36.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB] [2022-08-25T22:41:39.758Z] #36 36.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2022-08-25T22:41:39.758Z] #36 38.59 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:39.758Z] #36 38.73 Fetched 14.2 MB in 2s (8625 kB/s) [2022-08-25T22:41:39.758Z] #36 38.81 Selecting previously unselected package xxd. [2022-08-25T22:41:39.758Z] #36 38.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2022-08-25T22:41:39.758Z] #36 38.94 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_arm64.deb ... [2022-08-25T22:41:39.758Z] #36 38.95 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:39.758Z] #36 39.21 Selecting previously unselected package vim-common. [2022-08-25T22:41:39.758Z] #36 39.21 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:41:39.758Z] #36 39.26 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:39.758Z] #36 39.52 Selecting previously unselected package libicu63:arm64. [2022-08-25T22:41:39.758Z] #36 39.52 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_arm64.deb ... [2022-08-25T22:41:39.758Z] #36 39.54 Unpacking libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-25T22:41:39.758Z] #36 45.07 Selecting previously unselected package libxml2:arm64. [2022-08-25T22:41:39.758Z] #36 45.07 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_arm64.deb ... [2022-08-25T22:41:39.758Z] #36 45.07 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:41:39.758Z] #36 ... [2022-08-25T22:41:39.758Z] [2022-08-25T22:41:39.758Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:39.758Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:41:39.758Z] #13 34.61 The following NEW packages will be installed: [2022-08-25T22:41:39.758Z] #13 34.62 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-25T22:41:39.758Z] #13 34.62 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-25T22:41:39.758Z] #13 34.62 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-25T22:41:39.758Z] #13 34.62 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-25T22:41:39.758Z] #13 34.65 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-25T22:41:39.758Z] #13 34.66 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-25T22:41:39.758Z] #13 34.67 The following packages will be upgraded: [2022-08-25T22:41:39.758Z] #13 34.67 libseccomp2 [2022-08-25T22:41:39.758Z] #13 35.40 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:39.758Z] #13 35.40 Need to get 73.4 MB of archives. [2022-08-25T22:41:39.758Z] #13 35.40 After this operation, 471 MB of additional disk space will be used. [2022-08-25T22:41:39.758Z] #13 35.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2022-08-25T22:41:39.758Z] #13 35.40 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.5.1-1~bpo10+1 [46.8 kB] [2022-08-25T22:41:39.758Z] #13 35.43 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.5.1-1~bpo10+1 [88.6 kB] [2022-08-25T22:41:39.758Z] #13 35.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2022-08-25T22:41:39.758Z] #13 35.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-25T22:41:39.758Z] #13 35.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2022-08-25T22:41:39.758Z] #13 35.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2022-08-25T22:41:39.758Z] #13 35.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-25T22:41:39.758Z] #13 36.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-25T22:41:39.758Z] #13 36.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-25T22:41:39.758Z] #13 36.51 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u2 [33.2 MB] [2022-08-25T22:41:39.758Z] #13 39.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u2 [24.0 MB] [2022-08-25T22:41:39.758Z] #13 41.04 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2022-08-25T22:41:39.758Z] #13 41.04 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2022-08-25T22:41:39.758Z] #13 41.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2022-08-25T22:41:39.758Z] #13 41.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2022-08-25T22:41:39.758Z] #13 41.08 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2022-08-25T22:41:39.758Z] #13 41.08 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB] [2022-08-25T22:41:39.758Z] #13 41.08 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2022-08-25T22:41:39.758Z] #13 41.10 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2022-08-25T22:41:39.758Z] #13 41.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2022-08-25T22:41:39.758Z] #13 41.15 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2022-08-25T22:41:39.758Z] #13 41.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2022-08-25T22:41:39.758Z] #13 41.18 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2022-08-25T22:41:39.758Z] #13 41.21 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2022-08-25T22:41:39.758Z] #13 41.22 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB] [2022-08-25T22:41:39.758Z] #13 42.16 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:39.758Z] #13 42.34 Fetched 73.4 MB in 6s (11.9 MB/s) [2022-08-25T22:41:39.758Z] #13 42.43 (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 ... 15394 files and directories currently installed.) [2022-08-25T22:41:39.758Z] #13 42.49 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_arm64.deb ... [2022-08-25T22:41:39.758Z] #13 42.51 Unpacking libseccomp2:arm64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-25T22:41:39.758Z] #13 42.70 Setting up libseccomp2:arm64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:41:39.758Z] #13 42.97 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-25T22:41:39.758Z] #13 42.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2022-08-25T22:41:39.758Z] #13 43.03 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2022-08-25T22:41:39.758Z] #13 43.04 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:41:39.758Z] #13 ... [2022-08-25T22:41:39.758Z] [2022-08-25T22:41:39.758Z] #36 [tini 1/2] 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-08-25T22:41:39.758Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:39.758Z] #36 45.62 Selecting previously unselected package cmake-data. [2022-08-25T22:41:39.772Z] #43 82.21 CC criu/kcmp-ids.o [2022-08-25T22:41:40.018Z] #36 45.63 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-25T22:41:40.018Z] #36 45.64 Unpacking cmake-data (3.13.4-1) ... [2022-08-25T22:41:40.031Z] #43 82.38 CC criu/kerndat.o [2022-08-25T22:41:40.551Z] #43 95.40 CC criu/protobuf-desc.o [2022-08-25T22:41:40.600Z] #43 83.11 CC criu/libnetlink.o [2022-08-25T22:41:39.924Z] Cloning repository https://github.com/moby/moby.git [2022-08-25T22:41:40.365Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-08-25T22:41:40.860Z] #43 83.34 CC criu/log.o [2022-08-25T22:41:41.123Z] #43 96.10 CC criu/protobuf.o [2022-08-25T22:41:41.123Z] #43 96.35 CC criu/pstree.o [2022-08-25T22:41:41.430Z] #43 83.71 CC criu/lsm.o [2022-08-25T22:41:41.430Z] #43 83.99 CC criu/mem.o [2022-08-25T22:41:41.571Z] #20 39.89 Setting up iptables (1.8.2-4) ... [2022-08-25T22:41:41.571Z] #20 39.92 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:41:41.571Z] #20 39.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:41:41.571Z] #20 39.93 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:41:41.571Z] #20 39.94 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:41:41.571Z] #20 39.94 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-25T22:41:41.571Z] #20 39.95 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-25T22:41:41.831Z] #20 39.96 Setting up python3 (3.7.3-1) ... [2022-08-25T22:41:41.913Z] #55 54.48 Building dependency tree... [2022-08-25T22:41:41.930Z] #36 ... [2022-08-25T22:41:41.930Z] [2022-08-25T22:41:41.930Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:41:41.930Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:41:41.930Z] #56 1.152 + RM_GOPATH=0 [2022-08-25T22:41:41.930Z] #56 1.152 + TMP_GOPATH= [2022-08-25T22:41:41.930Z] #56 1.152 + : /build [2022-08-25T22:41:41.930Z] #56 1.152 + '[' -z '' ']' [2022-08-25T22:41:41.930Z] #56 1.153 ++ mktemp -d [2022-08-25T22:41:41.930Z] #56 1.196 + export GOPATH=/tmp/tmp.Itz7IvG9IP [2022-08-25T22:41:41.930Z] #56 1.196 + GOPATH=/tmp/tmp.Itz7IvG9IP [2022-08-25T22:41:41.930Z] #56 1.196 + RM_GOPATH=1 [2022-08-25T22:41:41.930Z] #56 1.196 + case "$(go env GOARCH)" in [2022-08-25T22:41:41.930Z] #56 1.196 ++ go env GOARCH [2022-08-25T22:41:41.930Z] #56 1.271 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:41.930Z] #56 1.274 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:41.930Z] #56 1.275 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:41.930Z] #56 1.281 + dir=/tmp/install [2022-08-25T22:41:41.930Z] #56 1.282 + bin=containerd [2022-08-25T22:41:41.930Z] #56 1.282 + shift [2022-08-25T22:41:41.930Z] #56 1.282 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-25T22:41:41.930Z] #56 1.282 + . /tmp/install/containerd.installer [2022-08-25T22:41:41.930Z] #56 1.282 ++ set -e [2022-08-25T22:41:41.930Z] #56 1.283 ++ : v1.6.8 [2022-08-25T22:41:41.930Z] #56 1.283 + install_containerd [2022-08-25T22:41:41.930Z] #56 1.284 + echo 'Install containerd version v1.6.8' [2022-08-25T22:41:41.930Z] #56 1.285 Install containerd version v1.6.8 [2022-08-25T22:41:41.930Z] #56 1.285 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Itz7IvG9IP/src/github.com/containerd/containerd [2022-08-25T22:41:41.930Z] #56 1.316 Cloning into '/tmp/tmp.Itz7IvG9IP/src/github.com/containerd/containerd'... [2022-08-25T22:41:41.930Z] #56 ... [2022-08-25T22:41:41.930Z] [2022-08-25T22:41:41.930Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:41.930Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:41.930Z] #49 47.12 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-25T22:41:41.930Z] #49 47.18 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-25T22:41:41.930Z] #49 47.22 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-25T22:41:41.930Z] #49 47.31 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-25T22:41:41.930Z] #49 47.34 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-25T22:41:41.930Z] #49 47.34 go: downloading golang.org/x/mod v0.5.1 [2022-08-25T22:41:41.930Z] #49 47.45 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-25T22:41:41.930Z] #49 47.50 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-25T22:41:41.930Z] #49 47.55 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-25T22:41:41.930Z] #49 47.57 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-25T22:41:41.930Z] #49 47.65 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-25T22:41:41.930Z] #49 47.66 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-25T22:41:42.067Z] #43 97.34 CC criu/rbtree.o [2022-08-25T22:41:42.087Z] #20 40.32 Setting up python3-wheel (0.32.3-2) ... [2022-08-25T22:41:42.190Z] #49 48.07 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-25T22:41:42.328Z] #43 97.63 CC criu/rst-malloc.o [2022-08-25T22:41:42.328Z] #43 ... [2022-08-25T22:41:42.328Z] [2022-08-25T22:41:42.328Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:41:42.328Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:41:42.328Z] #22 3.774 Collecting yamllint==1.26.1 [2022-08-25T22:41:42.328Z] #22 9.099 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-25T22:41:42.328Z] #22 9.961 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-25T22:41:42.328Z] #22 10.01 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-25T22:41:42.328Z] #22 10.06 Collecting pyyaml (from yamllint==1.26.1) [2022-08-25T22:41:42.370Z] #43 ... [2022-08-25T22:41:42.370Z] [2022-08-25T22:41:42.370Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:42.370Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:42.370Z] #20 34.38 Selecting previously unselected package vim. [2022-08-25T22:41:42.370Z] #20 34.39 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:41:42.370Z] #20 34.40 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:42.370Z] #20 34.81 Selecting previously unselected package xfsprogs. [2022-08-25T22:41:42.370Z] #20 34.82 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2022-08-25T22:41:42.370Z] #20 34.83 Unpacking xfsprogs (4.20.0-1) ... [2022-08-25T22:41:42.370Z] #20 35.15 Selecting previously unselected package zip. [2022-08-25T22:41:42.370Z] #20 35.17 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2022-08-25T22:41:42.370Z] #20 35.17 Unpacking zip (3.0-11+b1) ... [2022-08-25T22:41:42.370Z] #20 35.34 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:41:42.370Z] #20 35.36 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:41:42.370Z] #20 35.37 Setting up libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:42.370Z] #20 35.38 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:41:42.370Z] #20 35.40 Setting up libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:41:42.370Z] #20 35.41 Setting up libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:42.370Z] #20 35.42 Setting up uidmap (1:4.5-1.1) ... [2022-08-25T22:41:42.370Z] #20 35.43 Setting up libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:41:42.370Z] #20 35.45 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:42.370Z] #20 35.46 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:41:42.370Z] #20 35.47 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:42.370Z] #20 35.49 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:41:42.370Z] #20 35.51 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:42.370Z] #20 35.52 Setting up zip (3.0-11+b1) ... [2022-08-25T22:41:42.370Z] #20 35.53 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:42.370Z] #20 35.56 Setting up bash-completion (1:2.8-6) ... [2022-08-25T22:41:42.370Z] #20 37.67 Setting up libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:41:42.370Z] #20 37.68 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:41:42.370Z] #20 37.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-25T22:41:42.370Z] #20 37.71 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-25T22:41:42.370Z] #20 37.73 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:41:42.370Z] #20 37.80 invoke-rc.d: could not determine current runlevel [2022-08-25T22:41:42.370Z] #20 37.81 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-25T22:41:42.370Z] #20 37.82 Setting up pigz (2.4-1) ... [2022-08-25T22:41:42.370Z] #20 37.83 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:41:42.370Z] #20 37.86 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:41:42.370Z] #20 37.89 Setting up python-pip-whl (18.1-5) ... [2022-08-25T22:41:42.370Z] #20 37.90 Setting up libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:41:42.370Z] #20 37.91 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:42.452Z] #49 48.15 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-25T22:41:42.452Z] #49 48.18 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-25T22:41:42.630Z] #20 38.23 Setting up libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:41:42.630Z] #20 38.25 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:41:42.630Z] #20 38.26 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:42.630Z] #20 38.27 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:42.630Z] #20 38.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-25T22:41:42.630Z] #20 38.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-25T22:41:42.630Z] #20 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-25T22:41:42.630Z] #20 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-25T22:41:42.630Z] #20 38.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-25T22:41:42.630Z] #20 38.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-25T22:41:42.630Z] #20 38.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-25T22:41:42.630Z] #20 38.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-25T22:41:42.648Z] #20 40.76 Setting up apparmor (2.13.2-10) ... [2022-08-25T22:41:42.721Z] #49 48.42 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-25T22:41:42.721Z] #49 48.44 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-25T22:41:42.721Z] #49 48.52 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-25T22:41:42.890Z] #20 38.34 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:41:42.890Z] #20 38.35 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:41:42.890Z] #20 38.36 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:41:42.890Z] #20 38.38 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:41:42.890Z] #20 38.39 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:41:42.890Z] #20 38.41 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:41:42.900Z] #22 10.29 Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) [2022-08-25T22:41:42.900Z] #22 ... [2022-08-25T22:41:42.900Z] [2022-08-25T22:41:42.900Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:42.900Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:42.900Z] #43 97.90 CC criu/seccomp.o [2022-08-25T22:41:42.984Z] #49 48.52 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-25T22:41:42.984Z] #49 48.55 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-25T22:41:42.984Z] #49 48.57 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-25T22:41:42.984Z] #49 48.73 go: downloading github.com/prometheus/common v0.10.0 [2022-08-25T22:41:42.984Z] #49 ... [2022-08-25T22:41:42.984Z] [2022-08-25T22:41:42.984Z] #32 [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-08-25T22:41:42.984Z] #32 sha256:f4917b294153f805306a6236a5abad2fc88e996e902986f5b9d216680db46f4c [2022-08-25T22:41:42.985Z] #32 38.53 Checking out files: 79% (1214/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-25T22:41:42.985Z] #32 39.28 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-25T22:41:42.985Z] #32 39.67 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-25T22:41:41.075Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:41:41.075Z] > git --version # timeout=10 [2022-08-25T22:41:41.141Z] > git --version # 'git version 2.24.1.windows.2' [2022-08-25T22:41:41.142Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:41:41.147Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:41:43.245Z] #32 ... [2022-08-25T22:41:43.245Z] [2022-08-25T22:41:43.245Z] #36 [tini 1/2] 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-08-25T22:41:43.245Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:43.245Z] #36 48.51 Selecting previously unselected package libarchive13:arm64. [2022-08-25T22:41:43.245Z] #36 48.52 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2022-08-25T22:41:43.245Z] #36 48.52 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2022-08-25T22:41:43.245Z] #36 48.79 Selecting previously unselected package libjsoncpp1:arm64. [2022-08-25T22:41:43.245Z] #36 48.79 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2022-08-25T22:41:43.245Z] #36 48.81 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2022-08-25T22:41:43.245Z] #36 48.96 Selecting previously unselected package librhash0:arm64. [2022-08-25T22:41:43.245Z] #36 48.96 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2022-08-25T22:41:43.245Z] #36 48.97 Unpacking librhash0:arm64 (1.3.8-1) ... [2022-08-25T22:41:43.472Z] #43 98.52 CC criu/seize.o [2022-08-25T22:41:43.507Z] #36 49.12 Selecting previously unselected package libuv1:arm64. [2022-08-25T22:41:43.507Z] #36 49.12 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_arm64.deb ... [2022-08-25T22:41:43.507Z] #36 49.12 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ... [2022-08-25T22:41:43.507Z] #36 49.25 Selecting previously unselected package cmake. [2022-08-25T22:41:43.507Z] #36 49.26 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2022-08-25T22:41:43.507Z] #36 49.27 Unpacking cmake (3.13.4-1) ... [2022-08-25T22:41:43.576Z] #20 42.03 Setting up xfsprogs (4.20.0-1) ... [2022-08-25T22:41:43.827Z] #55 ... [2022-08-25T22:41:43.827Z] [2022-08-25T22:41:43.827Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-25T22:41:43.827Z] #51 sha256:11d62cbe983c8e8ffd8ccd9112cb743f9006e3676dfdef5ab45b46a5c64ae3ea [2022-08-25T22:41:43.827Z] #51 DONE 59.1s [2022-08-25T22:41:43.827Z] [2022-08-25T22:41:43.827Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:43.827Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:41:43.827Z] #49 56.17 go: downloading github.com/fatih/color v1.13.0 [2022-08-25T22:41:43.827Z] #49 56.21 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-25T22:41:43.827Z] #49 56.44 go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:41:43.827Z] #49 56.45 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-25T22:41:43.827Z] #49 56.61 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-25T22:41:43.827Z] #49 56.89 go: downloading github.com/spf13/viper v1.10.1 [2022-08-25T22:41:43.827Z] #49 57.24 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-25T22:41:43.827Z] #49 57.74 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-25T22:41:43.827Z] #49 57.78 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-25T22:41:43.827Z] #49 57.83 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-25T22:41:43.827Z] #49 57.89 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-25T22:41:43.831Z] #20 42.04 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:41:43.831Z] #20 42.32 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:44.044Z] #43 99.21 CC criu/servicefd.o [2022-08-25T22:41:44.306Z] #43 ... [2022-08-25T22:41:44.306Z] [2022-08-25T22:41:44.306Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:41:44.306Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:41:44.306Z] #22 10.48 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-25T22:41:44.306Z] #22 10.48 Building wheels for collected packages: yamllint [2022-08-25T22:41:44.306Z] #22 10.49 Running setup.py bdist_wheel for yamllint: started [2022-08-25T22:41:44.306Z] #22 11.17 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-25T22:41:44.306Z] #22 11.17 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-25T22:41:44.306Z] #22 11.21 Successfully built yamllint [2022-08-25T22:41:44.306Z] #22 11.22 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-25T22:41:44.306Z] #22 11.52 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-25T22:41:44.306Z] #22 DONE 11.9s [2022-08-25T22:41:44.397Z] #49 59.61 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-25T22:41:44.397Z] #49 59.71 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-25T22:41:44.569Z] [2022-08-25T22:41:44.569Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:44.569Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:44.569Z] #43 99.72 CC criu/shmem.o [2022-08-25T22:41:44.757Z] #20 42.93 Setting up python3-distutils (3.7.3-1) ... [2022-08-25T22:41:44.799Z] #20 40.31 Setting up iptables (1.8.2-4) ... [2022-08-25T22:41:44.799Z] #20 40.33 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:41:44.799Z] #20 40.33 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:41:44.799Z] #20 40.34 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:41:44.799Z] #20 40.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:41:44.799Z] #20 40.35 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-25T22:41:44.799Z] #20 40.35 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-25T22:41:44.799Z] #20 40.36 Setting up python3 (3.7.3-1) ... [2022-08-25T22:41:44.830Z] #43 ... [2022-08-25T22:41:44.830Z] [2022-08-25T22:41:44.830Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-25T22:41:44.830Z] #25 sha256:d22dc90e1c5959495ce6a5baef9a5f79fd44426b0eb00db41ddf22278db5fd93 [2022-08-25T22:41:44.830Z] #25 DONE 0.4s [2022-08-25T22:41:44.830Z] [2022-08-25T22:41:44.830Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-25T22:41:44.830Z] #30 sha256:6f333f7bed5a580a35be9817ef344464207c244e0ca867b2fb9d783fd01b4558 [2022-08-25T22:41:45.013Z] #20 43.31 Setting up python3-setuptools (40.8.0-1) ... [2022-08-25T22:41:45.059Z] #20 40.72 Setting up python3-wheel (0.32.3-2) ... [2022-08-25T22:41:45.637Z] #20 41.22 Setting up apparmor (2.13.2-10) ... [2022-08-25T22:41:45.941Z] #20 44.05 Setting up python3-pip (18.1-5) ... [2022-08-25T22:41:46.054Z] #36 51.48 Setting up libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-25T22:41:46.054Z] #36 51.50 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:46.054Z] #36 51.51 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ... [2022-08-25T22:41:46.054Z] #36 51.52 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:41:46.054Z] #36 51.57 Setting up librhash0:arm64 (1.3.8-1) ... [2022-08-25T22:41:46.054Z] #36 51.59 Setting up cmake-data (3.13.4-1) ... [2022-08-25T22:41:46.054Z] #36 51.61 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:41:46.054Z] #36 51.62 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2022-08-25T22:41:46.054Z] #36 51.64 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2022-08-25T22:41:46.054Z] #36 51.65 Setting up cmake (3.13.4-1) ... [2022-08-25T22:41:46.054Z] #36 51.66 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:41:46.054Z] #36 51.76 Processing triggers for mime-support (3.62) ... [2022-08-25T22:41:46.197Z] #20 44.66 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:41:46.454Z] #20 44.69 Processing triggers for mime-support (3.62) ... [2022-08-25T22:41:46.709Z] #20 ... [2022-08-25T22:41:46.709Z] [2022-08-25T22:41:46.709Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:46.709Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:46.709Z] #43 83.09 CC criu/kcmp-ids.o [2022-08-25T22:41:46.709Z] #43 83.31 CC criu/kerndat.o [2022-08-25T22:41:46.709Z] #43 84.10 CC criu/libnetlink.o [2022-08-25T22:41:46.709Z] #43 84.37 CC criu/log.o [2022-08-25T22:41:46.709Z] #43 84.74 CC criu/lsm.o [2022-08-25T22:41:46.709Z] #43 85.05 CC criu/mem.o [2022-08-25T22:41:46.709Z] #43 86.21 CC criu/memfd.o [2022-08-25T22:41:46.709Z] #43 86.58 CC criu/mount.o [2022-08-25T22:41:46.709Z] #43 89.18 CC criu/namespaces.o [2022-08-25T22:41:46.709Z] #43 90.48 CC criu/net.o [2022-08-25T22:41:46.709Z] #43 92.88 CC criu/netfilter.o [2022-08-25T22:41:46.744Z] #30 DONE 1.6s [2022-08-25T22:41:46.744Z] [2022-08-25T22:41:46.744Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-25T22:41:46.744Z] #33 sha256:39534c8b878be8430901edcad5a014a6589f6c4a26f4d4047c57c43aff1ca4e8 [2022-08-25T22:41:46.744Z] #33 DONE 0.1s [2022-08-25T22:41:46.744Z] [2022-08-25T22:41:46.744Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-25T22:41:46.744Z] #35 sha256:d4804145bcb3c1c7cd24dd407ddcd23ff391d341f9b61786a1eae9e809a47455 [2022-08-25T22:41:46.744Z] #35 DONE 0.0s [2022-08-25T22:41:46.744Z] [2022-08-25T22:41:46.744Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-25T22:41:46.744Z] #38 sha256:ec23308b1cacc94869c43a58a915bcf3584ca05af81e9c816d6108b96c896e2b [2022-08-25T22:41:46.744Z] #38 DONE 0.0s [2022-08-25T22:41:46.744Z] [2022-08-25T22:41:46.744Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:46.744Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:46.744Z] #43 100.6 CC criu/sigframe.o [2022-08-25T22:41:46.744Z] #43 100.8 CC criu/signalfd.o [2022-08-25T22:41:46.744Z] #43 101.0 CC criu/sk-inet.o [2022-08-25T22:41:46.744Z] #43 ... [2022-08-25T22:41:46.744Z] [2022-08-25T22:41:46.744Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-25T22:41:46.744Z] #41 sha256:9244f1364088c3ec8a02e02a55d96db4cd7227e644196d51894a6ec76e0f098a [2022-08-25T22:41:46.744Z] #41 DONE 0.1s [2022-08-25T22:41:46.744Z] [2022-08-25T22:41:46.744Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:46.744Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:46.744Z] #43 101.9 CC criu/sk-netlink.o [2022-08-25T22:41:46.936Z] #49 ... [2022-08-25T22:41:46.936Z] [2022-08-25T22:41:46.936Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-25T22:41:46.936Z] #67 sha256:0d1bd37ebd18aa779acda8955aa5e4f4324c068a0758851e71f2d681c6eefacf [2022-08-25T22:41:46.936Z] #67 DONE 61.8s [2022-08-25T22:41:46.936Z] [2022-08-25T22:41:46.936Z] #55 [containerd 1/2] 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-08-25T22:41:46.936Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:41:46.936Z] #55 59.70 The following additional packages will be installed: [2022-08-25T22:41:46.936Z] #55 59.70 libbtrfs0 [2022-08-25T22:41:46.936Z] #55 60.01 The following NEW packages will be installed: [2022-08-25T22:41:46.936Z] #55 60.01 libbtrfs-dev libbtrfs0 [2022-08-25T22:41:46.936Z] #55 60.44 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:46.936Z] #55 60.44 Need to get 119 kB of archives. [2022-08-25T22:41:46.936Z] #55 60.44 After this operation, 387 kB of additional disk space will be used. [2022-08-25T22:41:46.936Z] #55 60.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:41:46.936Z] #55 60.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:41:46.965Z] #43 ... [2022-08-25T22:41:46.965Z] [2022-08-25T22:41:46.965Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:41:46.965Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:41:46.965Z] #20 DONE 45.1s [2022-08-25T22:41:46.965Z] [2022-08-25T22:41:46.965Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:46.965Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:46.965Z] #43 93.20 CC criu/page-pipe.o [2022-08-25T22:41:46.965Z] #43 ... [2022-08-25T22:41:46.965Z] [2022-08-25T22:41:46.965Z] #21 [dev-systemd-false 8/26] 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-08-25T22:41:46.965Z] #21 sha256:d040b7dbb4b2cc01062420474fe9940b34a34b58c8f9405f7949eae1c3603868 [2022-08-25T22:41:47.005Z] #43 102.2 CC criu/sk-packet.o [2022-08-25T22:41:47.018Z] #20 42.60 Setting up xfsprogs (4.20.0-1) ... [2022-08-25T22:41:47.018Z] #20 42.61 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:41:47.194Z] #55 62.23 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:47.266Z] #43 102.6 CC criu/sk-queue.o [2022-08-25T22:41:47.278Z] #20 42.89 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:47.452Z] #55 62.61 Fetched 119 kB in 0s (415 kB/s) [2022-08-25T22:41:47.718Z] #55 62.78 Selecting previously unselected package libbtrfs0. [2022-08-25T22:41:47.718Z] #55 62.78 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:41:47.718Z] #55 62.93 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:41:47.718Z] #55 62.99 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:41:47.837Z] #43 103.0 CC criu/sk-tcp.o [2022-08-25T22:41:47.871Z] #20 43.43 Setting up python3-distutils (3.7.3-1) ... [2022-08-25T22:41:47.893Z] #21 1.111 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-25T22:41:47.893Z] #21 1.115 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-25T22:41:47.893Z] #21 1.119 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-25T22:41:47.893Z] #21 DONE 1.2s [2022-08-25T22:41:47.893Z] [2022-08-25T22:41:47.893Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:47.893Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:47.893Z] #43 93.73 CC criu/page-xfer.o [2022-08-25T22:41:47.977Z] #55 63.21 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:41:47.977Z] #55 63.22 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:41:47.977Z] #55 63.26 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:41:48.137Z] #20 43.83 Setting up python3-setuptools (40.8.0-1) ... [2022-08-25T22:41:48.409Z] #43 103.3 CC criu/sk-unix.o [2022-08-25T22:41:48.545Z] #55 63.76 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:41:48.545Z] #55 63.86 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:41:48.804Z] #55 63.89 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:41:48.804Z] #55 ... [2022-08-25T22:41:48.804Z] [2022-08-25T22:41:48.804Z] #36 [tini 1/2] 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-08-25T22:41:48.804Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:41:48.804Z] #36 44.10 Reading package lists... [2022-08-25T22:41:48.804Z] #36 54.52 Building dependency tree... [2022-08-25T22:41:48.804Z] #36 60.34 The following additional packages will be installed: [2022-08-25T22:41:48.804Z] #36 60.34 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-25T22:41:48.804Z] #36 60.35 Suggested packages: [2022-08-25T22:41:48.804Z] #36 60.35 cmake-doc ninja-build lrzip [2022-08-25T22:41:48.804Z] #36 60.35 Recommended packages: [2022-08-25T22:41:48.804Z] #36 60.35 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-25T22:41:48.804Z] #36 61.80 The following NEW packages will be installed: [2022-08-25T22:41:48.804Z] #36 61.82 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-25T22:41:48.804Z] #36 61.82 vim-common xxd [2022-08-25T22:41:48.804Z] #36 62.35 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:48.804Z] #36 62.35 Need to get 14.9 MB of archives. [2022-08-25T22:41:48.804Z] #36 62.35 After this operation, 61.8 MB of additional disk space will be used. [2022-08-25T22:41:48.804Z] #36 62.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:41:48.804Z] #36 62.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:41:48.804Z] #36 62.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:41:48.804Z] #36 63.73 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB] [2022-08-25T22:41:48.804Z] #36 63.80 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-25T22:41:48.804Z] #36 64.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2022-08-25T22:41:48.804Z] #36 64.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2022-08-25T22:41:48.804Z] #36 64.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2022-08-25T22:41:48.804Z] #36 64.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2022-08-25T22:41:48.804Z] #36 64.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2022-08-25T22:41:48.820Z] #43 95.06 CC criu/pagemap-cache.o [2022-08-25T22:41:49.063Z] #36 ... [2022-08-25T22:41:49.063Z] [2022-08-25T22:41:49.063Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:49.063Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:41:49.063Z] #42 44.90 Reading package lists... [2022-08-25T22:41:49.063Z] #42 55.04 Building dependency tree... [2022-08-25T22:41:49.063Z] #42 60.11 The following additional packages will be installed: [2022-08-25T22:41:49.063Z] #42 60.12 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-25T22:41:49.063Z] #42 60.12 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-25T22:41:49.063Z] #42 60.15 Suggested packages: [2022-08-25T22:41:49.063Z] #42 60.15 manpages-dev python-setuptools [2022-08-25T22:41:49.063Z] #42 61.87 The following NEW packages will be installed: [2022-08-25T22:41:49.063Z] #42 61.87 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-25T22:41:49.063Z] #42 61.87 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-25T22:41:49.063Z] #42 61.87 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-25T22:41:49.063Z] #42 61.87 python-six zlib1g-dev [2022-08-25T22:41:49.063Z] #42 62.35 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:49.063Z] #42 62.35 Need to get 4091 kB of archives. [2022-08-25T22:41:49.063Z] #42 62.35 After this operation, 22.5 MB of additional disk space will be used. [2022-08-25T22:41:49.063Z] #42 62.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2022-08-25T22:41:49.063Z] #42 62.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:41:49.063Z] #42 62.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-08-25T22:41:49.063Z] #42 62.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:41:49.063Z] #42 62.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2022-08-25T22:41:49.063Z] #42 62.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:41:49.063Z] #42 62.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2022-08-25T22:41:49.063Z] #42 62.46 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1+deb10u1 [210 kB] [2022-08-25T22:41:49.064Z] #42 62.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2022-08-25T22:41:49.064Z] #42 62.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2022-08-25T22:41:49.064Z] #42 62.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2022-08-25T22:41:49.064Z] #42 62.83 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2022-08-25T22:41:49.064Z] #42 62.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2022-08-25T22:41:49.064Z] #42 62.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2022-08-25T22:41:49.064Z] #42 62.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-25T22:41:49.064Z] #42 63.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2022-08-25T22:41:49.064Z] #42 63.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2022-08-25T22:41:49.064Z] #42 ... [2022-08-25T22:41:49.064Z] [2022-08-25T22:41:49.064Z] #55 [containerd 1/2] 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-08-25T22:41:49.064Z] #55 sha256:1ac0aeab76ff7a352d8986060b3690b4d75981933108e30e12938818efeff281 [2022-08-25T22:41:49.064Z] #55 DONE 64.4s [2022-08-25T22:41:49.064Z] [2022-08-25T22:41:49.064Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:49.064Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:41:49.064Z] #13 44.70 Reading package lists... [2022-08-25T22:41:49.064Z] #13 55.25 Building dependency tree... [2022-08-25T22:41:49.076Z] #43 95.34 CC criu/pagemap.o [2022-08-25T22:41:49.341Z] #20 44.75 Setting up python3-pip (18.1-5) ... [2022-08-25T22:41:49.352Z] #43 104.6 CC criu/sockets.o [2022-08-25T22:41:49.631Z] #13 ... [2022-08-25T22:41:49.631Z] [2022-08-25T22:41:49.631Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:49.631Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:41:49.631Z] #42 64.84 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:41:49.639Z] #43 96.05 CC criu/parasite-syscall.o [2022-08-25T22:41:49.890Z] #42 65.12 Fetched 4091 kB in 1s (3971 kB/s) [2022-08-25T22:41:49.916Z] #20 45.45 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:41:49.916Z] #20 45.49 Processing triggers for mime-support (3.62) ... [2022-08-25T22:41:49.924Z] #43 105.1 CC criu/stats.o [2022-08-25T22:41:50.149Z] #42 65.29 Selecting previously unselected package libcap-dev:amd64. [2022-08-25T22:41:50.149Z] #42 65.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-25T22:41:50.149Z] #42 65.39 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2022-08-25T22:41:50.149Z] #42 65.40 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:41:50.175Z] #20 DONE 45.9s [2022-08-25T22:41:50.175Z] [2022-08-25T22:41:50.175Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:50.175Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:50.175Z] #43 85.08 CC criu/memfd.o [2022-08-25T22:41:50.175Z] #43 85.46 CC criu/mount.o [2022-08-25T22:41:50.175Z] #43 87.92 CC criu/namespaces.o [2022-08-25T22:41:50.175Z] #43 89.02 CC criu/net.o [2022-08-25T22:41:50.175Z] #43 91.43 CC criu/netfilter.o [2022-08-25T22:41:50.175Z] #43 91.72 CC criu/page-pipe.o [2022-08-25T22:41:50.175Z] #43 92.31 CC criu/page-xfer.o [2022-08-25T22:41:50.184Z] #43 105.3 CC criu/string.o [2022-08-25T22:41:50.185Z] #43 105.4 CC criu/sysctl.o [2022-08-25T22:41:50.411Z] #42 65.70 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:41:50.411Z] #42 65.71 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:41:50.411Z] #42 65.77 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:50.437Z] #43 ... [2022-08-25T22:41:50.437Z] [2022-08-25T22:41:50.437Z] #21 [dev-systemd-false 8/26] 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-08-25T22:41:50.437Z] #21 sha256:d040b7dbb4b2cc01062420474fe9940b34a34b58c8f9405f7949eae1c3603868 [2022-08-25T22:41:50.568Z] #43 96.78 CC criu/path.o [2022-08-25T22:41:50.568Z] #43 97.05 CC criu/pie-util-vdso-elf32.o [2022-08-25T22:41:50.669Z] #42 65.90 Selecting previously unselected package libnet1-dev. [2022-08-25T22:41:50.669Z] #42 65.92 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:41:50.669Z] #42 65.97 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:50.756Z] #43 105.8 CC criu/sysfs_parse.o [2022-08-25T22:41:51.017Z] #43 106.0 CC criu/timens.o [2022-08-25T22:41:51.017Z] #43 106.2 CC criu/timerfd.o [2022-08-25T22:41:51.131Z] #43 97.40 CC criu/pie-util-vdso.o [2022-08-25T22:41:51.278Z] #43 106.4 CC criu/tty.o [2022-08-25T22:41:51.284Z] #42 66.25 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:41:51.284Z] #42 66.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:41:51.284Z] #42 66.27 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:41:51.284Z] #42 66.44 Selecting previously unselected package libnl-3-dev:amd64. [2022-08-25T22:41:51.284Z] #42 66.44 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2022-08-25T22:41:51.284Z] #42 66.45 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:41:51.342Z] #36 ... [2022-08-25T22:41:51.342Z] [2022-08-25T22:41:51.342Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:51.342Z] #42 sha256:8e11ff296f17740fae7fb9761303361bb39368a6f89a40e53594467cb8d18cf1 [2022-08-25T22:41:51.342Z] #42 46.21 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:51.342Z] #42 46.22 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:51.342Z] #42 46.24 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-25T22:41:51.342Z] #42 46.26 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2022-08-25T22:41:51.342Z] #42 46.27 Setting up python-six (1.12.0-1) ... [2022-08-25T22:41:51.342Z] #42 48.13 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:41:51.342Z] #42 48.15 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2022-08-25T22:41:51.342Z] #42 48.19 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:51.342Z] #42 48.20 Setting up libcap-dev:arm64 (1:2.25-2) ... [2022-08-25T22:41:51.342Z] #42 48.23 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:51.342Z] #42 48.27 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:41:51.342Z] #42 48.29 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:41:51.342Z] #42 48.31 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2022-08-25T22:41:51.342Z] #42 48.33 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:41:51.342Z] #42 48.35 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-25T22:41:51.342Z] #42 51.87 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2022-08-25T22:41:51.342Z] #42 51.88 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:41:51.342Z] #42 ... [2022-08-25T22:41:51.342Z] [2022-08-25T22:41:51.342Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:51.342Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:41:51.342Z] #13 44.65 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-25T22:41:51.342Z] #13 44.65 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2022-08-25T22:41:51.342Z] #13 44.67 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:41:51.342Z] #13 46.99 Selecting previously unselected package binutils-mingw-w64. [2022-08-25T22:41:51.342Z] #13 46.99 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-25T22:41:51.342Z] #13 47.00 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:41:51.342Z] #13 47.13 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-08-25T22:41:51.342Z] #13 47.13 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2022-08-25T22:41:51.342Z] #13 47.14 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2022-08-25T22:41:51.342Z] #13 47.28 Selecting previously unselected package dmsetup. [2022-08-25T22:41:51.342Z] #13 47.28 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2022-08-25T22:41:51.342Z] #13 47.29 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-25T22:41:51.342Z] #13 47.44 Selecting previously unselected package mingw-w64-common. [2022-08-25T22:41:51.342Z] #13 47.46 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-25T22:41:51.342Z] #13 47.47 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-25T22:41:51.342Z] #13 53.80 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-25T22:41:51.342Z] #13 53.81 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-25T22:41:51.342Z] #13 53.83 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:41:51.342Z] #13 ... [2022-08-25T22:41:51.342Z] [2022-08-25T22:41:51.342Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:41:51.342Z] #34 sha256:6800dddf3baa06aeaa9725fa7c039d3deec9ff01e0af2b573f75e7fe416bbf69 [2022-08-25T22:41:51.342Z] #34 46.40 errors [2022-08-25T22:41:51.342Z] #34 46.44 sort [2022-08-25T22:41:51.342Z] #34 46.69 strconv [2022-08-25T22:41:51.342Z] #34 47.56 io [2022-08-25T22:41:51.342Z] #34 48.76 internal/oserror [2022-08-25T22:41:51.342Z] #34 48.97 syscall [2022-08-25T22:41:51.342Z] #34 49.69 reflect [2022-08-25T22:41:51.342Z] #34 53.87 internal/syscall/unix [2022-08-25T22:41:51.342Z] #34 54.31 time [2022-08-25T22:41:51.377Z] #21 0.896 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-25T22:41:51.377Z] #21 0.901 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-25T22:41:51.377Z] #21 0.906 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-25T22:41:51.377Z] #21 DONE 1.0s [2022-08-25T22:41:51.377Z] [2022-08-25T22:41:51.377Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:41:51.377Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:41:51.388Z] #43 97.75 CC criu/pie-util.o [2022-08-25T22:41:51.548Z] #42 66.75 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:41:51.548Z] #42 66.76 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:41:51.548Z] #42 66.77 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:51.644Z] #43 97.97 CC criu/pipes.o [2022-08-25T22:41:51.810Z] #42 66.91 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-08-25T22:41:51.810Z] #42 66.91 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:41:51.810Z] #42 66.96 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:41:51.913Z] #34 57.64 internal/fmtsort [2022-08-25T22:41:52.075Z] #42 67.10 Selecting previously unselected package zlib1g-dev:amd64. [2022-08-25T22:41:52.075Z] #42 67.11 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_amd64.deb ... [2022-08-25T22:41:52.075Z] #42 67.12 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:41:52.207Z] #43 98.41 CC criu/plugin.o [2022-08-25T22:41:52.207Z] #43 98.63 CC criu/proc_parse.o [2022-08-25T22:41:52.334Z] #42 67.49 Selecting previously unselected package libprotobuf17:amd64. [2022-08-25T22:41:52.334Z] #42 67.49 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:41:52.334Z] #42 67.52 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:41:52.483Z] #34 58.12 internal/syscall/execenv [2022-08-25T22:41:52.483Z] #34 58.24 path [2022-08-25T22:41:52.483Z] #34 58.27 internal/poll [2022-08-25T22:41:52.664Z] #43 107.7 CC criu/tun.o [2022-08-25T22:41:52.743Z] #34 ... [2022-08-25T22:41:52.744Z] [2022-08-25T22:41:52.744Z] #36 [tini 1/2] 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-08-25T22:41:52.744Z] #36 sha256:5687a2bbc486726d33e60912f7a042d895591a99a2f6d82c5b313db4af5e35f1 [2022-08-25T22:41:52.744Z] #36 DONE 58.4s [2022-08-25T22:41:52.744Z] [2022-08-25T22:41:52.744Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:52.744Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:41:52.744Z] #49 48.98 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-25T22:41:52.744Z] #49 49.05 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-25T22:41:52.744Z] #49 49.08 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-25T22:41:52.744Z] #49 50.23 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-25T22:41:52.744Z] #49 ... [2022-08-25T22:41:52.744Z] [2022-08-25T22:41:52.744Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:41:52.744Z] #47 sha256:3b2e75c7dc9edbe09ccd711b6ec2e6456a86781d15308f26de1dacd56ecb842c [2022-08-25T22:41:52.744Z] #47 DONE 58.5s [2022-08-25T22:41:52.744Z] [2022-08-25T22:41:52.744Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:52.744Z] #42 sha256:8e11ff296f17740fae7fb9761303361bb39368a6f89a40e53594467cb8d18cf1 [2022-08-25T22:41:52.744Z] #42 DONE 58.5s [2022-08-25T22:41:52.744Z] [2022-08-25T22:41:52.744Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:52.744Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:41:52.925Z] #43 108.0 CC criu/uffd.o [2022-08-25T22:41:53.497Z] #43 108.7 CC criu/util.o [2022-08-25T22:41:53.712Z] #42 68.73 Selecting previously unselected package libprotobuf-lite17:amd64. [2022-08-25T22:41:53.712Z] #42 68.73 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:41:53.712Z] #42 68.74 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:41:53.971Z] #42 69.19 Selecting previously unselected package libprotobuf-dev:amd64. [2022-08-25T22:41:53.971Z] #42 69.20 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2022-08-25T22:41:53.971Z] #42 69.21 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:41:54.097Z] #43 100.1 CC criu/protobuf-desc.o [2022-08-25T22:41:54.354Z] #43 100.7 CC criu/protobuf.o [2022-08-25T22:41:54.440Z] #43 109.6 CC criu/uts_ns.o [2022-08-25T22:41:54.610Z] #43 100.9 CC criu/pstree.o [2022-08-25T22:41:54.701Z] #43 109.8 CC criu/vdso-compat.o [2022-08-25T22:41:54.701Z] #43 110.0 CC criu/vdso.o [2022-08-25T22:41:55.172Z] #43 101.5 CC criu/rbtree.o [2022-08-25T22:41:55.172Z] #43 101.7 CC criu/rst-malloc.o [2022-08-25T22:41:55.274Z] #43 110.5 LINK criu/built-in.o [2022-08-25T22:41:55.535Z] #43 110.6 LINK criu/criu [2022-08-25T22:41:55.572Z] #22 3.526 Collecting yamllint==1.26.1 [2022-08-25T22:41:55.733Z] #43 101.9 CC criu/seccomp.o [2022-08-25T22:41:55.796Z] #43 110.9 DEP lib/c/criu.d [2022-08-25T22:41:55.796Z] #43 111.0 CC images/rpc.pb-c.o [2022-08-25T22:41:55.988Z] #43 102.3 CC criu/seize.o [2022-08-25T22:41:56.037Z] #43 2.615 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:41:56.037Z] #43 2.615 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:41:56.037Z] #43 2.637 Note: Building without GnuTLS support [2022-08-25T22:41:56.037Z] #43 2.641 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:41:56.037Z] #43 2.650 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:41:56.368Z] #43 111.3 CC lib/c/criu.o [2022-08-25T22:41:56.506Z] #42 71.55 Selecting previously unselected package libprotoc17:amd64. [2022-08-25T22:41:56.506Z] #42 71.56 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2022-08-25T22:41:56.506Z] #42 71.58 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:41:56.549Z] #43 102.9 CC criu/servicefd.o [2022-08-25T22:41:56.805Z] #43 103.2 CC criu/shmem.o [2022-08-25T22:41:56.941Z] #43 112.1 LINK lib/c/built-in.o [2022-08-25T22:41:56.941Z] #43 112.2 LINK lib/c/libcriu.so [2022-08-25T22:41:56.976Z] #43 3.935 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:41:56.976Z] #43 4.055 GEN .gitid [2022-08-25T22:41:56.976Z] #43 4.102 GEN criu/include/version.h [2022-08-25T22:41:57.079Z] #42 ... [2022-08-25T22:41:57.079Z] [2022-08-25T22:41:57.079Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:57.079Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:41:57.079Z] #49 65.02 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-25T22:41:57.079Z] #49 65.02 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-25T22:41:57.079Z] #49 65.19 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-25T22:41:57.079Z] #49 65.22 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-25T22:41:57.079Z] #49 65.32 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-25T22:41:57.079Z] #49 65.40 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-25T22:41:57.079Z] #49 65.65 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-25T22:41:57.079Z] #49 65.65 go: downloading github.com/spf13/afero v1.6.0 [2022-08-25T22:41:57.079Z] #49 65.77 go: downloading github.com/spf13/cast v1.4.1 [2022-08-25T22:41:57.079Z] #49 65.88 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-25T22:41:57.079Z] #49 65.89 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-25T22:41:57.079Z] #49 65.99 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-25T22:41:57.079Z] #49 66.03 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-25T22:41:57.079Z] #49 66.23 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-25T22:41:57.079Z] #49 66.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-25T22:41:57.079Z] #49 66.30 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-25T22:41:57.079Z] #49 66.32 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-25T22:41:57.079Z] #49 66.42 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-25T22:41:57.079Z] #49 66.46 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-25T22:41:57.079Z] #49 66.47 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-25T22:41:57.079Z] #49 66.48 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-25T22:41:57.079Z] #49 66.92 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-25T22:41:57.079Z] #49 66.99 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-25T22:41:57.079Z] #49 67.17 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-25T22:41:57.079Z] #49 67.32 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-25T22:41:57.079Z] #49 67.49 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-25T22:41:57.079Z] #49 67.60 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-25T22:41:57.079Z] #49 68.95 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-25T22:41:57.079Z] #49 69.09 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-25T22:41:57.079Z] #49 69.12 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-25T22:41:57.079Z] #49 69.21 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-25T22:41:57.079Z] #49 69.26 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-25T22:41:57.079Z] #49 69.33 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-25T22:41:57.079Z] #49 69.37 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-25T22:41:57.079Z] #49 69.48 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-25T22:41:57.079Z] #49 69.57 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-25T22:41:57.079Z] #49 69.63 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-25T22:41:57.079Z] #49 69.77 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-25T22:41:57.079Z] #49 69.80 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-25T22:41:57.079Z] #49 69.85 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-25T22:41:57.079Z] #49 69.93 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-25T22:41:57.079Z] #49 70.12 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-25T22:41:57.079Z] #49 70.14 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-25T22:41:57.079Z] #49 70.28 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-25T22:41:57.079Z] #49 70.41 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-25T22:41:57.079Z] #49 70.60 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-25T22:41:57.079Z] #49 71.28 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-25T22:41:57.079Z] #49 71.45 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-25T22:41:57.079Z] #49 71.56 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-25T22:41:57.079Z] #49 71.59 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-25T22:41:57.079Z] #49 71.68 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-25T22:41:57.079Z] #49 71.70 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-25T22:41:57.079Z] #49 71.72 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-25T22:41:57.079Z] #49 71.82 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-25T22:41:57.079Z] #49 71.87 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-25T22:41:57.079Z] #49 71.99 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-25T22:41:57.079Z] #49 72.07 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-25T22:41:57.079Z] #49 72.11 go: downloading github.com/julz/importas v0.1.0 [2022-08-25T22:41:57.079Z] #49 72.11 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-25T22:41:57.079Z] #49 72.19 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-25T22:41:57.079Z] #49 72.41 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-25T22:41:57.079Z] #49 72.47 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-25T22:41:57.202Z] #43 112.2 LINK lib/c/libcriu.a [2022-08-25T22:41:57.202Z] #43 112.3 GEN magic.py [2022-08-25T22:41:57.236Z] #43 4.226 GEN include/common/asm [2022-08-25T22:41:57.338Z] #49 72.50 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-25T22:41:57.338Z] #49 72.53 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-25T22:41:57.338Z] #49 72.55 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-25T22:41:57.338Z] #49 72.68 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-25T22:41:57.338Z] #49 72.69 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-25T22:41:57.338Z] #49 ... [2022-08-25T22:41:57.338Z] [2022-08-25T22:41:57.339Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:41:57.339Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:41:57.339Z] #42 72.65 Selecting previously unselected package protobuf-c-compiler. [2022-08-25T22:41:57.339Z] #42 72.65 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:41:57.339Z] #42 72.72 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:41:57.367Z] #43 103.9 CC criu/sigframe.o [2022-08-25T22:41:57.463Z] #43 112.4 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:41:57.463Z] #43 112.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:41:57.463Z] #43 112.4 Note: Building without GnuTLS support [2022-08-25T22:41:57.463Z] #43 112.4 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:41:57.463Z] #43 112.4 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:41:57.481Z] #22 ... [2022-08-25T22:41:57.481Z] [2022-08-25T22:41:57.481Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:57.481Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:57.481Z] #43 93.52 CC criu/pagemap-cache.o [2022-08-25T22:41:57.481Z] #43 93.85 CC criu/pagemap.o [2022-08-25T22:41:57.481Z] #43 94.81 CC criu/parasite-syscall.o [2022-08-25T22:41:57.481Z] #43 95.41 CC criu/path.o [2022-08-25T22:41:57.481Z] #43 95.68 CC criu/pie-util-vdso-elf32.o [2022-08-25T22:41:57.481Z] #43 96.05 CC criu/pie-util-vdso.o [2022-08-25T22:41:57.481Z] #43 96.42 CC criu/pie-util.o [2022-08-25T22:41:57.481Z] #43 96.54 CC criu/pipes.o [2022-08-25T22:41:57.481Z] #43 97.19 CC criu/plugin.o [2022-08-25T22:41:57.481Z] #43 97.45 CC criu/proc_parse.o [2022-08-25T22:41:57.481Z] #43 98.88 CC criu/protobuf-desc.o [2022-08-25T22:41:57.481Z] #43 99.42 CC criu/protobuf.o [2022-08-25T22:41:57.481Z] #43 99.75 CC criu/pstree.o [2022-08-25T22:41:57.603Z] #42 72.97 Selecting previously unselected package protobuf-compiler. [2022-08-25T22:41:57.724Z] #43 113.0 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:41:57.863Z] #42 72.98 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2022-08-25T22:41:57.863Z] #42 72.99 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:41:57.930Z] #43 104.1 CC criu/signalfd.o [2022-08-25T22:41:57.930Z] #43 104.3 CC criu/sk-inet.o [2022-08-25T22:41:58.051Z] #43 100.4 CC criu/rbtree.o [2022-08-25T22:41:58.051Z] #43 100.6 CC criu/rst-malloc.o [2022-08-25T22:41:58.122Z] #42 73.13 Selecting previously unselected package python-pkg-resources. [2022-08-25T22:41:58.122Z] #42 73.13 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:41:58.122Z] #42 73.15 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-25T22:41:58.186Z] #43 ... [2022-08-25T22:41:58.186Z] [2022-08-25T22:41:58.186Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:41:58.186Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:41:58.186Z] #22 3.848 Collecting yamllint==1.26.1 [2022-08-25T22:41:58.186Z] #22 9.155 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-25T22:41:58.186Z] #22 9.980 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-25T22:41:58.186Z] #22 10.03 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-25T22:41:58.186Z] #22 10.08 Collecting pyyaml (from yamllint==1.26.1) [2022-08-25T22:41:58.296Z] #43 113.5 make[1]: Nothing to be done for 'all'. [2022-08-25T22:41:58.311Z] #43 100.8 CC criu/seccomp.o [2022-08-25T22:41:58.382Z] #42 73.60 Selecting previously unselected package python-six. [2022-08-25T22:41:58.382Z] #42 73.60 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-25T22:41:58.382Z] #42 73.64 Unpacking python-six (1.12.0-1) ... [2022-08-25T22:41:58.443Z] #22 10.31 Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) [2022-08-25T22:41:58.443Z] #22 10.50 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-25T22:41:58.443Z] #22 10.51 Building wheels for collected packages: yamllint [2022-08-25T22:41:58.443Z] #22 10.51 Running setup.py bdist_wheel for yamllint: started [2022-08-25T22:41:58.644Z] #42 73.88 Selecting previously unselected package python-protobuf. [2022-08-25T22:41:58.644Z] #42 73.88 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2022-08-25T22:41:58.644Z] #42 73.93 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-25T22:41:58.700Z] #22 ... [2022-08-25T22:41:58.700Z] [2022-08-25T22:41:58.700Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:41:58.700Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:41:58.700Z] #43 105.2 CC criu/sk-netlink.o [2022-08-25T22:41:58.868Z] #43 114.0 make[1]: 'images/built-in.o' is up to date. [2022-08-25T22:41:58.868Z] #43 114.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-25T22:41:58.868Z] #43 114.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-25T22:41:58.868Z] #43 114.1 make[1]: 'compel/libcompel.a' is up to date. [2022-08-25T22:41:58.868Z] #43 114.1 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-25T22:41:58.868Z] #43 114.1 make[1]: Nothing to be done for 'all'. [2022-08-25T22:41:58.868Z] #43 114.1 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:41:58.881Z] #43 101.3 CC criu/seize.o [2022-08-25T22:41:59.129Z] #43 114.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.129Z] #43 114.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.129Z] #43 114.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.129Z] #43 114.4 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.129Z] #43 114.4 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.148Z] #43 6.035 PBCC images/timens.pb-c.c [2022-08-25T22:41:59.148Z] #43 6.066 DEP images/timens.pb-c.d [2022-08-25T22:41:59.148Z] #43 6.112 PBCC images/fown.pb-c.c [2022-08-25T22:41:59.148Z] #43 6.156 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-25T22:41:59.148Z] #43 6.217 PBCC images/opts.pb-c.c [2022-08-25T22:41:59.148Z] #43 6.263 PBCC images/memfd.pb-c.c [2022-08-25T22:41:59.148Z] #43 6.313 DEP images/fown.pb-c.d [2022-08-25T22:41:59.148Z] #43 6.366 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-25T22:41:59.148Z] #43 6.415 DEP images/opts.pb-c.d [2022-08-25T22:41:59.148Z] #43 6.450 DEP images/memfd.pb-c.d [2022-08-25T22:41:59.148Z] #43 6.490 PBCC images/sit.pb-c.c [2022-08-25T22:41:59.212Z] #42 ... [2022-08-25T22:41:59.212Z] [2022-08-25T22:41:59.212Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:41:59.212Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:41:59.212Z] #56 1.470 + RM_GOPATH=0 [2022-08-25T22:41:59.212Z] #56 1.470 + TMP_GOPATH= [2022-08-25T22:41:59.212Z] #56 1.470 + : /build [2022-08-25T22:41:59.212Z] #56 1.470 + '[' -z '' ']' [2022-08-25T22:41:59.212Z] #56 1.470 ++ mktemp -d [2022-08-25T22:41:59.212Z] #56 1.471 + export GOPATH=/tmp/tmp.nSeIBFaOBL [2022-08-25T22:41:59.212Z] #56 1.471 + GOPATH=/tmp/tmp.nSeIBFaOBL [2022-08-25T22:41:59.212Z] #56 1.471 + RM_GOPATH=1 [2022-08-25T22:41:59.212Z] #56 1.471 + case "$(go env GOARCH)" in [2022-08-25T22:41:59.212Z] #56 1.476 ++ go env GOARCH [2022-08-25T22:41:59.212Z] #56 1.529 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:59.212Z] #56 1.531 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:41:59.212Z] #56 1.532 ++ dirname /tmp/install/install.sh [2022-08-25T22:41:59.212Z] #56 1.540 + dir=/tmp/install [2022-08-25T22:41:59.212Z] #56 1.540 + bin=containerd [2022-08-25T22:41:59.212Z] #56 1.540 + shift [2022-08-25T22:41:59.212Z] #56 1.540 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-25T22:41:59.212Z] #56 1.540 + . /tmp/install/containerd.installer [2022-08-25T22:41:59.212Z] #56 1.540 ++ set -e [2022-08-25T22:41:59.212Z] #56 1.541 ++ : v1.6.8 [2022-08-25T22:41:59.212Z] #56 1.541 + install_containerd [2022-08-25T22:41:59.212Z] #56 1.543 + echo 'Install containerd version v1.6.8' [2022-08-25T22:41:59.212Z] #56 1.544 Install containerd version v1.6.8 [2022-08-25T22:41:59.212Z] #56 1.544 + git clone https://github.com/containerd/containerd.git /tmp/tmp.nSeIBFaOBL/src/github.com/containerd/containerd [2022-08-25T22:41:59.212Z] #56 1.560 Cloning into '/tmp/tmp.nSeIBFaOBL/src/github.com/containerd/containerd'... [2022-08-25T22:41:59.212Z] #56 ... [2022-08-25T22:41:59.212Z] [2022-08-25T22:41:59.212Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:59.212Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:41:59.212Z] #49 72.79 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-25T22:41:59.212Z] #49 72.80 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-25T22:41:59.212Z] #49 72.94 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-25T22:41:59.212Z] #49 73.81 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-25T22:41:59.212Z] #49 73.82 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-25T22:41:59.212Z] #49 73.94 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-25T22:41:59.212Z] #49 73.95 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-25T22:41:59.212Z] #49 74.10 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-25T22:41:59.212Z] #49 74.15 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-25T22:41:59.212Z] #49 74.26 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-25T22:41:59.212Z] #49 74.28 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-25T22:41:59.212Z] #49 74.49 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-25T22:41:59.263Z] #43 105.6 CC criu/sk-packet.o [2022-08-25T22:41:59.391Z] #43 114.5 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.391Z] #43 114.5 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.391Z] #43 114.6 make[2]: Nothing to be done for 'all'. [2022-08-25T22:41:59.391Z] #43 114.6 INSTALL criu/criu [2022-08-25T22:41:59.408Z] #43 6.549 DEP images/sit.pb-c.d [2022-08-25T22:41:59.408Z] #43 6.622 PBCC images/macvlan.pb-c.c [2022-08-25T22:41:59.408Z] #43 6.635 DEP images/macvlan.pb-c.d [2022-08-25T22:41:59.408Z] #43 6.692 PBCC images/autofs.pb-c.c [2022-08-25T22:41:59.408Z] #43 6.738 DEP images/autofs.pb-c.d [2022-08-25T22:41:59.471Z] #49 74.79 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-25T22:41:59.471Z] #49 74.80 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-25T22:41:59.471Z] #49 74.81 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-25T22:41:59.570Z] #43 102.0 CC criu/servicefd.o [2022-08-25T22:41:59.652Z] #43 DONE 114.8s [2022-08-25T22:41:59.652Z] [2022-08-25T22:41:59.652Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:59.652Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:41:59.670Z] #43 6.776 PBCC images/sysctl.pb-c.c [2022-08-25T22:41:59.670Z] #43 6.830 DEP images/sysctl.pb-c.d [2022-08-25T22:41:59.670Z] #43 6.867 PBCC images/time.pb-c.c [2022-08-25T22:41:59.670Z] #43 6.912 DEP images/time.pb-c.d [2022-08-25T22:41:59.670Z] #43 6.960 PBCC images/binfmt-misc.pb-c.c [2022-08-25T22:41:59.730Z] #49 74.87 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-25T22:41:59.730Z] #49 74.92 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-25T22:41:59.730Z] #49 74.94 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-25T22:41:59.730Z] #49 75.05 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-25T22:41:59.730Z] #49 ... [2022-08-25T22:41:59.730Z] [2022-08-25T22:41:59.730Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:41:59.730Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:41:59.730Z] #13 60.32 The following additional packages will be installed: [2022-08-25T22:41:59.730Z] #13 60.32 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-25T22:41:59.730Z] #13 60.32 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-25T22:41:59.730Z] #13 60.32 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-25T22:41:59.730Z] #13 60.32 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-25T22:41:59.730Z] #13 60.32 mingw-w64-x86-64-dev [2022-08-25T22:41:59.730Z] #13 60.34 Suggested packages: [2022-08-25T22:41:59.730Z] #13 60.34 gcc-8-locales seccomp wine64 [2022-08-25T22:41:59.730Z] #13 61.52 The following NEW packages will be installed: [2022-08-25T22:41:59.730Z] #13 61.52 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-25T22:41:59.730Z] #13 61.52 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-25T22:41:59.730Z] #13 61.52 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-25T22:41:59.730Z] #13 61.52 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-25T22:41:59.730Z] #13 61.52 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-25T22:41:59.730Z] #13 61.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-25T22:41:59.730Z] #13 61.57 The following packages will be upgraded: [2022-08-25T22:41:59.730Z] #13 61.60 libseccomp2 [2022-08-25T22:41:59.730Z] #13 62.17 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:41:59.730Z] #13 62.17 Need to get 77.8 MB of archives. [2022-08-25T22:41:59.730Z] #13 62.17 After this operation, 487 MB of additional disk space will be used. [2022-08-25T22:41:59.730Z] #13 62.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2022-08-25T22:41:59.730Z] #13 62.20 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB] [2022-08-25T22:41:59.730Z] #13 62.20 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB] [2022-08-25T22:41:59.730Z] #13 62.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2022-08-25T22:41:59.730Z] #13 62.80 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-25T22:41:59.730Z] #13 62.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2022-08-25T22:41:59.730Z] #13 62.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2022-08-25T22:41:59.730Z] #13 62.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-25T22:41:59.730Z] #13 63.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-25T22:41:59.730Z] #13 63.92 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-25T22:41:59.730Z] #13 63.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB] [2022-08-25T22:41:59.730Z] #13 68.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB] [2022-08-25T22:41:59.826Z] #43 106.1 CC criu/sk-queue.o [2022-08-25T22:41:59.826Z] #43 ... [2022-08-25T22:41:59.826Z] [2022-08-25T22:41:59.826Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:41:59.826Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:41:59.826Z] #22 11.26 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-25T22:41:59.826Z] #22 11.26 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-25T22:41:59.826Z] #22 11.31 Successfully built yamllint [2022-08-25T22:41:59.826Z] #22 11.33 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-25T22:41:59.826Z] #22 11.61 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-25T22:41:59.826Z] #22 DONE 11.9s [2022-08-25T22:41:59.832Z] #43 102.3 CC criu/shmem.o [2022-08-25T22:41:59.930Z] #43 7.066 DEP images/binfmt-misc.pb-c.d [2022-08-25T22:41:59.930Z] #43 7.122 PBCC images/seccomp.pb-c.c [2022-08-25T22:41:59.930Z] #43 7.161 DEP images/seccomp.pb-c.d [2022-08-25T22:41:59.930Z] #43 7.205 PBCC images/userns.pb-c.c [2022-08-25T22:41:59.930Z] #43 7.234 DEP images/userns.pb-c.d [2022-08-25T22:41:59.989Z] #13 ... [2022-08-25T22:41:59.989Z] [2022-08-25T22:41:59.989Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:41:59.989Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:41:59.989Z] #49 75.12 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-25T22:41:59.989Z] #49 75.19 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-25T22:41:59.989Z] #49 75.30 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-25T22:42:00.082Z] [2022-08-25T22:42:00.082Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-25T22:42:00.082Z] #25 sha256:ef91b3367e62083bad9b3eedf3b99779400d3a3adbe3fac8dba48af101ccdaba [2022-08-25T22:42:00.082Z] #25 DONE 0.2s [2022-08-25T22:42:00.082Z] [2022-08-25T22:42:00.082Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:00.082Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:00.082Z] #43 106.5 CC criu/sk-tcp.o [2022-08-25T22:42:00.090Z] #43 ... [2022-08-25T22:42:00.090Z] [2022-08-25T22:42:00.090Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:42:00.090Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:42:00.090Z] #22 8.862 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-25T22:42:00.190Z] #43 7.300 PBCC images/cgroup.pb-c.c [2022-08-25T22:42:00.190Z] #43 7.360 DEP images/cgroup.pb-c.d [2022-08-25T22:42:00.190Z] #43 7.409 PBCC images/ext-file.pb-c.c [2022-08-25T22:42:00.190Z] #43 7.437 DEP images/ext-file.pb-c.d [2022-08-25T22:42:00.190Z] #43 7.484 PBCC images/rpc.pb-c.c [2022-08-25T22:42:00.248Z] #49 75.35 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-25T22:42:00.248Z] #49 75.41 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-25T22:42:00.450Z] #43 7.520 DEP images/rpc.pb-c.d [2022-08-25T22:42:00.451Z] #43 7.564 PBCC images/siginfo.pb-c.c [2022-08-25T22:42:00.451Z] #43 7.604 DEP images/siginfo.pb-c.d [2022-08-25T22:42:00.451Z] #43 7.702 PBCC images/pagemap.pb-c.c [2022-08-25T22:42:00.507Z] #49 75.70 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-25T22:42:00.507Z] #49 75.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-25T22:42:00.507Z] #49 75.80 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-25T22:42:00.595Z] #49 ... [2022-08-25T22:42:00.596Z] [2022-08-25T22:42:00.596Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-25T22:42:00.596Z] #44 sha256:afd5e6ee2b37c37fe66fe5bf439ee594ed683dcb4353c5be3e2a90897228882b [2022-08-25T22:42:00.645Z] #43 107.1 CC criu/sk-unix.o [2022-08-25T22:42:00.712Z] #43 7.805 DEP images/pagemap.pb-c.d [2022-08-25T22:42:00.712Z] #43 ... [2022-08-25T22:42:00.712Z] [2022-08-25T22:42:00.712Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:42:00.712Z] #37 sha256:2a10bf69ead5a7038786bf83758cb0b4ca3a3e3072050267c5ac44031194d1ce [2022-08-25T22:42:00.712Z] #37 1.470 + RM_GOPATH=0 [2022-08-25T22:42:00.712Z] #37 1.470 + TMP_GOPATH= [2022-08-25T22:42:00.712Z] #37 1.470 + : /build [2022-08-25T22:42:00.712Z] #37 1.470 + '[' -z '' ']' [2022-08-25T22:42:00.712Z] #37 1.470 ++ mktemp -d [2022-08-25T22:42:00.712Z] #37 1.484 + export GOPATH=/tmp/tmp.dqAmLga3la [2022-08-25T22:42:00.712Z] #37 1.484 + GOPATH=/tmp/tmp.dqAmLga3la [2022-08-25T22:42:00.712Z] #37 1.484 + RM_GOPATH=1 [2022-08-25T22:42:00.712Z] #37 1.484 + case "$(go env GOARCH)" in [2022-08-25T22:42:00.712Z] #37 1.484 ++ go env GOARCH [2022-08-25T22:42:00.712Z] #37 1.504 Install tini version v0.19.0 [2022-08-25T22:42:00.712Z] #37 1.504 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:42:00.712Z] #37 1.504 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:42:00.712Z] #37 1.504 ++ dirname /tmp/install/install.sh [2022-08-25T22:42:00.712Z] #37 1.504 + dir=/tmp/install [2022-08-25T22:42:00.712Z] #37 1.504 + bin=tini [2022-08-25T22:42:00.712Z] #37 1.504 + shift [2022-08-25T22:42:00.712Z] #37 1.504 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-25T22:42:00.712Z] #37 1.504 + . /tmp/install/tini.installer [2022-08-25T22:42:00.712Z] #37 1.504 ++ : v0.19.0 [2022-08-25T22:42:00.712Z] #37 1.504 + install_tini [2022-08-25T22:42:00.712Z] #37 1.504 + echo 'Install tini version v0.19.0' [2022-08-25T22:42:00.712Z] #37 1.504 + git clone https://github.com/krallin/tini.git /tmp/tmp.dqAmLga3la/tini [2022-08-25T22:42:00.712Z] #37 1.504 Cloning into '/tmp/tmp.dqAmLga3la/tini'... [2022-08-25T22:42:00.712Z] #37 2.236 + cd /tmp/tmp.dqAmLga3la/tini [2022-08-25T22:42:00.712Z] #37 2.236 + git checkout -q v0.19.0 [2022-08-25T22:42:00.712Z] #37 2.293 + cmake . [2022-08-25T22:42:00.712Z] #37 2.721 -- The C compiler identification is GNU 8.3.0 [2022-08-25T22:42:00.712Z] #37 2.754 -- Check for working C compiler: /usr/bin/cc [2022-08-25T22:42:00.712Z] #37 3.270 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-25T22:42:00.712Z] #37 3.278 -- Detecting C compiler ABI info [2022-08-25T22:42:00.712Z] #37 3.621 -- Detecting C compiler ABI info - done [2022-08-25T22:42:00.712Z] #37 3.631 -- Detecting C compile features [2022-08-25T22:42:00.712Z] #37 5.115 -- Detecting C compile features - done [2022-08-25T22:42:00.712Z] #37 5.143 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-25T22:42:00.712Z] #37 5.328 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-25T22:42:00.712Z] #37 5.380 -- Configuring done [2022-08-25T22:42:00.712Z] #37 5.388 -- Generating done [2022-08-25T22:42:00.712Z] #37 5.404 -- Build files have been written to: /tmp/tmp.dqAmLga3la/tini [2022-08-25T22:42:00.712Z] #37 5.415 + make tini-static [2022-08-25T22:42:00.712Z] #37 5.875 Scanning dependencies of target tini-static [2022-08-25T22:42:00.712Z] #37 5.936 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-25T22:42:00.712Z] #37 7.156 [100%] Linking C executable tini-static [2022-08-25T22:42:00.712Z] #37 7.654 [100%] Built target tini-static [2022-08-25T22:42:00.712Z] #37 7.760 + mkdir -p /build [2022-08-25T22:42:00.712Z] #37 7.762 + cp tini-static /build/docker-init [2022-08-25T22:42:00.712Z] #37 DONE 8.0s [2022-08-25T22:42:00.712Z] [2022-08-25T22:42:00.712Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:00.712Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:00.712Z] #43 7.902 PBCC images/rlimit.pb-c.c [2022-08-25T22:42:00.712Z] #43 ... [2022-08-25T22:42:00.712Z] [2022-08-25T22:42:00.712Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:42:00.712Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:42:00.712Z] #13 60.18 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-25T22:42:00.712Z] #13 60.18 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_arm64.deb ... [2022-08-25T22:42:00.712Z] #13 60.19 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:00.712Z] #13 60.37 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-25T22:42:00.712Z] #13 60.37 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_arm64.deb ... [2022-08-25T22:42:00.712Z] #13 60.37 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:00.766Z] #49 75.85 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-25T22:42:00.766Z] #49 75.92 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-25T22:42:00.859Z] #44 DONE 0.1s [2022-08-25T22:42:00.859Z] [2022-08-25T22:42:00.859Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-25T22:42:00.859Z] #46 sha256:1c20d1921c012ec2e0d40bac94ff252257303c4cdca69248e8af8288a1b8cd63 [2022-08-25T22:42:00.859Z] #46 DONE 0.1s [2022-08-25T22:42:00.859Z] [2022-08-25T22:42:00.859Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-25T22:42:00.859Z] #48 sha256:36115f6d913057c4d0b8e64686813e229b996a8a30de60f7fff4253473385e2c [2022-08-25T22:42:00.859Z] #48 DONE 0.1s [2022-08-25T22:42:00.859Z] [2022-08-25T22:42:00.859Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:00.859Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:42:01.026Z] #49 76.35 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-25T22:42:01.026Z] #49 ... [2022-08-25T22:42:01.026Z] [2022-08-25T22:42:01.026Z] #36 [tini 1/2] 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-08-25T22:42:01.026Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:42:01.026Z] #36 66.28 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:42:01.026Z] #36 66.57 Fetched 14.9 MB in 2s (6130 kB/s) [2022-08-25T22:42:01.026Z] #36 66.73 Selecting previously unselected package xxd. [2022-08-25T22:42:01.026Z] #36 66.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 ... 15421 files and directories currently installed.) [2022-08-25T22:42:01.026Z] #36 66.79 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:42:01.026Z] #36 66.81 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:42:01.026Z] #36 67.08 Selecting previously unselected package vim-common. [2022-08-25T22:42:01.026Z] #36 67.09 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:42:01.026Z] #36 67.17 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:42:01.026Z] #36 67.59 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:42:01.026Z] #36 67.59 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:42:01.026Z] #36 67.62 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:42:01.027Z] #22 9.733 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-25T22:42:01.027Z] #22 9.782 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-25T22:42:01.027Z] #22 9.822 Collecting pyyaml (from yamllint==1.26.1) [2022-08-25T22:42:01.285Z] #36 ... [2022-08-25T22:42:01.285Z] [2022-08-25T22:42:01.285Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:42:01.285Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:42:01.285Z] #13 71.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2022-08-25T22:42:01.285Z] #13 71.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2022-08-25T22:42:01.285Z] #13 71.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-25T22:42:01.285Z] #13 71.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-25T22:42:01.285Z] #13 71.62 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2022-08-25T22:42:01.285Z] #13 71.62 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] [2022-08-25T22:42:01.285Z] #13 71.64 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2022-08-25T22:42:01.285Z] #13 71.67 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2022-08-25T22:42:01.285Z] #13 71.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2022-08-25T22:42:01.285Z] #13 71.76 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2022-08-25T22:42:01.285Z] #13 71.76 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2022-08-25T22:42:01.285Z] #13 71.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2022-08-25T22:42:01.285Z] #13 71.88 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2022-08-25T22:42:01.285Z] #13 71.94 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] [2022-08-25T22:42:01.582Z] #43 ... [2022-08-25T22:42:01.582Z] [2022-08-25T22:42:01.582Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-25T22:42:01.582Z] #30 sha256:e388005606f1e5ae2de2b20a73a6279142ebd603f8018c09434a5e6b8e03fc11 [2022-08-25T22:42:01.582Z] #30 DONE 1.5s [2022-08-25T22:42:01.595Z] #22 10.04 Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) [2022-08-25T22:42:01.595Z] #22 10.21 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-25T22:42:01.595Z] #22 10.22 Building wheels for collected packages: yamllint [2022-08-25T22:42:01.595Z] #22 10.22 Running setup.py bdist_wheel for yamllint: started [2022-08-25T22:42:01.868Z] [2022-08-25T22:42:01.868Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-25T22:42:01.868Z] #33 sha256:b69615f140b34b426a4436dd0bfb18602bc51f1526fce77b612cd19c6d967149 [2022-08-25T22:42:01.868Z] #33 DONE 0.2s [2022-08-25T22:42:01.868Z] [2022-08-25T22:42:01.868Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-25T22:42:01.868Z] #35 sha256:56e3458aa63d73f6475afa8a136ac7288f1b7c454f4fd1ce4d66691dfb7bf6d8 [2022-08-25T22:42:01.868Z] #35 DONE 0.1s [2022-08-25T22:42:01.868Z] [2022-08-25T22:42:01.868Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-25T22:42:01.868Z] #38 sha256:3e44ac8b3f269e050ec9fe7a8ea53b9c97b7ad08e226b625bce050fe3d905ee8 [2022-08-25T22:42:01.868Z] #38 DONE 0.1s [2022-08-25T22:42:01.868Z] [2022-08-25T22:42:01.868Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-25T22:42:01.868Z] #41 sha256:81e1af993e6b78450404b8ce13b8b22fde1ad5023b2cc190e1966bae120fec51 [2022-08-25T22:42:01.899Z] Fetching without tags [2022-08-25T22:42:02.095Z] #13 ... [2022-08-25T22:42:02.095Z] [2022-08-25T22:42:02.095Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:02.095Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:02.095Z] #43 7.968 DEP images/rlimit.pb-c.d [2022-08-25T22:42:02.095Z] #43 7.999 PBCC images/file-lock.pb-c.c [2022-08-25T22:42:02.095Z] #43 8.086 DEP images/file-lock.pb-c.d [2022-08-25T22:42:02.095Z] #43 8.176 PBCC images/tty.pb-c.c [2022-08-25T22:42:02.095Z] #43 8.294 DEP images/tty.pb-c.d [2022-08-25T22:42:02.095Z] #43 8.387 PBCC images/tun.pb-c.c [2022-08-25T22:42:02.095Z] #43 8.479 PBCC images/netdev.pb-c.c [2022-08-25T22:42:02.095Z] #43 8.552 DEP images/tun.pb-c.d [2022-08-25T22:42:02.095Z] #43 8.668 DEP images/netdev.pb-c.d [2022-08-25T22:42:02.095Z] #43 8.811 PBCC images/vma.pb-c.c [2022-08-25T22:42:02.095Z] #43 8.868 DEP images/vma.pb-c.d [2022-08-25T22:42:02.095Z] #43 8.944 PBCC images/creds.pb-c.c [2022-08-25T22:42:02.095Z] #43 8.994 DEP images/creds.pb-c.d [2022-08-25T22:42:02.095Z] #43 9.044 PBCC images/utsns.pb-c.c [2022-08-25T22:42:02.095Z] #43 9.065 DEP images/utsns.pb-c.d [2022-08-25T22:42:02.095Z] #43 9.111 PBCC images/ipc-desc.pb-c.c [2022-08-25T22:42:02.095Z] #43 9.139 PBCC images/ipc-sem.pb-c.c [2022-08-25T22:42:02.095Z] #43 9.162 DEP images/ipc-desc.pb-c.d [2022-08-25T22:42:02.095Z] #43 9.199 DEP images/ipc-sem.pb-c.d [2022-08-25T22:42:02.095Z] #43 9.252 PBCC images/ipc-msg.pb-c.c [2022-08-25T22:42:02.095Z] #43 9.368 DEP images/ipc-msg.pb-c.d [2022-08-25T22:42:02.095Z] #43 9.404 PBCC images/ipc-shm.pb-c.c [2022-08-25T22:42:02.095Z] #43 9.424 DEP images/ipc-shm.pb-c.d [2022-08-25T22:42:02.128Z] #41 DONE 0.3s [2022-08-25T22:42:02.129Z] [2022-08-25T22:42:02.129Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:02.129Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:02.165Z] #22 11.04 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-25T22:42:02.355Z] #43 9.447 PBCC images/ipc-var.pb-c.c [2022-08-25T22:42:02.355Z] #43 9.466 DEP images/ipc-var.pb-c.d [2022-08-25T22:42:02.355Z] #43 9.495 PBCC images/sk-opts.pb-c.c [2022-08-25T22:42:02.355Z] #43 9.516 PBCC images/packet-sock.pb-c.c [2022-08-25T22:42:02.355Z] #43 9.552 DEP images/sk-opts.pb-c.d [2022-08-25T22:42:02.355Z] #43 9.579 DEP images/packet-sock.pb-c.d [2022-08-25T22:42:02.355Z] #43 9.611 PBCC images/sk-netlink.pb-c.c [2022-08-25T22:42:02.355Z] #43 9.647 DEP images/sk-netlink.pb-c.d [2022-08-25T22:42:02.384Z] #43 108.9 CC criu/sockets.o [2022-08-25T22:42:02.425Z] #22 11.05 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-25T22:42:02.425Z] #22 11.09 Successfully built yamllint [2022-08-25T22:42:02.425Z] #22 11.10 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-25T22:42:01.516Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:42:01.592Z] > git config --add remote.origin.fetch +refs/pull/44041/head:refs/remotes/origin/PR-44041 # timeout=10 [2022-08-25T22:42:01.656Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:42:01.796Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-25T22:42:01.942Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-25T22:42:01.942Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:42:01.945Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44041/head:refs/remotes/origin/PR-44041 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-25T22:42:02.614Z] #43 9.727 PBCC images/sk-inet.pb-c.c [2022-08-25T22:42:02.614Z] #43 9.785 DEP images/sk-inet.pb-c.d [2022-08-25T22:42:02.614Z] #43 9.844 PBCC images/sk-unix.pb-c.c [2022-08-25T22:42:02.686Z] #22 11.38 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-25T22:42:02.879Z] #43 9.908 DEP images/sk-unix.pb-c.d [2022-08-25T22:42:02.879Z] #43 9.939 PBCC images/mm.pb-c.c [2022-08-25T22:42:02.879Z] #43 10.02 DEP images/mm.pb-c.d [2022-08-25T22:42:02.879Z] #43 10.08 PBCC images/timerfd.pb-c.c [2022-08-25T22:42:02.879Z] #43 10.11 DEP images/timerfd.pb-c.d [2022-08-25T22:42:02.947Z] #22 DONE 11.7s [2022-08-25T22:42:02.947Z] [2022-08-25T22:42:02.947Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-25T22:42:02.947Z] #25 sha256:bffbd3e7eb7702e5abf37daafd75da55cfe0a69b41e1b121b8d557c1df4219d7 [2022-08-25T22:42:03.139Z] #43 10.15 PBCC images/timer.pb-c.c [2022-08-25T22:42:03.139Z] #43 10.17 DEP images/timer.pb-c.d [2022-08-25T22:42:03.139Z] #43 10.19 PBCC images/sa.pb-c.c [2022-08-25T22:42:03.139Z] #43 10.23 DEP images/sa.pb-c.d [2022-08-25T22:42:03.139Z] #43 10.29 PBCC images/pipe-data.pb-c.c [2022-08-25T22:42:03.139Z] #43 10.33 DEP images/pipe-data.pb-c.d [2022-08-25T22:42:03.139Z] #43 10.37 PBCC images/mnt.pb-c.c [2022-08-25T22:42:03.139Z] #43 ... [2022-08-25T22:42:03.139Z] [2022-08-25T22:42:03.139Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:03.139Z] #34 sha256:6800dddf3baa06aeaa9725fa7c039d3deec9ff01e0af2b573f75e7fe416bbf69 [2022-08-25T22:42:03.139Z] #34 58.81 io/fs [2022-08-25T22:42:03.139Z] #34 60.76 strings [2022-08-25T22:42:03.139Z] #34 61.58 os [2022-08-25T22:42:03.139Z] #34 63.41 bufio [2022-08-25T22:42:03.139Z] #34 64.96 text/tabwriter [2022-08-25T22:42:03.139Z] #34 65.38 fmt [2022-08-25T22:42:03.139Z] #34 65.54 io/ioutil [2022-08-25T22:42:03.139Z] #34 68.55 github.com/BurntSushi/toml [2022-08-25T22:42:03.139Z] #34 68.58 flag [2022-08-25T22:42:03.190Z] #13 73.66 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:42:03.190Z] #13 ... [2022-08-25T22:42:03.190Z] [2022-08-25T22:42:03.190Z] #32 [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-08-25T22:42:03.190Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:42:03.190Z] #32 67.97 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-25T22:42:03.190Z] #32 69.01 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-25T22:42:03.190Z] #32 69.66 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-25T22:42:03.190Z] #32 ... [2022-08-25T22:42:03.190Z] [2022-08-25T22:42:03.190Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:03.190Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:42:03.190Z] #34 78.36 sync [2022-08-25T22:42:03.190Z] #34 78.36 internal/reflectlite [2022-08-25T22:42:03.207Z] #25 DONE 0.1s [2022-08-25T22:42:03.207Z] [2022-08-25T22:42:03.207Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-25T22:42:03.207Z] #30 sha256:85f64f15855d66cb82f2b533edafb3cf2b2fa5e8042061e01c524ccafed541c5 [2022-08-25T22:42:03.311Z] #43 109.6 CC criu/stats.o [2022-08-25T22:42:03.311Z] #43 109.8 CC criu/string.o [2022-08-25T22:42:03.389Z] Merging remotes/origin/20.10 commit 0bd91f300e5b9f809441dd6c3a36b1495938fff9 into PR head commit 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:42:03.399Z] #34 ... [2022-08-25T22:42:03.399Z] [2022-08-25T22:42:03.399Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:03.399Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:03.399Z] #43 10.42 DEP images/mnt.pb-c.d [2022-08-25T22:42:03.399Z] #43 10.47 PBCC images/sk-packet.pb-c.c [2022-08-25T22:42:03.399Z] #43 10.52 DEP images/sk-packet.pb-c.d [2022-08-25T22:42:03.399Z] #43 10.60 PBCC images/tcp-stream.pb-c.c [2022-08-25T22:42:03.399Z] #43 10.63 DEP images/tcp-stream.pb-c.d [2022-08-25T22:42:03.399Z] #43 10.69 PBCC images/pipe.pb-c.c [2022-08-25T22:42:03.399Z] #43 10.75 DEP images/pipe.pb-c.d [2022-08-25T22:42:03.566Z] #43 109.8 CC criu/sysctl.o [2022-08-25T22:42:03.659Z] #43 10.81 PBCC images/pstree.pb-c.c [2022-08-25T22:42:03.659Z] #43 10.85 DEP images/pstree.pb-c.d [2022-08-25T22:42:03.659Z] #43 10.91 PBCC images/fs.pb-c.c [2022-08-25T22:42:03.659Z] #43 10.94 DEP images/fs.pb-c.d [2022-08-25T22:42:03.659Z] #43 10.99 PBCC images/signalfd.pb-c.c [2022-08-25T22:42:03.822Z] #43 110.3 CC criu/sysfs_parse.o [2022-08-25T22:42:03.919Z] #43 11.03 DEP images/signalfd.pb-c.d [2022-08-25T22:42:03.919Z] #43 11.08 PBCC images/fh.pb-c.c [2022-08-25T22:42:03.919Z] #43 11.09 PBCC images/fsnotify.pb-c.c [2022-08-25T22:42:03.919Z] #43 11.16 DEP images/fh.pb-c.d [2022-08-25T22:42:03.919Z] #43 11.20 DEP images/fsnotify.pb-c.d [2022-08-25T22:42:03.919Z] #43 11.25 PBCC images/eventpoll.pb-c.c [2022-08-25T22:42:04.179Z] #43 11.27 DEP images/eventpoll.pb-c.d [2022-08-25T22:42:04.179Z] #43 11.32 PBCC images/eventfd.pb-c.c [2022-08-25T22:42:04.179Z] #43 11.35 DEP images/eventfd.pb-c.d [2022-08-25T22:42:04.179Z] #43 11.40 PBCC images/remap-file-path.pb-c.c [2022-08-25T22:42:04.179Z] #43 11.44 DEP images/remap-file-path.pb-c.d [2022-08-25T22:42:04.179Z] #43 11.49 PBCC images/fifo.pb-c.c [2022-08-25T22:42:04.384Z] #43 110.5 CC criu/timens.o [2022-08-25T22:42:04.439Z] #43 11.52 DEP images/fifo.pb-c.d [2022-08-25T22:42:04.439Z] #43 11.57 PBCC images/ghost-file.pb-c.c [2022-08-25T22:42:04.439Z] #43 11.62 DEP images/ghost-file.pb-c.d [2022-08-25T22:42:04.439Z] #43 11.67 PBCC images/regfile.pb-c.c [2022-08-25T22:42:04.439Z] #43 11.71 DEP images/regfile.pb-c.d [2022-08-25T22:42:04.439Z] #43 11.73 PBCC images/ns.pb-c.c [2022-08-25T22:42:04.594Z] #30 DONE 1.3s [2022-08-25T22:42:04.594Z] [2022-08-25T22:42:04.594Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:04.594Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:04.594Z] #43 103.0 CC criu/sigframe.o [2022-08-25T22:42:04.594Z] #43 103.2 CC criu/signalfd.o [2022-08-25T22:42:04.594Z] #43 103.4 CC criu/sk-inet.o [2022-08-25T22:42:04.594Z] #43 104.2 CC criu/sk-netlink.o [2022-08-25T22:42:04.594Z] #43 104.5 CC criu/sk-packet.o [2022-08-25T22:42:04.594Z] #43 105.0 CC criu/sk-queue.o [2022-08-25T22:42:04.594Z] #43 105.5 CC criu/sk-tcp.o [2022-08-25T22:42:04.594Z] #43 106.1 CC criu/sk-unix.o [2022-08-25T22:42:04.594Z] #43 ... [2022-08-25T22:42:04.594Z] [2022-08-25T22:42:04.594Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-25T22:42:04.594Z] #33 sha256:42d12b13aed6a199018d6b3583e858d239d89c58e4434603abbc65618d763f25 [2022-08-25T22:42:04.594Z] #33 DONE 0.1s [2022-08-25T22:42:04.594Z] [2022-08-25T22:42:04.594Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-25T22:42:04.594Z] #35 sha256:accc27b3cb69b3ff2fc30cf1b3c36921ac339d7bfb3a6009f3160e258214ee21 [2022-08-25T22:42:04.594Z] #35 DONE 0.1s [2022-08-25T22:42:04.594Z] [2022-08-25T22:42:04.594Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-25T22:42:04.594Z] #38 sha256:68243ece3222f577c0bdd7600b86b29fd7a13a76169568cfa30c6dff0a8a4d64 [2022-08-25T22:42:04.594Z] #38 DONE 0.0s [2022-08-25T22:42:04.594Z] [2022-08-25T22:42:04.594Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:04.594Z] #49 sha256:89fe2389ac5a12253b3ba9babe00b3f8da722c59beca175b2090420701e70924 [2022-08-25T22:42:04.640Z] #43 110.8 CC criu/timerfd.o [2022-08-25T22:42:04.640Z] #43 111.1 CC criu/tty.o [2022-08-25T22:42:04.699Z] #43 11.77 DEP images/ns.pb-c.d [2022-08-25T22:42:04.699Z] #43 11.79 PBCC images/fdinfo.pb-c.c [2022-08-25T22:42:04.699Z] #43 11.87 DEP images/fdinfo.pb-c.d [2022-08-25T22:42:04.699Z] #43 11.93 PBCC images/core-aarch64.pb-c.c [2022-08-25T22:42:04.699Z] #43 11.98 PBCC images/core-arm.pb-c.c [2022-08-25T22:42:04.855Z] #49 ... [2022-08-25T22:42:04.855Z] [2022-08-25T22:42:04.855Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-25T22:42:04.855Z] #41 sha256:b8425541355c8a04c7623bba1ea494ef7a8301b216f9b6b4e09fdb266589ca0e [2022-08-25T22:42:04.855Z] #41 DONE 0.2s [2022-08-25T22:42:04.855Z] [2022-08-25T22:42:04.855Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:04.855Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:04.855Z] #43 107.4 CC criu/sockets.o [2022-08-25T22:42:04.960Z] #43 12.02 PBCC images/core-ppc64.pb-c.c [2022-08-25T22:42:04.960Z] #43 12.08 PBCC images/core-s390.pb-c.c [2022-08-25T22:42:04.960Z] #43 12.11 PBCC images/core-x86.pb-c.c [2022-08-25T22:42:04.960Z] #43 12.15 PBCC images/core.pb-c.c [2022-08-25T22:42:04.960Z] #43 12.21 PBCC images/inventory.pb-c.c [2022-08-25T22:42:04.960Z] #43 12.26 DEP images/core-aarch64.pb-c.d [2022-08-25T22:42:05.220Z] #43 12.31 DEP images/core-arm.pb-c.d [2022-08-25T22:42:05.220Z] #43 12.35 DEP images/core-ppc64.pb-c.d [2022-08-25T22:42:05.220Z] #43 12.39 DEP images/core-s390.pb-c.d [2022-08-25T22:42:05.220Z] #43 12.45 DEP images/core-x86.pb-c.d [2022-08-25T22:42:05.220Z] #43 12.52 DEP images/core.pb-c.d [2022-08-25T22:42:05.431Z] #43 108.0 CC criu/stats.o [2022-08-25T22:42:05.479Z] #43 12.56 DEP images/inventory.pb-c.d [2022-08-25T22:42:05.479Z] #43 12.61 PBCC images/cpuinfo.pb-c.c [2022-08-25T22:42:05.479Z] #43 12.65 DEP images/cpuinfo.pb-c.d [2022-08-25T22:42:05.479Z] #43 12.70 PBCC images/stats.pb-c.c [2022-08-25T22:42:05.479Z] #43 12.74 DEP images/stats.pb-c.d [2022-08-25T22:42:05.691Z] #43 108.2 CC criu/string.o [2022-08-25T22:42:03.514Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:42:03.573Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:42:05.952Z] #43 108.2 CC criu/sysctl.o [2022-08-25T22:42:06.005Z] #43 112.3 CC criu/tun.o [2022-08-25T22:42:06.212Z] #43 108.7 CC criu/sysfs_parse.o [2022-08-25T22:42:06.261Z] #43 112.7 CC criu/uffd.o [2022-08-25T22:42:06.483Z] #43 108.9 CC criu/timens.o [2022-08-25T22:42:06.491Z] #34 81.06 internal/testlog [2022-08-25T22:42:06.742Z] #43 109.1 CC criu/timerfd.o [2022-08-25T22:42:06.743Z] #43 109.4 CC criu/tty.o [2022-08-25T22:42:07.189Z] Merge succeeded, producing 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:42:07.189Z] Checking out Revision 8bd86a0699c26fd012c7df4f85136a2347c9340e (PR-44041) [2022-08-25T22:42:07.190Z] #43 113.5 CC criu/util.o [2022-08-25T22:42:07.392Z] #43 14.43 make[1]: Nothing to be done for 'all'. [2022-08-25T22:42:07.428Z] #34 82.65 sort [2022-08-25T22:42:07.428Z] #34 82.65 errors [2022-08-25T22:42:07.752Z] #43 114.3 CC criu/uts_ns.o [2022-08-25T22:42:07.963Z] #43 ... [2022-08-25T22:42:07.963Z] [2022-08-25T22:42:07.963Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:07.963Z] #34 sha256:6800dddf3baa06aeaa9725fa7c039d3deec9ff01e0af2b573f75e7fe416bbf69 [2022-08-25T22:42:07.963Z] #34 69.93 log [2022-08-25T22:42:07.963Z] #34 71.90 github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:42:07.963Z] #34 DONE 73.6s [2022-08-25T22:42:07.963Z] [2022-08-25T22:42:07.963Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:07.963Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:42:08.315Z] #43 114.5 CC criu/vdso-compat.o [2022-08-25T22:42:08.315Z] #43 114.6 CC criu/vdso.o [2022-08-25T22:42:08.365Z] #34 83.62 strconv [2022-08-25T22:42:08.571Z] #43 115.1 LINK criu/built-in.o [2022-08-25T22:42:08.624Z] #34 ... [2022-08-25T22:42:08.624Z] [2022-08-25T22:42:08.624Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:42:08.624Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:42:08.624Z] #13 73.88 Fetched 77.8 MB in 10s (7739 kB/s) [2022-08-25T22:42:08.624Z] #13 74.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-25T22:42:08.624Z] #13 74.16 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:42:08.624Z] #13 74.28 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-25T22:42:08.624Z] #13 74.59 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:42:08.624Z] #13 74.80 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-25T22:42:08.624Z] #13 74.80 (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 ... 15421 files and directories currently installed.) [2022-08-25T22:42:08.624Z] #13 74.90 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:42:08.624Z] #13 74.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:42:08.624Z] #13 79.04 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-25T22:42:08.624Z] #13 79.04 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2022-08-25T22:42:08.624Z] #13 79.06 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:42:08.653Z] #43 110.7 CC criu/tun.o [2022-08-25T22:42:08.653Z] #43 111.1 CC criu/uffd.o [2022-08-25T22:42:08.828Z] #43 115.2 LINK criu/criu [2022-08-25T22:42:09.084Z] #43 115.4 DEP lib/c/criu.d [2022-08-25T22:42:09.084Z] #43 115.5 CC images/rpc.pb-c.o [2022-08-25T22:42:09.341Z] #43 115.8 CC lib/c/criu.o [2022-08-25T22:42:09.343Z] #56 ... [2022-08-25T22:42:09.343Z] [2022-08-25T22:42:09.343Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:09.343Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:09.343Z] #43 16.44 CC images/stats.o [2022-08-25T22:42:06.754Z] > git remote # timeout=10 [2022-08-25T22:42:06.874Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T22:42:06.930Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-25T22:42:06.932Z] > git merge 0bd91f300e5b9f809441dd6c3a36b1495938fff9 # timeout=10 [2022-08-25T22:42:07.092Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-08-25T22:42:07.232Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T22:42:07.290Z] > git checkout -f 8bd86a0699c26fd012c7df4f85136a2347c9340e # timeout=10 [2022-08-25T22:42:09.563Z] #13 ... [2022-08-25T22:42:09.563Z] [2022-08-25T22:42:09.563Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:09.563Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:42:09.563Z] #34 84.66 io [2022-08-25T22:42:09.563Z] #34 ... [2022-08-25T22:42:09.563Z] [2022-08-25T22:42:09.563Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:42:09.563Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:42:09.563Z] #42 74.84 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-25T22:42:09.563Z] #42 80.78 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-25T22:42:09.563Z] #42 80.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:42:09.563Z] #42 80.81 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:42:09.563Z] #42 80.83 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-25T22:42:09.563Z] #42 80.84 Setting up python-six (1.12.0-1) ... [2022-08-25T22:42:09.593Z] #43 111.9 CC criu/util.o [2022-08-25T22:42:09.603Z] #43 16.78 CC images/core.o [2022-08-25T22:42:09.825Z] #42 ... [2022-08-25T22:42:09.825Z] [2022-08-25T22:42:09.826Z] #36 [tini 1/2] 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-08-25T22:42:09.826Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:42:09.826Z] #36 78.85 Selecting previously unselected package libxml2:amd64. [2022-08-25T22:42:09.826Z] #36 78.86 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ... [2022-08-25T22:42:09.826Z] #36 78.88 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:42:09.826Z] #36 79.84 Selecting previously unselected package cmake-data. [2022-08-25T22:42:09.826Z] #36 79.84 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-25T22:42:09.826Z] #36 79.85 Unpacking cmake-data (3.13.4-1) ... [2022-08-25T22:42:09.826Z] #36 83.95 Selecting previously unselected package libarchive13:amd64. [2022-08-25T22:42:09.826Z] #36 83.96 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2022-08-25T22:42:09.826Z] #36 83.98 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:42:09.826Z] #36 84.55 Selecting previously unselected package libjsoncpp1:amd64. [2022-08-25T22:42:09.826Z] #36 84.56 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2022-08-25T22:42:09.826Z] #36 84.58 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:42:09.826Z] #36 84.83 Selecting previously unselected package librhash0:amd64. [2022-08-25T22:42:09.826Z] #36 84.84 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2022-08-25T22:42:09.826Z] #36 84.84 Unpacking librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:42:09.826Z] #36 85.01 Selecting previously unselected package libuv1:amd64. [2022-08-25T22:42:09.826Z] #36 85.01 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2022-08-25T22:42:09.826Z] #36 85.03 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:42:10.085Z] #36 85.24 Selecting previously unselected package cmake. [2022-08-25T22:42:10.085Z] #36 85.28 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2022-08-25T22:42:10.085Z] #36 85.28 Unpacking cmake (3.13.4-1) ... [2022-08-25T22:42:10.161Z] #43 112.7 CC criu/uts_ns.o [2022-08-25T22:42:10.182Z] #43 17.33 CC images/core-x86.o [2022-08-25T22:42:10.270Z] #43 116.6 LINK lib/c/built-in.o [2022-08-25T22:42:10.270Z] #43 116.6 LINK lib/c/libcriu.so [2022-08-25T22:42:10.270Z] #43 116.6 LINK lib/c/libcriu.a [2022-08-25T22:42:10.421Z] #43 112.8 CC criu/vdso-compat.o [2022-08-25T22:42:10.441Z] #43 17.78 CC images/core-arm.o [2022-08-25T22:42:10.526Z] #43 116.7 GEN magic.py [2022-08-25T22:42:10.526Z] #43 116.9 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:42:10.526Z] #43 116.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:42:10.526Z] #43 116.9 Note: Building without GnuTLS support [2022-08-25T22:42:10.526Z] #43 116.9 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:42:10.526Z] #43 116.9 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:42:10.681Z] #43 113.0 CC criu/vdso.o [2022-08-25T22:42:10.701Z] #43 18.04 CC images/core-aarch64.o [2022-08-25T22:42:10.940Z] #43 113.4 LINK criu/built-in.o [2022-08-25T22:42:10.940Z] #43 113.5 LINK criu/criu [2022-08-25T22:42:11.088Z] #43 117.5 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:42:11.200Z] #43 113.8 DEP lib/c/criu.d [2022-08-25T22:42:11.271Z] #43 18.35 CC images/core-ppc64.o [2022-08-25T22:42:11.461Z] #43 113.9 CC images/rpc.pb-c.o [2022-08-25T22:42:11.462Z] #36 ... [2022-08-25T22:42:11.462Z] [2022-08-25T22:42:11.462Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:11.462Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:42:11.462Z] #49 76.55 go: downloading honnef.co/go/tools v0.2.2 [2022-08-25T22:42:11.462Z] #49 78.70 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-25T22:42:11.462Z] #49 78.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-25T22:42:11.462Z] #49 78.85 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-25T22:42:11.462Z] #49 78.96 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:42:11.462Z] #49 79.13 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-25T22:42:11.462Z] #49 79.14 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-25T22:42:11.462Z] #49 79.21 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-25T22:42:11.462Z] #49 79.35 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-25T22:42:11.462Z] #49 79.88 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-25T22:42:11.462Z] #49 79.88 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-25T22:42:11.462Z] #49 80.04 go: downloading golang.org/x/text v0.3.7 [2022-08-25T22:42:11.462Z] #49 ... [2022-08-25T22:42:11.462Z] [2022-08-25T22:42:11.462Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:42:11.462Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:42:11.462Z] #42 86.70 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-25T22:42:11.462Z] #42 86.70 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:42:11.462Z] #42 86.72 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-25T22:42:11.462Z] #42 86.74 Setting up libcap-dev:amd64 (1:2.25-2) ... [2022-08-25T22:42:11.462Z] #42 86.81 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-25T22:42:11.651Z] #43 118.1 make[1]: Nothing to be done for 'all'. [2022-08-25T22:42:11.720Z] #42 86.83 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-25T22:42:11.720Z] #42 86.85 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-25T22:42:11.721Z] #42 86.96 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-25T22:42:11.721Z] #42 86.98 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-25T22:42:11.721Z] #42 87.00 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-25T22:42:11.841Z] #43 18.85 CC images/core-s390.o [2022-08-25T22:42:12.031Z] #43 114.3 CC lib/c/criu.o [2022-08-25T22:42:12.102Z] #43 19.39 CC images/cpuinfo.o [2022-08-25T22:42:12.214Z] #43 118.7 make[1]: 'images/built-in.o' is up to date. [2022-08-25T22:42:12.214Z] #43 118.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-25T22:42:12.214Z] #43 118.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-25T22:42:12.470Z] #43 118.8 make[1]: 'compel/libcompel.a' is up to date. [2022-08-25T22:42:12.470Z] #43 118.8 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-25T22:42:12.470Z] #43 118.8 make[1]: Nothing to be done for 'all'. [2022-08-25T22:42:12.470Z] #43 118.9 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:42:12.601Z] #43 115.0 LINK lib/c/built-in.o [2022-08-25T22:42:12.601Z] #43 115.0 LINK lib/c/libcriu.so [2022-08-25T22:42:12.601Z] #43 115.0 LINK lib/c/libcriu.a [2022-08-25T22:42:12.601Z] #43 115.1 GEN magic.py [2022-08-25T22:42:12.601Z] #43 115.2 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:42:12.601Z] #43 115.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:42:12.672Z] #43 19.74 CC images/inventory.o [2022-08-25T22:42:12.672Z] #43 19.95 CC images/fdinfo.o [2022-08-25T22:42:12.726Z] #43 119.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.726Z] #43 119.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.726Z] #43 119.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.861Z] #43 115.2 Note: Building without GnuTLS support [2022-08-25T22:42:12.861Z] #43 115.2 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:42:12.861Z] #43 115.2 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:42:12.982Z] #43 119.2 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.982Z] #43 119.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.982Z] #43 119.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.982Z] #43 119.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.982Z] #43 119.4 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:12.982Z] #43 119.4 INSTALL criu/criu [2022-08-25T22:42:13.238Z] #43 DONE 119.5s [2022-08-25T22:42:13.238Z] [2022-08-25T22:42:13.238Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:13.238Z] #49 sha256:6c76bc9541e2a3efe914dbe131a695fe8bb59d6efbd2de2bd9bd2a650c486217 [2022-08-25T22:42:13.242Z] #43 20.28 CC images/fown.o [2022-08-25T22:42:13.242Z] #43 20.44 CC images/ns.o [2022-08-25T22:42:13.431Z] #43 115.8 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:42:13.543Z] #43 20.61 CC images/regfile.o [2022-08-25T22:42:13.543Z] #43 20.76 CC images/ghost-file.o [2022-08-25T22:42:13.828Z] #43 21.03 CC images/fifo.o [2022-08-25T22:42:14.000Z] #43 116.3 make[1]: Nothing to be done for 'all'. [2022-08-25T22:42:14.088Z] #43 21.21 CC images/remap-file-path.o [2022-08-25T22:42:14.088Z] #43 21.32 CC images/eventfd.o [2022-08-25T22:42:14.348Z] #43 21.48 CC images/eventpoll.o [2022-08-25T22:42:14.571Z] #43 116.9 make[1]: 'images/built-in.o' is up to date. [2022-08-25T22:42:14.571Z] #43 116.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-25T22:42:14.571Z] #43 116.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-25T22:42:14.571Z] #43 116.9 make[1]: 'compel/libcompel.a' is up to date. [2022-08-25T22:42:14.571Z] #43 117.0 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-25T22:42:14.571Z] #43 117.0 make[1]: Nothing to be done for 'all'. [2022-08-25T22:42:14.571Z] #43 117.0 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:42:14.571Z] #43 117.2 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:14.603Z] #49 ... [2022-08-25T22:42:14.603Z] [2022-08-25T22:42:14.603Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-25T22:42:14.603Z] #44 sha256:5fd7f77d820d8e4bf3b2ac46631a8c9919d110b5170c9359fa228009e457be6a [2022-08-25T22:42:14.603Z] #44 DONE 0.1s [2022-08-25T22:42:14.603Z] [2022-08-25T22:42:14.603Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-25T22:42:14.603Z] #46 sha256:2676e343eef5164f0af7309de146ea15cb2841608090b6cf05ad695e2c94a65b [2022-08-25T22:42:14.610Z] #43 21.73 CC images/fh.o [2022-08-25T22:42:14.831Z] #43 117.2 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:14.831Z] #43 117.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:14.831Z] #43 117.4 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:14.831Z] #43 117.4 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:14.831Z] #43 117.4 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:14.831Z] #43 117.5 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:14.859Z] #46 DONE 0.1s [2022-08-25T22:42:14.859Z] [2022-08-25T22:42:14.859Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-25T22:42:14.859Z] #48 sha256:e864c9e92bffec24fb66366cbec4e2a466ba9269db318a4e6a6f5471e6138e41 [2022-08-25T22:42:14.859Z] #48 DONE 0.1s [2022-08-25T22:42:14.859Z] [2022-08-25T22:42:14.859Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:14.859Z] #49 sha256:6c76bc9541e2a3efe914dbe131a695fe8bb59d6efbd2de2bd9bd2a650c486217 [2022-08-25T22:42:14.870Z] #43 22.05 CC images/fsnotify.o [2022-08-25T22:42:15.091Z] #43 117.6 make[2]: Nothing to be done for 'all'. [2022-08-25T22:42:15.091Z] #43 117.6 INSTALL criu/criu [2022-08-25T22:42:15.130Z] #43 ... [2022-08-25T22:42:15.130Z] [2022-08-25T22:42:15.130Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:15.130Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:42:15.130Z] #56 40.81 Checking out files: 61% (3062/4967) Checking out files: 62% (3080/4967) Checking out files: 63% (3130/4967) Checking out files: 64% (3179/4967) Checking out files: 65% (3229/4967) Checking out files: 66% (3279/4967) Checking out files: 67% (3328/4967) Checking out files: 68% (3378/4967) Checking out files: 69% (3428/4967) Checking out files: 70% (3477/4967) Checking out files: 71% (3527/4967) Checking out files: 72% (3577/4967) Checking out files: 73% (3626/4967) Checking out files: 74% (3676/4967) Checking out files: 75% (3726/4967) Checking out files: 76% (3775/4967) Checking out files: 77% (3825/4967) Checking out files: 78% (3875/4967) Checking out files: 79% (3924/4967) Checking out files: 80% (3974/4967) Checking out files: 81% (4024/4967) Checking out files: 82% (4073/4967) Checking out files: 83% (4123/4967) Checking out files: 84% (4173/4967) Checking out files: 85% (4222/4967) Checking out files: 86% (4272/4967) Checking out files: 87% (4322/4967) Checking out files: 88% (4371/4967) Checking out files: 89% (4421/4967) Checking out files: 90% (4471/4967) Checking out files: 91% (4520/4967) Checking out files: 92% (4570/4967) Checking out files: 93% (4620/4967) Checking out files: 94% (4669/4967) Checking out files: 95% (4719/4967) Checking out files: 96% (4769/4967) Checking out files: 97% (4818/4967) Checking out files: 98% (4868/4967) Checking out files: 99% (4918/4967) Checking out files: 100% (4967/4967) Checking out files: 100% (4967/4967), done. [2022-08-25T22:42:15.130Z] #56 41.77 + cd /tmp/tmp.Itz7IvG9IP/src/github.com/containerd/containerd [2022-08-25T22:42:15.130Z] #56 41.78 + git checkout -q v1.6.8 [2022-08-25T22:42:15.130Z] #56 43.19 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-25T22:42:15.130Z] #56 43.19 + BUILDTAGS='netgo osusergo static_build' [2022-08-25T22:42:15.130Z] #56 43.19 + export EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:42:15.130Z] #56 43.19 + EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:42:15.130Z] #56 43.20 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-25T22:42:15.130Z] #56 43.20 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-25T22:42:15.130Z] #56 43.20 + '[' '' = dynamic ']' [2022-08-25T22:42:15.130Z] #56 43.20 + make [2022-08-25T22:42:15.662Z] #43 DONE 117.9s [2022-08-25T22:42:15.662Z] [2022-08-25T22:42:15.662Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:15.662Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:42:16.513Z] #56 44.70 + bin/ctr [2022-08-25T22:42:16.603Z] #56 ... [2022-08-25T22:42:16.603Z] [2022-08-25T22:42:16.603Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-25T22:42:16.603Z] #44 sha256:a865a8c3ec294d613f54523001e88f856f7a851ee26a78e37946404bc4fb2787 [2022-08-25T22:42:16.603Z] #44 DONE 0.1s [2022-08-25T22:42:16.603Z] [2022-08-25T22:42:16.603Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-25T22:42:16.603Z] #46 sha256:2d1dd23b13b25e2f3ad839796d708577caf39e7a0b61f6dc9078a728f1754350 [2022-08-25T22:42:16.603Z] #46 DONE 0.1s [2022-08-25T22:42:16.603Z] [2022-08-25T22:42:16.603Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-25T22:42:16.603Z] #48 sha256:b580589607d202b848d7568cc3e25c0307fe394cc6c654eac8132caa6d53cbac [2022-08-25T22:42:16.863Z] #48 DONE 0.1s [2022-08-25T22:42:16.863Z] [2022-08-25T22:42:16.863Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:16.863Z] #49 sha256:89fe2389ac5a12253b3ba9babe00b3f8da722c59beca175b2090420701e70924 [2022-08-25T22:42:16.993Z] #42 ... [2022-08-25T22:42:16.993Z] [2022-08-25T22:42:16.993Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:16.993Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:42:16.993Z] #49 88.74 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-25T22:42:16.993Z] #49 88.92 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-25T22:42:16.993Z] #49 88.95 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-25T22:42:16.993Z] #49 89.07 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-25T22:42:16.993Z] #49 89.13 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-25T22:42:16.993Z] #49 89.20 go: downloading golang.org/x/mod v0.5.1 [2022-08-25T22:42:16.993Z] #49 89.49 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-25T22:42:16.993Z] #49 89.58 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-25T22:42:16.993Z] #49 89.61 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-25T22:42:16.993Z] #49 89.77 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-25T22:42:16.993Z] #49 89.79 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-25T22:42:16.993Z] #49 89.89 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-25T22:42:16.993Z] #49 90.74 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-25T22:42:16.993Z] #49 91.01 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-25T22:42:16.993Z] #49 91.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-25T22:42:16.993Z] #49 91.75 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-25T22:42:16.993Z] #49 91.82 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-25T22:42:16.993Z] #49 91.96 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-25T22:42:16.993Z] #49 91.97 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-25T22:42:16.993Z] #49 92.04 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-25T22:42:16.993Z] #49 92.14 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-25T22:42:17.252Z] #49 92.55 go: downloading github.com/prometheus/common v0.10.0 [2022-08-25T22:42:17.511Z] #49 92.78 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-25T22:42:17.771Z] #49 93.09 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-25T22:42:18.046Z] #49 93.27 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-25T22:42:18.613Z] #49 ... [2022-08-25T22:42:18.613Z] [2022-08-25T22:42:18.613Z] #36 [tini 1/2] 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-08-25T22:42:18.613Z] #36 sha256:0f5289aadca203720e713db570bf178cbd5e0da6ad1a84e7f84d89eabbf68741 [2022-08-25T22:42:18.613Z] #36 90.20 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:42:18.613Z] #36 90.26 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:42:18.613Z] #36 90.27 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-25T22:42:18.613Z] #36 90.28 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:42:18.613Z] #36 90.33 Setting up librhash0:amd64 (1.3.8-1) ... [2022-08-25T22:42:18.613Z] #36 90.34 Setting up cmake-data (3.13.4-1) ... [2022-08-25T22:42:18.613Z] #36 90.37 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-25T22:42:18.613Z] #36 90.40 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-25T22:42:18.613Z] #36 90.43 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-25T22:42:18.613Z] #36 90.46 Setting up cmake (3.13.4-1) ... [2022-08-25T22:42:18.613Z] #36 90.47 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:42:18.613Z] #36 90.63 Processing triggers for mime-support (3.62) ... [2022-08-25T22:42:18.613Z] #36 DONE 93.6s [2022-08-25T22:42:18.613Z] [2022-08-25T22:42:18.613Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:42:18.613Z] #37 sha256:333ccfe15f3aacab61f1e5e4ffad6586ae2276791a708a0c84eb7cf72e1ceb8f [2022-08-25T22:42:19.220Z] Commit message: "update containerd binary to v1.6.8" [2022-08-25T22:42:19.549Z] #37 1.275 + RM_GOPATH=0 [2022-08-25T22:42:19.809Z] #37 1.276 + TMP_GOPATH= [2022-08-25T22:42:19.809Z] #37 1.277 + : /build [2022-08-25T22:42:19.809Z] #37 1.277 + '[' -z '' ']' [2022-08-25T22:42:19.809Z] #37 1.279 ++ mktemp -d [2022-08-25T22:42:19.809Z] #37 1.282 + export GOPATH=/tmp/tmp.jSXqqZEKtE [2022-08-25T22:42:19.809Z] #37 1.282 + GOPATH=/tmp/tmp.jSXqqZEKtE [2022-08-25T22:42:19.809Z] #37 1.282 + RM_GOPATH=1 [2022-08-25T22:42:19.809Z] #37 1.283 + case "$(go env GOARCH)" in [2022-08-25T22:42:19.809Z] #37 1.284 ++ go env GOARCH [2022-08-25T22:42:19.809Z] #37 1.325 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:42:19.809Z] #37 1.325 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:42:19.809Z] #37 1.329 ++ dirname /tmp/install/install.sh [2022-08-25T22:42:19.809Z] #37 1.330 + dir=/tmp/install [2022-08-25T22:42:19.809Z] #37 1.336 + bin=tini [2022-08-25T22:42:19.809Z] #37 1.336 + shift [2022-08-25T22:42:19.809Z] #37 1.336 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-25T22:42:19.809Z] #37 1.336 + . /tmp/install/tini.installer [2022-08-25T22:42:19.809Z] #37 1.336 ++ : v0.19.0 [2022-08-25T22:42:19.809Z] #37 1.336 + install_tini [2022-08-25T22:42:19.809Z] #37 1.336 + echo 'Install tini version v0.19.0' [2022-08-25T22:42:19.809Z] #37 1.336 + git clone https://github.com/krallin/tini.git /tmp/tmp.jSXqqZEKtE/tini [2022-08-25T22:42:19.809Z] #37 1.337 Install tini version v0.19.0 [2022-08-25T22:42:19.809Z] #37 1.338 Cloning into '/tmp/tmp.jSXqqZEKtE/tini'... [2022-08-25T22:42:19.677Z] > git --version # timeout=10 [2022-08-25T22:42:19.743Z] > git --version # 'git version 2.24.1.windows.2' [2022-08-25T22:42:19.808Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-25T22:42:20.772Z] #37 2.365 + cd /tmp/tmp.jSXqqZEKtE/tini [2022-08-25T22:42:20.772Z] #37 2.366 + git checkout -q v0.19.0 [2022-08-25T22:42:20.772Z] #37 2.382 + cmake . [2022-08-25T22:42:21.381Z] #37 ... [2022-08-25T22:42:21.381Z] [2022-08-25T22:42:21.381Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-25T22:42:21.381Z] #47 sha256:d21c1033847e02073938a96d1980e557ffa4e294d92c06583d161e0b9b41055e [2022-08-25T22:42:21.381Z] #47 DONE 96.5s [2022-08-25T22:42:21.381Z] [2022-08-25T22:42:21.381Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:42:21.381Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:42:21.381Z] #42 96.47 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-25T22:42:21.381Z] #42 96.50 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:42:21.653Z] #42 ... [2022-08-25T22:42:21.653Z] [2022-08-25T22:42:21.653Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:21.653Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:42:21.653Z] #34 86.88 internal/oserror [2022-08-25T22:42:21.653Z] #34 87.18 syscall [2022-08-25T22:42:21.653Z] #34 90.79 reflect [2022-08-25T22:42:21.915Z] #34 ... [2022-08-25T22:42:21.915Z] [2022-08-25T22:42:21.915Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-25T22:42:21.915Z] #42 sha256:6b076a86125d090f994bf93fc7509842e1a25e55df2b2e5c1e3c8b666106b4b6 [2022-08-25T22:42:21.915Z] #42 DONE 97.1s [2022-08-25T22:42:21.915Z] [2022-08-25T22:42:21.915Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:42:21.915Z] #37 sha256:333ccfe15f3aacab61f1e5e4ffad6586ae2276791a708a0c84eb7cf72e1ceb8f [2022-08-25T22:42:21.915Z] #37 3.517 -- The C compiler identification is GNU 8.3.0 [2022-08-25T22:42:21.915Z] #37 3.581 -- Check for working C compiler: /usr/bin/cc [2022-08-25T22:42:22.858Z] #37 4.443 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-25T22:42:22.858Z] #37 4.443 -- Detecting C compiler ABI info [2022-08-25T22:42:22.858Z] #37 ... [2022-08-25T22:42:22.858Z] [2022-08-25T22:42:22.858Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:42:22.858Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:42:22.858Z] #13 83.50 Selecting previously unselected package binutils-mingw-w64. [2022-08-25T22:42:22.858Z] #13 83.50 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-25T22:42:22.858Z] #13 83.51 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:42:22.858Z] #13 83.73 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-08-25T22:42:22.858Z] #13 83.73 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:42:22.858Z] #13 83.74 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:42:22.858Z] #13 83.98 Selecting previously unselected package dmsetup. [2022-08-25T22:42:22.858Z] #13 83.98 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:42:22.858Z] #13 83.99 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-25T22:42:22.858Z] #13 84.39 Selecting previously unselected package mingw-w64-common. [2022-08-25T22:42:22.858Z] #13 84.39 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-25T22:42:22.858Z] #13 84.40 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-25T22:42:22.858Z] #13 93.45 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-25T22:42:22.858Z] #13 93.47 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-25T22:42:22.858Z] #13 93.48 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:42:23.095Z] #56 ... [2022-08-25T22:42:23.095Z] [2022-08-25T22:42:23.095Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:42:23.095Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:42:23.095Z] #13 76.28 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-25T22:42:23.095Z] #13 76.29 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_arm64.deb ... [2022-08-25T22:42:23.095Z] #13 76.29 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:23.095Z] #13 ... [2022-08-25T22:42:23.095Z] [2022-08-25T22:42:23.095Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:23.095Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:23.095Z] #43 22.49 CC images/signalfd.o [2022-08-25T22:42:23.095Z] #43 22.74 CC images/fs.o [2022-08-25T22:42:23.095Z] #43 22.90 CC images/pstree.o [2022-08-25T22:42:23.095Z] #43 23.17 CC images/pipe.o [2022-08-25T22:42:23.095Z] #43 23.32 CC images/tcp-stream.o [2022-08-25T22:42:23.095Z] #43 23.47 CC images/sk-packet.o [2022-08-25T22:42:23.095Z] #43 23.64 CC images/mnt.o [2022-08-25T22:42:23.095Z] #43 23.81 CC images/pipe-data.o [2022-08-25T22:42:23.095Z] #43 23.96 CC images/sa.o [2022-08-25T22:42:23.095Z] #43 24.16 CC images/timer.o [2022-08-25T22:42:23.095Z] #43 24.44 CC images/timerfd.o [2022-08-25T22:42:23.095Z] #43 24.71 CC images/mm.o [2022-08-25T22:42:23.095Z] #43 25.00 CC images/sk-opts.o [2022-08-25T22:42:23.095Z] #43 25.19 CC images/sk-unix.o [2022-08-25T22:42:23.095Z] #43 25.45 CC images/sk-inet.o [2022-08-25T22:42:23.095Z] #43 25.84 CC images/tun.o [2022-08-25T22:42:23.095Z] #43 26.07 CC images/sk-netlink.o [2022-08-25T22:42:23.095Z] #43 26.24 CC images/packet-sock.o [2022-08-25T22:42:23.095Z] #43 26.66 CC images/ipc-var.o [2022-08-25T22:42:23.095Z] #43 26.84 CC images/ipc-desc.o [2022-08-25T22:42:23.095Z] #43 27.01 CC images/ipc-shm.o [2022-08-25T22:42:23.095Z] #43 27.17 CC images/ipc-msg.o [2022-08-25T22:42:23.095Z] #43 27.38 CC images/ipc-sem.o [2022-08-25T22:42:23.095Z] #43 27.56 CC images/utsns.o [2022-08-25T22:42:23.095Z] #43 27.71 CC images/creds.o [2022-08-25T22:42:23.095Z] #43 27.90 CC images/vma.o [2022-08-25T22:42:23.095Z] #43 28.14 CC images/netdev.o [2022-08-25T22:42:23.095Z] #43 28.55 CC images/tty.o [2022-08-25T22:42:23.095Z] #43 29.03 CC images/file-lock.o [2022-08-25T22:42:23.095Z] #43 29.25 CC images/rlimit.o [2022-08-25T22:42:23.095Z] #43 29.38 CC images/pagemap.o [2022-08-25T22:42:23.095Z] #43 29.62 CC images/siginfo.o [2022-08-25T22:42:23.095Z] #43 29.84 CC images/rpc.o [2022-08-25T22:42:23.407Z] + docker version [2022-08-25T22:42:23.665Z] #43 30.89 CC images/ext-file.o [2022-08-25T22:42:23.794Z] #13 ... [2022-08-25T22:42:23.794Z] [2022-08-25T22:42:23.794Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:42:23.794Z] #37 sha256:333ccfe15f3aacab61f1e5e4ffad6586ae2276791a708a0c84eb7cf72e1ceb8f [2022-08-25T22:42:23.794Z] #37 5.298 -- Detecting C compiler ABI info - done [2022-08-25T22:42:23.794Z] #37 5.298 -- Detecting C compile features [2022-08-25T22:42:23.937Z] #43 31.06 CC images/cgroup.o [2022-08-25T22:42:23.937Z] #43 ... [2022-08-25T22:42:23.937Z] [2022-08-25T22:42:23.937Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:42:23.937Z] #13 sha256:a9144d68a32b4a8ec2937f6f3020343d42476fa831f8e426ad149b29a2955fb5 [2022-08-25T22:42:23.937Z] #13 87.34 Selecting previously unselected package libapparmor1:arm64. [2022-08-25T22:42:23.937Z] #13 87.34 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2022-08-25T22:42:23.937Z] #13 87.34 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2022-08-25T22:42:23.937Z] #13 87.43 Selecting previously unselected package libapparmor-dev:arm64. [2022-08-25T22:42:24.197Z] #13 87.45 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2022-08-25T22:42:24.197Z] #13 87.46 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2022-08-25T22:42:24.197Z] #13 87.63 Selecting previously unselected package libbtrfs0. [2022-08-25T22:42:24.197Z] #13 87.64 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2022-08-25T22:42:24.197Z] #13 87.65 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:42:24.197Z] #13 87.73 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:42:24.458Z] #13 87.74 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2022-08-25T22:42:24.458Z] #13 87.74 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:42:24.458Z] #13 87.88 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-08-25T22:42:24.458Z] #13 87.88 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2022-08-25T22:42:24.458Z] #13 87.89 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2022-08-25T22:42:24.458Z] #13 87.97 Selecting previously unselected package libudev-dev:arm64. [2022-08-25T22:42:24.718Z] #13 87.98 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_arm64.deb ... [2022-08-25T22:42:24.718Z] #13 88.01 Unpacking libudev-dev:arm64 (241-7~deb10u8) ... [2022-08-25T22:42:24.718Z] #13 88.17 Selecting previously unselected package libsepol1-dev:arm64. [2022-08-25T22:42:24.718Z] #13 88.18 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2022-08-25T22:42:24.718Z] #13 88.18 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2022-08-25T22:42:24.978Z] #13 88.46 Selecting previously unselected package libpcre16-3:arm64. [2022-08-25T22:42:24.978Z] #13 88.47 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2022-08-25T22:42:24.978Z] #13 88.48 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2022-08-25T22:42:25.239Z] #13 88.63 Selecting previously unselected package libpcre32-3:arm64. [2022-08-25T22:42:25.239Z] #13 88.63 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2022-08-25T22:42:25.239Z] #13 88.64 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2022-08-25T22:42:25.239Z] #13 88.77 Selecting previously unselected package libpcrecpp0v5:arm64. [2022-08-25T22:42:25.239Z] #13 88.77 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2022-08-25T22:42:25.239Z] #13 88.78 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2022-08-25T22:42:25.500Z] #13 88.88 Selecting previously unselected package libpcre3-dev:arm64. [2022-08-25T22:42:25.500Z] #13 88.91 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2022-08-25T22:42:25.500Z] #13 88.92 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2022-08-25T22:42:25.760Z] #13 89.23 Selecting previously unselected package libselinux1-dev:arm64. [2022-08-25T22:42:25.760Z] #13 89.23 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2022-08-25T22:42:25.760Z] #13 89.24 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2022-08-25T22:42:26.020Z] #13 89.44 Selecting previously unselected package libdevmapper-dev:arm64. [2022-08-25T22:42:26.020Z] #13 89.46 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2022-08-25T22:42:26.020Z] #13 89.47 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2022-08-25T22:42:26.020Z] #13 89.55 Selecting previously unselected package libseccomp-dev:arm64. [2022-08-25T22:42:26.280Z] #13 89.55 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_arm64.deb ... [2022-08-25T22:42:26.280Z] #13 89.58 Unpacking libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:42:26.280Z] #13 89.71 Selecting previously unselected package libsystemd-dev:arm64. [2022-08-25T22:42:26.280Z] #13 89.72 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_arm64.deb ... [2022-08-25T22:42:26.280Z] #13 89.73 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ... [2022-08-25T22:42:26.329Z] #37 7.973 -- Detecting C compile features - done [2022-08-25T22:42:26.329Z] #37 8.000 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-25T22:42:26.850Z] #13 90.31 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2022-08-25T22:42:26.850Z] #13 90.33 Setting up libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:42:26.850Z] #13 90.34 Setting up libapparmor1:arm64 (2.13.2-10) ... [2022-08-25T22:42:26.850Z] #13 90.35 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:42:26.850Z] #13 90.35 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2022-08-25T22:42:26.850Z] #13 90.37 Setting up libsepol1-dev:arm64 (2.8-1) ... [2022-08-25T22:42:26.850Z] #13 90.38 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:26.850Z] #13 90.39 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:42:26.850Z] #13 90.40 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2022-08-25T22:42:26.896Z] #37 8.383 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-25T22:42:26.896Z] #37 8.506 -- Configuring done [2022-08-25T22:42:26.896Z] #37 8.535 -- Generating done [2022-08-25T22:42:26.896Z] #37 8.546 -- Build files have been written to: /tmp/tmp.jSXqqZEKtE/tini [2022-08-25T22:42:26.896Z] #37 8.549 + make tini-static [2022-08-25T22:42:27.110Z] #13 90.41 Setting up libudev-dev:arm64 (241-7~deb10u8) ... [2022-08-25T22:42:27.110Z] #13 90.44 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:42:27.110Z] #13 90.45 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:42:27.110Z] #13 90.46 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2022-08-25T22:42:27.110Z] #13 90.48 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-25T22:42:27.110Z] #13 90.49 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ... [2022-08-25T22:42:27.110Z] #13 90.51 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:42:27.110Z] #13 90.52 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2022-08-25T22:42:27.110Z] #13 90.53 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:27.110Z] #13 90.54 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-08-25T22:42:27.110Z] #13 90.55 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-08-25T22:42:27.110Z] #13 90.55 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:27.110Z] #13 90.56 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-25T22:42:27.110Z] #13 90.57 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-08-25T22:42:27.110Z] #13 90.58 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:42:27.110Z] #13 90.60 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2022-08-25T22:42:27.110Z] #13 90.61 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2022-08-25T22:42:27.110Z] #13 90.62 Setting up dmsetup (2:1.02.155-3) ... [2022-08-25T22:42:27.110Z] #13 90.63 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2022-08-25T22:42:27.110Z] #13 90.64 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2022-08-25T22:42:27.110Z] #13 90.66 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:42:27.453Z] #49 ... [2022-08-25T22:42:27.453Z] [2022-08-25T22:42:27.453Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:27.453Z] #56 sha256:fb8e0aed929bc5d92f3df9f7d5c0a1f390e1500efb5f336603d11b10fbc5d645 [2022-08-25T22:42:27.453Z] #56 157.3 + bin/containerd [2022-08-25T22:42:27.831Z] #37 9.326 Scanning dependencies of target tini-static [2022-08-25T22:42:27.831Z] #37 9.488 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-25T22:42:28.036Z] Client: [2022-08-25T22:42:28.036Z] Version: 20.10.9 [2022-08-25T22:42:28.036Z] API version: 1.41 [2022-08-25T22:42:28.036Z] Go version: go1.16.8 [2022-08-25T22:42:28.036Z] Git commit: c2ea9bc [2022-08-25T22:42:28.036Z] Built: Mon Oct 4 16:11:10 2021 [2022-08-25T22:42:28.036Z] OS/Arch: windows/amd64 [2022-08-25T22:42:28.036Z] Context: default [2022-08-25T22:42:28.036Z] Experimental: true [2022-08-25T22:42:28.036Z] [2022-08-25T22:42:28.036Z] Server: Docker Engine - Community [2022-08-25T22:42:28.036Z] Engine: [2022-08-25T22:42:28.036Z] Version: 20.10.9 [2022-08-25T22:42:28.036Z] API version: 1.41 (minimum version 1.24) [2022-08-25T22:42:28.036Z] Go version: go1.16.8 [2022-08-25T22:42:28.036Z] Git commit: 79ea9d3 [2022-08-25T22:42:28.036Z] Built: Mon Oct 4 16:06:39 2021 [2022-08-25T22:42:28.036Z] OS/Arch: windows/amd64 [2022-08-25T22:42:28.036Z] Experimental: true [Pipeline] sh [2022-08-25T22:42:29.006Z] + docker info [2022-08-25T22:42:29.740Z] #37 11.21 [100%] Linking C executable tini-static [2022-08-25T22:42:30.404Z] #13 DONE 93.7s [2022-08-25T22:42:30.404Z] [2022-08-25T22:42:30.404Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:42:30.404Z] #53 sha256:31d53976d8c166246f31228fdabd0a28d0582d8dd54dc9532692140a96efa9a1 [2022-08-25T22:42:30.676Z] #37 12.22 [100%] Built target tini-static [2022-08-25T22:42:30.676Z] #37 12.30 + mkdir -p /build [2022-08-25T22:42:30.676Z] #37 12.32 + cp tini-static /build/docker-init [2022-08-25T22:42:30.935Z] #37 ... [2022-08-25T22:42:30.935Z] [2022-08-25T22:42:30.935Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:30.935Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:42:30.935Z] #49 95.96 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-25T22:42:30.935Z] #49 ... [2022-08-25T22:42:30.935Z] [2022-08-25T22:42:30.935Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:30.935Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:30.935Z] #43 4.112 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:42:30.935Z] #43 4.112 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:42:30.935Z] #43 4.134 Note: Building without GnuTLS support [2022-08-25T22:42:30.935Z] #43 4.139 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:42:30.935Z] #43 4.141 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:42:30.935Z] #43 6.732 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:42:30.935Z] #43 7.013 GEN .gitid [2022-08-25T22:42:30.935Z] #43 7.089 GEN criu/include/version.h [2022-08-25T22:42:30.935Z] #43 7.246 GEN include/common/asm [2022-08-25T22:42:31.343Z] #53 1.004 + RM_GOPATH=0 [2022-08-25T22:42:31.343Z] #53 1.004 + TMP_GOPATH= [2022-08-25T22:42:31.343Z] #53 1.004 + : /build [2022-08-25T22:42:31.343Z] #53 1.005 + '[' -z '' ']' [2022-08-25T22:42:31.343Z] #53 1.006 ++ mktemp -d [2022-08-25T22:42:31.343Z] #53 1.009 + export GOPATH=/tmp/tmp.A0Hr5xcYLD [2022-08-25T22:42:31.343Z] #53 1.009 + GOPATH=/tmp/tmp.A0Hr5xcYLD [2022-08-25T22:42:31.343Z] #53 1.009 + RM_GOPATH=1 [2022-08-25T22:42:31.343Z] #53 1.009 + case "$(go env GOARCH)" in [2022-08-25T22:42:31.343Z] #53 1.014 ++ go env GOARCH [2022-08-25T22:42:31.343Z] #53 1.029 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:42:31.343Z] #53 1.029 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:42:31.343Z] #53 1.031 ++ dirname /tmp/install/install.sh [2022-08-25T22:42:31.343Z] #53 1.036 + dir=/tmp/install [2022-08-25T22:42:31.343Z] #53 1.036 + bin=runc [2022-08-25T22:42:31.343Z] #53 1.036 + shift [2022-08-25T22:42:31.343Z] #53 1.037 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-25T22:42:31.343Z] #53 1.038 + . /tmp/install/runc.installer [2022-08-25T22:42:31.343Z] #53 1.038 ++ set -e [2022-08-25T22:42:31.343Z] #53 1.039 ++ : v1.1.3 [2022-08-25T22:42:31.343Z] #53 1.057 + install_runc [2022-08-25T22:42:31.343Z] #53 1.057 + RUNC_BUILDTAGS=seccomp [2022-08-25T22:42:31.343Z] #53 1.057 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-25T22:42:31.343Z] #53 1.057 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.A0Hr5xcYLD/src/github.com/opencontainers/runc [2022-08-25T22:42:31.343Z] #53 1.057 Install runc version v1.1.3 (build tags: seccomp) [2022-08-25T22:42:31.343Z] #53 1.059 Cloning into '/tmp/tmp.A0Hr5xcYLD/src/github.com/opencontainers/runc'... [2022-08-25T22:42:31.515Z] #43 9.430 PBCC images/timens.pb-c.c [2022-08-25T22:42:31.515Z] #43 9.468 DEP images/timens.pb-c.d [2022-08-25T22:42:31.515Z] #43 9.548 PBCC images/fown.pb-c.c [2022-08-25T22:42:31.515Z] #43 ... [2022-08-25T22:42:31.515Z] [2022-08-25T22:42:31.515Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-25T22:42:31.515Z] #37 sha256:333ccfe15f3aacab61f1e5e4ffad6586ae2276791a708a0c84eb7cf72e1ceb8f [2022-08-25T22:42:31.515Z] #37 DONE 13.1s [2022-08-25T22:42:31.515Z] [2022-08-25T22:42:31.515Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:31.515Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:31.515Z] #43 9.577 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-25T22:42:31.515Z] #43 9.674 PBCC images/opts.pb-c.c [2022-08-25T22:42:31.515Z] #43 ... [2022-08-25T22:42:31.515Z] [2022-08-25T22:42:31.515Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:31.515Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:42:31.515Z] #34 100.9 internal/syscall/unix [2022-08-25T22:42:31.515Z] #34 101.4 time [2022-08-25T22:42:31.605Z] #53 ... [2022-08-25T22:42:31.605Z] [2022-08-25T22:42:31.605Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-25T22:42:31.605Z] #14 sha256:73210980567394902378a098b274fdac4af50fca1be40a03bcf1734b683804ac [2022-08-25T22:42:31.605Z] #14 DONE 1.2s [2022-08-25T22:42:31.605Z] [2022-08-25T22:42:31.605Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:31.605Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:31.605Z] #43 31.74 CC images/userns.o [2022-08-25T22:42:31.605Z] #43 32.00 CC images/google/protobuf/descriptor.o [2022-08-25T22:42:31.605Z] #43 33.45 CC images/opts.o [2022-08-25T22:42:31.605Z] #43 33.61 CC images/seccomp.o [2022-08-25T22:42:31.605Z] #43 33.80 CC images/binfmt-misc.o [2022-08-25T22:42:31.605Z] #43 34.06 CC images/time.o [2022-08-25T22:42:31.605Z] #43 34.25 CC images/sysctl.o [2022-08-25T22:42:31.605Z] #43 34.43 CC images/autofs.o [2022-08-25T22:42:31.605Z] #43 34.60 CC images/macvlan.o [2022-08-25T22:42:31.605Z] #43 34.79 CC images/sit.o [2022-08-25T22:42:31.605Z] #43 34.91 CC images/memfd.o [2022-08-25T22:42:31.605Z] #43 35.11 CC images/timens.o [2022-08-25T22:42:31.605Z] #43 35.39 LINK images/built-in.o [2022-08-25T22:42:31.605Z] #43 35.52 GEN compel/include/asm [2022-08-25T22:42:31.605Z] #43 35.56 GEN compel/include/version.h [2022-08-25T22:42:31.605Z] #43 35.59 touch .config [2022-08-25T22:42:31.605Z] #43 35.66 GEN include/common/config.h [2022-08-25T22:42:31.605Z] #43 35.78 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-25T22:42:31.605Z] #43 35.80 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2022-08-25T22:42:31.605Z] #43 35.82 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2022-08-25T22:42:31.605Z] #43 35.86 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2022-08-25T22:42:31.605Z] #43 35.90 DEP compel/plugins/std/infect.d [2022-08-25T22:42:31.605Z] #43 35.97 DEP compel/plugins/std/string.d [2022-08-25T22:42:31.605Z] #43 36.03 DEP compel/plugins/std/log.d [2022-08-25T22:42:31.605Z] #43 36.08 DEP compel/plugins/std/fds.d [2022-08-25T22:42:31.605Z] #43 36.14 DEP compel/plugins/std/std.d [2022-08-25T22:42:31.605Z] #43 36.22 DEP compel/plugins/shmem/shmem.d [2022-08-25T22:42:31.605Z] #43 36.31 DEP compel/plugins/fds/fds.d [2022-08-25T22:42:31.605Z] #43 36.41 CC compel/plugins/std/std.o [2022-08-25T22:42:31.605Z] #43 36.60 CC compel/plugins/std/fds.o [2022-08-25T22:42:31.605Z] #43 36.91 CC compel/plugins/std/log.o [2022-08-25T22:42:31.605Z] #43 37.78 CC compel/plugins/std/string.o [2022-08-25T22:42:31.605Z] #43 38.56 CC compel/plugins/std/infect.o [2022-08-25T22:42:31.774Z] #34 ... [2022-08-25T22:42:31.774Z] [2022-08-25T22:42:31.774Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:31.774Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:31.774Z] #43 9.734 PBCC images/memfd.pb-c.c [2022-08-25T22:42:31.774Z] #43 9.767 DEP images/fown.pb-c.d [2022-08-25T22:42:31.774Z] #43 9.821 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-25T22:42:31.774Z] #43 9.887 DEP images/opts.pb-c.d [2022-08-25T22:42:31.774Z] #43 9.937 DEP images/memfd.pb-c.d [2022-08-25T22:42:32.033Z] #43 9.972 PBCC images/sit.pb-c.c [2022-08-25T22:42:32.033Z] #43 9.998 DEP images/sit.pb-c.d [2022-08-25T22:42:32.033Z] #43 10.06 PBCC images/macvlan.pb-c.c [2022-08-25T22:42:32.033Z] #43 10.09 DEP images/macvlan.pb-c.d [2022-08-25T22:42:32.033Z] #43 10.13 PBCC images/autofs.pb-c.c [2022-08-25T22:42:32.033Z] #43 10.17 DEP images/autofs.pb-c.d [2022-08-25T22:42:32.176Z] #43 39.17 CC compel/arch/aarch64/plugins/std/parasite-head.o [2022-08-25T22:42:32.176Z] #43 39.23 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2022-08-25T22:42:32.176Z] #43 39.33 AR compel/plugins/std.lib.a [2022-08-25T22:42:32.176Z] #43 39.42 CC compel/plugins/fds/fds.o [2022-08-25T22:42:32.292Z] #43 10.22 PBCC images/sysctl.pb-c.c [2022-08-25T22:42:32.292Z] #43 10.26 DEP images/sysctl.pb-c.d [2022-08-25T22:42:32.292Z] #43 10.37 PBCC images/time.pb-c.c [2022-08-25T22:42:32.292Z] #43 10.44 DEP images/time.pb-c.d [2022-08-25T22:42:32.436Z] #43 ... [2022-08-25T22:42:32.436Z] [2022-08-25T22:42:32.436Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-25T22:42:32.436Z] #15 sha256:f71e400cfb0c36a365abb364e1ea0c7a163a3a975604e5dd3150e08a99150e65 [2022-08-25T22:42:32.436Z] #15 DONE 0.9s [2022-08-25T22:42:32.436Z] [2022-08-25T22:42:32.436Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-25T22:42:32.436Z] #16 sha256:3462af792a021ba87f206d8d419b60151deeb5b2874da110d8af9137a71855ea [2022-08-25T22:42:32.552Z] #43 10.55 PBCC images/binfmt-misc.pb-c.c [2022-08-25T22:42:32.552Z] #43 10.60 DEP images/binfmt-misc.pb-c.d [2022-08-25T22:42:32.741Z] #56 ... [2022-08-25T22:42:32.741Z] [2022-08-25T22:42:32.741Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:32.741Z] #49 sha256:a8bb59c14f1d07ce8b051d3c72845f12fea8251e87719f39c4f16a1e7449c5b0 [2022-08-25T22:42:32.741Z] #49 207.3 + /build/golangci-lint --version [2022-08-25T22:42:32.812Z] #43 10.71 PBCC images/seccomp.pb-c.c [2022-08-25T22:42:32.812Z] #43 10.80 DEP images/seccomp.pb-c.d [2022-08-25T22:42:32.812Z] #43 10.90 PBCC images/userns.pb-c.c [2022-08-25T22:42:32.812Z] #43 10.94 DEP images/userns.pb-c.d [2022-08-25T22:42:33.006Z] #16 0.643 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-25T22:42:33.071Z] #43 11.00 PBCC images/cgroup.pb-c.c [2022-08-25T22:42:33.071Z] #43 11.05 DEP images/cgroup.pb-c.d [2022-08-25T22:42:33.071Z] #43 11.15 PBCC images/ext-file.pb-c.c [2022-08-25T22:42:33.071Z] #43 11.15 DEP images/ext-file.pb-c.d [2022-08-25T22:42:33.071Z] #43 11.26 PBCC images/rpc.pb-c.c [2022-08-25T22:42:33.265Z] #16 DONE 0.8s [2022-08-25T22:42:33.265Z] [2022-08-25T22:42:33.265Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:33.265Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:33.265Z] #43 39.86 AR compel/plugins/fds.lib.a [2022-08-25T22:42:33.265Z] #43 39.98 HOSTDEP compel/src/lib/log-host.d [2022-08-25T22:42:33.265Z] #43 40.11 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-25T22:42:33.265Z] #43 40.22 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2022-08-25T22:42:33.265Z] #43 40.27 HOSTDEP compel/src/main-host.d [2022-08-25T22:42:33.265Z] #43 40.34 DEP compel/src/lib/ptrace.d [2022-08-25T22:42:33.332Z] #43 11.38 DEP images/rpc.pb-c.d [2022-08-25T22:42:33.332Z] #43 11.49 PBCC images/siginfo.pb-c.c [2022-08-25T22:42:33.527Z] #43 40.50 DEP compel/src/lib/infect.d [2022-08-25T22:42:33.527Z] #43 40.77 DEP compel/src/lib/infect-util.d [2022-08-25T22:42:33.591Z] #43 11.59 DEP images/siginfo.pb-c.d [2022-08-25T22:42:33.591Z] #43 11.69 PBCC images/pagemap.pb-c.c [2022-08-25T22:42:33.786Z] #43 40.89 DEP compel/src/lib/infect-rpc.d [2022-08-25T22:42:33.786Z] #43 41.00 DEP compel/arch/aarch64/src/lib/infect.d [2022-08-25T22:42:33.786Z] #43 41.02 DEP compel/arch/aarch64/src/lib/cpu.d [2022-08-25T22:42:33.787Z] #43 41.03 DEP compel/src/lib/log.d [2022-08-25T22:42:33.787Z] #43 41.06 DEP compel/src/main.d [2022-08-25T22:42:33.787Z] #43 41.09 DEP compel/src/lib/handle-elf.d [2022-08-25T22:42:33.787Z] #43 41.13 DEP compel/arch/aarch64/src/lib/handle-elf.d [2022-08-25T22:42:33.850Z] #43 11.80 DEP images/pagemap.pb-c.d [2022-08-25T22:42:33.850Z] #43 11.89 PBCC images/rlimit.pb-c.c [2022-08-25T22:42:33.850Z] #43 11.96 DEP images/rlimit.pb-c.d [2022-08-25T22:42:34.046Z] #43 41.19 CC compel/src/lib/log.o [2022-08-25T22:42:34.109Z] #43 12.08 PBCC images/file-lock.pb-c.c [2022-08-25T22:42:34.109Z] #43 12.13 DEP images/file-lock.pb-c.d [2022-08-25T22:42:34.109Z] #43 12.20 PBCC images/tty.pb-c.c [2022-08-25T22:42:34.109Z] #43 12.33 DEP images/tty.pb-c.d [2022-08-25T22:42:34.127Z] #49 208.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-25T22:42:34.306Z] #43 ... [2022-08-25T22:42:34.306Z] [2022-08-25T22:42:34.306Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-25T22:42:34.306Z] #17 sha256:17ae2065788f7fc0a95c56c6323a5f7ba800c7a95fa2d0164988a5f36eb463ea [2022-08-25T22:42:34.306Z] #17 DONE 1.0s [2022-08-25T22:42:34.306Z] [2022-08-25T22:42:34.306Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:34.306Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:34.306Z] #43 41.40 CC compel/arch/aarch64/src/lib/cpu.o [2022-08-25T22:42:34.368Z] #43 12.46 PBCC images/tun.pb-c.c [2022-08-25T22:42:34.368Z] #43 12.53 PBCC images/netdev.pb-c.c [2022-08-25T22:42:34.368Z] #43 12.61 DEP images/tun.pb-c.d [2022-08-25T22:42:34.566Z] #43 41.73 CC compel/arch/aarch64/src/lib/infect.o [2022-08-25T22:42:34.627Z] #43 12.76 DEP images/netdev.pb-c.d [2022-08-25T22:42:34.699Z] #49 DONE 209.1s [2022-08-25T22:42:34.699Z] [2022-08-25T22:42:34.699Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:34.699Z] #56 sha256:fb8e0aed929bc5d92f3df9f7d5c0a1f390e1500efb5f336603d11b10fbc5d645 [2022-08-25T22:42:34.826Z] #43 42.11 CC compel/src/lib/infect-rpc.o [2022-08-25T22:42:34.887Z] #43 12.90 PBCC images/vma.pb-c.c [2022-08-25T22:42:34.887Z] #43 12.98 DEP images/vma.pb-c.d [2022-08-25T22:42:35.086Z] #43 ... [2022-08-25T22:42:35.086Z] [2022-08-25T22:42:35.086Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-25T22:42:35.086Z] #18 sha256:70ef60bee935e4a13945bb918ae1e5884f61ab81db314cd86bb69fa0c8e4b3e7 [2022-08-25T22:42:35.086Z] #18 DONE 0.8s [2022-08-25T22:42:35.086Z] [2022-08-25T22:42:35.086Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-25T22:42:35.086Z] #19 sha256:0ab935a8eef8ba8dbe31886d7b497a22ce599a338a23d0e72904e548538276f5 [2022-08-25T22:42:35.146Z] #43 13.08 PBCC images/creds.pb-c.c [2022-08-25T22:42:35.146Z] #43 13.08 DEP images/creds.pb-c.d [2022-08-25T22:42:35.146Z] #43 13.13 PBCC images/utsns.pb-c.c [2022-08-25T22:42:35.146Z] #43 13.16 DEP images/utsns.pb-c.d [2022-08-25T22:42:35.146Z] #43 13.21 PBCC images/ipc-desc.pb-c.c [2022-08-25T22:42:35.146Z] #43 13.23 PBCC images/ipc-sem.pb-c.c [2022-08-25T22:42:35.146Z] #43 13.26 DEP images/ipc-desc.pb-c.d [2022-08-25T22:42:35.146Z] #43 13.29 DEP images/ipc-sem.pb-c.d [2022-08-25T22:42:35.146Z] #43 13.34 PBCC images/ipc-msg.pb-c.c [2022-08-25T22:42:35.146Z] #43 13.38 DEP images/ipc-msg.pb-c.d [2022-08-25T22:42:35.406Z] #43 13.46 PBCC images/ipc-shm.pb-c.c [2022-08-25T22:42:35.406Z] #43 13.53 DEP images/ipc-shm.pb-c.d [2022-08-25T22:42:35.665Z] #43 13.68 PBCC images/ipc-var.pb-c.c [2022-08-25T22:42:35.665Z] #43 13.76 DEP images/ipc-var.pb-c.d [2022-08-25T22:42:35.925Z] #43 13.91 PBCC images/sk-opts.pb-c.c [2022-08-25T22:42:35.925Z] #43 13.98 PBCC images/packet-sock.pb-c.c [2022-08-25T22:42:35.925Z] #43 14.09 DEP images/sk-opts.pb-c.d [2022-08-25T22:42:36.028Z] #19 DONE 0.8s [2022-08-25T22:42:36.029Z] [2022-08-25T22:42:36.029Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:42:36.029Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:42:36.184Z] #43 14.14 DEP images/packet-sock.pb-c.d [2022-08-25T22:42:36.184Z] #43 14.20 PBCC images/sk-netlink.pb-c.c [2022-08-25T22:42:36.184Z] #43 14.26 DEP images/sk-netlink.pb-c.d [2022-08-25T22:42:36.443Z] #43 14.38 PBCC images/sk-inet.pb-c.c [2022-08-25T22:42:36.443Z] #43 14.48 DEP images/sk-inet.pb-c.d [2022-08-25T22:42:36.443Z] #43 14.61 PBCC images/sk-unix.pb-c.c [2022-08-25T22:42:36.617Z] #56 ... [2022-08-25T22:42:36.617Z] [2022-08-25T22:42:36.617Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-25T22:42:36.617Z] #50 sha256:534bae4169d5d5b936ba052d80894fe9fb48d375ad99ff2957e855acee793fbc [2022-08-25T22:42:36.702Z] #43 14.73 DEP images/sk-unix.pb-c.d [2022-08-25T22:42:36.702Z] #43 14.81 PBCC images/mm.pb-c.c [2022-08-25T22:42:36.877Z] #50 DONE 0.2s [2022-08-25T22:42:36.877Z] [2022-08-25T22:42:36.877Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-25T22:42:36.878Z] #52 sha256:54ba3dc769593a93d84910b5bcbc5b7dc9d49cfce1f3f6d8c2c1bf62dc04dc85 [2022-08-25T22:42:36.878Z] #52 DONE 0.1s [2022-08-25T22:42:36.878Z] [2022-08-25T22:42:36.878Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:36.878Z] #56 sha256:fb8e0aed929bc5d92f3df9f7d5c0a1f390e1500efb5f336603d11b10fbc5d645 [2022-08-25T22:42:36.878Z] #56 ... [2022-08-25T22:42:36.878Z] [2022-08-25T22:42:36.878Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-25T22:42:36.878Z] #54 sha256:4eacd019d09fda0bb73d5eb56bb218f4e919c5d83c1022a1aec45fbc3f4b180a [2022-08-25T22:42:36.878Z] #54 DONE 0.1s [2022-08-25T22:42:36.961Z] #43 14.88 DEP images/mm.pb-c.d [2022-08-25T22:42:36.961Z] #43 14.97 PBCC images/timerfd.pb-c.c [2022-08-25T22:42:36.961Z] #43 15.02 DEP images/timerfd.pb-c.d [2022-08-25T22:42:36.961Z] #43 15.10 PBCC images/timer.pb-c.c [2022-08-25T22:42:36.961Z] #43 15.12 DEP images/timer.pb-c.d [2022-08-25T22:42:36.977Z] #20 1.058 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:42:36.977Z] #20 1.079 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:42:36.977Z] #20 1.248 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:42:37.138Z] [2022-08-25T22:42:37.138Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:37.138Z] #56 sha256:fb8e0aed929bc5d92f3df9f7d5c0a1f390e1500efb5f336603d11b10fbc5d645 [2022-08-25T22:42:37.220Z] #43 15.21 PBCC images/sa.pb-c.c [2022-08-25T22:42:37.220Z] #43 15.27 DEP images/sa.pb-c.d [2022-08-25T22:42:37.220Z] #43 15.41 PBCC images/pipe-data.pb-c.c [2022-08-25T22:42:37.237Z] #20 1.257 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:42:37.490Z] #43 15.43 DEP images/pipe-data.pb-c.d [2022-08-25T22:42:37.490Z] #43 15.47 PBCC images/mnt.pb-c.c [2022-08-25T22:42:37.490Z] #43 15.56 DEP images/mnt.pb-c.d [2022-08-25T22:42:37.490Z] #43 15.66 PBCC images/sk-packet.pb-c.c [2022-08-25T22:42:37.750Z] #43 15.73 DEP images/sk-packet.pb-c.d [2022-08-25T22:42:37.750Z] #43 15.80 PBCC images/tcp-stream.pb-c.c [2022-08-25T22:42:37.750Z] #43 15.90 DEP images/tcp-stream.pb-c.d [2022-08-25T22:42:37.808Z] #20 1.863 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [484 kB] [2022-08-25T22:42:37.857Z] Client: [2022-08-25T22:42:37.857Z] Context: default [2022-08-25T22:42:37.857Z] Debug Mode: false [2022-08-25T22:42:37.857Z] Plugins: [2022-08-25T22:42:37.857Z] app: Docker Application (Docker Inc., v0.8.0) [2022-08-25T22:42:37.857Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-08-25T22:42:37.857Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-08-25T22:42:37.857Z] [2022-08-25T22:42:37.857Z] Server: [2022-08-25T22:42:37.857Z] Containers: 0 [2022-08-25T22:42:37.857Z] Running: 0 [2022-08-25T22:42:37.857Z] Paused: 0 [2022-08-25T22:42:37.857Z] Stopped: 0 [2022-08-25T22:42:37.857Z] Images: 0 [2022-08-25T22:42:37.857Z] Server Version: 20.10.9 [2022-08-25T22:42:37.857Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-08-25T22:42:37.857Z] Windows: [2022-08-25T22:42:37.857Z] LCOW: [2022-08-25T22:42:37.857Z] Logging Driver: json-file [2022-08-25T22:42:37.857Z] Plugins: [2022-08-25T22:42:37.857Z] Volume: local [2022-08-25T22:42:37.857Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-08-25T22:42:37.857Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-08-25T22:42:37.857Z] Swarm: inactive [2022-08-25T22:42:37.857Z] Default Isolation: process [2022-08-25T22:42:37.857Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-08-25T22:42:37.857Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-08-25T22:42:37.857Z] OSType: windows [2022-08-25T22:42:37.857Z] Architecture: x86_64 [2022-08-25T22:42:37.857Z] CPUs: 4 [2022-08-25T22:42:37.857Z] Total Memory: 32GiB [2022-08-25T22:42:37.857Z] Name: azwin-2-33f8d0 [2022-08-25T22:42:37.857Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-08-25T22:42:37.857Z] Docker Root Dir: D:\docker [2022-08-25T22:42:37.857Z] Debug Mode: false [2022-08-25T22:42:37.857Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:42:37.857Z] Labels: [2022-08-25T22:42:37.857Z] Experimental: true [2022-08-25T22:42:37.857Z] Insecure Registries: [2022-08-25T22:42:37.857Z] 10.0.0.4:5000 [2022-08-25T22:42:37.857Z] 127.0.0.0/8 [2022-08-25T22:42:37.857Z] Registry Mirrors: [2022-08-25T22:42:37.857Z] http://10.0.0.4:5000/ [2022-08-25T22:42:37.857Z] Live Restore Enabled: false [2022-08-25T22:42:37.857Z] Product License: Community Engine [2022-08-25T22:42:37.857Z] [2022-08-25T22:42:38.009Z] #43 16.00 PBCC images/pipe.pb-c.c [2022-08-25T22:42:38.010Z] #43 16.10 DEP images/pipe.pb-c.d [2022-08-25T22:42:38.010Z] #43 16.15 PBCC images/pstree.pb-c.c [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-08-25T22:42:38.268Z] #43 16.22 DEP images/pstree.pb-c.d [2022-08-25T22:42:38.268Z] #43 16.28 PBCC images/fs.pb-c.c [2022-08-25T22:42:38.268Z] #43 16.32 DEP images/fs.pb-c.d [2022-08-25T22:42:38.528Z] #43 16.50 PBCC images/signalfd.pb-c.c [2022-08-25T22:42:38.528Z] #43 16.56 DEP images/signalfd.pb-c.d [2022-08-25T22:42:38.750Z] #20 2.783 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-25T22:42:38.787Z] #43 16.76 PBCC images/fh.pb-c.c [2022-08-25T22:42:38.787Z] #43 16.79 PBCC images/fsnotify.pb-c.c [2022-08-25T22:42:39.046Z] #43 16.99 DEP images/fh.pb-c.d [2022-08-25T22:42:39.046Z] #43 17.15 DEP images/fsnotify.pb-c.d [2022-08-25T22:42:39.305Z] #43 17.34 PBCC images/eventpoll.pb-c.c [2022-08-25T22:42:39.305Z] #43 17.39 DEP images/eventpoll.pb-c.d [2022-08-25T22:42:39.305Z] #43 17.54 PBCC images/eventfd.pb-c.c [2022-08-25T22:42:39.564Z] #43 17.58 DEP images/eventfd.pb-c.d [2022-08-25T22:42:39.564Z] #43 17.74 PBCC images/remap-file-path.pb-c.c [2022-08-25T22:42:39.564Z] #43 17.76 DEP images/remap-file-path.pb-c.d [2022-08-25T22:42:39.824Z] #43 17.87 PBCC images/fifo.pb-c.c [2022-08-25T22:42:39.824Z] #43 17.92 DEP images/fifo.pb-c.d [2022-08-25T22:42:39.824Z] #43 18.00 PBCC images/ghost-file.pb-c.c [2022-08-25T22:42:40.082Z] #43 18.08 DEP images/ghost-file.pb-c.d [2022-08-25T22:42:40.132Z] #20 4.359 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [336 kB] [2022-08-25T22:42:40.343Z] #43 18.28 PBCC images/regfile.pb-c.c [2022-08-25T22:42:40.344Z] #43 18.39 DEP images/regfile.pb-c.d [2022-08-25T22:42:40.344Z] #43 18.45 PBCC images/ns.pb-c.c [2022-08-25T22:42:40.607Z] #43 18.62 DEP images/ns.pb-c.d [2022-08-25T22:42:40.607Z] #43 18.70 PBCC images/fdinfo.pb-c.c [2022-08-25T22:42:40.703Z] #20 ... [2022-08-25T22:42:40.703Z] [2022-08-25T22:42:40.703Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:42:40.703Z] #58 sha256:3e7f7229464b1675f88b823addb4bc1b020cfe224eeb0bad930c52f2858d4d9e [2022-08-25T22:42:40.703Z] #58 99.90 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:42:40.703Z] #58 99.90 + GOBIN=/build [2022-08-25T22:42:40.703Z] #58 99.90 + GO111MODULE=on [2022-08-25T22:42:40.703Z] #58 99.90 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-25T22:42:40.703Z] #58 DONE 106.3s [2022-08-25T22:42:40.703Z] [2022-08-25T22:42:40.703Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-25T22:42:40.703Z] #59 sha256:4c1ad4b6647ecbca3b6c6952fed43cebcfd894db9e1f5025030a5fedfa4ee205 [2022-08-25T22:42:40.703Z] #59 DONE 0.1s [2022-08-25T22:42:40.703Z] [2022-08-25T22:42:40.703Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-25T22:42:40.703Z] #60 sha256:b3d0cc22cddaea63dabef915f1ea051f787c4c42aaf2e8966c79c30ef547a93b [2022-08-25T22:42:40.703Z] #60 DONE 0.1s [2022-08-25T22:42:40.703Z] [2022-08-25T22:42:40.703Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:40.703Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:40.703Z] #43 42.57 CC compel/src/lib/infect-util.o [2022-08-25T22:42:40.703Z] #43 42.95 CC compel/src/lib/infect.o [2022-08-25T22:42:40.703Z] #43 45.48 CC compel/src/lib/ptrace.o [2022-08-25T22:42:40.703Z] #43 45.84 AR compel/libcompel.a [2022-08-25T22:42:40.703Z] #43 45.99 HOSTCC compel/src/main-host.o [2022-08-25T22:42:40.703Z] #43 46.31 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2022-08-25T22:42:40.703Z] #43 46.46 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-25T22:42:40.703Z] #43 46.76 HOSTCC compel/src/lib/log-host.o [2022-08-25T22:42:40.703Z] #43 46.93 HOSTLINK compel/compel-host-bin [2022-08-25T22:42:40.703Z] #43 47.06 DEP soccr/soccr.d [2022-08-25T22:42:40.703Z] #43 47.28 CC soccr/soccr.o [2022-08-25T22:42:40.867Z] #43 18.81 DEP images/fdinfo.pb-c.d [2022-08-25T22:42:40.867Z] #43 18.94 PBCC images/core-aarch64.pb-c.c [2022-08-25T22:42:40.867Z] #43 19.00 PBCC images/core-arm.pb-c.c [2022-08-25T22:42:41.129Z] #43 19.09 PBCC images/core-ppc64.pb-c.c [2022-08-25T22:42:41.129Z] #43 19.17 PBCC images/core-s390.pb-c.c [2022-08-25T22:42:41.129Z] #43 19.27 PBCC images/core-x86.pb-c.c [2022-08-25T22:42:41.129Z] #43 19.32 PBCC images/core.pb-c.c [2022-08-25T22:42:41.129Z] #43 19.34 PBCC images/inventory.pb-c.c [2022-08-25T22:42:41.361Z] #49 ... [2022-08-25T22:42:41.361Z] [2022-08-25T22:42:41.361Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:41.361Z] #56 sha256:7e84f2b10fb85a212a2630b77733bbeafa94ab84fee3f8bf51a2fb63c8e1738b [2022-08-25T22:42:41.361Z] #56 163.1 + bin/containerd [2022-08-25T22:42:41.697Z] #43 19.55 DEP images/core-aarch64.pb-c.d [2022-08-25T22:42:41.698Z] #43 19.58 DEP images/core-arm.pb-c.d [2022-08-25T22:42:41.698Z] #43 19.64 DEP images/core-ppc64.pb-c.d [2022-08-25T22:42:41.698Z] #43 19.69 DEP images/core-s390.pb-c.d [2022-08-25T22:42:41.698Z] #43 19.76 DEP images/core-x86.pb-c.d [2022-08-25T22:42:41.698Z] #43 19.80 DEP images/core.pb-c.d [2022-08-25T22:42:41.698Z] #43 19.83 DEP images/inventory.pb-c.d [2022-08-25T22:42:41.698Z] #43 19.89 PBCC images/cpuinfo.pb-c.c [2022-08-25T22:42:41.957Z] #43 19.91 DEP images/cpuinfo.pb-c.d [2022-08-25T22:42:41.957Z] #43 19.97 PBCC images/stats.pb-c.c [2022-08-25T22:42:41.957Z] #43 19.99 DEP images/stats.pb-c.d [2022-08-25T22:42:41.957Z] #43 ... [2022-08-25T22:42:41.957Z] [2022-08-25T22:42:41.957Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:42:41.957Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:42:41.957Z] #13 102.6 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-25T22:42:41.957Z] #13 102.7 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:42:41.957Z] #13 102.7 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:41.957Z] #13 103.0 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-25T22:42:41.957Z] #13 103.0 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:42:41.957Z] #13 103.0 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:42:42.089Z] #43 49.22 AR soccr/libsoccr.a [2022-08-25T22:42:42.089Z] #43 49.29 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:42:42.216Z] #13 ... [2022-08-25T22:42:42.216Z] [2022-08-25T22:42:42.216Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:42.216Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:42:42.216Z] #34 110.6 internal/poll [2022-08-25T22:42:42.216Z] #34 113.0 internal/fmtsort [2022-08-25T22:42:42.216Z] #34 114.0 internal/syscall/execenv [2022-08-25T22:42:42.216Z] #34 114.5 path [2022-08-25T22:42:42.216Z] #34 115.0 strings [2022-08-25T22:42:42.216Z] #34 115.4 io/fs [2022-08-25T22:42:42.216Z] #34 117.4 os [2022-08-25T22:42:42.349Z] #43 ... [2022-08-25T22:42:42.349Z] [2022-08-25T22:42:42.349Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:42:42.349Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:42:42.349Z] #20 6.436 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-25T22:42:43.635Z] #49 ... [2022-08-25T22:42:43.635Z] [2022-08-25T22:42:43.635Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:43.635Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:42:43.635Z] #56 157.2 + bin/containerd [2022-08-25T22:42:44.121Z] #34 119.1 bufio [2022-08-25T22:42:45.057Z] #34 ... [2022-08-25T22:42:45.057Z] [2022-08-25T22:42:45.057Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:45.057Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:45.057Z] #43 23.23 make[1]: Nothing to be done for 'all'. [2022-08-25T22:42:45.646Z] #20 9.574 Fetched 8832 kB in 9s (1008 kB/s) [2022-08-25T22:42:47.557Z] #20 9.574 Reading package lists... [2022-08-25T22:42:47.557Z] #20 ... [2022-08-25T22:42:47.557Z] [2022-08-25T22:42:47.557Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:47.557Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:47.557Z] #43 49.60 DEP criu/arch/aarch64/sigframe.d [2022-08-25T22:42:47.557Z] #43 49.68 DEP criu/arch/aarch64/crtools.d [2022-08-25T22:42:47.557Z] #43 49.80 DEP criu/arch/aarch64/cpu.d [2022-08-25T22:42:47.557Z] #43 49.85 DEP criu/arch/aarch64/bitops.d [2022-08-25T22:42:47.557Z] #43 49.88 CC criu/arch/aarch64/bitops.o [2022-08-25T22:42:47.557Z] #43 49.94 CC criu/arch/aarch64/cpu.o [2022-08-25T22:42:47.557Z] #43 50.07 CC criu/arch/aarch64/crtools.o [2022-08-25T22:42:47.557Z] #43 50.60 CC criu/arch/aarch64/sigframe.o [2022-08-25T22:42:47.557Z] #43 50.79 LINK criu/arch/aarch64/crtools.built-in.o [2022-08-25T22:42:47.557Z] #43 50.84 DEP criu/pie/util-vdso.d [2022-08-25T22:42:47.557Z] #43 50.99 DEP criu/pie/util.d [2022-08-25T22:42:47.557Z] #43 51.11 CC criu/pie/util.o [2022-08-25T22:42:47.557Z] #43 51.36 CC criu/pie/util-vdso.o [2022-08-25T22:42:47.557Z] #43 51.93 AR criu/pie/pie.lib.a [2022-08-25T22:42:47.557Z] #43 52.00 DEP criu/pie/restorer.d [2022-08-25T22:42:47.557Z] #43 52.16 DEP criu/arch/aarch64/intraprocedure.d [2022-08-25T22:42:47.557Z] #43 52.18 DEP criu/arch/aarch64/restorer.d [2022-08-25T22:42:47.557Z] #43 52.40 DEP criu/arch/aarch64/vdso-pie.d [2022-08-25T22:42:47.557Z] #43 52.51 DEP criu/pie/parasite-vdso.d [2022-08-25T22:42:47.557Z] #43 52.64 DEP criu/pie/parasite.d [2022-08-25T22:42:47.557Z] #43 52.84 CC criu/pie/parasite.o [2022-08-25T22:42:47.557Z] #43 53.94 LINK criu/pie/parasite.built-in.o [2022-08-25T22:42:47.557Z] #43 53.96 GEN criu/pie/parasite-blob.h [2022-08-25T22:42:47.557Z] #43 53.97 CC criu/pie/parasite-vdso.o [2022-08-25T22:42:47.557Z] #43 54.49 CC criu/arch/aarch64/vdso-pie.o [2022-08-25T22:42:47.557Z] #43 54.75 CC criu/arch/aarch64/restorer.o [2022-08-25T22:42:47.818Z] #43 55.06 CC criu/arch/aarch64/intraprocedure.o [2022-08-25T22:42:47.818Z] #43 55.11 CC criu/pie/restorer.o [2022-08-25T22:42:47.902Z] #56 ... [2022-08-25T22:42:47.902Z] [2022-08-25T22:42:47.902Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:47.902Z] #49 sha256:6c76bc9541e2a3efe914dbe131a695fe8bb59d6efbd2de2bd9bd2a650c486217 [2022-08-25T22:42:47.902Z] #49 210.0 + /build/golangci-lint --version [2022-08-25T22:42:48.346Z] #43 25.79 CC images/stats.o [2022-08-25T22:42:48.346Z] #43 26.43 CC images/core.o [2022-08-25T22:42:48.388Z] #43 ... [2022-08-25T22:42:48.388Z] [2022-08-25T22:42:48.388Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:42:48.388Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:42:48.388Z] #20 9.574 Reading package lists... [2022-08-25T22:42:48.463Z] #49 211.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-25T22:42:49.024Z] #49 DONE 211.7s [2022-08-25T22:42:49.024Z] [2022-08-25T22:42:49.024Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:49.024Z] #56 sha256:7e84f2b10fb85a212a2630b77733bbeafa94ab84fee3f8bf51a2fb63c8e1738b [2022-08-25T22:42:49.283Z] #43 27.30 CC images/core-x86.o [2022-08-25T22:42:49.852Z] #43 28.03 CC images/core-arm.o [2022-08-25T22:42:50.422Z] #43 28.57 CC images/core-aarch64.o [2022-08-25T22:42:50.914Z] #56 ... [2022-08-25T22:42:50.914Z] [2022-08-25T22:42:50.914Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-25T22:42:50.914Z] #50 sha256:5a8c5e987e5a7e88e272e6088bf2d425f051fbd4b22e481e8ec0cbebdb6b2937 [2022-08-25T22:42:50.990Z] #43 29.08 CC images/core-ppc64.o [2022-08-25T22:42:51.171Z] #50 DONE 0.3s [2022-08-25T22:42:51.171Z] [2022-08-25T22:42:51.171Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-25T22:42:51.171Z] #52 sha256:c2abc3afb665611f86df981d5a32d4ec87809443716ef616cd714b435cddce9a [2022-08-25T22:42:51.171Z] #52 DONE 0.2s [2022-08-25T22:42:51.171Z] [2022-08-25T22:42:51.171Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-25T22:42:51.171Z] #54 sha256:b668b0778c5625f10513bb8759cdd0ae2742806e8b5f8694b9483115dadbfe44 [2022-08-25T22:42:51.431Z] #54 DONE 0.1s [2022-08-25T22:42:51.431Z] [2022-08-25T22:42:51.431Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:51.431Z] #56 sha256:7e84f2b10fb85a212a2630b77733bbeafa94ab84fee3f8bf51a2fb63c8e1738b [2022-08-25T22:42:51.766Z] #56 ... [2022-08-25T22:42:51.767Z] [2022-08-25T22:42:51.767Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:42:51.767Z] #49 sha256:89fe2389ac5a12253b3ba9babe00b3f8da722c59beca175b2090420701e70924 [2022-08-25T22:42:51.767Z] #49 208.1 + /build/golangci-lint --version [2022-08-25T22:42:51.926Z] #43 30.08 CC images/core-s390.o [2022-08-25T22:42:51.946Z] #20 12.86 Reading package lists... [2022-08-25T22:42:52.516Z] #20 16.02 Building dependency tree... [2022-08-25T22:42:52.516Z] #20 ... [2022-08-25T22:42:52.516Z] [2022-08-25T22:42:52.516Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:42:52.516Z] #53 sha256:31d53976d8c166246f31228fdabd0a28d0582d8dd54dc9532692140a96efa9a1 [2022-08-25T22:42:52.516Z] #53 12.13 + cd /tmp/tmp.A0Hr5xcYLD/src/github.com/opencontainers/runc [2022-08-25T22:42:52.516Z] #53 12.13 + git checkout -q v1.1.3 [2022-08-25T22:42:52.516Z] #53 12.68 + '[' -z '' ']' [2022-08-25T22:42:52.516Z] #53 12.68 + target=static [2022-08-25T22:42:52.516Z] #53 12.68 + make BUILDTAGS=seccomp static [2022-08-25T22:42:52.516Z] #53 12.99 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-25T22:42:52.516Z] #53 ... [2022-08-25T22:42:52.516Z] [2022-08-25T22:42:52.516Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:52.516Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:42:52.516Z] #43 57.95 LINK criu/pie/restorer.built-in.o [2022-08-25T22:42:52.516Z] #43 57.96 GEN criu/pie/restorer-blob.h [2022-08-25T22:42:52.516Z] #43 58.08 DEP criu/vdso.d [2022-08-25T22:42:52.516Z] #43 58.19 DEP criu/uts_ns.d [2022-08-25T22:42:52.516Z] #43 58.36 DEP criu/util.d [2022-08-25T22:42:52.516Z] #43 58.51 DEP criu/uffd.d [2022-08-25T22:42:52.516Z] #43 58.67 DEP criu/tun.d [2022-08-25T22:42:52.516Z] #43 58.89 DEP criu/tty.d [2022-08-25T22:42:52.516Z] #43 59.00 DEP criu/timerfd.d [2022-08-25T22:42:52.516Z] #43 59.12 DEP criu/timens.d [2022-08-25T22:42:52.516Z] #43 59.32 DEP criu/sysfs_parse.d [2022-08-25T22:42:52.516Z] #43 59.47 DEP criu/sysctl.d [2022-08-25T22:42:52.516Z] #43 59.64 DEP criu/string.d [2022-08-25T22:42:52.516Z] #43 59.68 DEP criu/stats.d [2022-08-25T22:42:52.516Z] #43 59.75 DEP criu/sockets.d [2022-08-25T22:42:52.714Z] #49 209.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-25T22:42:52.777Z] #43 59.89 DEP criu/sk-unix.d [2022-08-25T22:42:52.973Z] #49 DONE 209.7s [2022-08-25T22:42:52.973Z] [2022-08-25T22:42:52.973Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:52.973Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:42:53.037Z] #43 60.05 DEP criu/sk-tcp.d [2022-08-25T22:42:53.037Z] #43 60.21 DEP criu/sk-queue.d [2022-08-25T22:42:53.297Z] #43 60.36 DEP criu/sk-packet.d [2022-08-25T22:42:53.297Z] #43 60.57 DEP criu/sk-netlink.d [2022-08-25T22:42:53.303Z] #43 31.17 CC images/cpuinfo.o [2022-08-25T22:42:53.558Z] #43 60.76 DEP criu/sk-inet.d [2022-08-25T22:42:53.818Z] #43 60.92 DEP criu/signalfd.d [2022-08-25T22:42:53.818Z] #43 61.04 DEP criu/sigframe.d [2022-08-25T22:42:53.818Z] #43 61.15 DEP criu/shmem.d [2022-08-25T22:42:53.871Z] #43 31.84 CC images/inventory.o [2022-08-25T22:42:54.078Z] #43 61.30 DEP criu/servicefd.d [2022-08-25T22:42:54.078Z] #43 61.42 DEP criu/seize.d [2022-08-25T22:42:54.338Z] #43 61.53 DEP criu/seccomp.d [2022-08-25T22:42:54.338Z] #43 61.67 DEP criu/rst-malloc.d [2022-08-25T22:42:54.446Z] #43 32.23 CC images/fdinfo.o [2022-08-25T22:42:54.598Z] #43 61.74 DEP criu/rbtree.d [2022-08-25T22:42:54.598Z] #43 61.77 DEP criu/pstree.d [2022-08-25T22:42:54.705Z] #43 32.76 CC images/fown.o [2022-08-25T22:42:54.858Z] #43 61.94 DEP criu/protobuf.d [2022-08-25T22:42:54.964Z] #43 33.11 CC images/ns.o [2022-08-25T22:42:55.118Z] #43 62.12 GEN criu/protobuf-desc-gen.h [2022-08-25T22:42:55.508Z] #56 ... [2022-08-25T22:42:55.508Z] [2022-08-25T22:42:55.508Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-25T22:42:55.508Z] #50 sha256:89c274e76c6378fa9718a35f5560376bc3df5a9488fa050ea7ac6ab1f54ec0ed [2022-08-25T22:42:55.508Z] #50 DONE 0.2s [2022-08-25T22:42:55.508Z] [2022-08-25T22:42:55.508Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-25T22:42:55.508Z] #52 sha256:6390763fb9c12e420fad7a3be90782f28b2202ffaad87ffc7e0b40ccfb8bfc62 [2022-08-25T22:42:55.508Z] #52 DONE 0.1s [2022-08-25T22:42:55.508Z] [2022-08-25T22:42:55.508Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:55.508Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:42:55.508Z] #56 ... [2022-08-25T22:42:55.508Z] [2022-08-25T22:42:55.508Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-25T22:42:55.508Z] #54 sha256:7e5d92949907c5f57117a495d37a387eb2e8fd332ce85a84e31aa15e15cfd8a8 [2022-08-25T22:42:55.508Z] #54 DONE 0.1s [2022-08-25T22:42:55.508Z] [2022-08-25T22:42:55.508Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:42:55.508Z] #56 sha256:01ef60efe91bf2747d32a4318ea15dc4639b69bb57844ff623bfd7338e5adecc [2022-08-25T22:42:55.532Z] #43 33.47 CC images/regfile.o [2022-08-25T22:42:55.791Z] #43 33.86 CC images/ghost-file.o [2022-08-25T22:42:56.358Z] #43 ... [2022-08-25T22:42:56.358Z] [2022-08-25T22:42:56.358Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:42:56.358Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:42:56.358Z] #34 121.4 text/tabwriter [2022-08-25T22:42:56.358Z] #34 123.3 fmt [2022-08-25T22:42:56.358Z] #34 123.3 io/ioutil [2022-08-25T22:42:56.358Z] #34 127.5 github.com/BurntSushi/toml [2022-08-25T22:42:56.358Z] #34 127.5 flag [2022-08-25T22:42:56.358Z] #34 130.5 log [2022-08-25T22:42:56.358Z] #34 ... [2022-08-25T22:42:56.358Z] [2022-08-25T22:42:56.358Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:42:56.358Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:42:56.358Z] #43 34.31 CC images/fifo.o [2022-08-25T22:42:56.502Z] #43 ... [2022-08-25T22:42:56.502Z] [2022-08-25T22:42:56.502Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:42:56.502Z] #24 sha256:c7000c1117415f04bd3cdbd7dfb2072e9919ea401603b22a1bce6e4c19779c64 [2022-08-25T22:42:56.617Z] #43 34.71 CC images/remap-file-path.o [2022-08-25T22:42:57.185Z] #43 35.05 CC images/eventfd.o [2022-08-25T22:42:57.444Z] #43 35.48 CC images/eventpoll.o [2022-08-25T22:42:57.543Z] #24 120.8 Checking out files: 24% (2805/11414) Checking out files: 25% (2854/11414) Checking out files: 26% (2968/11414) Checking out files: 27% (3082/11414) Checking out files: 28% (3196/11414) Checking out files: 29% (3311/11414) Checking out files: 30% (3425/11414) Checking out files: 31% (3539/11414) Checking out files: 32% (3653/11414) Checking out files: 33% (3767/11414) Checking out files: 34% (3881/11414) Checking out files: 35% (3995/11414) Checking out files: 36% (4110/11414) Checking out files: 37% (4224/11414) Checking out files: 38% (4338/11414) Checking out files: 39% (4452/11414) Checking out files: 40% (4566/11414) Checking out files: 41% (4680/11414) Checking out files: 42% (4794/11414) Checking out files: 43% (4909/11414) Checking out files: 44% (5023/11414) Checking out files: 45% (5137/11414) Checking out files: 46% (5251/11414) Checking out files: 47% (5365/11414) Checking out files: 48% (5479/11414) Checking out files: 49% (5593/11414) Checking out files: 50% (5707/11414) Checking out files: 50% (5739/11414) Checking out files: 51% (5822/11414) Checking out files: 52% (5936/11414) Checking out files: 53% (6050/11414) Checking out files: 54% (6164/11414) Checking out files: 55% (6278/11414) Checking out files: 56% (6392/11414) Checking out files: 57% (6506/11414) Checking out files: 58% (6621/11414) Checking out files: 59% (6735/11414) Checking out files: 60% (6849/11414) Checking out files: 61% (6963/11414) Checking out files: 62% (7077/11414) Checking out files: 63% (7191/11414) Checking out files: 64% (7305/11414) Checking out files: 65% (7420/11414) Checking out files: 66% (7534/11414) Checking out files: 67% (7648/11414) Checking out files: 68% (7762/11414) Checking out files: 69% (7876/11414) Checking out files: 70% (7990/11414) Checking out files: 71% (8104/11414) Checking out files: 72% (8219/11414) Checking out files: 73% (8333/11414) Checking out files: 74% (8447/11414) Checking out files: 75% (8561/11414) Checking out files: 76% (8675/11414) Checking out files: 77% (8789/11414) Checking out files: 78% (8903/11414) Checking out files: 79% (9018/11414) Checking out files: 80% (9132/11414) Checking out files: 81% (9246/11414) Checking out files: 81% (9289/11414) Checking out files: 82% (9360/11414) Checking out files: 83% (9474/11414) Checking out files: 84% (9588/11414) Checking out files: 85% (9702/11414) Checking out files: 86% (9817/11414) Checking out files: 87% (9931/11414) Checking out files: 88% (10045/11414) Checking out files: 89% (10159/11414) Checking out files: 90% (10273/11414) Checking out files: 91% (10387/11414) Checking out files: 92% (10501/11414) Checking out files: 93% (10616/11414) Checking out files: 94% (10730/11414) Checking out files: 95% (10844/11414) Checking out files: 96% (10958/11414) Checking out files: 97% (11072/11414) Checking out files: 98% (11186/11414) Checking out files: 99% (11300/11414) Checking out files: 100% (11414/11414) Checking out files: 100% (11414/11414), done. [2022-08-25T22:42:57.804Z] #24 123.5 + cd /tmp/tmp.shCVTLTmmw/tmp/docker-ce [2022-08-25T22:42:57.804Z] #24 123.5 + git checkout -q v17.06.2-ce [2022-08-25T22:42:58.011Z] #43 36.00 CC images/fh.o [2022-08-25T22:42:58.587Z] #43 36.62 CC images/fsnotify.o [2022-08-25T22:42:59.965Z] #43 37.73 CC images/signalfd.o [2022-08-25T22:43:00.273Z] #43 38.21 CC images/fs.o [2022-08-25T22:43:00.532Z] #43 38.76 CC images/pstree.o [2022-08-25T22:43:01.126Z] #43 39.22 CC images/pipe.o [2022-08-25T22:43:01.194Z] #24 126.9 + mkdir -p /tmp/tmp.shCVTLTmmw/src/github.com/docker [2022-08-25T22:43:01.194Z] #24 126.9 + mv components/cli /tmp/tmp.shCVTLTmmw/src/github.com/docker/cli [2022-08-25T22:43:01.194Z] #24 126.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-08-25T22:43:01.692Z] #43 ... [2022-08-25T22:43:01.692Z] [2022-08-25T22:43:01.692Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:43:01.692Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:43:02.177Z] #24 ... [2022-08-25T22:43:02.177Z] [2022-08-25T22:43:02.177Z] #32 [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-08-25T22:43:02.177Z] #32 sha256:f4917b294153f805306a6236a5abad2fc88e996e902986f5b9d216680db46f4c [2022-08-25T22:43:02.177Z] #32 DONE 127.8s [2022-08-25T22:43:02.177Z] [2022-08-25T22:43:02.177Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:02.177Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:43:02.177Z] #43 64.40 DEP criu/protobuf-desc.d [2022-08-25T22:43:02.177Z] #43 64.55 DEP criu/proc_parse.d [2022-08-25T22:43:02.177Z] #43 64.72 DEP criu/plugin.d [2022-08-25T22:43:02.177Z] #43 64.78 DEP criu/pipes.d [2022-08-25T22:43:02.177Z] #43 64.88 DEP criu/pie-util.d [2022-08-25T22:43:02.177Z] #43 64.96 DEP criu/pie-util-vdso.d [2022-08-25T22:43:02.177Z] #43 65.05 DEP criu/path.d [2022-08-25T22:43:02.177Z] #43 65.14 DEP criu/parasite-syscall.d [2022-08-25T22:43:02.177Z] #43 65.25 DEP criu/pagemap.d [2022-08-25T22:43:02.177Z] #43 65.37 DEP criu/pagemap-cache.d [2022-08-25T22:43:02.177Z] #43 65.46 DEP criu/page-xfer.d [2022-08-25T22:43:02.177Z] #43 65.56 DEP criu/page-pipe.d [2022-08-25T22:43:02.177Z] #43 65.66 DEP criu/netfilter.d [2022-08-25T22:43:02.177Z] #43 65.82 DEP criu/net.d [2022-08-25T22:43:02.177Z] #43 65.97 DEP criu/namespaces.d [2022-08-25T22:43:02.177Z] #43 66.08 DEP criu/mount.d [2022-08-25T22:43:02.177Z] #43 66.24 DEP criu/memfd.d [2022-08-25T22:43:02.177Z] #43 66.34 DEP criu/mem.d [2022-08-25T22:43:02.177Z] #43 66.46 DEP criu/lsm.d [2022-08-25T22:43:02.177Z] #43 66.56 DEP criu/log.d [2022-08-25T22:43:02.177Z] #43 66.63 DEP criu/libnetlink.d [2022-08-25T22:43:02.177Z] #43 66.71 DEP criu/kerndat.d [2022-08-25T22:43:02.177Z] #43 66.84 DEP criu/kcmp-ids.d [2022-08-25T22:43:02.177Z] #43 66.95 DEP criu/irmap.d [2022-08-25T22:43:02.177Z] #43 67.05 DEP criu/ipc_ns.d [2022-08-25T22:43:02.177Z] #43 67.14 DEP criu/image.d [2022-08-25T22:43:02.177Z] #43 67.26 DEP criu/image-desc.d [2022-08-25T22:43:02.177Z] #43 67.35 DEP criu/fsnotify.d [2022-08-25T22:43:02.177Z] #43 67.45 DEP criu/filesystems.d [2022-08-25T22:43:02.177Z] #43 67.58 DEP criu/files.d [2022-08-25T22:43:02.177Z] #43 67.69 DEP criu/files-reg.d [2022-08-25T22:43:02.177Z] #43 67.85 DEP criu/files-ext.d [2022-08-25T22:43:02.177Z] #43 67.98 DEP criu/file-lock.d [2022-08-25T22:43:02.177Z] #43 68.17 DEP criu/file-ids.d [2022-08-25T22:43:02.177Z] #43 68.28 DEP criu/fifo.d [2022-08-25T22:43:02.177Z] #43 68.43 DEP criu/fdstore.d [2022-08-25T22:43:02.177Z] #43 68.54 DEP criu/fault-injection.d [2022-08-25T22:43:02.177Z] #43 68.62 DEP criu/external.d [2022-08-25T22:43:02.177Z] #43 68.77 DEP criu/eventpoll.d [2022-08-25T22:43:02.177Z] #43 68.95 DEP criu/eventfd.d [2022-08-25T22:43:02.177Z] #43 69.12 DEP criu/crtools.d [2022-08-25T22:43:02.177Z] #43 69.28 DEP criu/cr-service.d [2022-08-25T22:43:02.437Z] #43 69.47 DEP criu/cr-restore.d [2022-08-25T22:43:02.698Z] #43 69.76 DEP criu/cr-errno.d [2022-08-25T22:43:02.698Z] #43 69.79 DEP criu/cr-dump.d [2022-08-25T22:43:02.698Z] #43 ... [2022-08-25T22:43:02.698Z] [2022-08-25T22:43:02.698Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:43:02.698Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:43:02.698Z] #20 16.02 Building dependency tree... [2022-08-25T22:43:02.698Z] #20 18.17 libcap2-bin is already the newest version (1:2.25-2). [2022-08-25T22:43:02.698Z] #20 18.17 The following additional packages will be installed: [2022-08-25T22:43:02.698Z] #20 18.17 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-25T22:43:02.698Z] #20 18.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-25T22:43:02.698Z] #20 18.18 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-25T22:43:02.698Z] #20 18.18 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-25T22:43:02.698Z] #20 18.18 python3.7 python3.7-minimal vim-runtime xxd [2022-08-25T22:43:02.698Z] #20 18.18 Suggested packages: [2022-08-25T22:43:02.698Z] #20 18.18 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-25T22:43:02.698Z] #20 18.18 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-25T22:43:02.698Z] #20 18.18 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-25T22:43:02.698Z] #20 18.18 quota [2022-08-25T22:43:02.698Z] #20 18.18 Recommended packages: [2022-08-25T22:43:02.698Z] #20 18.18 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-25T22:43:02.698Z] #20 18.18 python3-keyrings.alt python3-xdg unzip [2022-08-25T22:43:02.698Z] #20 19.73 The following NEW packages will be installed: [2022-08-25T22:43:02.698Z] #20 19.73 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-25T22:43:02.698Z] #20 19.74 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-25T22:43:02.698Z] #20 19.74 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-25T22:43:02.698Z] #20 19.74 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-25T22:43:02.698Z] #20 19.74 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-25T22:43:02.698Z] #20 19.75 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-25T22:43:02.698Z] #20 19.75 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-25T22:43:02.698Z] #20 19.75 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-25T22:43:02.698Z] #20 19.75 xz-utils zip [2022-08-25T22:43:02.698Z] #20 25.12 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:43:02.698Z] #20 25.12 Need to get 27.7 MB of archives. [2022-08-25T22:43:02.698Z] #20 25.12 After this operation, 114 MB of additional disk space will be used. [2022-08-25T22:43:02.698Z] #20 25.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2022-08-25T22:43:02.698Z] #20 25.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2022-08-25T22:43:02.698Z] #20 25.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2022-08-25T22:43:02.698Z] #20 25.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2022-08-25T22:43:02.698Z] #20 25.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2022-08-25T22:43:02.698Z] #20 25.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2022-08-25T22:43:02.698Z] #20 25.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2022-08-25T22:43:02.698Z] #20 25.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2022-08-25T22:43:02.698Z] #20 25.40 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2022-08-25T22:43:02.698Z] #20 25.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2022-08-25T22:43:02.698Z] #20 25.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2022-08-25T22:43:02.698Z] #20 25.41 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2022-08-25T22:43:02.698Z] #20 25.41 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-08-25T22:43:02.698Z] #20 25.42 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2022-08-25T22:43:02.698Z] #20 25.42 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2022-08-25T22:43:02.698Z] #20 25.43 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2022-08-25T22:43:02.698Z] #20 25.44 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5+deb10u2 [139 kB] [2022-08-25T22:43:02.698Z] #20 25.44 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:43:02.698Z] #20 25.44 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2022-08-25T22:43:02.698Z] #20 25.45 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2022-08-25T22:43:02.698Z] #20 25.45 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB] [2022-08-25T22:43:02.698Z] #20 25.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2022-08-25T22:43:02.698Z] #20 25.50 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2022-08-25T22:43:02.698Z] #20 25.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2022-08-25T22:43:02.698Z] #20 25.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2022-08-25T22:43:02.698Z] #20 25.52 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2022-08-25T22:43:02.698Z] #20 25.54 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2022-08-25T22:43:02.698Z] #20 25.54 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2022-08-25T22:43:02.698Z] #20 25.54 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB] [2022-08-25T22:43:02.698Z] #20 26.11 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-08-25T22:43:02.698Z] #20 26.12 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2022-08-25T22:43:02.698Z] #20 26.13 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2022-08-25T22:43:02.698Z] #20 26.13 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2022-08-25T22:43:02.698Z] #20 26.13 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2022-08-25T22:43:02.698Z] #20 26.14 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB] [2022-08-25T22:43:02.698Z] #20 26.14 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-25T22:43:02.698Z] #20 26.29 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-25T22:43:02.698Z] #20 26.29 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-25T22:43:02.698Z] #20 26.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2022-08-25T22:43:02.698Z] #20 26.30 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-25T22:43:02.698Z] #20 26.31 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-25T22:43:02.698Z] #20 26.33 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-25T22:43:02.698Z] #20 26.33 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2022-08-25T22:43:02.698Z] #20 26.37 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2022-08-25T22:43:02.698Z] #20 26.38 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2022-08-25T22:43:02.698Z] #20 26.40 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-25T22:43:02.698Z] #20 26.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5+deb10u2 [1190 kB] [2022-08-25T22:43:02.698Z] #20 26.81 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2022-08-25T22:43:02.698Z] #20 26.85 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2022-08-25T22:43:02.958Z] #20 ... [2022-08-25T22:43:02.958Z] [2022-08-25T22:43:02.958Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:02.958Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:43:02.958Z] #43 70.04 DEP criu/cr-dedup.d [2022-08-25T22:43:03.220Z] #43 70.21 DEP criu/cr-check.d [2022-08-25T22:43:03.220Z] #43 70.37 DEP criu/config.d [2022-08-25T22:43:03.257Z] #56 71.41 Checking out files: 22% (1136/4967) Checking out files: 23% (1143/4967) Checking out files: 24% (1193/4967) Checking out files: 25% (1242/4967) Checking out files: 26% (1292/4967) Checking out files: 27% (1342/4967) Checking out files: 28% (1391/4967) Checking out files: 29% (1441/4967) Checking out files: 30% (1491/4967) Checking out files: 31% (1540/4967) Checking out files: 32% (1590/4967) Checking out files: 33% (1640/4967) Checking out files: 34% (1689/4967) Checking out files: 35% (1739/4967) Checking out files: 36% (1789/4967) Checking out files: 37% (1838/4967) Checking out files: 38% (1888/4967) Checking out files: 39% (1938/4967) Checking out files: 40% (1987/4967) Checking out files: 41% (2037/4967) Checking out files: 42% (2087/4967) Checking out files: 43% (2136/4967) Checking out files: 44% (2186/4967) Checking out files: 45% (2236/4967) Checking out files: 46% (2285/4967) Checking out files: 47% (2335/4967) Checking out files: 48% (2385/4967) Checking out files: 49% (2434/4967) Checking out files: 50% (2484/4967) Checking out files: 51% (2534/4967) Checking out files: 52% (2583/4967) Checking out files: 53% (2633/4967) Checking out files: 54% (2683/4967) Checking out files: 55% (2732/4967) Checking out files: 56% (2782/4967) Checking out files: 57% (2832/4967) Checking out files: 58% (2881/4967) Checking out files: 59% (2931/4967) Checking out files: 60% (2981/4967) Checking out files: 61% (3030/4967) Checking out files: 62% (3080/4967) Checking out files: 63% (3130/4967) Checking out files: 64% (3179/4967) Checking out files: 65% (3229/4967) Checking out files: 66% (3279/4967) Checking out files: 67% (3328/4967) Checking out files: 68% (3378/4967) Checking out files: 69% (3428/4967) Checking out files: 70% (3477/4967) Checking out files: 71% (3527/4967) Checking out files: 72% (3577/4967) Checking out files: 73% (3626/4967) Checking out files: 74% (3676/4967) Checking out files: 75% (3726/4967) Checking out files: 76% (3775/4967) Checking out files: 77% (3825/4967) Checking out files: 78% (3875/4967) Checking out files: 79% (3924/4967) Checking out files: 80% (3974/4967) Checking out files: 81% (4024/4967) Checking out files: 81% (4036/4967) Checking out files: 82% (4073/4967) Checking out files: 83% (4123/4967) Checking out files: 84% (4173/4967) Checking out files: 85% (4222/4967) Checking out files: 86% (4272/4967) Checking out files: 87% (4322/4967) Checking out files: 88% (4371/4967) Checking out files: 89% (4421/4967) [2022-08-25T22:43:03.257Z] #56 ... [2022-08-25T22:43:03.257Z] [2022-08-25T22:43:03.257Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-25T22:43:03.257Z] #34 sha256:cc7069ff814e05a181e7f3b34ce9ecd26e6fbfe8d22aa88c08b55b6f44242700 [2022-08-25T22:43:03.257Z] #34 134.1 github.com/BurntSushi/toml/cmd/tomlv [2022-08-25T22:43:03.257Z] #34 DONE 138.4s [2022-08-25T22:43:03.257Z] [2022-08-25T22:43:03.257Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:43:03.257Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:43:03.480Z] #43 70.51 DEP criu/clone-noasan.d [2022-08-25T22:43:03.480Z] #43 70.56 DEP criu/cgroup.d [2022-08-25T22:43:03.480Z] #43 70.67 DEP criu/cgroup-props.d [2022-08-25T22:43:03.741Z] #43 70.78 DEP criu/bitmap.d [2022-08-25T22:43:03.741Z] #43 70.83 DEP criu/bfd.d [2022-08-25T22:43:03.741Z] #43 70.88 DEP criu/autofs.d [2022-08-25T22:43:03.741Z] #43 71.00 DEP criu/aio.d [2022-08-25T22:43:03.775Z] #56 71.41 Checking out files: 22% (1136/4967) Checking out files: 23% (1143/4967) Checking out files: 24% (1193/4967) Checking out files: 25% (1242/4967) Checking out files: 26% (1292/4967) Checking out files: 27% (1342/4967) Checking out files: 28% (1391/4967) Checking out files: 29% (1441/4967) Checking out files: 30% (1491/4967) Checking out files: 31% (1540/4967) Checking out files: 32% (1590/4967) Checking out files: 33% (1640/4967) Checking out files: 34% (1689/4967) Checking out files: 35% (1739/4967) Checking out files: 36% (1789/4967) Checking out files: 37% (1838/4967) Checking out files: 38% (1888/4967) Checking out files: 39% (1938/4967) Checking out files: 40% (1987/4967) Checking out files: 41% (2037/4967) Checking out files: 42% (2087/4967) Checking out files: 43% (2136/4967) Checking out files: 44% (2186/4967) Checking out files: 45% (2236/4967) Checking out files: 46% (2285/4967) Checking out files: 47% (2335/4967) Checking out files: 48% (2385/4967) Checking out files: 49% (2434/4967) Checking out files: 50% (2484/4967) Checking out files: 51% (2534/4967) Checking out files: 52% (2583/4967) Checking out files: 53% (2633/4967) Checking out files: 54% (2683/4967) Checking out files: 55% (2732/4967) Checking out files: 56% (2782/4967) Checking out files: 57% (2832/4967) Checking out files: 58% (2881/4967) Checking out files: 59% (2931/4967) Checking out files: 60% (2981/4967) Checking out files: 61% (3030/4967) Checking out files: 62% (3080/4967) Checking out files: 63% (3130/4967) Checking out files: 64% (3179/4967) Checking out files: 65% (3229/4967) Checking out files: 66% (3279/4967) Checking out files: 67% (3328/4967) Checking out files: 68% (3378/4967) Checking out files: 69% (3428/4967) Checking out files: 70% (3477/4967) Checking out files: 71% (3527/4967) Checking out files: 72% (3577/4967) Checking out files: 73% (3626/4967) Checking out files: 74% (3676/4967) Checking out files: 75% (3726/4967) Checking out files: 76% (3775/4967) Checking out files: 77% (3825/4967) Checking out files: 78% (3875/4967) Checking out files: 79% (3924/4967) Checking out files: 80% (3974/4967) Checking out files: 81% (4024/4967) Checking out files: 81% (4036/4967) Checking out files: 82% (4073/4967) Checking out files: 83% (4123/4967) Checking out files: 84% (4173/4967) Checking out files: 85% (4222/4967) Checking out files: 86% (4272/4967) Checking out files: 87% (4322/4967) Checking out files: 88% (4371/4967) Checking out files: 89% (4421/4967) Checking out files: 90% (4471/4967) Checking out files: 91% (4520/4967) Checking out files: 92% (4570/4967) Checking out files: 93% (4620/4967) Checking out files: 94% (4669/4967) Checking out files: 95% (4719/4967) Checking out files: 96% (4769/4967) Checking out files: 96% (4803/4967) Checking out files: 97% (4818/4967) Checking out files: 98% (4868/4967) Checking out files: 99% (4918/4967) Checking out files: 100% (4967/4967) Checking out files: 100% (4967/4967), done. [2022-08-25T22:43:03.775Z] #56 74.65 + cd /tmp/tmp.nSeIBFaOBL/src/github.com/containerd/containerd [2022-08-25T22:43:04.001Z] #43 71.19 DEP criu/action-scripts.d [2022-08-25T22:43:04.033Z] #56 74.67 + git checkout -q v1.6.8 [2022-08-25T22:43:04.262Z] #43 71.48 CC criu/action-scripts.o [2022-08-25T22:43:04.522Z] #43 71.87 CC criu/aio.o [2022-08-25T22:43:05.462Z] #43 72.37 CC criu/autofs.o [2022-08-25T22:43:06.568Z] #56 77.02 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-25T22:43:06.569Z] #56 77.02 + BUILDTAGS='netgo osusergo static_build' [2022-08-25T22:43:06.569Z] #56 77.02 + export EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:43:06.569Z] #56 77.02 + EXTRA_FLAGS=-buildmode=pie [2022-08-25T22:43:06.569Z] #56 77.02 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-25T22:43:06.569Z] #56 77.02 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-25T22:43:06.569Z] #56 77.02 + '[' '' = dynamic ']' [2022-08-25T22:43:06.569Z] #56 77.02 + make [2022-08-25T22:43:06.844Z] #43 73.80 CC criu/bfd.o [2022-08-25T22:43:07.105Z] #43 74.34 CC criu/bitmap.o [2022-08-25T22:43:07.365Z] #43 74.54 CC criu/cgroup-props.o [2022-08-25T22:43:08.305Z] #43 75.27 CC criu/cgroup.o [2022-08-25T22:43:08.876Z] #43 ... [2022-08-25T22:43:08.876Z] [2022-08-25T22:43:08.876Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:43:08.876Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:43:08.876Z] #20 27.66 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:43:08.876Z] #20 27.80 Fetched 27.7 MB in 7s (3943 kB/s) [2022-08-25T22:43:08.876Z] #20 27.87 Selecting previously unselected package pigz. [2022-08-25T22:43:08.876Z] #20 27.87 (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 ... 23425 files and directories currently installed.) [2022-08-25T22:43:08.876Z] #20 27.94 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 27.96 Unpacking pigz (2.4-1) ... [2022-08-25T22:43:08.876Z] #20 28.06 Selecting previously unselected package libpython3.7-minimal:arm64. [2022-08-25T22:43:08.876Z] #20 28.07 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 28.07 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2022-08-25T22:43:08.876Z] #20 28.54 Selecting previously unselected package python3.7-minimal. [2022-08-25T22:43:08.876Z] #20 28.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 28.56 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:43:08.876Z] #20 29.26 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2022-08-25T22:43:08.876Z] #20 29.28 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:43:08.876Z] #20 31.31 Selecting previously unselected package python3-minimal. [2022-08-25T22:43:08.876Z] #20 31.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23674 files and directories currently installed.) [2022-08-25T22:43:08.876Z] #20 31.36 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 31.37 Unpacking python3-minimal (3.7.3-1) ... [2022-08-25T22:43:08.876Z] #20 31.46 Selecting previously unselected package libmpdec2:arm64. [2022-08-25T22:43:08.876Z] #20 31.46 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 31.47 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2022-08-25T22:43:08.876Z] #20 31.57 Selecting previously unselected package libpython3.7-stdlib:arm64. [2022-08-25T22:43:08.876Z] #20 31.57 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 31.58 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2022-08-25T22:43:08.876Z] #20 32.43 Selecting previously unselected package python3.7. [2022-08-25T22:43:08.876Z] #20 32.43 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 32.44 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:43:08.876Z] #20 32.57 Selecting previously unselected package libpython3-stdlib:arm64. [2022-08-25T22:43:08.876Z] #20 32.57 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2022-08-25T22:43:08.876Z] #20 32.58 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2022-08-25T22:43:08.876Z] #20 32.68 Setting up python3-minimal (3.7.3-1) ... [2022-08-25T22:43:09.044Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-08-25T22:43:09.044Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-0711d043\powershellScript.ps1'; exit $LASTEXITCODE; [2022-08-25T22:43:09.044Z] ---------------------------------------------------------------------------- [2022-08-25T22:43:09.044Z] [2022-08-25T22:43:09.044Z] INFO: executeCI.ps1 starting at Thu Aug 25 22:43:08 CUT 2022 [2022-08-25T22:43:09.044Z] [2022-08-25T22:43:09.044Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-08-25T22:43:09.044Z] INFO: Running git version 2.24.1.windows.2 [2022-08-25T22:43:09.044Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-08-25T22:43:09.044Z] INFO: Environment variables: [2022-08-25T22:43:09.098Z] #56 80.09 + bin/ctr [2022-08-25T22:43:09.448Z] #20 33.64 Selecting previously unselected package python3. [2022-08-25T22:43:09.448Z] #20 33.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 ... 24086 files and directories currently installed.) [2022-08-25T22:43:09.448Z] #20 33.66 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2022-08-25T22:43:09.448Z] #20 33.67 Unpacking python3 (3.7.3-1) ... [2022-08-25T22:43:09.529Z] [2022-08-25T22:43:09.529Z] Name Value [2022-08-25T22:43:09.529Z] ---- ----- [2022-08-25T22:43:09.529Z] ALLUSERSPROFILE C:\ProgramData [2022-08-25T22:43:09.529Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-08-25T22:43:09.529Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-08-25T22:43:09.529Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-08-25T22:43:09.529Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-08-25T22:43:09.529Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-08-25T22:43:09.529Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-08-25T22:43:09.529Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-08-25T22:43:09.529Z] BRANCH_NAME PR-44041 [2022-08-25T22:43:09.529Z] BUILD_DISPLAY_NAME #1 [2022-08-25T22:43:09.529Z] BUILD_ID 1 [2022-08-25T22:43:09.529Z] BUILD_NUMBER 1 [2022-08-25T22:43:09.529Z] BUILD_TAG jenkins-moby-PR-44041-1 [2022-08-25T22:43:09.529Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-44041/1/ [2022-08-25T22:43:09.529Z] CHANGE_AUTHOR thaJeztah [2022-08-25T22:43:09.529Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-08-25T22:43:09.529Z] CHANGE_BRANCH 20.10_backport_ontainerd_binary_1.6.8 [2022-08-25T22:43:09.529Z] CHANGE_FORK thaJeztah/docker [2022-08-25T22:43:09.529Z] CHANGE_ID 44041 [2022-08-25T22:43:09.529Z] CHANGE_TARGET 20.10 [2022-08-25T22:43:09.529Z] CHANGE_TITLE [20.10 backport] update containerd binary to v1.6.8 [2022-08-25T22:43:09.529Z] CHANGE_URL https://github.com/moby/moby/pull/44041 [2022-08-25T22:43:09.529Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-25T22:43:09.529Z] CommonProgramFiles C:\Program Files\Common Files [2022-08-25T22:43:09.529Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-08-25T22:43:09.529Z] CommonProgramW6432 C:\Program Files\Common Files [2022-08-25T22:43:09.529Z] COMPUTERNAME azwin-2-33f8d0 [2022-08-25T22:43:09.529Z] ComSpec C:\Windows\system32\cmd.exe [2022-08-25T22:43:09.529Z] ConfigSequenceNumber 0 [2022-08-25T22:43:09.529Z] DOCKER_BUILDKIT 0 [2022-08-25T22:43:09.529Z] DOCKER_DUT_DEBUG 1 [2022-08-25T22:43:09.529Z] DOCKER_EXPERIMENTAL 1 [2022-08-25T22:43:09.529Z] DOCKER_GRAPHDRIVER overlay2 [2022-08-25T22:43:09.529Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-08-25T22:43:09.529Z] EXECUTOR_NUMBER 0 [2022-08-25T22:43:09.529Z] FQDN azwin-2-33f8d0.westus.cloudapp.azure.com [2022-08-25T22:43:09.529Z] GIT_BRANCH PR-44041 [2022-08-25T22:43:09.529Z] GIT_COMMIT 8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:43:09.529Z] GIT_URL https://github.com/moby/moby.git [2022-08-25T22:43:09.529Z] HUDSON_COOKIE 744140ce-023d-4c71-a7e4-7871a8d8c6db [2022-08-25T22:43:09.529Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-08-25T22:43:09.529Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-08-25T22:43:09.529Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-08-25T22:43:09.529Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-08-25T22:43:09.529Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-08-25T22:43:09.529Z] JENKINS_NODE_COOKIE d9721eb0-8e35-4562-a46c-fe10e3967953 [2022-08-25T22:43:09.529Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-08-25T22:43:09.529Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-08-25T22:43:09.529Z] JOB_BASE_NAME PR-44041 [2022-08-25T22:43:09.529Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44041/display/redirect [2022-08-25T22:43:09.529Z] JOB_NAME moby/PR-44041 [2022-08-25T22:43:09.529Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-44041/ [2022-08-25T22:43:09.529Z] library.jps.version master [2022-08-25T22:43:09.529Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-08-25T22:43:09.529Z] NODE_LABELS amd64 azure azwin-2-33f8d0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-08-25T22:43:09.529Z] NODE_NAME azwin-2-33f8d0 [2022-08-25T22:43:09.529Z] NUMBER_OF_PROCESSORS 4 [2022-08-25T22:43:09.529Z] OS Windows_NT [2022-08-25T22:43:09.529Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-08-25T22:43:09.529Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-08-25T22:43:09.529Z] PROCESSOR_ARCHITECTURE AMD64 [2022-08-25T22:43:09.529Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-08-25T22:43:09.529Z] PROCESSOR_LEVEL 6 [2022-08-25T22:43:09.529Z] PROCESSOR_REVISION 4f01 [2022-08-25T22:43:09.529Z] ProgramData C:\ProgramData [2022-08-25T22:43:09.530Z] ProgramFiles C:\Program Files [2022-08-25T22:43:09.530Z] ProgramFiles(x86) C:\Program Files (x86) [2022-08-25T22:43:09.530Z] ProgramW6432 C:\Program Files [2022-08-25T22:43:09.530Z] PROMPT $P$G [2022-08-25T22:43:09.530Z] PSExecutionPolicyPreference Bypass [2022-08-25T22:43:09.530Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-08-25T22:43:09.530Z] PUBLIC C:\Users\Public [2022-08-25T22:43:09.530Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44041/1/display/redirect?page=artif... [2022-08-25T22:43:09.530Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44041/1/display/redirect?page=changes [2022-08-25T22:43:09.530Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44041/1/display/redirect [2022-08-25T22:43:09.530Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44041/1/display/redirect?page=tests [2022-08-25T22:43:09.530Z] SKIP_VALIDATION_TESTS 1 [2022-08-25T22:43:09.530Z] SOURCES_DRIVE d [2022-08-25T22:43:09.530Z] SOURCES_SUBDIR gopath [2022-08-25T22:43:09.530Z] STAGE_NAME Run tests [2022-08-25T22:43:09.530Z] SystemDrive C: [2022-08-25T22:43:09.530Z] SystemRoot C:\Windows [2022-08-25T22:43:09.530Z] TEMP C:\Windows\TEMP [2022-08-25T22:43:09.530Z] TESTDEBUG 0 [2022-08-25T22:43:09.530Z] TESTRUN_DRIVE d [2022-08-25T22:43:09.530Z] TESTRUN_SUBDIR CI [2022-08-25T22:43:09.530Z] TIMEOUT 120m [2022-08-25T22:43:09.530Z] TMP C:\Windows\TEMP [2022-08-25T22:43:09.530Z] USERDOMAIN WORKGROUP [2022-08-25T22:43:09.530Z] USERNAME azwin-2-33f8d0$ [2022-08-25T22:43:09.530Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-08-25T22:43:09.530Z] windir C:\Windows [2022-08-25T22:43:09.530Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-08-25T22:43:09.530Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-08-25T22:43:09.530Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-08-25T22:43:09.530Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-08-25T22:43:09.530Z] [2022-08-25T22:43:09.530Z] [2022-08-25T22:43:09.530Z] [2022-08-25T22:43:09.709Z] #20 33.78 Selecting previously unselected package libip4tc0:arm64. [2022-08-25T22:43:09.709Z] #20 33.78 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2022-08-25T22:43:09.709Z] #20 33.79 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2022-08-25T22:43:09.709Z] #20 33.87 Selecting previously unselected package libip6tc0:arm64. [2022-08-25T22:43:09.709Z] #20 33.87 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2022-08-25T22:43:09.709Z] #20 33.88 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2022-08-25T22:43:09.709Z] #20 33.93 Selecting previously unselected package libiptc0:arm64. [2022-08-25T22:43:09.709Z] #20 33.94 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2022-08-25T22:43:09.709Z] #20 33.94 Unpacking libiptc0:arm64 (1.8.2-4) ... [2022-08-25T22:43:09.709Z] #20 34.01 Selecting previously unselected package libnfnetlink0:arm64. [2022-08-25T22:43:09.709Z] #20 34.02 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-08-25T22:43:09.709Z] #20 34.02 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-08-25T22:43:09.709Z] #20 34.10 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-08-25T22:43:09.709Z] #20 34.12 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2022-08-25T22:43:09.969Z] #20 34.12 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2022-08-25T22:43:09.969Z] #20 34.20 Selecting previously unselected package libnftnl11:arm64. [2022-08-25T22:43:09.969Z] #20 34.20 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2022-08-25T22:43:09.969Z] #20 34.21 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2022-08-25T22:43:10.229Z] #20 34.31 Selecting previously unselected package iptables. [2022-08-25T22:43:10.229Z] #20 34.31 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2022-08-25T22:43:10.229Z] #20 34.32 Unpacking iptables (1.8.2-4) ... [2022-08-25T22:43:10.489Z] #20 34.61 Selecting previously unselected package xxd. [2022-08-25T22:43:10.489Z] #20 34.61 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_arm64.deb ... [2022-08-25T22:43:10.489Z] #20 34.62 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:10.489Z] #20 34.72 Selecting previously unselected package vim-common. [2022-08-25T22:43:10.489Z] #20 34.72 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:43:10.489Z] #20 34.74 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:10.749Z] #20 34.85 Selecting previously unselected package bash-completion. [2022-08-25T22:43:10.749Z] #20 34.85 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-25T22:43:10.749Z] #20 ... [2022-08-25T22:43:10.749Z] [2022-08-25T22:43:10.749Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:10.749Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:43:10.749Z] #43 78.05 CC criu/clone-noasan.o [2022-08-25T22:43:11.009Z] #43 78.31 CC criu/config.o [2022-08-25T22:43:11.632Z] #56 ... [2022-08-25T22:43:11.632Z] [2022-08-25T22:43:11.632Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:11.632Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:43:11.632Z] #43 39.68 CC images/tcp-stream.o [2022-08-25T22:43:11.632Z] #43 39.95 CC images/sk-packet.o [2022-08-25T22:43:11.632Z] #43 40.44 CC images/mnt.o [2022-08-25T22:43:11.632Z] #43 40.91 CC images/pipe-data.o [2022-08-25T22:43:11.632Z] #43 41.42 CC images/sa.o [2022-08-25T22:43:11.632Z] #43 41.84 CC images/timer.o [2022-08-25T22:43:11.632Z] #43 42.41 CC images/timerfd.o [2022-08-25T22:43:11.632Z] #43 42.81 CC images/mm.o [2022-08-25T22:43:11.632Z] #43 43.25 CC images/sk-opts.o [2022-08-25T22:43:11.632Z] #43 43.60 CC images/sk-unix.o [2022-08-25T22:43:11.632Z] #43 44.03 CC images/sk-inet.o [2022-08-25T22:43:11.632Z] #43 44.49 CC images/tun.o [2022-08-25T22:43:11.632Z] #43 45.11 CC images/sk-netlink.o [2022-08-25T22:43:11.632Z] #43 45.44 CC images/packet-sock.o [2022-08-25T22:43:11.632Z] #43 46.02 CC images/ipc-var.o [2022-08-25T22:43:11.632Z] #43 46.40 CC images/ipc-desc.o [2022-08-25T22:43:11.632Z] #43 46.52 CC images/ipc-shm.o [2022-08-25T22:43:11.632Z] #43 46.74 CC images/ipc-msg.o [2022-08-25T22:43:11.632Z] #43 47.08 CC images/ipc-sem.o [2022-08-25T22:43:11.632Z] #43 47.38 CC images/utsns.o [2022-08-25T22:43:11.632Z] #43 47.76 CC images/creds.o [2022-08-25T22:43:11.632Z] #43 48.14 CC images/vma.o [2022-08-25T22:43:11.632Z] #43 48.31 CC images/netdev.o [2022-08-25T22:43:11.632Z] #43 48.86 CC images/tty.o [2022-08-25T22:43:11.632Z] #43 49.67 CC images/file-lock.o [2022-08-25T22:43:11.821Z] INFO: Sources under d:\gopath\... [2022-08-25T22:43:11.821Z] INFO: Test run under d:\CI\... [2022-08-25T22:43:11.821Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-08-25T22:43:11.821Z] INFO: docker/docker repository was found [2022-08-25T22:43:11.890Z] #43 50.00 CC images/rlimit.o [2022-08-25T22:43:12.308Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-08-25T22:43:12.308Z] ltsc2019: Pulling from windows/servercore [2022-08-25T22:43:12.458Z] #43 50.52 CC images/pagemap.o [2022-08-25T22:43:12.794Z] b111c3320c94: Pulling fs layer [2022-08-25T22:43:12.794Z] 294d77ac553d: Pulling fs layer [2022-08-25T22:43:12.918Z] #43 79.85 CC criu/cr-check.o [2022-08-25T22:43:13.026Z] #43 50.94 CC images/siginfo.o [2022-08-25T22:43:13.285Z] #43 51.24 CC images/rpc.o [2022-08-25T22:43:14.672Z] #43 52.70 CC images/ext-file.o [2022-08-25T22:43:14.827Z] #43 81.73 CC criu/cr-dedup.o [2022-08-25T22:43:14.930Z] #43 53.07 CC images/cgroup.o [2022-08-25T22:43:15.088Z] #43 82.12 CC criu/cr-dump.o [2022-08-25T22:43:16.028Z] #43 ... [2022-08-25T22:43:16.028Z] [2022-08-25T22:43:16.028Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:43:16.028Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:43:16.028Z] #20 37.64 Unpacking bash-completion (1:2.8-6) ... [2022-08-25T22:43:16.028Z] #20 38.10 Selecting previously unselected package bzip2. [2022-08-25T22:43:16.028Z] #20 38.10 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 38.11 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:43:16.028Z] #20 38.21 Selecting previously unselected package xz-utils. [2022-08-25T22:43:16.028Z] #20 38.21 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 38.22 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:43:16.028Z] #20 38.37 Selecting previously unselected package apparmor. [2022-08-25T22:43:16.028Z] #20 38.38 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 38.46 Unpacking apparmor (2.13.2-10) ... [2022-08-25T22:43:16.028Z] #20 38.76 Selecting previously unselected package aufs-tools. [2022-08-25T22:43:16.028Z] #20 38.76 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 38.76 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:43:16.028Z] #20 38.89 Selecting previously unselected package libonig5:arm64. [2022-08-25T22:43:16.028Z] #20 38.90 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 38.90 Unpacking libonig5:arm64 (6.9.1-1) ... [2022-08-25T22:43:16.028Z] #20 39.00 Selecting previously unselected package libjq1:arm64. [2022-08-25T22:43:16.028Z] #20 39.02 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 39.02 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-25T22:43:16.028Z] #20 39.12 Selecting previously unselected package jq. [2022-08-25T22:43:16.028Z] #20 39.14 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 39.15 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:43:16.028Z] #20 39.25 Selecting previously unselected package libaio1:arm64. [2022-08-25T22:43:16.028Z] #20 39.25 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 39.28 Unpacking libaio1:arm64 (0.3.112-3) ... [2022-08-25T22:43:16.028Z] #20 39.34 Selecting previously unselected package libgpm2:arm64. [2022-08-25T22:43:16.028Z] #20 39.35 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 39.35 Unpacking libgpm2:arm64 (1.20.7-5) ... [2022-08-25T22:43:16.028Z] #20 39.42 Selecting previously unselected package libicu63:arm64. [2022-08-25T22:43:16.028Z] #20 39.44 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_arm64.deb ... [2022-08-25T22:43:16.028Z] #20 39.44 Unpacking libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-25T22:43:16.305Z] #43 54.12 CC images/userns.o [2022-08-25T22:43:16.564Z] #43 54.64 CC images/google/protobuf/descriptor.o [2022-08-25T22:43:17.131Z] #43 ... [2022-08-25T22:43:17.131Z] [2022-08-25T22:43:17.131Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:43:17.131Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:43:17.131Z] #13 137.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-25T22:43:17.131Z] #13 137.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-25T22:43:17.131Z] #13 137.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:43:17.938Z] #20 42.29 Selecting previously unselected package libnet1:arm64. [2022-08-25T22:43:18.198Z] #20 42.29 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-08-25T22:43:18.198Z] #20 42.29 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:43:18.198Z] #20 42.37 Selecting previously unselected package libnl-3-200:arm64. [2022-08-25T22:43:18.198Z] #20 42.39 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2022-08-25T22:43:18.198Z] #20 42.40 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2022-08-25T22:43:18.198Z] #20 42.51 Selecting previously unselected package libprotobuf-c1:arm64. [2022-08-25T22:43:18.198Z] #20 42.51 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2022-08-25T22:43:18.198Z] #20 42.51 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-25T22:43:18.198Z] #20 42.58 Selecting previously unselected package libreadline5:arm64. [2022-08-25T22:43:18.198Z] #20 42.60 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2022-08-25T22:43:18.198Z] #20 42.61 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2022-08-25T22:43:18.508Z] #13 ... [2022-08-25T22:43:18.508Z] [2022-08-25T22:43:18.508Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:18.508Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:43:18.508Z] #43 56.55 CC images/opts.o [2022-08-25T22:43:18.718Z] #20 42.73 Selecting previously unselected package net-tools. [2022-08-25T22:43:18.718Z] #20 42.76 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2022-08-25T22:43:18.718Z] #20 42.77 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:43:18.718Z] #20 42.91 Selecting previously unselected package patch. [2022-08-25T22:43:18.718Z] #20 42.91 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_arm64.deb ... [2022-08-25T22:43:18.718Z] #20 42.92 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-25T22:43:18.766Z] #43 56.83 CC images/seccomp.o [2022-08-25T22:43:18.978Z] #20 43.06 Selecting previously unselected package python-pip-whl. [2022-08-25T22:43:18.978Z] #20 43.06 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-25T22:43:18.978Z] #20 43.07 Unpacking python-pip-whl (18.1-5) ... [2022-08-25T22:43:19.024Z] #43 57.23 CC images/binfmt-misc.o [2022-08-25T22:43:19.237Z] #20 43.53 Selecting previously unselected package python3-lib2to3. [2022-08-25T22:43:19.237Z] #20 43.53 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-25T22:43:19.238Z] #20 43.53 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:43:19.497Z] #20 43.69 Selecting previously unselected package python3-distutils. [2022-08-25T22:43:19.497Z] #20 43.69 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-25T22:43:19.497Z] #20 43.69 Unpacking python3-distutils (3.7.3-1) ... [2022-08-25T22:43:19.590Z] #43 57.61 CC images/time.o [2022-08-25T22:43:19.757Z] #20 43.80 Selecting previously unselected package python3-pip. [2022-08-25T22:43:19.757Z] #20 43.82 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-25T22:43:19.757Z] #20 43.82 Unpacking python3-pip (18.1-5) ... [2022-08-25T22:43:19.757Z] #20 43.98 Selecting previously unselected package python3-pkg-resources. [2022-08-25T22:43:19.757Z] #20 43.98 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:43:19.757Z] #20 43.99 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:43:19.849Z] #43 57.92 CC images/sysctl.o [2022-08-25T22:43:20.016Z] #20 44.12 Selecting previously unselected package python3-setuptools. [2022-08-25T22:43:20.016Z] #20 44.14 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-25T22:43:20.016Z] #20 44.14 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-25T22:43:20.016Z] #20 44.39 Selecting previously unselected package python3-wheel. [2022-08-25T22:43:20.107Z] #43 58.24 CC images/autofs.o [2022-08-25T22:43:20.276Z] #20 44.39 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-25T22:43:20.276Z] #20 44.40 Unpacking python3-wheel (0.32.3-2) ... [2022-08-25T22:43:20.276Z] #20 44.50 Selecting previously unselected package sudo. [2022-08-25T22:43:20.276Z] #20 44.50 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_arm64.deb ... [2022-08-25T22:43:20.276Z] #20 44.51 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:43:20.673Z] #43 58.58 CC images/macvlan.o [2022-08-25T22:43:20.855Z] #20 44.95 Selecting previously unselected package thin-provisioning-tools. [2022-08-25T22:43:20.855Z] #20 44.96 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2022-08-25T22:43:20.855Z] #20 44.96 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:43:20.855Z] #20 45.19 Selecting previously unselected package uidmap. [2022-08-25T22:43:20.855Z] #20 45.19 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_arm64.deb ... [2022-08-25T22:43:20.855Z] #20 45.20 Unpacking uidmap (1:4.5-1.1) ... [2022-08-25T22:43:20.932Z] #43 58.93 CC images/sit.o [2022-08-25T22:43:21.115Z] #20 45.32 Selecting previously unselected package vim-runtime. [2022-08-25T22:43:21.115Z] #20 45.33 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:43:21.115Z] #20 45.36 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-25T22:43:21.115Z] #20 45.40 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-25T22:43:21.115Z] #20 45.40 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:21.498Z] #43 59.31 CC images/memfd.o [2022-08-25T22:43:21.757Z] #43 59.80 CC images/timens.o [2022-08-25T22:43:22.016Z] #43 60.10 LINK images/built-in.o [2022-08-25T22:43:22.275Z] #43 60.25 GEN compel/include/asm [2022-08-25T22:43:22.275Z] #43 60.28 GEN compel/include/version.h [2022-08-25T22:43:22.275Z] #43 60.32 touch .config [2022-08-25T22:43:22.275Z] #43 60.34 GEN include/common/config.h [2022-08-25T22:43:22.275Z] #43 60.46 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-08-25T22:43:22.534Z] #43 60.52 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-08-25T22:43:22.534Z] #43 60.59 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-08-25T22:43:22.534Z] #43 60.60 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-08-25T22:43:22.534Z] #43 60.67 DEP compel/arch/x86/plugins/std/memcpy.d [2022-08-25T22:43:22.534Z] #43 60.69 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-08-25T22:43:22.793Z] #43 60.72 GEN compel/plugins/include/uapi/std/syscall.h [2022-08-25T22:43:22.793Z] #43 60.79 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-08-25T22:43:22.793Z] #43 60.79 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-08-25T22:43:22.793Z] #43 60.82 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-25T22:43:22.793Z] #43 60.83 DEP compel/plugins/std/infect.d [2022-08-25T22:43:23.051Z] #43 60.97 DEP compel/plugins/std/string.d [2022-08-25T22:43:23.051Z] #43 61.13 DEP compel/plugins/std/log.d [2022-08-25T22:43:23.051Z] #43 61.24 DEP compel/plugins/std/fds.d [2022-08-25T22:43:23.310Z] #43 61.35 DEP compel/plugins/std/std.d [2022-08-25T22:43:23.441Z] 294d77ac553d: Verifying Checksum [2022-08-25T22:43:23.441Z] 294d77ac553d: Download complete [2022-08-25T22:43:23.568Z] #43 61.53 DEP compel/plugins/shmem/shmem.d [2022-08-25T22:43:23.568Z] #43 61.70 DEP compel/plugins/fds/fds.d [2022-08-25T22:43:23.846Z] #56 212.1 # github.com/containerd/containerd/cmd/containerd [2022-08-25T22:43:23.846Z] #56 212.1 /usr/bin/ld: /tmp/go-link-3206758073/000019.o: in function `New': [2022-08-25T22:43:23.846Z] #56 212.1 /tmp/tmp.sU8bDHzIiZ/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-08-25T22:43:23.846Z] #56 212.2 + bin/containerd-stress [2022-08-25T22:43:23.846Z] #56 213.3 + bin/containerd-shim [2022-08-25T22:43:24.134Z] #43 61.96 CC compel/plugins/std/std.o [2022-08-25T22:43:24.393Z] #43 62.45 CC compel/plugins/std/fds.o [2022-08-25T22:43:24.410Z] #20 48.56 Selecting previously unselected package vim. [2022-08-25T22:43:24.410Z] #20 48.56 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_arm64.deb ... [2022-08-25T22:43:24.410Z] #20 48.59 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:24.978Z] #20 49.06 Selecting previously unselected package xfsprogs. [2022-08-25T22:43:24.978Z] #20 49.07 Preparing to unpack .../39-xfsprogs_4.20.0-1_arm64.deb ... [2022-08-25T22:43:24.978Z] #20 49.08 Unpacking xfsprogs (4.20.0-1) ... [2022-08-25T22:43:25.239Z] #20 49.53 Selecting previously unselected package zip. [2022-08-25T22:43:25.239Z] #20 49.54 Preparing to unpack .../40-zip_3.0-11+b1_arm64.deb ... [2022-08-25T22:43:25.239Z] #20 49.54 Unpacking zip (3.0-11+b1) ... [2022-08-25T22:43:25.329Z] #43 63.23 CC compel/plugins/std/log.o [2022-08-25T22:43:25.504Z] #20 49.72 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:43:25.504Z] #20 49.74 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:43:25.504Z] #20 49.75 Setting up libip6tc0:arm64 (1.8.2-4) ... [2022-08-25T22:43:25.504Z] #20 49.76 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2022-08-25T22:43:25.504Z] #20 49.77 Setting up libgpm2:arm64 (1.20.7-5) ... [2022-08-25T22:43:25.504Z] #20 49.78 Setting up libip4tc0:arm64 (1.8.2-4) ... [2022-08-25T22:43:25.504Z] #20 49.79 Setting up uidmap (1:4.5-1.1) ... [2022-08-25T22:43:25.504Z] #20 49.81 Setting up libnftnl11:arm64 (1.1.2-2) ... [2022-08-25T22:43:25.764Z] #20 49.83 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:43:25.764Z] #20 49.84 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:43:25.764Z] #20 49.85 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-25T22:43:25.764Z] #20 49.86 Setting up libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-25T22:43:25.764Z] #20 49.87 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:25.764Z] #20 49.88 Setting up zip (3.0-11+b1) ... [2022-08-25T22:43:25.764Z] #20 49.89 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:25.764Z] #20 49.92 Setting up bash-completion (1:2.8-6) ... [2022-08-25T22:43:26.706Z] #43 64.43 CC compel/plugins/std/string.o [2022-08-25T22:43:27.414Z] #43 65.28 CC compel/plugins/std/infect.o [2022-08-25T22:43:27.674Z] #43 65.74 CC compel/arch/x86/plugins/std/parasite-head.o [2022-08-25T22:43:27.676Z] #20 ... [2022-08-25T22:43:27.676Z] [2022-08-25T22:43:27.676Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:27.676Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:43:27.676Z] #43 84.59 CC criu/cr-errno.o [2022-08-25T22:43:27.676Z] #43 84.67 CC criu/cr-restore.o [2022-08-25T22:43:27.676Z] #43 89.49 CC criu/cr-service.o [2022-08-25T22:43:27.676Z] #43 91.13 CC criu/crtools.o [2022-08-25T22:43:27.676Z] #43 91.73 CC criu/eventfd.o [2022-08-25T22:43:27.676Z] #43 92.08 CC criu/eventpoll.o [2022-08-25T22:43:27.676Z] #43 92.97 CC criu/external.o [2022-08-25T22:43:27.676Z] #43 93.32 CC criu/fault-injection.o [2022-08-25T22:43:27.676Z] #43 93.45 CC criu/fdstore.o [2022-08-25T22:43:27.676Z] #43 93.75 CC criu/fifo.o [2022-08-25T22:43:27.676Z] #43 94.17 CC criu/file-ids.o [2022-08-25T22:43:27.676Z] #43 94.42 CC criu/file-lock.o [2022-08-25T22:43:27.933Z] #43 65.92 CC compel/arch/x86/plugins/std/memcpy.o [2022-08-25T22:43:27.933Z] #43 65.99 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-08-25T22:43:27.933Z] #43 66.13 AR compel/plugins/std.lib.a [2022-08-25T22:43:28.191Z] #43 66.30 CC compel/plugins/fds/fds.o [2022-08-25T22:43:28.247Z] #43 95.29 CC criu/files-ext.o [2022-08-25T22:43:28.507Z] #43 95.74 CC criu/files-reg.o [2022-08-25T22:43:28.760Z] #43 66.71 AR compel/plugins/fds.lib.a [2022-08-25T22:43:28.760Z] #43 66.83 HOSTDEP compel/src/lib/log-host.d [2022-08-25T22:43:29.019Z] #43 67.01 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-25T22:43:29.077Z] #43 ... [2022-08-25T22:43:29.077Z] [2022-08-25T22:43:29.077Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:43:29.077Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:43:29.077Z] #20 53.06 Setting up libiptc0:arm64 (1.8.2-4) ... [2022-08-25T22:43:29.077Z] #20 53.07 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:43:29.077Z] #20 53.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-25T22:43:29.077Z] #20 53.10 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-25T22:43:29.077Z] #20 53.13 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:43:29.077Z] #20 53.21 invoke-rc.d: could not determine current runlevel [2022-08-25T22:43:29.077Z] #20 53.23 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-25T22:43:29.077Z] #20 53.24 Setting up pigz (2.4-1) ... [2022-08-25T22:43:29.077Z] #20 53.25 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-08-25T22:43:29.077Z] #20 53.26 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2022-08-25T22:43:29.077Z] #20 53.28 Setting up python-pip-whl (18.1-5) ... [2022-08-25T22:43:29.077Z] #20 53.31 Setting up libmpdec2:arm64 (2.4.2-2) ... [2022-08-25T22:43:29.077Z] #20 53.35 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:29.278Z] #43 67.17 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-08-25T22:43:29.278Z] #43 67.36 HOSTDEP compel/src/main-host.d [2022-08-25T22:43:29.537Z] #43 67.58 DEP compel/src/lib/ptrace.d [2022-08-25T22:43:29.598Z] #20 53.72 Setting up libaio1:arm64 (0.3.112-3) ... [2022-08-25T22:43:29.598Z] #20 53.73 Setting up libonig5:arm64 (6.9.1-1) ... [2022-08-25T22:43:29.598Z] #20 53.74 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2022-08-25T22:43:29.598Z] #20 53.75 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:43:29.598Z] #20 53.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-25T22:43:29.598Z] #20 53.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-25T22:43:29.599Z] #20 53.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-25T22:43:29.599Z] #20 53.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-25T22:43:29.599Z] #20 53.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-25T22:43:29.599Z] #20 53.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-25T22:43:29.599Z] #20 53.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-25T22:43:29.599Z] #20 53.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-25T22:43:29.599Z] #20 53.86 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-25T22:43:29.599Z] #20 53.88 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:43:29.599Z] #20 53.90 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2022-08-25T22:43:29.599Z] #20 53.93 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:43:29.796Z] #43 67.73 DEP compel/src/lib/infect.d [2022-08-25T22:43:29.796Z] #43 67.83 DEP compel/src/lib/infect-util.d [2022-08-25T22:43:29.796Z] #43 67.91 DEP compel/src/lib/infect-rpc.d [2022-08-25T22:43:29.858Z] #20 53.95 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2022-08-25T22:43:29.858Z] #20 53.98 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:43:30.055Z] #43 68.03 DEP compel/arch/x86/src/lib/infect.d [2022-08-25T22:43:30.055Z] #43 68.22 DEP compel/arch/x86/src/lib/cpu.d [2022-08-25T22:43:30.314Z] #43 68.31 DEP compel/src/lib/log.d [2022-08-25T22:43:30.573Z] #43 68.46 DEP compel/src/main.d [2022-08-25T22:43:30.573Z] #43 68.64 DEP compel/src/lib/handle-elf.d [2022-08-25T22:43:30.832Z] #43 68.85 DEP compel/arch/x86/src/lib/handle-elf.d [2022-08-25T22:43:31.093Z] #43 69.03 CC compel/src/lib/log.o [2022-08-25T22:43:31.353Z] #43 69.31 CC compel/arch/x86/src/lib/cpu.o [2022-08-25T22:43:31.353Z] #43 ... [2022-08-25T22:43:31.353Z] [2022-08-25T22:43:31.353Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2022-08-25T22:43:31.353Z] #13 sha256:e5867cb1053958fe62aef7e6a9453c4f2d7f44f6ae35bd28e716c990986feb12 [2022-08-25T22:43:31.353Z] #13 161.8 Selecting previously unselected package libapparmor1:amd64. [2022-08-25T22:43:31.353Z] #13 161.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2022-08-25T22:43:31.353Z] #13 161.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:43:31.612Z] #13 162.1 Selecting previously unselected package libapparmor-dev:amd64. [2022-08-25T22:43:31.612Z] #13 162.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2022-08-25T22:43:31.612Z] #13 162.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:43:31.871Z] #13 162.4 Selecting previously unselected package libbtrfs0. [2022-08-25T22:43:31.871Z] #13 162.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-25T22:43:31.871Z] #13 162.4 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-25T22:43:32.001Z] #56 224.5 + bin/containerd-shim-runc-v1 [2022-08-25T22:43:32.130Z] #13 162.6 Selecting previously unselected package libbtrfs-dev. [2022-08-25T22:43:32.130Z] #13 162.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-25T22:43:32.130Z] #13 162.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:43:32.698Z] #13 163.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-08-25T22:43:32.698Z] #13 163.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:43:32.698Z] #13 163.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:43:32.698Z] #13 163.2 Selecting previously unselected package libudev-dev:amd64. [2022-08-25T22:43:32.698Z] #13 163.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:43:32.958Z] #13 163.3 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:43:33.155Z] #20 57.08 Setting up iptables (1.8.2-4) ... [2022-08-25T22:43:33.155Z] #20 57.11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:43:33.155Z] #20 57.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:43:33.155Z] #20 57.13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:43:33.155Z] #20 57.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:43:33.155Z] #20 57.15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-25T22:43:33.155Z] #20 57.15 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-25T22:43:33.155Z] #20 57.17 Setting up python3 (3.7.3-1) ... [2022-08-25T22:43:33.217Z] #13 163.7 Selecting previously unselected package libsepol1-dev:amd64. [2022-08-25T22:43:33.217Z] #13 163.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2022-08-25T22:43:33.217Z] #13 163.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:43:33.415Z] #20 57.62 Setting up python3-wheel (0.32.3-2) ... [2022-08-25T22:43:33.784Z] #13 164.3 Selecting previously unselected package libpcre16-3:amd64. [2022-08-25T22:43:33.784Z] #13 164.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:43:33.784Z] #13 164.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:43:34.352Z] #13 164.8 Selecting previously unselected package libpcre32-3:amd64. [2022-08-25T22:43:34.352Z] #13 164.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2022-08-25T22:43:34.352Z] #13 164.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:43:34.352Z] #13 165.0 Selecting previously unselected package libpcrecpp0v5:amd64. [2022-08-25T22:43:34.352Z] #13 165.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2022-08-25T22:43:34.352Z] #13 165.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:43:34.385Z] #20 58.37 Setting up apparmor (2.13.2-10) ... [2022-08-25T22:43:34.611Z] #13 165.2 Selecting previously unselected package libpcre3-dev:amd64. [2022-08-25T22:43:34.869Z] #13 165.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2022-08-25T22:43:34.869Z] #13 165.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:43:35.437Z] #13 166.1 Selecting previously unselected package libselinux1-dev:amd64. [2022-08-25T22:43:35.696Z] #13 166.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2022-08-25T22:43:35.696Z] #13 166.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:43:35.955Z] #13 166.4 Selecting previously unselected package libdevmapper-dev:amd64. [2022-08-25T22:43:35.955Z] #13 166.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2022-08-25T22:43:35.955Z] #13 166.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:43:35.955Z] #13 166.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-08-25T22:43:35.955Z] #13 166.6 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-25T22:43:35.955Z] #13 166.7 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:43:36.295Z] #20 60.21 Setting up xfsprogs (4.20.0-1) ... [2022-08-25T22:43:36.296Z] #20 60.24 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:43:36.296Z] #20 60.66 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:43:36.472Z] #13 166.9 Selecting previously unselected package libsystemd-dev:amd64. [2022-08-25T22:43:36.472Z] #13 167.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ... [2022-08-25T22:43:36.472Z] #13 167.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:43:37.415Z] #13 167.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-25T22:43:37.415Z] #13 167.8 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-25T22:43:37.415Z] #13 167.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2022-08-25T22:43:37.415Z] #13 167.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-25T22:43:37.415Z] #13 167.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2022-08-25T22:43:37.415Z] #13 167.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2022-08-25T22:43:37.415Z] #13 167.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:43:37.415Z] #13 167.9 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-25T22:43:37.415Z] #13 167.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2022-08-25T22:43:37.415Z] #13 167.9 Setting up libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:43:37.415Z] #13 167.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-25T22:43:37.415Z] #13 168.0 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-25T22:43:37.415Z] #13 168.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-25T22:43:37.415Z] #13 168.0 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-25T22:43:37.415Z] #13 168.0 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-25T22:43:37.415Z] #13 168.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-25T22:43:37.415Z] #13 168.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-25T22:43:37.415Z] #13 168.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:43:37.415Z] #13 168.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-08-25T22:43:37.415Z] #13 168.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-08-25T22:43:37.415Z] #13 168.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-25T22:43:37.674Z] #13 168.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-25T22:43:37.674Z] #13 168.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-25T22:43:37.674Z] #13 168.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-25T22:43:37.674Z] #13 168.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-25T22:43:37.674Z] #13 168.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:43:37.674Z] #13 168.2 Setting up dmsetup (2:1.02.155-3) ... [2022-08-25T22:43:37.674Z] #13 168.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-25T22:43:37.674Z] #13 168.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-25T22:43:37.674Z] #13 168.3 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:43:37.679Z] #20 61.60 Setting up python3-distutils (3.7.3-1) ... [2022-08-25T22:43:37.939Z] #20 62.14 Setting up python3-setuptools (40.8.0-1) ... [2022-08-25T22:43:38.051Z] #56 218.1 # github.com/containerd/containerd/cmd/containerd [2022-08-25T22:43:38.051Z] #56 218.1 /usr/bin/ld: /tmp/go-link-232220707/000019.o: in function `New': [2022-08-25T22:43:38.051Z] #56 218.1 /tmp/tmp.F3yZchfmvp/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-08-25T22:43:38.051Z] #56 218.1 + bin/containerd-stress [2022-08-25T22:43:38.051Z] #56 219.2 + bin/containerd-shim [2022-08-25T22:43:38.578Z] #56 230.8 + bin/containerd-shim-runc-v2 [2022-08-25T22:43:38.578Z] #56 231.6 + binaries [2022-08-25T22:43:38.578Z] #56 231.6 + install -D bin/containerd /build/containerd [2022-08-25T22:43:38.578Z] #56 231.6 + install -D bin/containerd-shim /build/containerd-shim [2022-08-25T22:43:38.578Z] #56 231.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-25T22:43:38.578Z] #56 231.6 + install -D bin/ctr /build/ctr [2022-08-25T22:43:39.148Z] #56 DONE 232.2s [2022-08-25T22:43:39.325Z] #20 63.22 Setting up python3-pip (18.1-5) ... [2022-08-25T22:43:40.092Z] [2022-08-25T22:43:40.092Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-25T22:43:40.092Z] #57 sha256:4b0b417107ec9700cbbaca045adf5da15df637238767553ad9b5960fbf318bd1 [2022-08-25T22:43:40.092Z] #57 DONE 0.2s [2022-08-25T22:43:40.209Z] #13 DONE 170.7s [2022-08-25T22:43:40.209Z] [2022-08-25T22:43:40.209Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:40.209Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:43:40.209Z] #43 70.06 CC compel/arch/x86/src/lib/infect.o [2022-08-25T22:43:40.209Z] #43 71.08 CC compel/src/lib/infect-rpc.o [2022-08-25T22:43:40.209Z] #43 71.62 CC compel/src/lib/infect-util.o [2022-08-25T22:43:40.209Z] #43 71.98 CC compel/src/lib/infect.o [2022-08-25T22:43:40.209Z] #43 74.91 CC compel/src/lib/ptrace.o [2022-08-25T22:43:40.209Z] #43 75.55 AR compel/libcompel.a [2022-08-25T22:43:40.209Z] #43 75.62 HOSTCC compel/src/main-host.o [2022-08-25T22:43:40.209Z] #43 75.98 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-08-25T22:43:40.209Z] #43 76.37 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-25T22:43:40.209Z] #43 76.94 HOSTCC compel/src/lib/log-host.o [2022-08-25T22:43:40.209Z] #43 77.32 HOSTLINK compel/compel-host-bin [2022-08-25T22:43:40.209Z] #43 77.58 DEP soccr/soccr.d [2022-08-25T22:43:40.209Z] #43 77.84 CC soccr/soccr.o [2022-08-25T22:43:40.209Z] #43 ... [2022-08-25T22:43:40.209Z] [2022-08-25T22:43:40.209Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:43:40.209Z] #53 sha256:b71fa301f471956aa38f058cf369ceb78086174633d59b323326a0d3dfde94b0 [2022-08-25T22:43:40.265Z] #20 64.27 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:43:40.265Z] #20 64.34 Processing triggers for mime-support (3.62) ... [2022-08-25T22:43:40.352Z] [2022-08-25T22:43:40.352Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-25T22:43:40.352Z] #61 sha256:9c32a0366804e668b1f52c20a7c174ba31b52b1fb19ff3b8e52a1253b7e0730b [2022-08-25T22:43:40.352Z] #61 DONE 0.1s [2022-08-25T22:43:40.352Z] [2022-08-25T22:43:40.352Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-25T22:43:40.352Z] #66 sha256:f7b1079f142180c5bef8aebcfc167a4cfa14c1dd979beed91bd4bbf79c609a25 [2022-08-25T22:43:40.835Z] #20 ... [2022-08-25T22:43:40.835Z] [2022-08-25T22:43:40.835Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:40.835Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:43:40.835Z] #43 98.11 CC criu/files.o [2022-08-25T22:43:40.835Z] #43 100.2 CC criu/filesystems.o [2022-08-25T22:43:40.835Z] #43 100.8 CC criu/fsnotify.o [2022-08-25T22:43:40.835Z] #43 102.0 CC criu/image-desc.o [2022-08-25T22:43:40.835Z] #43 102.2 CC criu/image.o [2022-08-25T22:43:40.835Z] #43 103.0 CC criu/ipc_ns.o [2022-08-25T22:43:40.835Z] #43 104.3 CC criu/irmap.o [2022-08-25T22:43:40.835Z] #43 105.1 CC criu/kcmp-ids.o [2022-08-25T22:43:40.835Z] #43 105.5 CC criu/kerndat.o [2022-08-25T22:43:40.835Z] #43 107.0 CC criu/libnetlink.o [2022-08-25T22:43:40.835Z] #43 107.4 CC criu/log.o [2022-08-25T22:43:40.835Z] #43 107.7 CC criu/lsm.o [2022-08-25T22:43:40.835Z] #43 108.1 CC criu/mem.o [2022-08-25T22:43:40.921Z] #66 DONE 0.7s [2022-08-25T22:43:40.921Z] [2022-08-25T22:43:40.921Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-25T22:43:40.921Z] #68 sha256:ecd819f64e7c354315bf918a9fd2957c5ded7ae263a2b74b4dcc00874376775e [2022-08-25T22:43:40.921Z] #68 DONE 0.1s [2022-08-25T22:43:40.921Z] [2022-08-25T22:43:40.921Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-25T22:43:40.921Z] #69 sha256:902b7f091e37a95218c6a11aa0a0ab37bc75469e4513fa382937ef3c3f457356 [2022-08-25T22:43:40.921Z] #69 DONE 0.0s [2022-08-25T22:43:41.181Z] [2022-08-25T22:43:41.181Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-25T22:43:41.181Z] #70 sha256:94c285370626d052bf0152a208492daefdadf0eb082ffb50dd32eeb3d14da0a2 [2022-08-25T22:43:41.407Z] #43 ... [2022-08-25T22:43:41.407Z] [2022-08-25T22:43:41.407Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:43:41.407Z] #20 sha256:1611fc48da2bf675ec1f939b38f37d01bca5ed9e6c2c15bcc921fc84317ff2fc [2022-08-25T22:43:41.407Z] #20 DONE 65.6s [2022-08-25T22:43:41.407Z] [2022-08-25T22:43:41.407Z] #21 [dev-systemd-false 8/26] 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-08-25T22:43:41.407Z] #21 sha256:5346a7645655daa79f226fe2e7633bdbab6572db4a11b1ec7ca7be6a92433e24 [2022-08-25T22:43:41.752Z] #70 DONE 0.7s [2022-08-25T22:43:41.752Z] [2022-08-25T22:43:41.752Z] #71 exporting to image [2022-08-25T22:43:41.752Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-25T22:43:41.752Z] #71 exporting layers [2022-08-25T22:43:41.993Z] #21 0.661 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-25T22:43:41.993Z] #21 0.666 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-25T22:43:41.993Z] #21 0.671 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-25T22:43:41.993Z] #21 DONE 0.7s [2022-08-25T22:43:41.993Z] [2022-08-25T22:43:41.993Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:43:41.993Z] #22 sha256:ba54de6bf9d0eaa0aa19f43667b530db55b11e743ee1c2a3dd6df77fcbf739fc [2022-08-25T22:43:42.160Z] #53 2.036 + RM_GOPATH=0 [2022-08-25T22:43:42.160Z] #53 2.036 + TMP_GOPATH= [2022-08-25T22:43:42.160Z] #53 2.036 + : /build [2022-08-25T22:43:42.160Z] #53 2.036 + '[' -z '' ']' [2022-08-25T22:43:42.160Z] #53 2.039 ++ mktemp -d [2022-08-25T22:43:42.201Z] #56 212.3 # github.com/containerd/containerd/cmd/containerd [2022-08-25T22:43:42.201Z] #56 212.3 /usr/bin/ld: /tmp/go-link-125595499/000019.o: in function `New': [2022-08-25T22:43:42.201Z] #56 212.3 /tmp/tmp.BiZG5Ee8qJ/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-08-25T22:43:42.201Z] #56 212.4 + bin/containerd-stress [2022-08-25T22:43:42.201Z] #56 213.4 + bin/containerd-shim [2022-08-25T22:43:42.419Z] #53 2.054 + export GOPATH=/tmp/tmp.5Fm23Q5Z2v [2022-08-25T22:43:42.419Z] #53 2.054 + GOPATH=/tmp/tmp.5Fm23Q5Z2v [2022-08-25T22:43:42.419Z] #53 2.055 + RM_GOPATH=1 [2022-08-25T22:43:42.419Z] #53 2.055 + case "$(go env GOARCH)" in [2022-08-25T22:43:42.419Z] #53 2.055 ++ go env GOARCH [2022-08-25T22:43:42.419Z] #53 2.075 + export GO_BUILDMODE=-buildmode=pie [2022-08-25T22:43:42.419Z] #53 2.075 + GO_BUILDMODE=-buildmode=pie [2022-08-25T22:43:42.419Z] #53 2.075 ++ dirname /tmp/install/install.sh [2022-08-25T22:43:42.419Z] #53 2.076 + dir=/tmp/install [2022-08-25T22:43:42.419Z] #53 2.077 + bin=runc [2022-08-25T22:43:42.419Z] #53 2.077 + shift [2022-08-25T22:43:42.419Z] #53 2.077 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-25T22:43:42.419Z] #53 2.078 + . /tmp/install/runc.installer [2022-08-25T22:43:42.419Z] #53 2.078 ++ set -e [2022-08-25T22:43:42.419Z] #53 2.079 ++ : v1.1.3 [2022-08-25T22:43:42.419Z] #53 2.080 + install_runc [2022-08-25T22:43:42.419Z] #53 2.082 + RUNC_BUILDTAGS=seccomp [2022-08-25T22:43:42.419Z] #53 2.083 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-25T22:43:42.419Z] #53 2.083 Install runc version v1.1.3 (build tags: seccomp) [2022-08-25T22:43:42.419Z] #53 2.083 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5Fm23Q5Z2v/src/github.com/opencontainers/runc [2022-08-25T22:43:42.419Z] #53 2.085 Cloning into '/tmp/tmp.5Fm23Q5Z2v/src/github.com/opencontainers/runc'... [2022-08-25T22:43:42.419Z] #53 ... [2022-08-25T22:43:42.419Z] [2022-08-25T22:43:42.419Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-25T22:43:42.419Z] #14 sha256:9cfdde9aafae3ab0a3ecec2255f7d632d9977745a2551f6a20ae90c75ccf517f [2022-08-25T22:43:42.419Z] #14 DONE 2.2s [2022-08-25T22:43:42.678Z] [2022-08-25T22:43:42.678Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:42.678Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:43:42.678Z] #43 79.79 AR soccr/libsoccr.a [2022-08-25T22:43:42.678Z] #43 79.82 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:43:42.678Z] #43 80.48 DEP criu/arch/x86/sigframe.d [2022-08-25T22:43:42.678Z] #43 80.73 DEP criu/arch/x86/sigaction_compat.d [2022-08-25T22:43:42.937Z] #43 80.97 DEP criu/arch/x86/kerndat.d [2022-08-25T22:43:42.937Z] #43 81.15 DEP criu/arch/x86/crtools.d [2022-08-25T22:43:43.505Z] #43 81.39 DEP criu/arch/x86/cpu.d [2022-08-25T22:43:43.764Z] #43 81.66 CC criu/arch/x86/cpu.o [2022-08-25T22:43:44.023Z] #43 ... [2022-08-25T22:43:44.023Z] [2022-08-25T22:43:44.023Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-25T22:43:44.023Z] #15 sha256:add1a605065523423f3da3d6f6f08348f9fe9c8107f43fdecb8e4ae3d06e114e [2022-08-25T22:43:44.023Z] #15 DONE 1.6s [2022-08-25T22:43:44.282Z] [2022-08-25T22:43:44.282Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-25T22:43:44.282Z] #16 sha256:1ef80415d8317673ac4b345d474907a45a73b7b149577cb6403555e416caa850 [2022-08-25T22:43:46.189Z] #16 2.064 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-25T22:43:46.448Z] #16 DONE 2.2s [2022-08-25T22:43:46.448Z] [2022-08-25T22:43:46.448Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-25T22:43:46.448Z] #17 sha256:e04801ff95223f0911a84d5856f41ffda93805626e3d70b702677c7bfcec03f5 [2022-08-25T22:43:47.423Z] #22 5.366 Collecting yamllint==1.26.1 [2022-08-25T22:43:47.997Z] #56 230.5 + bin/containerd-shim-runc-v1 [2022-08-25T22:43:48.357Z] #17 DONE 2.0s [2022-08-25T22:43:48.357Z] [2022-08-25T22:43:48.357Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-25T22:43:48.357Z] #18 sha256:a1a8d41fb46148685440ede0400371f193a21340ee68a5582fad44212d91b603 [2022-08-25T22:43:49.885Z] #71 exporting layers 6.8s done [2022-08-25T22:43:49.885Z] #71 writing image sha256:8d542e11815f49900323d39821b9efcd4fcb856cdf430ac97dd0ba3eed153985 done [2022-08-25T22:43:49.885Z] #71 naming to docker.io/library/docker:8bd86a0699c26fd012c7df4f85136a2347c9340e done [2022-08-25T22:43:49.885Z] #71 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-08-25T22:43:49.964Z] #22 ... [2022-08-25T22:43:49.964Z] [2022-08-25T22:43:49.964Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:49.964Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:43:49.964Z] #43 110.3 CC criu/memfd.o [2022-08-25T22:43:49.964Z] #43 111.1 CC criu/mount.o [2022-08-25T22:43:49.964Z] #43 115.3 CC criu/namespaces.o [2022-08-25T22:43:49.964Z] #43 117.1 CC criu/net.o [2022-08-25T22:43:50.211Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44041/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/validate/default [2022-08-25T22:43:50.328Z] #56 224.6 + bin/containerd-shim-runc-v1 [2022-08-25T22:43:50.893Z] #18 DONE 2.7s [2022-08-25T22:43:50.893Z] [2022-08-25T22:43:50.893Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-25T22:43:50.893Z] #19 sha256:b0c662bf671c3fa1c9e66efa376e0451ead6aafc0bc74c81dcf0d329a0f66712 [2022-08-25T22:43:51.151Z] Congratulations! All commits are properly signed with the DCO! [2022-08-25T22:43:52.092Z] Congratulations! Seccomp profile generation is done correctly. [2022-08-25T22:43:52.092Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-08-25T22:43:53.246Z] #56 236.8 + bin/containerd-shim-runc-v2 [2022-08-25T22:43:53.262Z] #43 ... [2022-08-25T22:43:53.262Z] [2022-08-25T22:43:53.262Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:43:53.262Z] #22 sha256:ba54de6bf9d0eaa0aa19f43667b530db55b11e743ee1c2a3dd6df77fcbf739fc [2022-08-25T22:43:53.262Z] #22 10.79 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-25T22:43:53.429Z] #19 ... [2022-08-25T22:43:53.429Z] [2022-08-25T22:43:53.429Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:43:53.429Z] #58 sha256:b4d9b84bc032fe27b2426648c16d8dabafbec547e82df86afa7113e9af33bcca [2022-08-25T22:43:53.429Z] #58 178.7 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-25T22:43:53.429Z] #58 178.7 + GOBIN=/build [2022-08-25T22:43:53.429Z] #58 178.7 + GO111MODULE=on [2022-08-25T22:43:53.429Z] #58 178.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-25T22:43:53.502Z] #56 237.6 + binaries [2022-08-25T22:43:53.688Z] #58 ... [2022-08-25T22:43:53.688Z] [2022-08-25T22:43:53.688Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:53.688Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:43:53.688Z] #43 82.65 CC criu/arch/x86/crtools.o [2022-08-25T22:43:53.688Z] #43 84.96 CC criu/arch/x86/kerndat.o [2022-08-25T22:43:53.688Z] #43 85.85 CC criu/arch/x86/sigaction_compat.o [2022-08-25T22:43:53.688Z] #43 86.21 CC criu/arch/x86/sigframe.o [2022-08-25T22:43:53.688Z] #43 86.79 LINK criu/arch/x86/crtools.built-in.o [2022-08-25T22:43:53.688Z] #43 86.89 DEP criu/pie/util-vdso-elf32.d [2022-08-25T22:43:53.688Z] #43 87.15 DEP criu/pie/util-vdso.d [2022-08-25T22:43:53.688Z] #43 87.44 DEP criu/pie/util.d [2022-08-25T22:43:53.688Z] #43 87.87 CC criu/pie/util.o [2022-08-25T22:43:53.688Z] #43 88.35 CC criu/pie/util-vdso.o [2022-08-25T22:43:53.688Z] #43 89.65 CC criu/pie/util-vdso-elf32.o [2022-08-25T22:43:53.688Z] #43 91.32 AR criu/pie/pie.lib.a [2022-08-25T22:43:53.688Z] #43 91.40 DEP criu/pie/restorer.d [2022-08-25T22:43:53.688Z] #43 91.73 DEP criu/arch/x86/sigaction_compat_pie.d [2022-08-25T22:43:53.758Z] #56 237.7 + install -D bin/containerd /build/containerd [2022-08-25T22:43:53.758Z] #56 237.7 + install -D bin/containerd-shim /build/containerd-shim [2022-08-25T22:43:53.758Z] #56 237.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-25T22:43:53.758Z] #56 237.7 + install -D bin/ctr /build/ctr [2022-08-25T22:43:53.948Z] #43 92.11 DEP criu/arch/x86/restorer_unmap.d [2022-08-25T22:43:53.948Z] #43 92.18 DEP criu/arch/x86/restorer.d [2022-08-25T22:43:54.015Z] #56 DONE 238.1s [2022-08-25T22:43:54.079Z] b111c3320c94: Verifying Checksum [2022-08-25T22:43:54.079Z] b111c3320c94: Download complete [2022-08-25T22:43:54.204Z] #22 12.22 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-25T22:43:54.465Z] #22 12.30 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-25T22:43:54.465Z] #22 12.37 Collecting pyyaml (from yamllint==1.26.1) [2022-08-25T22:43:54.525Z] #43 92.49 DEP criu/arch/x86/vdso-pie.d [2022-08-25T22:43:54.525Z] #43 92.76 DEP criu/pie/parasite-vdso.d [2022-08-25T22:43:54.725Z] #22 12.70 Downloading https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz (124kB) [2022-08-25T22:43:54.783Z] #43 ... [2022-08-25T22:43:54.783Z] [2022-08-25T22:43:54.783Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-25T22:43:54.783Z] #19 sha256:b0c662bf671c3fa1c9e66efa376e0451ead6aafc0bc74c81dcf0d329a0f66712 [2022-08-25T22:43:54.783Z] #19 DONE 3.8s [2022-08-25T22:43:54.783Z] [2022-08-25T22:43:54.783Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-25T22:43:54.783Z] #58 sha256:b4d9b84bc032fe27b2426648c16d8dabafbec547e82df86afa7113e9af33bcca [2022-08-25T22:43:54.783Z] #58 DONE 190.0s [2022-08-25T22:43:54.783Z] [2022-08-25T22:43:54.783Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-25T22:43:54.783Z] #59 sha256:59db5ddfdcdd764acc77cf918eaa36d6960e234c49e6b8d7aa6ba6c9cd88270e [2022-08-25T22:43:54.943Z] [2022-08-25T22:43:54.943Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-25T22:43:54.943Z] #57 sha256:ce38d3522252f8cd95cf6a319eb4386c891a1333eee14652272f9a4963a670e5 [2022-08-25T22:43:54.943Z] #57 DONE 0.2s [2022-08-25T22:43:55.198Z] [2022-08-25T22:43:55.198Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-25T22:43:55.198Z] #61 sha256:b672c6a13655519a17e28a6b881ccd8aed76bba2f8324dc60ea67eb57273b4b7 [2022-08-25T22:43:55.198Z] #61 DONE 0.1s [2022-08-25T22:43:55.198Z] [2022-08-25T22:43:55.198Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-25T22:43:55.198Z] #66 sha256:334cfd7ff19160cbc6384c0ec705c9be1cc70c60c3547478b42bbe46781ca92d [2022-08-25T22:43:55.666Z] #22 13.44 Installing build dependencies: started [2022-08-25T22:43:55.719Z] #59 DONE 0.8s [2022-08-25T22:43:55.719Z] [2022-08-25T22:43:55.719Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-25T22:43:55.719Z] #60 sha256:f987e90bab6cfa2357591fe93f57d3a15dbc606dcadd6ff2c85b69453b7e456d [2022-08-25T22:43:55.719Z] #60 DONE 0.2s [2022-08-25T22:43:55.719Z] [2022-08-25T22:43:55.719Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:43:55.719Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:43:55.719Z] #43 93.12 DEP criu/pie/parasite.d [2022-08-25T22:43:55.719Z] #43 93.65 CC criu/pie/parasite.o [2022-08-25T22:43:55.759Z] #66 DONE 0.6s [2022-08-25T22:43:55.759Z] [2022-08-25T22:43:55.759Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-25T22:43:55.759Z] #68 sha256:5f55b06fc61a2a15bc433566aec24234e51a9ffc2ef13046388855f27280d71f [2022-08-25T22:43:55.759Z] #68 DONE 0.1s [2022-08-25T22:43:56.015Z] [2022-08-25T22:43:56.015Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-25T22:43:56.015Z] #69 sha256:70b3f2d2c1addd33f46aadc90f330e8e16ebd32df2db36c3f70778bdd157b9ee [2022-08-25T22:43:56.015Z] #69 DONE 0.0s [2022-08-25T22:43:56.015Z] [2022-08-25T22:43:56.015Z] #70 [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-08-25T22:43:56.015Z] #70 sha256:767149ded8eb0d06650e2fb13c651de8387076ed76533d231a0eec688fd3e545 [2022-08-25T22:43:56.270Z] #70 0.402 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2022-08-25T22:43:56.526Z] #70 0.638 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2022-08-25T22:43:56.526Z] #70 0.640 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2022-08-25T22:43:56.526Z] #70 0.643 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2022-08-25T22:43:56.901Z] #56 230.8 + bin/containerd-shim-runc-v2 [2022-08-25T22:43:56.901Z] #56 231.6 + binaries [2022-08-25T22:43:56.901Z] #56 231.6 + install -D bin/containerd /build/containerd [2022-08-25T22:43:56.901Z] #56 231.7 + install -D bin/containerd-shim /build/containerd-shim [2022-08-25T22:43:56.901Z] #56 231.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-25T22:43:56.901Z] #56 231.7 + install -D bin/ctr /build/ctr [2022-08-25T22:43:57.160Z] #56 DONE 232.1s [2022-08-25T22:43:57.725Z] #70 0.912 Reading package lists... [2022-08-25T22:43:58.096Z] [2022-08-25T22:43:58.096Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-25T22:43:58.096Z] #57 sha256:df1007896a85e57ef54afc9f14c120169d8d6fb1855210406a9c8c1599b2e8d7 [2022-08-25T22:43:58.251Z] #43 95.75 LINK criu/pie/parasite.built-in.o [2022-08-25T22:43:58.251Z] #43 95.75 GEN criu/pie/parasite-blob.h [2022-08-25T22:43:58.251Z] #43 95.81 CC criu/pie/parasite-vdso.o [2022-08-25T22:43:58.287Z] #70 1.707 Reading package lists... [2022-08-25T22:43:58.287Z] #70 2.366 Building dependency tree... [2022-08-25T22:43:58.287Z] #70 2.493 Reading state information... [2022-08-25T22:43:58.287Z] #70 2.604 The following additional packages will be installed: [2022-08-25T22:43:58.355Z] #57 DONE 0.2s [2022-08-25T22:43:58.355Z] [2022-08-25T22:43:58.355Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-25T22:43:58.355Z] #61 sha256:c52550352468fce21435994aca10209e6c80becc53eca36c84dd897e0f90a398 [2022-08-25T22:43:58.355Z] #61 DONE 0.1s [2022-08-25T22:43:58.355Z] [2022-08-25T22:43:58.355Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-25T22:43:58.355Z] #66 sha256:1771c4888a0205b990984ec9fda8876ae9ec5cfa3b0424623a6392922b1d2623 [2022-08-25T22:43:58.542Z] #70 2.604 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2022-08-25T22:43:58.542Z] #70 2.605 libpam-systemd [2022-08-25T22:43:58.542Z] #70 2.606 Suggested packages: [2022-08-25T22:43:58.542Z] #70 2.606 systemd-container policykit-1 [2022-08-25T22:43:58.542Z] #70 2.606 Recommended packages: [2022-08-25T22:43:58.542Z] #70 2.606 libnss-systemd [2022-08-25T22:43:58.542Z] #70 2.689 The following NEW packages will be installed: [2022-08-25T22:43:58.542Z] #70 2.690 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2022-08-25T22:43:58.542Z] #70 2.690 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2022-08-25T22:43:58.798Z] #70 2.973 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:43:58.798Z] #70 2.973 Need to get 4759 kB of archives. [2022-08-25T22:43:58.798Z] #70 2.973 After this operation, 16.6 MB of additional disk space will be used. [2022-08-25T22:43:58.798Z] #70 2.973 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-08-25T22:43:58.798Z] #70 2.976 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2022-08-25T22:43:58.798Z] #70 2.978 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2022-08-25T22:43:58.798Z] #70 2.984 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2022-08-25T22:43:58.798Z] #70 2.986 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2022-08-25T22:43:58.798Z] #70 2.988 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB] [2022-08-25T22:43:58.798Z] #70 3.050 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB] [2022-08-25T22:43:58.923Z] #66 DONE 0.5s [2022-08-25T22:43:58.923Z] [2022-08-25T22:43:58.923Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-25T22:43:58.923Z] #68 sha256:307c64d872693461730cea8886520e7a41efb47d653e94e11071ec75078ffd64 [2022-08-25T22:43:58.923Z] #68 DONE 0.0s [2022-08-25T22:43:58.923Z] [2022-08-25T22:43:58.923Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-25T22:43:58.923Z] #69 sha256:2ca34404a94326050a32ad629778c7ff3c65d96b9c17a871fefff717d938436a [2022-08-25T22:43:58.923Z] #69 DONE 0.0s [2022-08-25T22:43:58.923Z] [2022-08-25T22:43:58.923Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-25T22:43:58.923Z] #70 sha256:9e20fae685769f05380aaf2dcd242b8e2b3d236109bc67a9627fdfd3855def3a [2022-08-25T22:43:59.053Z] #70 3.051 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2022-08-25T22:43:59.053Z] #70 3.054 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2022-08-25T22:43:59.053Z] #70 3.057 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB] [2022-08-25T22:43:59.053Z] #70 3.060 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2022-08-25T22:43:59.053Z] #70 3.190 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:43:59.053Z] #70 3.214 Fetched 4759 kB in 0s (13.3 MB/s) [2022-08-25T22:43:59.053Z] #70 3.243 Selecting previously unselected package libargon2-1:amd64. [2022-08-25T22:43:59.053Z] #70 3.243 (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 ... 28084 files and directories currently installed.) [2022-08-25T22:43:59.053Z] #70 3.263 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-08-25T22:43:59.053Z] #70 3.269 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-08-25T22:43:59.053Z] #70 3.299 Selecting previously unselected package libjson-c3:amd64. [2022-08-25T22:43:59.187Z] #43 96.97 CC criu/arch/x86/vdso-pie.o [2022-08-25T22:43:59.309Z] #70 3.302 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2022-08-25T22:43:59.309Z] #70 3.306 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2022-08-25T22:43:59.309Z] #70 3.337 Selecting previously unselected package libcryptsetup12:amd64. [2022-08-25T22:43:59.309Z] #70 3.340 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2022-08-25T22:43:59.309Z] #70 3.343 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2022-08-25T22:43:59.309Z] #70 3.391 Selecting previously unselected package libidn11:amd64. [2022-08-25T22:43:59.309Z] #70 3.394 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2022-08-25T22:43:59.309Z] #70 3.396 Unpacking libidn11:amd64 (1.33-2.2) ... [2022-08-25T22:43:59.309Z] #70 3.435 Selecting previously unselected package libkmod2:amd64. [2022-08-25T22:43:59.309Z] #70 3.438 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2022-08-25T22:43:59.309Z] #70 3.442 Unpacking libkmod2:amd64 (26-1) ... [2022-08-25T22:43:59.309Z] #70 3.480 Selecting previously unselected package systemd. [2022-08-25T22:43:59.309Z] #70 3.483 Preparing to unpack .../5-systemd_241-7~deb10u8_amd64.deb ... [2022-08-25T22:43:59.309Z] #70 3.522 Unpacking systemd (241-7~deb10u8) ... [2022-08-25T22:43:59.446Z] #43 97.41 CC criu/arch/x86/restorer.o [2022-08-25T22:43:59.493Z] #70 DONE 0.7s [2022-08-25T22:43:59.494Z] [2022-08-25T22:43:59.494Z] #71 exporting to image [2022-08-25T22:43:59.494Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-25T22:43:59.494Z] #71 exporting layers [2022-08-25T22:43:59.872Z] #70 3.928 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-08-25T22:43:59.872Z] #70 3.939 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2022-08-25T22:43:59.872Z] #70 3.947 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2022-08-25T22:43:59.872Z] #70 3.955 Setting up libidn11:amd64 (1.33-2.2) ... [2022-08-25T22:43:59.872Z] #70 3.964 Setting up libkmod2:amd64 (26-1) ... [2022-08-25T22:43:59.872Z] #70 3.973 Setting up systemd (241-7~deb10u8) ... [2022-08-25T22:43:59.872Z] #70 4.010 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-08-25T22:43:59.872Z] #70 4.013 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-08-25T22:43:59.872Z] #70 4.017 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-08-25T22:43:59.872Z] #70 4.017 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-08-25T22:43:59.872Z] #70 4.026 Initializing machine ID from KVM UUID. [2022-08-25T22:44:00.128Z] #70 4.428 Selecting previously unselected package systemd-sysv. [2022-08-25T22:44:00.229Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-08-25T22:44:00.384Z] #70 4.428 (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 ... 28881 files and directories currently installed.) [2022-08-25T22:44:00.384Z] #70 4.443 Preparing to unpack .../systemd-sysv_241-7~deb10u8_amd64.deb ... [2022-08-25T22:44:00.384Z] #70 4.448 Unpacking systemd-sysv (241-7~deb10u8) ... [2022-08-25T22:44:00.384Z] #70 4.486 Selecting previously unselected package libdbus-1-3:amd64. [2022-08-25T22:44:00.384Z] #70 4.489 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2022-08-25T22:44:00.384Z] #70 4.493 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2022-08-25T22:44:00.384Z] #70 4.546 Selecting previously unselected package dbus. [2022-08-25T22:44:00.384Z] #70 4.549 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2022-08-25T22:44:00.384Z] #70 4.560 Unpacking dbus (1.12.20-0+deb10u1) ... [2022-08-25T22:44:00.384Z] #70 4.615 Selecting previously unselected package libpam-systemd:amd64. [2022-08-25T22:44:00.384Z] #70 4.618 Preparing to unpack .../libpam-systemd_241-7~deb10u8_amd64.deb ... [2022-08-25T22:44:00.384Z] #70 4.621 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ... [2022-08-25T22:44:00.384Z] #70 4.659 Selecting previously unselected package dbus-user-session. [2022-08-25T22:44:00.432Z] #43 98.36 CC criu/arch/x86/restorer_unmap.o [2022-08-25T22:44:00.432Z] #43 98.46 CC criu/arch/x86/sigaction_compat_pie.o [2022-08-25T22:44:00.640Z] #70 4.662 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2022-08-25T22:44:00.640Z] #70 4.665 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2022-08-25T22:44:00.640Z] #70 4.708 Setting up systemd-sysv (241-7~deb10u8) ... [2022-08-25T22:44:00.640Z] #70 4.717 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2022-08-25T22:44:00.640Z] #70 4.726 Setting up dbus (1.12.20-0+deb10u1) ... [2022-08-25T22:44:00.640Z] #70 4.834 invoke-rc.d: could not determine current runlevel [2022-08-25T22:44:00.640Z] #70 4.836 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-25T22:44:00.640Z] #70 4.841 Setting up libpam-systemd:amd64 (241-7~deb10u8) ... [2022-08-25T22:44:00.640Z] #70 4.957 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2022-08-25T22:44:00.692Z] #43 98.84 CC criu/pie/restorer.o [2022-08-25T22:44:00.895Z] #70 4.969 Processing triggers for systemd (241-7~deb10u8) ... [2022-08-25T22:44:00.895Z] #70 4.976 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:44:00.951Z] #22 ... [2022-08-25T22:44:00.951Z] [2022-08-25T22:44:00.951Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:00.951Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:44:00.951Z] #43 120.5 CC criu/netfilter.o [2022-08-25T22:44:00.951Z] #43 120.8 CC criu/page-pipe.o [2022-08-25T22:44:00.951Z] #43 121.8 CC criu/page-xfer.o [2022-08-25T22:44:00.951Z] #43 124.0 CC criu/pagemap-cache.o [2022-08-25T22:44:00.951Z] #43 124.5 CC criu/pagemap.o [2022-08-25T22:44:00.951Z] #43 125.7 CC criu/parasite-syscall.o [2022-08-25T22:44:00.951Z] #43 126.7 CC criu/path.o [2022-08-25T22:44:00.951Z] #43 127.1 CC criu/pie-util-vdso.o [2022-08-25T22:44:00.951Z] #43 127.4 CC criu/pie-util.o [2022-08-25T22:44:00.952Z] #43 127.6 CC criu/pipes.o [2022-08-25T22:44:01.151Z] #70 DONE 5.1s [2022-08-25T22:44:01.151Z] [2022-08-25T22:44:01.151Z] #71 [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-08-25T22:44:01.151Z] #71 sha256:d7af4295c30bdcbab5f7c4e27111738a18ef896a91a727f2520df9a581b4ccd2 [2022-08-25T22:44:01.170Z] Congratulations! All API changes are done the right way. [2022-08-25T22:44:01.170Z] Congratulations! All TOML source files changed here have valid syntax. [2022-08-25T22:44:01.170Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-08-25T22:44:01.170Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-08-25T22:44:01.170Z] Congratulations! No new tests were added to integration-cli. [2022-08-25T22:44:01.170Z] [2022-08-25T22:44:01.170Z] INFO Start validation with golang-ci-lint [2022-08-25T22:44:01.212Z] #43 128.3 CC criu/plugin.o [2022-08-25T22:44:01.406Z] #71 0.378 % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-25T22:44:01.406Z] #71 0.379 Dload Upload Total Spent Left Speed [2022-08-25T22:44:01.663Z] #71 0.380 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6200 0 --:--:-- --:--:-- --:--:-- 6200 [2022-08-25T22:44:01.663Z] #71 DONE 0.7s [2022-08-25T22:44:01.741Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-08-25T22:44:01.741Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-08-25T22:44:01.741Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-08-25T22:44:01.783Z] #43 128.8 CC criu/proc_parse.o [2022-08-25T22:44:01.783Z] #43 ... [2022-08-25T22:44:01.783Z] [2022-08-25T22:44:01.783Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:44:01.783Z] #40 sha256:8bbdc54220348b83d875472a6b2b42ec0c44a85d047fc5c7c0499140d419e51d [2022-08-25T22:44:01.783Z] #40 187.5 + dpkg --print-architecture [2022-08-25T22:44:01.918Z] [2022-08-25T22:44:01.918Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-25T22:44:01.918Z] #72 sha256:cd379b189194875d6ec9b596a5d649c56b6aa386463cfa80208a89a74b52ae39 [2022-08-25T22:44:02.375Z] #40 DONE 188.2s [2022-08-25T22:44:02.375Z] [2022-08-25T22:44:02.375Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:44:02.375Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:44:04.919Z] #49 ... [2022-08-25T22:44:04.919Z] [2022-08-25T22:44:04.919Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:04.919Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:44:04.919Z] #43 131.7 CC criu/protobuf-desc.o [2022-08-25T22:44:04.923Z] #43 ... [2022-08-25T22:44:04.923Z] [2022-08-25T22:44:04.923Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:44:04.923Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:44:04.923Z] #20 4.335 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-25T22:44:04.923Z] #20 4.363 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-25T22:44:04.923Z] #20 4.399 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-25T22:44:04.923Z] #20 4.423 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-25T22:44:04.923Z] #20 5.407 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-25T22:44:04.923Z] #20 7.118 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-25T22:44:04.923Z] #20 10.11 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [343 kB] [2022-08-25T22:44:05.183Z] #72 DONE 2.9s [2022-08-25T22:44:05.183Z] [2022-08-25T22:44:05.183Z] #73 exporting to image [2022-08-25T22:44:05.183Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-25T22:44:05.183Z] #73 exporting layers [2022-08-25T22:44:05.490Z] #20 ... [2022-08-25T22:44:05.490Z] [2022-08-25T22:44:05.490Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:05.490Z] #43 132.7 CC criu/protobuf.o [2022-08-25T22:44:05.490Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:44:05.490Z] #43 103.5 LINK criu/pie/restorer.built-in.o [2022-08-25T22:44:05.490Z] #43 103.6 GEN criu/pie/restorer-blob.h [2022-08-25T22:44:05.748Z] #43 103.8 DEP criu/vdso.d [2022-08-25T22:44:06.061Z] #43 133.0 CC criu/pstree.o [2022-08-25T22:44:06.076Z] #71 exporting layers 6.5s done [2022-08-25T22:44:06.076Z] #71 writing image sha256:96ca1399c99f8d7ef917f42f657cb8d17296e8deca8f329b14ab9814bdb360cf [2022-08-25T22:44:06.076Z] #71 writing image sha256:96ca1399c99f8d7ef917f42f657cb8d17296e8deca8f329b14ab9814bdb360cf done [2022-08-25T22:44:06.076Z] #71 naming to docker.io/library/docker:8bd86a0699c26fd012c7df4f85136a2347c9340e done [2022-08-25T22:44:06.076Z] #71 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-08-25T22:44:06.320Z] #43 104.2 DEP criu/vdso-compat.d [2022-08-25T22:44:06.414Z] + trap exit INT TERM [2022-08-25T22:44:06.414Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-08-25T22:44:06.414Z] + CONTAINER_NAME=docker-pr1 [2022-08-25T22:44:06.414Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44041/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh dynbinary-daemon [2022-08-25T22:44:06.588Z] #43 104.5 DEP criu/uts_ns.d [2022-08-25T22:44:06.673Z] [2022-08-25T22:44:06.859Z] #43 104.9 DEP criu/util.d [2022-08-25T22:44:06.932Z] Removing bundles/ [2022-08-25T22:44:06.932Z] [2022-08-25T22:44:06.932Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2022-08-25T22:44:06.932Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:44:06.932Z] GOOS="" GOARCH="" GOARM="" [2022-08-25T22:44:07.001Z] #43 134.2 CC criu/rbtree.o [2022-08-25T22:44:07.261Z] #43 134.6 CC criu/rst-malloc.o [2022-08-25T22:44:07.433Z] #43 105.5 DEP criu/uffd.d [2022-08-25T22:44:07.696Z] #43 105.8 DEP criu/tun.d [2022-08-25T22:44:07.831Z] #43 134.9 CC criu/seccomp.o [2022-08-25T22:44:08.271Z] #43 106.1 DEP criu/tty.d [2022-08-25T22:44:08.535Z] #43 106.5 DEP criu/timerfd.d [2022-08-25T22:44:08.772Z] #43 135.8 CC criu/seize.o [2022-08-25T22:44:08.794Z] #43 106.7 DEP criu/timens.d [2022-08-25T22:44:08.794Z] #43 107.0 DEP criu/sysfs_parse.d [2022-08-25T22:44:09.055Z] #43 ... [2022-08-25T22:44:09.055Z] [2022-08-25T22:44:09.055Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:44:09.055Z] #53 sha256:b71fa301f471956aa38f058cf369ceb78086174633d59b323326a0d3dfde94b0 [2022-08-25T22:44:09.055Z] #53 18.90 + cd /tmp/tmp.5Fm23Q5Z2v/src/github.com/opencontainers/runc [2022-08-25T22:44:09.055Z] #53 18.90 + git checkout -q v1.1.3 [2022-08-25T22:44:09.055Z] #53 20.65 + '[' -z '' ']' [2022-08-25T22:44:09.055Z] #53 20.65 + target=static [2022-08-25T22:44:09.055Z] #53 20.65 + make BUILDTAGS=seccomp static [2022-08-25T22:44:09.055Z] #53 21.35 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-25T22:44:09.314Z] #53 ... [2022-08-25T22:44:09.314Z] [2022-08-25T22:44:09.314Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:09.314Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:44:09.314Z] #43 107.3 DEP criu/sysctl.d [2022-08-25T22:44:09.574Z] #43 107.6 DEP criu/string.d [2022-08-25T22:44:09.574Z] #43 107.7 DEP criu/stats.d [2022-08-25T22:44:09.711Z] #43 136.7 CC criu/servicefd.o [2022-08-25T22:44:09.832Z] #43 108.0 DEP criu/sockets.d [2022-08-25T22:44:09.971Z] #43 137.2 CC criu/shmem.o [2022-08-25T22:44:10.401Z] #43 108.3 DEP criu/sk-unix.d [2022-08-25T22:44:10.401Z] #43 108.5 DEP criu/sk-tcp.d [2022-08-25T22:44:10.662Z] #43 108.7 DEP criu/sk-queue.d [2022-08-25T22:44:10.662Z] #43 108.8 DEP criu/sk-packet.d [2022-08-25T22:44:11.230Z] #43 109.2 DEP criu/sk-netlink.d [2022-08-25T22:44:11.351Z] #43 138.6 CC criu/sigframe.o [2022-08-25T22:44:11.490Z] #43 109.6 DEP criu/sk-inet.d [2022-08-25T22:44:11.611Z] #43 138.7 CC criu/signalfd.o [2022-08-25T22:44:11.871Z] #43 139.0 CC criu/sk-inet.o [2022-08-25T22:44:12.058Z] #43 110.0 DEP criu/signalfd.d [2022-08-25T22:44:12.317Z] #43 110.3 DEP criu/sigframe.d [2022-08-25T22:44:12.318Z] #43 110.4 DEP criu/shmem.d [2022-08-25T22:44:12.886Z] #43 110.7 DEP criu/servicefd.d [2022-08-25T22:44:12.886Z] #43 110.9 DEP criu/seize.d [2022-08-25T22:44:13.144Z] #43 111.1 DEP criu/seccomp.d [2022-08-25T22:44:13.254Z] #43 140.3 CC criu/sk-netlink.o [2022-08-25T22:44:13.264Z] #73 exporting layers 7.4s done [2022-08-25T22:44:13.264Z] #73 writing image sha256:a92e16008b7e4544569b55f1d50e3eaff4e0219dc94d0db6cbe64eb8b4dff379 done [2022-08-25T22:44:13.264Z] #73 naming to docker.io/library/docker:8bd86a0699c26fd012c7df4f85136a2347c9340e done [2022-08-25T22:44:13.264Z] #73 DONE 7.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T22:44:13.403Z] #43 111.4 DEP criu/rst-malloc.d [2022-08-25T22:44:13.403Z] #43 111.5 DEP criu/rbtree.d [2022-08-25T22:44:13.513Z] #43 140.7 CC criu/sk-packet.o [2022-08-25T22:44:13.591Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -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=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh dynbinary test-integration [2022-08-25T22:44:13.662Z] #43 111.7 DEP criu/pstree.d [2022-08-25T22:44:13.921Z] #43 112.0 DEP criu/protobuf.d [2022-08-25T22:44:14.083Z] #43 ... [2022-08-25T22:44:14.083Z] [2022-08-25T22:44:14.083Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:44:14.083Z] #22 sha256:ba54de6bf9d0eaa0aa19f43667b530db55b11e743ee1c2a3dd6df77fcbf739fc [2022-08-25T22:44:14.083Z] #22 32.07 Installing build dependencies: finished with status 'done' [2022-08-25T22:44:14.152Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-08-25T22:44:14.152Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-08-25T22:44:14.152Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-08-25T22:44:14.152Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-08-25T22:44:14.152Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2022-08-25T22:44:14.152Z] Detected virtualization docker. [2022-08-25T22:44:14.152Z] Detected architecture x86-64. [2022-08-25T22:44:14.152Z] Set hostname to . [2022-08-25T22:44:14.152Z] + source /etc/docker-entrypoint-cmd [2022-08-25T22:44:14.152Z] ++ hack/make.sh dynbinary test-integration [2022-08-25T22:44:14.152Z] [2022-08-25T22:44:14.408Z] Removing bundles/ [2022-08-25T22:44:14.408Z] [2022-08-25T22:44:14.408Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-25T22:44:14.409Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:44:14.409Z] GOOS="" GOARCH="" GOARM="" [2022-08-25T22:44:14.488Z] #43 112.3 GEN criu/protobuf-desc-gen.h [2022-08-25T22:44:17.775Z] #43 ... [2022-08-25T22:44:17.775Z] [2022-08-25T22:44:17.775Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:44:17.775Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:44:17.775Z] #20 12.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-25T22:44:17.775Z] #20 20.05 Fetched 9016 kB in 16s (564 kB/s) [2022-08-25T22:44:18.346Z] #20 20.05 Reading package lists... [2022-08-25T22:44:18.346Z] #20 ... [2022-08-25T22:44:18.346Z] [2022-08-25T22:44:18.346Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:18.346Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:44:18.346Z] #43 116.3 DEP criu/protobuf-desc.d [2022-08-25T22:44:18.346Z] #43 116.5 DEP criu/proc_parse.d [2022-08-25T22:44:18.913Z] #43 116.8 DEP criu/plugin.d [2022-08-25T22:44:18.913Z] #43 117.0 DEP criu/pipes.d [2022-08-25T22:44:19.174Z] #43 117.2 DEP criu/pie-util.d [2022-08-25T22:44:19.433Z] #43 117.4 DEP criu/pie-util-vdso.d [2022-08-25T22:44:19.692Z] #43 117.7 DEP criu/pie-util-vdso-elf32.d [2022-08-25T22:44:19.693Z] #43 117.9 DEP criu/path.d [2022-08-25T22:44:20.260Z] #43 118.2 DEP criu/parasite-syscall.d [2022-08-25T22:44:20.519Z] #43 118.6 DEP criu/pagemap.d [2022-08-25T22:44:20.659Z] #22 ... [2022-08-25T22:44:20.659Z] [2022-08-25T22:44:20.659Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:20.659Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:44:20.659Z] #43 141.6 CC criu/sk-queue.o [2022-08-25T22:44:20.659Z] #43 142.1 CC criu/sk-tcp.o [2022-08-25T22:44:20.659Z] #43 142.7 CC criu/sk-unix.o [2022-08-25T22:44:20.659Z] #43 144.9 CC criu/sockets.o [2022-08-25T22:44:20.659Z] #43 145.9 CC criu/stats.o [2022-08-25T22:44:20.659Z] #43 146.3 CC criu/string.o [2022-08-25T22:44:20.659Z] #43 146.4 CC criu/sysctl.o [2022-08-25T22:44:20.659Z] #43 147.1 CC criu/sysfs_parse.o [2022-08-25T22:44:20.659Z] #43 ... [2022-08-25T22:44:20.659Z] [2022-08-25T22:44:20.659Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:44:20.659Z] #22 sha256:ba54de6bf9d0eaa0aa19f43667b530db55b11e743ee1c2a3dd6df77fcbf739fc [2022-08-25T22:44:20.659Z] #22 37.82 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-25T22:44:20.659Z] #22 37.83 Building wheels for collected packages: yamllint, pyyaml [2022-08-25T22:44:20.659Z] #22 37.83 Running setup.py bdist_wheel for yamllint: started [2022-08-25T22:44:20.778Z] #43 118.9 DEP criu/pagemap-cache.d [2022-08-25T22:44:20.922Z] #22 38.90 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-25T22:44:21.229Z] #43 119.2 DEP criu/page-xfer.d [2022-08-25T22:44:21.261Z] #22 38.90 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-25T22:44:21.262Z] #22 38.96 Running setup.py bdist_wheel for pyyaml: started [2022-08-25T22:44:21.511Z] #43 119.4 DEP criu/page-pipe.d [2022-08-25T22:44:21.511Z] #43 119.6 DEP criu/netfilter.d [2022-08-25T22:44:21.770Z] #43 119.9 DEP criu/net.d [2022-08-25T22:44:22.029Z] #43 120.1 DEP criu/namespaces.d [2022-08-25T22:44:22.596Z] #43 120.4 DEP criu/mount.d [2022-08-25T22:44:22.596Z] #43 120.8 DEP criu/memfd.d [2022-08-25T22:44:23.173Z] #22 40.72 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2022-08-25T22:44:23.173Z] #22 40.72 Stored in directory: /root/.cache/pip/wheels/95/84/67/ebeac632c63797cfbeb90128ca41073117721540dad526d213 [2022-08-25T22:44:23.173Z] #22 40.88 Successfully built yamllint pyyaml [2022-08-25T22:44:23.173Z] #22 40.90 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-25T22:44:23.199Z] #43 121.1 DEP criu/mem.d [2022-08-25T22:44:23.434Z] #22 41.20 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-25T22:44:23.459Z] #43 121.5 DEP criu/lsm.d [2022-08-25T22:44:23.459Z] #43 121.5 DEP criu/log.d [2022-08-25T22:44:23.694Z] #22 DONE 41.7s [2022-08-25T22:44:23.694Z] [2022-08-25T22:44:23.694Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:23.694Z] #43 sha256:0c247d09c5034f60ebfaa82bbc00fbbbf22eea0ebba69d19a089dac1c30c9e22 [2022-08-25T22:44:23.694Z] #43 147.7 CC criu/timens.o [2022-08-25T22:44:23.694Z] #43 148.0 CC criu/timerfd.o [2022-08-25T22:44:23.694Z] #43 148.4 CC criu/tty.o [2022-08-25T22:44:23.694Z] #43 150.8 CC criu/tun.o [2022-08-25T22:44:23.718Z] #43 121.7 DEP criu/libnetlink.d [2022-08-25T22:44:23.977Z] #43 122.0 DEP criu/kerndat.d [2022-08-25T22:44:24.265Z] #43 151.4 CC criu/uffd.o [2022-08-25T22:44:24.290Z] #43 122.3 DEP criu/kcmp-ids.d [2022-08-25T22:44:24.581Z] #43 122.5 DEP criu/irmap.d [2022-08-25T22:44:24.841Z] #43 122.8 DEP criu/ipc_ns.d [2022-08-25T22:44:25.120Z] #43 123.1 DEP criu/image.d [2022-08-25T22:44:25.393Z] #43 123.5 DEP criu/image-desc.d [2022-08-25T22:44:25.393Z] #43 123.6 DEP criu/fsnotify.d [2022-08-25T22:44:25.648Z] #43 152.7 CC criu/util.o [2022-08-25T22:44:25.673Z] #43 123.8 DEP criu/filesystems.d [2022-08-25T22:44:26.253Z] #43 124.2 DEP criu/files.d [2022-08-25T22:44:26.525Z] #43 124.5 DEP criu/files-reg.d [2022-08-25T22:44:26.792Z] #43 124.8 DEP criu/files-ext.d [2022-08-25T22:44:27.032Z] #43 154.1 CC criu/uts_ns.o [2022-08-25T22:44:27.032Z] #43 154.2 CC criu/vdso.o [2022-08-25T22:44:27.050Z] #43 125.2 DEP criu/file-lock.d [2022-08-25T22:44:27.602Z] #43 154.8 LINK criu/built-in.o [2022-08-25T22:44:27.602Z] #43 154.9 LINK criu/criu [2022-08-25T22:44:27.623Z] #43 125.7 DEP criu/file-ids.d [2022-08-25T22:44:27.884Z] #43 126.0 DEP criu/fifo.d [2022-08-25T22:44:28.172Z] #43 155.4 DEP lib/c/criu.d [2022-08-25T22:44:28.432Z] #43 155.5 CC images/rpc.pb-c.o [2022-08-25T22:44:28.457Z] #43 126.3 DEP criu/fdstore.d [2022-08-25T22:44:28.457Z] #43 126.5 DEP criu/fault-injection.d [2022-08-25T22:44:28.720Z] #43 126.6 DEP criu/external.d [2022-08-25T22:44:28.720Z] #43 126.8 DEP criu/eventpoll.d [2022-08-25T22:44:28.978Z] #43 127.0 DEP criu/eventfd.d [2022-08-25T22:44:28.978Z] #43 127.1 DEP criu/crtools.d [2022-08-25T22:44:29.001Z] #43 156.3 CC lib/c/criu.o [2022-08-25T22:44:29.237Z] #43 127.4 DEP criu/cr-service.d [2022-08-25T22:44:29.814Z] #43 127.7 DEP criu/cr-restore.d [2022-08-25T22:44:30.072Z] #43 128.1 DEP criu/cr-errno.d [2022-08-25T22:44:30.344Z] #43 128.2 DEP criu/cr-dump.d [2022-08-25T22:44:30.382Z] #43 157.4 LINK lib/c/built-in.o [2022-08-25T22:44:30.382Z] #43 157.4 LINK lib/c/libcriu.so [2022-08-25T22:44:30.382Z] #43 157.5 LINK lib/c/libcriu.a [2022-08-25T22:44:30.609Z] #43 128.7 DEP criu/cr-dedup.d [2022-08-25T22:44:30.609Z] #43 ... [2022-08-25T22:44:30.609Z] [2022-08-25T22:44:30.609Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:44:30.609Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:44:30.609Z] #20 20.05 Reading package lists... [2022-08-25T22:44:30.609Z] #20 26.39 Reading package lists... [2022-08-25T22:44:30.609Z] #20 33.07 Building dependency tree... [2022-08-25T22:44:30.642Z] #43 157.6 GEN magic.py [2022-08-25T22:44:30.642Z] #43 157.8 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:44:30.642Z] #43 157.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:44:30.642Z] #43 157.8 Note: Building without GnuTLS support [2022-08-25T22:44:30.642Z] #43 157.8 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:44:30.642Z] #43 157.9 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:44:31.178Z] #20 36.21 libcap2-bin is already the newest version (1:2.25-2). [2022-08-25T22:44:31.178Z] #20 36.21 The following additional packages will be installed: [2022-08-25T22:44:31.178Z] #20 36.21 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-25T22:44:31.178Z] #20 36.22 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-25T22:44:31.178Z] #20 36.22 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-25T22:44:31.178Z] #20 36.22 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-25T22:44:31.178Z] #20 36.22 python3.7 python3.7-minimal vim-runtime xxd [2022-08-25T22:44:31.178Z] #20 36.22 Suggested packages: [2022-08-25T22:44:31.178Z] #20 36.22 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-25T22:44:31.178Z] #20 36.22 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-25T22:44:31.178Z] #20 36.22 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-25T22:44:31.178Z] #20 36.22 quota [2022-08-25T22:44:31.178Z] #20 36.22 Recommended packages: [2022-08-25T22:44:31.178Z] #20 36.22 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-25T22:44:31.178Z] #20 36.22 python3-keyrings.alt python3-xdg unzip [2022-08-25T22:44:31.178Z] #20 ... [2022-08-25T22:44:31.178Z] [2022-08-25T22:44:31.178Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:31.178Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:44:31.178Z] #43 129.1 DEP criu/cr-check.d [2022-08-25T22:44:31.211Z] #43 158.5 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:44:31.442Z] #43 129.5 DEP criu/config.d [2022-08-25T22:44:32.008Z] #43 129.9 DEP criu/clone-noasan.d [2022-08-25T22:44:32.008Z] #43 130.0 DEP criu/cgroup.d [2022-08-25T22:44:32.268Z] #43 130.4 DEP criu/cgroup-props.d [2022-08-25T22:44:32.268Z] #43 130.5 DEP criu/bitmap.d [2022-08-25T22:44:32.526Z] #43 130.5 DEP criu/bfd.d [2022-08-25T22:44:32.607Z] #43 159.4 make[1]: Nothing to be done for 'all'. [2022-08-25T22:44:32.785Z] #43 130.7 DEP criu/autofs.d [2022-08-25T22:44:33.043Z] #43 131.0 DEP criu/aio.d [2022-08-25T22:44:33.182Z] #43 160.3 make[1]: 'images/built-in.o' is up to date. [2022-08-25T22:44:33.182Z] #43 160.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-25T22:44:33.301Z] #43 131.3 DEP criu/action-scripts.d [2022-08-25T22:44:33.445Z] #43 160.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-25T22:44:33.445Z] #43 160.5 make[1]: 'compel/libcompel.a' is up to date. [2022-08-25T22:44:33.445Z] #43 160.6 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-25T22:44:33.445Z] #43 160.6 make[1]: Nothing to be done for 'all'. [2022-08-25T22:44:33.445Z] #43 160.7 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:44:33.708Z] #43 160.9 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.708Z] #43 161.0 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.708Z] #43 161.0 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.868Z] #43 131.8 CC criu/action-scripts.o [2022-08-25T22:44:33.968Z] #43 161.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.968Z] #43 161.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.968Z] #43 161.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.968Z] #43 161.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.968Z] #43 161.2 make[2]: Nothing to be done for 'all'. [2022-08-25T22:44:33.968Z] #43 161.2 INSTALL criu/criu [2022-08-25T22:44:34.539Z] #43 DONE 161.7s [2022-08-25T22:44:34.539Z] [2022-08-25T22:44:34.539Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:44:34.539Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:44:34.804Z] #43 132.6 CC criu/aio.o [2022-08-25T22:44:35.384Z] #43 133.6 CC criu/autofs.o [2022-08-25T22:44:36.762Z] #43 ... [2022-08-25T22:44:36.762Z] [2022-08-25T22:44:36.762Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:44:36.762Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:44:36.762Z] #20 38.87 The following NEW packages will be installed: [2022-08-25T22:44:36.762Z] #20 38.88 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-25T22:44:36.762Z] #20 38.88 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-25T22:44:36.762Z] #20 38.89 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-25T22:44:36.762Z] #20 38.89 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-25T22:44:36.762Z] #20 38.89 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-25T22:44:36.762Z] #20 38.89 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-25T22:44:36.762Z] #20 38.89 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-25T22:44:36.762Z] #20 38.89 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-25T22:44:36.762Z] #20 38.89 xz-utils zip [2022-08-25T22:44:36.762Z] #20 39.25 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2022-08-25T22:44:36.762Z] #20 39.25 Need to get 28.6 MB of archives. [2022-08-25T22:44:36.762Z] #20 39.25 After this operation, 116 MB of additional disk space will be used. [2022-08-25T22:44:36.762Z] #20 39.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2022-08-25T22:44:36.762Z] #20 39.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2022-08-25T22:44:36.762Z] #20 39.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2022-08-25T22:44:36.762Z] #20 39.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2022-08-25T22:44:36.762Z] #20 39.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2022-08-25T22:44:36.762Z] #20 39.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2022-08-25T22:44:36.762Z] #20 39.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2022-08-25T22:44:36.762Z] #20 39.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2022-08-25T22:44:36.762Z] #20 39.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2022-08-25T22:44:36.762Z] #20 39.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2022-08-25T22:44:36.762Z] #20 39.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2022-08-25T22:44:36.762Z] #20 39.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2022-08-25T22:44:36.762Z] #20 39.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-08-25T22:44:36.762Z] #20 39.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2022-08-25T22:44:36.762Z] #20 39.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2022-08-25T22:44:36.762Z] #20 39.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2022-08-25T22:44:36.762Z] #20 39.77 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-25T22:44:36.762Z] #20 39.79 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-25T22:44:36.762Z] #20 39.81 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2022-08-25T22:44:36.762Z] #20 39.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2022-08-25T22:44:36.762Z] #20 39.85 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB] [2022-08-25T22:44:36.762Z] #20 39.87 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2022-08-25T22:44:36.762Z] #20 39.93 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2022-08-25T22:44:36.762Z] #20 39.93 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-25T22:44:36.762Z] #20 39.94 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-25T22:44:36.762Z] #20 39.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-25T22:44:36.762Z] #20 39.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2022-08-25T22:44:36.762Z] #20 39.98 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2022-08-25T22:44:36.762Z] #20 39.99 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-25T22:44:36.762Z] #20 40.70 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-25T22:44:36.762Z] #20 40.70 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-25T22:44:36.762Z] #20 40.70 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-25T22:44:36.762Z] #20 40.71 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2022-08-25T22:44:36.762Z] #20 40.73 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2022-08-25T22:44:36.762Z] #20 40.75 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2022-08-25T22:44:36.762Z] #20 40.75 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-25T22:44:36.762Z] #20 40.88 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-25T22:44:36.762Z] #20 40.89 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-25T22:44:36.762Z] #20 40.92 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2022-08-25T22:44:36.762Z] #20 40.94 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-25T22:44:36.762Z] #20 40.96 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-25T22:44:36.762Z] #20 40.99 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-25T22:44:36.762Z] #20 40.99 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2022-08-25T22:44:36.762Z] #20 41.11 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2022-08-25T22:44:36.762Z] #20 41.14 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2022-08-25T22:44:36.762Z] #20 41.18 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-25T22:44:36.762Z] #20 41.73 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5+deb10u2 [1281 kB] [2022-08-25T22:44:36.762Z] #20 41.80 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2022-08-25T22:44:36.762Z] #20 41.87 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2022-08-25T22:44:37.698Z] #20 42.95 debconf: delaying package configuration, since apt-utils is not installed [2022-08-25T22:44:37.957Z] #20 43.16 Fetched 28.6 MB in 3s (9808 kB/s) [2022-08-25T22:44:37.957Z] #20 43.31 Selecting previously unselected package pigz. [2022-08-25T22:44:38.216Z] #20 43.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23452 files and directories currently installed.) [2022-08-25T22:44:38.216Z] #20 43.42 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2022-08-25T22:44:38.216Z] #20 43.43 Unpacking pigz (2.4-1) ... [2022-08-25T22:44:38.475Z] #20 43.72 Selecting previously unselected package libpython3.7-minimal:amd64. [2022-08-25T22:44:38.475Z] #20 43.77 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:44:38.475Z] #20 43.79 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:44:39.411Z] #20 44.71 Selecting previously unselected package python3.7-minimal. [2022-08-25T22:44:39.411Z] #20 44.71 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:44:39.411Z] #20 44.79 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:44:41.315Z] #20 46.47 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:44:41.315Z] #20 46.48 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-25T22:44:42.694Z] #20 ... [2022-08-25T22:44:42.694Z] [2022-08-25T22:44:42.694Z] #32 [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-08-25T22:44:42.694Z] #32 sha256:9cef447639af9a6deeda121e8069623847005969e7aecc9ca3e1e360774637bd [2022-08-25T22:44:42.694Z] #32 DONE 237.6s [2022-08-25T22:44:42.694Z] [2022-08-25T22:44:42.694Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:42.694Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:44:42.694Z] #43 136.3 CC criu/bfd.o [2022-08-25T22:44:42.694Z] #43 137.4 CC criu/bitmap.o [2022-08-25T22:44:42.694Z] #43 137.6 CC criu/cgroup-props.o [2022-08-25T22:44:42.694Z] #43 139.0 CC criu/cgroup.o [2022-08-25T22:44:45.228Z] #43 ... [2022-08-25T22:44:45.228Z] [2022-08-25T22:44:45.228Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:44:45.228Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:44:45.228Z] #20 50.09 Selecting previously unselected package python3-minimal. [2022-08-25T22:44:45.228Z] #20 50.09 (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 ... 23701 files and directories currently installed.) [2022-08-25T22:44:45.228Z] #20 50.19 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2022-08-25T22:44:45.228Z] #20 50.19 Unpacking python3-minimal (3.7.3-1) ... [2022-08-25T22:44:45.228Z] #20 50.28 Selecting previously unselected package libmpdec2:amd64. [2022-08-25T22:44:45.228Z] #20 50.28 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2022-08-25T22:44:45.228Z] #20 50.32 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:44:45.228Z] #20 50.43 Selecting previously unselected package libpython3.7-stdlib:amd64. [2022-08-25T22:44:45.228Z] #20 50.44 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:44:45.228Z] #20 50.45 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:44:46.604Z] #20 52.05 Selecting previously unselected package python3.7. [2022-08-25T22:44:46.864Z] #20 52.05 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2022-08-25T22:44:46.864Z] #20 52.06 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:44:47.123Z] #20 52.27 Selecting previously unselected package libpython3-stdlib:amd64. [2022-08-25T22:44:47.123Z] #20 52.27 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2022-08-25T22:44:47.123Z] #20 52.28 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:44:47.123Z] #20 52.42 Setting up python3-minimal (3.7.3-1) ... [2022-08-25T22:44:48.501Z] #20 53.83 Selecting previously unselected package python3. [2022-08-25T22:44:48.501Z] #20 53.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 ... 24113 files and directories currently installed.) [2022-08-25T22:44:48.501Z] #20 53.92 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2022-08-25T22:44:48.501Z] #20 53.96 Unpacking python3 (3.7.3-1) ... [2022-08-25T22:44:49.069Z] #20 54.18 Selecting previously unselected package libip4tc0:amd64. [2022-08-25T22:44:49.069Z] #20 54.19 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:44:49.069Z] #20 54.20 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:44:49.069Z] #20 54.31 Selecting previously unselected package libip6tc0:amd64. [2022-08-25T22:44:49.069Z] #20 54.32 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2022-08-25T22:44:49.069Z] #20 54.33 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:44:49.328Z] #20 54.53 Selecting previously unselected package libiptc0:amd64. [2022-08-25T22:44:49.328Z] #20 54.54 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2022-08-25T22:44:49.328Z] #20 54.62 Unpacking libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:44:49.587Z] #20 54.74 Selecting previously unselected package libnfnetlink0:amd64. [2022-08-25T22:44:49.587Z] #20 54.74 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-08-25T22:44:49.587Z] #20 54.75 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:44:49.587Z] #20 54.91 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-08-25T22:44:49.587Z] #20 54.91 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2022-08-25T22:44:49.587Z] #20 54.93 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:44:49.846Z] #20 55.03 Selecting previously unselected package libnftnl11:amd64. [2022-08-25T22:44:49.846Z] #20 55.04 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2022-08-25T22:44:49.846Z] #20 55.05 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:44:49.846Z] #20 55.14 Selecting previously unselected package iptables. [2022-08-25T22:44:49.846Z] #20 55.15 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2022-08-25T22:44:49.846Z] #20 55.15 Unpacking iptables (1.8.2-4) ... [2022-08-25T22:44:50.427Z] #20 55.80 Selecting previously unselected package xxd. [2022-08-25T22:44:50.427Z] #20 55.80 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:44:50.427Z] #20 55.81 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:44:50.997Z] #20 56.12 Selecting previously unselected package vim-common. [2022-08-25T22:44:50.997Z] #20 56.13 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:44:50.997Z] #20 56.17 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:44:51.256Z] #20 56.56 Selecting previously unselected package bash-completion. [2022-08-25T22:44:51.515Z] #20 56.58 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-25T22:44:55.705Z] #20 ... [2022-08-25T22:44:55.705Z] [2022-08-25T22:44:55.705Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:44:55.705Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:44:55.705Z] #43 143.2 CC criu/clone-noasan.o [2022-08-25T22:44:55.705Z] #43 143.5 CC criu/config.o [2022-08-25T22:44:55.705Z] #43 146.1 CC criu/cr-check.o [2022-08-25T22:44:55.705Z] #43 148.4 CC criu/cr-dedup.o [2022-08-25T22:44:55.705Z] #43 149.0 CC criu/cr-dump.o [2022-08-25T22:44:55.705Z] #43 152.1 CC criu/cr-errno.o [2022-08-25T22:44:55.705Z] #43 152.3 CC criu/cr-restore.o [2022-08-25T22:44:58.238Z] #43 ... [2022-08-25T22:44:58.238Z] [2022-08-25T22:44:58.238Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:44:58.238Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:44:58.238Z] #20 63.44 Unpacking bash-completion (1:2.8-6) ... [2022-08-25T22:44:58.806Z] #20 64.10 Selecting previously unselected package bzip2. [2022-08-25T22:44:58.806Z] #20 64.11 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2022-08-25T22:44:58.806Z] #20 64.11 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:44:59.066Z] #20 64.37 Selecting previously unselected package xz-utils. [2022-08-25T22:44:59.066Z] #20 64.37 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_amd64.deb ... [2022-08-25T22:44:59.066Z] #20 64.41 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:44:59.583Z] #20 64.78 Selecting previously unselected package apparmor. [2022-08-25T22:44:59.583Z] #20 64.79 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2022-08-25T22:44:59.583Z] #20 64.87 Unpacking apparmor (2.13.2-10) ... [2022-08-25T22:45:00.152Z] #20 65.32 Selecting previously unselected package aufs-tools. [2022-08-25T22:45:00.152Z] #20 65.32 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2022-08-25T22:45:00.152Z] #20 65.34 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:45:00.152Z] #20 65.59 Selecting previously unselected package libonig5:amd64. [2022-08-25T22:45:00.410Z] #20 65.64 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2022-08-25T22:45:00.410Z] #20 65.65 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:45:00.671Z] #20 65.90 Selecting previously unselected package libjq1:amd64. [2022-08-25T22:45:00.671Z] #20 65.91 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:45:00.671Z] #20 65.96 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:45:00.930Z] #20 66.11 Selecting previously unselected package jq. [2022-08-25T22:45:00.930Z] #20 66.11 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-25T22:45:00.930Z] #20 66.13 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-25T22:45:00.930Z] #20 66.27 Selecting previously unselected package libaio1:amd64. [2022-08-25T22:45:00.930Z] #20 66.27 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2022-08-25T22:45:00.930Z] #20 66.28 Unpacking libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:45:01.189Z] #20 66.38 Selecting previously unselected package libgpm2:amd64. [2022-08-25T22:45:01.189Z] #20 66.40 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2022-08-25T22:45:01.189Z] #20 66.40 Unpacking libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:45:01.189Z] #20 66.45 Selecting previously unselected package libicu63:amd64. [2022-08-25T22:45:01.189Z] #20 66.45 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-25T22:45:01.189Z] #20 66.45 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:45:06.644Z] #49 ... [2022-08-25T22:45:06.644Z] [2022-08-25T22:45:06.644Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-25T22:45:06.644Z] #24 sha256:c7000c1117415f04bd3cdbd7dfb2072e9919ea401603b22a1bce6e4c19779c64 [2022-08-25T22:45:06.644Z] #24 251.2 + return [2022-08-25T22:45:07.757Z] #20 72.82 Selecting previously unselected package libnet1:amd64. [2022-08-25T22:45:07.758Z] #20 72.82 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-25T22:45:07.758Z] #20 72.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:45:07.758Z] #20 72.92 Selecting previously unselected package libnl-3-200:amd64. [2022-08-25T22:45:07.758Z] #20 72.92 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-25T22:45:07.758Z] #20 72.94 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:45:07.758Z] #20 73.06 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-25T22:45:07.758Z] #20 73.06 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-25T22:45:07.758Z] #20 73.07 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:45:07.758Z] #20 73.20 Selecting previously unselected package libreadline5:amd64. [2022-08-25T22:45:08.016Z] #20 73.21 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2022-08-25T22:45:08.016Z] #20 73.23 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:45:08.031Z] #24 DONE 253.6s [2022-08-25T22:45:08.031Z] [2022-08-25T22:45:08.031Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:45:08.031Z] #53 sha256:31d53976d8c166246f31228fdabd0a28d0582d8dd54dc9532692140a96efa9a1 [2022-08-25T22:45:08.031Z] #53 157.2 + mkdir -p /build [2022-08-25T22:45:08.031Z] #53 157.2 + cp runc /build/runc [2022-08-25T22:45:08.031Z] #53 DONE 157.6s [2022-08-25T22:45:08.031Z] [2022-08-25T22:45:08.031Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:45:08.031Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:45:08.276Z] #20 73.57 Selecting previously unselected package net-tools. [2022-08-25T22:45:08.276Z] #20 73.58 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2022-08-25T22:45:08.276Z] #20 73.62 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:45:08.844Z] #20 73.98 Selecting previously unselected package patch. [2022-08-25T22:45:08.844Z] #20 74.03 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2022-08-25T22:45:08.844Z] #20 74.05 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-25T22:45:09.136Z] #20 74.23 Selecting previously unselected package python-pip-whl. [2022-08-25T22:45:09.136Z] #20 74.24 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-25T22:45:09.136Z] #20 74.26 Unpacking python-pip-whl (18.1-5) ... [2022-08-25T22:45:10.084Z] #20 75.37 Selecting previously unselected package python3-lib2to3. [2022-08-25T22:45:10.084Z] #20 75.37 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-25T22:45:10.084Z] #20 75.39 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:45:10.084Z] #20 75.50 Selecting previously unselected package python3-distutils. [2022-08-25T22:45:10.342Z] #20 75.51 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-25T22:45:10.342Z] #20 75.52 Unpacking python3-distutils (3.7.3-1) ... [2022-08-25T22:45:10.600Z] #20 75.71 Selecting previously unselected package python3-pip. [2022-08-25T22:45:10.600Z] #20 75.71 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-25T22:45:10.600Z] #20 75.72 Unpacking python3-pip (18.1-5) ... [2022-08-25T22:45:10.600Z] #20 75.95 Selecting previously unselected package python3-pkg-resources. [2022-08-25T22:45:10.858Z] #20 75.95 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-25T22:45:10.858Z] #20 75.97 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:45:10.858Z] #20 76.19 Selecting previously unselected package python3-setuptools. [2022-08-25T22:45:10.858Z] #20 76.19 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-25T22:45:10.858Z] #20 76.20 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-25T22:45:11.426Z] #20 76.53 Selecting previously unselected package python3-wheel. [2022-08-25T22:45:11.426Z] #20 76.54 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-25T22:45:11.426Z] #20 76.54 Unpacking python3-wheel (0.32.3-2) ... [2022-08-25T22:45:11.426Z] #20 ... [2022-08-25T22:45:11.426Z] [2022-08-25T22:45:11.426Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:45:11.426Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:45:11.426Z] #43 159.3 CC criu/cr-service.o [2022-08-25T22:45:11.426Z] #43 162.3 CC criu/crtools.o [2022-08-25T22:45:11.426Z] #43 163.2 CC criu/eventfd.o [2022-08-25T22:45:11.426Z] #43 163.8 CC criu/eventpoll.o [2022-08-25T22:45:11.426Z] #43 165.2 CC criu/external.o [2022-08-25T22:45:11.426Z] #43 165.9 CC criu/fault-injection.o [2022-08-25T22:45:11.426Z] #43 166.2 CC criu/fdstore.o [2022-08-25T22:45:11.426Z] #43 166.9 CC criu/fifo.o [2022-08-25T22:45:11.426Z] #43 167.8 CC criu/file-ids.o [2022-08-25T22:45:11.426Z] #43 168.2 CC criu/file-lock.o [2022-08-25T22:45:11.426Z] #43 169.4 CC criu/files-ext.o [2022-08-25T22:45:11.426Z] #43 ... [2022-08-25T22:45:11.426Z] [2022-08-25T22:45:11.426Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:45:11.426Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:45:11.426Z] #20 76.68 Selecting previously unselected package sudo. [2022-08-25T22:45:11.426Z] #20 76.68 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2022-08-25T22:45:11.426Z] #20 76.68 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:45:12.363Z] #20 77.53 Selecting previously unselected package thin-provisioning-tools. [2022-08-25T22:45:12.363Z] #20 77.56 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2022-08-25T22:45:12.363Z] #20 77.56 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:45:12.622Z] #20 77.86 Selecting previously unselected package uidmap. [2022-08-25T22:45:12.622Z] #20 77.86 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2022-08-25T22:45:12.622Z] #20 77.89 Unpacking uidmap (1:4.5-1.1) ... [2022-08-25T22:45:12.881Z] #20 78.09 Selecting previously unselected package vim-runtime. [2022-08-25T22:45:12.881Z] #20 78.13 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-25T22:45:13.140Z] #20 78.23 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-25T22:45:13.140Z] #20 78.30 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-25T22:45:13.140Z] #20 78.31 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:45:13.319Z] #56 ... [2022-08-25T22:45:13.319Z] [2022-08-25T22:45:13.319Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:45:13.319Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:45:13.319Z] #49 258.1 + /build/golangci-lint --version [2022-08-25T22:45:13.319Z] #49 ... [2022-08-25T22:45:13.319Z] [2022-08-25T22:45:13.319Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-25T22:45:13.319Z] #25 sha256:42c369eb3c89ee4e91606fdc0c11e5a0521b280c64d49d2c9497eef6e13a9222 [2022-08-25T22:45:13.319Z] #25 DONE 0.4s [2022-08-25T22:45:13.579Z] [2022-08-25T22:45:13.579Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:45:13.579Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:45:13.579Z] #49 259.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-25T22:45:19.712Z] #20 84.05 Selecting previously unselected package vim. [2022-08-25T22:45:19.712Z] #20 84.06 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-25T22:45:19.712Z] #20 84.10 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:45:19.712Z] #20 85.07 Selecting previously unselected package xfsprogs. [2022-08-25T22:45:19.971Z] #20 85.09 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2022-08-25T22:45:19.971Z] #20 85.10 Unpacking xfsprogs (4.20.0-1) ... [2022-08-25T22:45:20.907Z] #20 86.04 Selecting previously unselected package zip. [2022-08-25T22:45:20.907Z] #20 86.05 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2022-08-25T22:45:20.907Z] #20 86.09 Unpacking zip (3.0-11+b1) ... [2022-08-25T22:45:21.166Z] #20 86.42 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-25T22:45:21.166Z] #20 86.47 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-25T22:45:21.166Z] #20 86.48 Setting up libip6tc0:amd64 (1.8.2-4) ... [2022-08-25T22:45:21.166Z] #20 86.50 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-25T22:45:21.166Z] #20 86.53 Setting up libgpm2:amd64 (1.20.7-5) ... [2022-08-25T22:45:21.166Z] #20 86.56 Setting up libip4tc0:amd64 (1.8.2-4) ... [2022-08-25T22:45:21.166Z] #20 86.58 Setting up uidmap (1:4.5-1.1) ... [2022-08-25T22:45:21.166Z] #20 86.61 Setting up libnftnl11:amd64 (1.1.2-2) ... [2022-08-25T22:45:21.425Z] #20 86.62 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-25T22:45:21.425Z] #20 86.64 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-25T22:45:21.425Z] #20 86.65 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-25T22:45:21.425Z] #20 86.69 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-25T22:45:21.425Z] #20 86.71 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:45:21.425Z] #20 86.72 Setting up zip (3.0-11+b1) ... [2022-08-25T22:45:21.425Z] #20 86.74 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:45:21.425Z] #20 86.76 Setting up bash-completion (1:2.8-6) ... [2022-08-25T22:45:21.713Z] #49 ... [2022-08-25T22:45:21.713Z] [2022-08-25T22:45:21.713Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:45:21.713Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:45:21.713Z] #56 223.8 + bin/containerd [2022-08-25T22:45:21.713Z] #56 ... [2022-08-25T22:45:21.713Z] [2022-08-25T22:45:21.713Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:45:21.713Z] #49 sha256:8ea2a93ccb012eb69b8747a2bd8a76b1783cfbc373fb429e5ac17bd1b2da1513 [2022-08-25T22:45:21.713Z] #49 DONE 266.7s [2022-08-25T22:45:21.713Z] [2022-08-25T22:45:21.713Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-25T22:45:21.713Z] #30 sha256:4973dbd30138e32659e26a9cf1a4b5ba7e65eadf6a2521f9ffbd32bd3ea98cc7 [2022-08-25T22:45:21.714Z] #30 DONE 7.6s [2022-08-25T22:45:21.714Z] [2022-08-25T22:45:21.714Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-25T22:45:21.714Z] #33 sha256:45f748d5f7c8f5d4f9ca7ec81c2c1100038822237bf2b5afb41bc4bf7eecdcd0 [2022-08-25T22:45:21.714Z] #33 DONE 0.5s [2022-08-25T22:45:21.714Z] [2022-08-25T22:45:21.714Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:45:21.714Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:45:21.714Z] #56 ... [2022-08-25T22:45:21.714Z] [2022-08-25T22:45:21.714Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-25T22:45:21.714Z] #35 sha256:f7b8c35baa800c94ee055f2538e4d76469d260c2d25c0f5f3376f8d13b6924cd [2022-08-25T22:45:21.714Z] #35 DONE 0.1s [2022-08-25T22:45:21.975Z] [2022-08-25T22:45:21.975Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-25T22:45:21.975Z] #38 sha256:236afc6b1de47d3d4e6728708e4c2dec8dc07c0ca43f374389c889363c0e4a36 [2022-08-25T22:45:21.975Z] #38 DONE 0.1s [2022-08-25T22:45:21.975Z] [2022-08-25T22:45:21.975Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-25T22:45:21.975Z] #41 sha256:20880bfbd60bb980c1cea281f169424dca323aa32ef68c34ea4070bdc5a2b695 [2022-08-25T22:45:22.362Z] #20 ... [2022-08-25T22:45:22.362Z] [2022-08-25T22:45:22.362Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:45:22.362Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:45:22.362Z] #43 170.1 CC criu/files-reg.o [2022-08-25T22:45:22.362Z] #43 174.1 CC criu/files.o [2022-08-25T22:45:22.362Z] #43 177.4 CC criu/filesystems.o [2022-08-25T22:45:22.362Z] #43 178.7 CC criu/fsnotify.o [2022-08-25T22:45:22.545Z] #41 DONE 0.5s [2022-08-25T22:45:22.545Z] [2022-08-25T22:45:22.545Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-25T22:45:22.545Z] #44 sha256:bbb910143ae2a111e1e05669b5418f1b17f48f7512dbe95a047eb9b7aff8b540 [2022-08-25T22:45:22.545Z] #44 DONE 0.2s [2022-08-25T22:45:22.545Z] [2022-08-25T22:45:22.545Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-25T22:45:22.545Z] #46 sha256:2cc926da5d74fcce82ead74f16b6ff20dfa75c13b5f01e93abd3fa45c716be15 [2022-08-25T22:45:22.545Z] #46 DONE 0.1s [2022-08-25T22:45:22.545Z] [2022-08-25T22:45:22.545Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-25T22:45:22.545Z] #48 sha256:e96c9b59e4bcf52451e45f0d6721bfe5e9d5a68b107fd896a48465db99d669d1 [2022-08-25T22:45:22.805Z] #48 DONE 0.1s [2022-08-25T22:45:22.805Z] [2022-08-25T22:45:22.805Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:45:22.805Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:45:22.805Z] #56 ... [2022-08-25T22:45:22.805Z] [2022-08-25T22:45:22.805Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-25T22:45:22.805Z] #50 sha256:896c6349b1617e74d5f022ba6a600d94b05544974d79fe461558dbe03a7ed0a6 [2022-08-25T22:45:22.930Z] #43 180.9 CC criu/image-desc.o [2022-08-25T22:45:22.930Z] #43 181.1 CC criu/image.o [2022-08-25T22:45:23.066Z] #50 DONE 0.3s [2022-08-25T22:45:23.066Z] [2022-08-25T22:45:23.066Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-25T22:45:23.066Z] #52 sha256:07c84405802c0116fd74ee233a144dd245846ef61b409c576cfc51ab76346d8c [2022-08-25T22:45:23.066Z] #52 DONE 0.1s [2022-08-25T22:45:23.066Z] [2022-08-25T22:45:23.066Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:45:23.066Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:45:23.326Z] #56 ... [2022-08-25T22:45:23.326Z] [2022-08-25T22:45:23.326Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-25T22:45:23.326Z] #54 sha256:ea64f411b66349367a1e9b3a7e392acf82d90af7272894744b32ead6ddbc3233 [2022-08-25T22:45:23.586Z] #54 DONE 0.2s [2022-08-25T22:45:23.586Z] [2022-08-25T22:45:23.586Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:45:23.586Z] #56 sha256:45e00fc105a97a29e322a7f954518cb62304f57e4da1f68f1f1ef83e8ab0cfb9 [2022-08-25T22:45:24.881Z] #43 182.7 CC criu/ipc_ns.o [2022-08-25T22:45:26.259Z] #43 184.2 CC criu/irmap.o [2022-08-25T22:45:27.196Z] #43 185.1 CC criu/kcmp-ids.o [2022-08-25T22:45:27.196Z] #43 ... [2022-08-25T22:45:27.196Z] [2022-08-25T22:45:27.196Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:45:27.196Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:45:27.196Z] #20 92.39 Setting up libiptc0:amd64 (1.8.2-4) ... [2022-08-25T22:45:27.196Z] #20 92.42 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-25T22:45:27.196Z] #20 92.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-25T22:45:27.196Z] #20 92.47 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-25T22:45:27.196Z] #20 92.49 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-25T22:45:27.455Z] #20 92.57 invoke-rc.d: could not determine current runlevel [2022-08-25T22:45:27.455Z] #20 92.62 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-25T22:45:27.455Z] #20 92.62 Setting up pigz (2.4-1) ... [2022-08-25T22:45:27.455Z] #20 92.64 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-25T22:45:27.455Z] #20 92.66 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-25T22:45:27.455Z] #20 92.67 Setting up python-pip-whl (18.1-5) ... [2022-08-25T22:45:27.455Z] #20 92.68 Setting up libmpdec2:amd64 (2.4.2-2) ... [2022-08-25T22:45:27.455Z] #20 92.73 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:45:28.395Z] #20 93.64 Setting up libaio1:amd64 (0.3.112-3) ... [2022-08-25T22:45:28.395Z] #20 93.66 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-25T22:45:28.395Z] #20 93.67 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-25T22:45:28.395Z] #20 93.68 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-25T22:45:28.395Z] #20 93.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-25T22:45:28.395Z] #20 93.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-25T22:45:28.395Z] #20 93.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-25T22:45:28.395Z] #20 93.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-25T22:45:28.654Z] #20 93.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-25T22:45:28.654Z] #20 93.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-25T22:45:28.654Z] #20 93.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-25T22:45:28.654Z] #20 93.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-25T22:45:28.654Z] #20 93.79 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-25T22:45:28.654Z] #20 93.82 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-25T22:45:28.654Z] #20 93.84 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-25T22:45:28.654Z] #20 93.87 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-25T22:45:28.654Z] #20 93.90 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-25T22:45:28.654Z] #20 93.93 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-25T22:45:32.848Z] #20 97.64 Setting up iptables (1.8.2-4) ... [2022-08-25T22:45:32.848Z] #20 97.65 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:45:32.848Z] #20 97.66 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:45:32.848Z] #20 97.67 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-25T22:45:32.848Z] #20 97.68 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-25T22:45:32.849Z] #20 97.68 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-25T22:45:32.849Z] #20 97.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-25T22:45:32.849Z] #20 97.71 Setting up python3 (3.7.3-1) ... [2022-08-25T22:45:33.109Z] #20 98.30 Setting up python3-wheel (0.32.3-2) ... [2022-08-25T22:45:34.046Z] #20 99.20 Setting up apparmor (2.13.2-10) ... [2022-08-25T22:45:36.585Z] #20 101.3 Setting up xfsprogs (4.20.0-1) ... [2022-08-25T22:45:36.585Z] #20 101.3 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-25T22:45:36.585Z] #20 101.9 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-25T22:45:37.966Z] #20 ... [2022-08-25T22:45:37.966Z] [2022-08-25T22:45:37.966Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:45:37.966Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:45:37.966Z] #43 185.7 CC criu/kerndat.o [2022-08-25T22:45:37.966Z] #43 187.1 CC criu/libnetlink.o [2022-08-25T22:45:37.966Z] #43 187.7 CC criu/log.o [2022-08-25T22:45:37.966Z] #43 188.4 CC criu/lsm.o [2022-08-25T22:45:37.966Z] #43 188.9 CC criu/mem.o [2022-08-25T22:45:37.966Z] #43 190.9 CC criu/memfd.o [2022-08-25T22:45:37.966Z] #43 191.6 CC criu/mount.o [2022-08-25T22:45:37.966Z] #43 ... [2022-08-25T22:45:37.966Z] [2022-08-25T22:45:37.966Z] #20 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2022-08-25T22:45:37.966Z] #20 sha256:43dbec61690b6da650e4ced07636d0e60360f0ec73299651110bbdeca6453181 [2022-08-25T22:45:37.966Z] #20 103.2 Setting up python3-distutils (3.7.3-1) ... [2022-08-25T22:45:38.902Z] #20 104.0 Setting up python3-setuptools (40.8.0-1) ... [2022-08-25T22:45:40.540Z] #20 105.6 Setting up python3-pip (18.1-5) ... [2022-08-25T22:45:41.918Z] #20 107.3 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-25T22:45:41.918Z] #20 107.4 Processing triggers for mime-support (3.62) ... [2022-08-25T22:45:43.295Z] #20 DONE 108.7s [2022-08-25T22:45:43.295Z] [2022-08-25T22:45:43.295Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:45:43.295Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:45:43.295Z] #43 197.2 CC criu/namespaces.o [2022-08-25T22:45:43.295Z] #43 200.6 CC criu/net.o [2022-08-25T22:45:45.200Z] #43 ... [2022-08-25T22:45:45.200Z] [2022-08-25T22:45:45.200Z] #21 [dev-systemd-false 8/26] 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-08-25T22:45:45.200Z] #21 sha256:d040b7dbb4b2cc01062420474fe9940b34a34b58c8f9405f7949eae1c3603868 [2022-08-25T22:45:45.200Z] #21 1.766 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-25T22:45:45.200Z] #21 1.774 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-25T22:45:45.200Z] #21 1.790 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-25T22:45:45.200Z] #21 DONE 1.9s [2022-08-25T22:45:45.200Z] [2022-08-25T22:45:45.200Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:45:45.200Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:45:51.767Z] #22 ... [2022-08-25T22:45:51.767Z] [2022-08-25T22:45:51.767Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:45:51.767Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:45:51.767Z] #43 206.0 CC criu/netfilter.o [2022-08-25T22:45:51.767Z] #43 206.8 CC criu/page-pipe.o [2022-08-25T22:45:51.767Z] #43 208.0 CC criu/page-xfer.o [2022-08-25T22:45:53.145Z] #43 211.1 CC criu/pagemap-cache.o [2022-08-25T22:45:54.082Z] #43 211.9 CC criu/pagemap.o [2022-08-25T22:45:54.082Z] #43 ... [2022-08-25T22:45:54.082Z] [2022-08-25T22:45:54.082Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:45:54.082Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:45:54.082Z] #22 8.512 Collecting yamllint==1.26.1 [2022-08-25T22:45:55.870Z] #56 264.3 # github.com/containerd/containerd/cmd/containerd [2022-08-25T22:45:55.870Z] #56 264.3 /usr/bin/ld: /tmp/go-link-1694352326/000019.o: in function `New': [2022-08-25T22:45:55.870Z] #56 264.3 /tmp/tmp.Itz7IvG9IP/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-08-25T22:45:55.870Z] #56 264.4 + bin/containerd-stress [2022-08-25T22:45:57.252Z] #56 265.4 + bin/containerd-shim [2022-08-25T22:45:58.403Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:45:58.403Z] [2022-08-25T22:45:58.403Z] + TEST_INTEGRATION_DEST=2 [2022-08-25T22:45:58.403Z] + CONTAINER_NAME=docker-pr1-2 [2022-08-25T22:45:58.403Z] + TEST_SKIP_INTEGRATION=1 [2022-08-25T22:45:58.403Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-08-25T22:45:58.403Z] + run_tests [2022-08-25T22:45:58.403Z] + c=0 [2022-08-25T22:45:58.403Z] + '[' -n 0 ']' [2022-08-25T22:45:58.403Z] + rm= [2022-08-25T22:45:58.403Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44041/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44041/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh '' test-integration [2022-08-25T22:45:58.403Z] + TEST_INTEGRATION_DEST=1 [2022-08-25T22:45:58.403Z] + CONTAINER_NAME=docker-pr1-1 [2022-08-25T22:45:58.403Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-08-25T22:45:58.403Z] + run_tests test-integration-flaky [2022-08-25T22:45:58.403Z] + '[' -n 0 ']' [2022-08-25T22:45:58.403Z] + rm= [2022-08-25T22:45:58.403Z] + TEST_INTEGRATION_DEST=3 [2022-08-25T22:45:58.403Z] + CONTAINER_NAME=docker-pr1-3 [2022-08-25T22:45:58.403Z] + TEST_SKIP_INTEGRATION=1 [2022-08-25T22:45:58.403Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-08-25T22:45:58.403Z] + run_tests [2022-08-25T22:45:58.403Z] + '[' -n 0 ']' [2022-08-25T22:45:58.403Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44041/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44041/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh test-integration-flaky test-integration [2022-08-25T22:45:58.403Z] + rm= [2022-08-25T22:45:58.403Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44041/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44041/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh '' test-integration [2022-08-25T22:45:58.403Z] ++ jobs -p [2022-08-25T22:45:58.403Z] + for job in $(jobs -p) [2022-08-25T22:45:58.403Z] + wait 9327 [2022-08-25T22:45:58.403Z] [2022-08-25T22:45:58.403Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-08-25T22:45:58.403Z] [2022-08-25T22:45:58.403Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-25T22:45:58.403Z] [2022-08-25T22:45:58.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-25T22:45:58.403Z] HOSTNAME=d6c1a521e0de [2022-08-25T22:45:58.403Z] TEST_SKIP_INTEGRATION=1 [2022-08-25T22:45:58.403Z] TESTDEBUG=0 [2022-08-25T22:45:58.403Z] DEST=bundles/test-integration [2022-08-25T22:45:58.403Z] PWD=/go/src/github.com/docker/docker [2022-08-25T22:45:58.403Z] KEEPBUNDLE=1 [2022-08-25T22:45:58.403Z] DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:45:58.403Z] container=docker [2022-08-25T22:45:58.403Z] HOME=/root [2022-08-25T22:45:58.403Z] GOLANG_VERSION=1.18.5 [2022-08-25T22:45:58.403Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-25T22:45:58.403Z] VALIDATE_BRANCH=20.10 [2022-08-25T22:45:58.403Z] TERM=xterm [2022-08-25T22:45:58.403Z] DOCKER_PKG=github.com/docker/docker [2022-08-25T22:45:58.403Z] SHLVL=1 [2022-08-25T22:45:58.403Z] TIMEOUT=120m [2022-08-25T22:45:58.403Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-25T22:45:58.403Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-25T22:45:58.403Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-08-25T22:45:58.403Z] GO111MODULE=off [2022-08-25T22:45:58.403Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-25T22:45:58.403Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-25T22:45:58.403Z] GOPATH=/go [2022-08-25T22:45:58.403Z] PKG_CONFIG=pkg-config [2022-08-25T22:45:58.403Z] _=/usr/bin/env [2022-08-25T22:45:58.403Z] Building test suite binary ./integration-cli/test.main [2022-08-25T22:45:58.403Z] No new tests added to integration. [2022-08-25T22:45:58.403Z] [2022-08-25T22:45:58.403Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-25T22:45:58.403Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-25T22:45:58.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-25T22:45:58.403Z] HOSTNAME=f17796a4fd77 [2022-08-25T22:45:58.403Z] TEST_SKIP_INTEGRATION=1 [2022-08-25T22:45:58.403Z] TESTDEBUG=0 [2022-08-25T22:45:58.403Z] DEST=bundles/test-integration [2022-08-25T22:45:58.403Z] PWD=/go/src/github.com/docker/docker [2022-08-25T22:45:58.403Z] KEEPBUNDLE=1 [2022-08-25T22:45:58.403Z] DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:45:58.403Z] container=docker [2022-08-25T22:45:58.403Z] HOME=/root [2022-08-25T22:45:58.403Z] GOLANG_VERSION=1.18.5 [2022-08-25T22:45:58.403Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-25T22:45:58.403Z] VALIDATE_BRANCH=20.10 [2022-08-25T22:45:58.403Z] TERM=xterm [2022-08-25T22:45:58.403Z] DOCKER_PKG=github.com/docker/docker [2022-08-25T22:45:58.403Z] SHLVL=1 [2022-08-25T22:45:58.403Z] TIMEOUT=120m [2022-08-25T22:45:58.403Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-25T22:45:58.403Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-25T22:45:58.403Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-08-25T22:45:58.403Z] GO111MODULE=off [2022-08-25T22:45:58.403Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-25T22:45:58.403Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-25T22:45:58.403Z] GOPATH=/go [2022-08-25T22:45:58.403Z] PKG_CONFIG=pkg-config [2022-08-25T22:45:58.403Z] _=/usr/bin/env [2022-08-25T22:45:58.403Z] Building test suite binary ./integration-cli/test.main [2022-08-25T22:45:58.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-25T22:45:58.403Z] HOSTNAME=720db4115e09 [2022-08-25T22:45:58.403Z] TESTDEBUG=0 [2022-08-25T22:45:58.403Z] DEST=bundles/test-integration [2022-08-25T22:45:58.403Z] PWD=/go/src/github.com/docker/docker [2022-08-25T22:45:58.403Z] KEEPBUNDLE=1 [2022-08-25T22:45:58.403Z] DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:45:58.403Z] container=docker [2022-08-25T22:45:58.403Z] HOME=/root [2022-08-25T22:45:58.403Z] GOLANG_VERSION=1.18.5 [2022-08-25T22:45:58.403Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-25T22:45:58.403Z] VALIDATE_BRANCH=20.10 [2022-08-25T22:45:58.403Z] TERM=xterm [2022-08-25T22:45:58.403Z] DOCKER_PKG=github.com/docker/docker [2022-08-25T22:45:58.403Z] SHLVL=1 [2022-08-25T22:45:58.403Z] TIMEOUT=120m [2022-08-25T22:45:58.403Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-25T22:45:58.403Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-25T22:45:58.403Z] GO111MODULE=off [2022-08-25T22:45:58.403Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-25T22:45:58.403Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-25T22:45:58.403Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-25T22:45:58.403Z] GOPATH=/go [2022-08-25T22:45:58.403Z] PKG_CONFIG=pkg-config [2022-08-25T22:45:58.403Z] _=/usr/bin/env [2022-08-25T22:45:58.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-25T22:45:59.362Z] #22 14.11 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-25T22:46:00.300Z] #22 ... [2022-08-25T22:46:00.300Z] [2022-08-25T22:46:00.300Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:46:00.300Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:46:00.300Z] #43 213.5 CC criu/parasite-syscall.o [2022-08-25T22:46:00.300Z] #43 214.9 CC criu/path.o [2022-08-25T22:46:00.300Z] #43 215.5 CC criu/pie-util-vdso-elf32.o [2022-08-25T22:46:00.300Z] #43 216.2 CC criu/pie-util-vdso.o [2022-08-25T22:46:00.300Z] #43 217.1 CC criu/pie-util.o [2022-08-25T22:46:00.300Z] #43 217.4 CC criu/pipes.o [2022-08-25T22:46:00.869Z] #43 218.8 CC criu/plugin.o [2022-08-25T22:46:01.130Z] #43 ... [2022-08-25T22:46:01.130Z] [2022-08-25T22:46:01.130Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-25T22:46:01.130Z] #22 sha256:35e1ffa5af3d3b2d12e7e124b4703ad29c9fc8c011701e3e96f73ae5dc4736bc [2022-08-25T22:46:01.130Z] #22 15.87 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-25T22:46:01.130Z] #22 15.95 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-25T22:46:01.389Z] #22 16.03 Collecting pyyaml (from yamllint==1.26.1) [2022-08-25T22:46:01.648Z] #22 16.43 Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) [2022-08-25T22:46:02.282Z] #22 16.92 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-25T22:46:02.282Z] #22 16.93 Building wheels for collected packages: yamllint [2022-08-25T22:46:02.282Z] #22 16.93 Running setup.py bdist_wheel for yamllint: started [2022-08-25T22:46:04.219Z] #22 18.68 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-25T22:46:04.219Z] #22 18.68 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-25T22:46:04.219Z] #22 18.74 Successfully built yamllint [2022-08-25T22:46:04.219Z] #22 18.81 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-25T22:46:04.792Z] #22 19.43 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-25T22:46:05.727Z] #22 DONE 20.2s [2022-08-25T22:46:05.727Z] [2022-08-25T22:46:05.727Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-25T22:46:05.727Z] #25 sha256:7467ed9212e732a311c2363d93765c43c8180c5e5a2b8744ca057ce482233feb [2022-08-25T22:46:05.727Z] #25 DONE 0.2s [2022-08-25T22:46:05.727Z] [2022-08-25T22:46:05.727Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-25T22:46:05.727Z] #30 sha256:43cf7ffdbc3cf89479fcfce2af3ab72c1682a551932ea8b5481893b7b4f68570 [2022-08-25T22:46:05.806Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:46:05.806Z] [2022-08-25T22:46:05.806Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-25T22:46:05.806Z] DOCKER_SYSTEMD=1 [2022-08-25T22:46:05.806Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-25T22:46:05.806Z] HOSTNAME=bfa1f80d8441 [2022-08-25T22:46:05.806Z] DEST=bundles/test-integration [2022-08-25T22:46:05.806Z] PWD=/go/src/github.com/docker/docker [2022-08-25T22:46:05.806Z] DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:46:05.806Z] container=docker [2022-08-25T22:46:05.806Z] HOME=/root [2022-08-25T22:46:05.806Z] LANG=C.UTF-8 [2022-08-25T22:46:05.806Z] INVOCATION_ID=47f5763a47454a2e8f6789a82c441fd3 [2022-08-25T22:46:05.806Z] GOLANG_VERSION=1.18.5 [2022-08-25T22:46:05.806Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-25T22:46:05.806Z] VALIDATE_BRANCH=20.10 [2022-08-25T22:46:05.806Z] TERM=xterm [2022-08-25T22:46:05.806Z] DOCKER_PKG=github.com/docker/docker [2022-08-25T22:46:05.806Z] SHLVL=3 [2022-08-25T22:46:05.806Z] TIMEOUT=120m [2022-08-25T22:46:05.806Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-25T22:46:05.806Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-25T22:46:05.806Z] GO111MODULE=off [2022-08-25T22:46:05.806Z] DOCKER_EXPERIMENTAL=1 [2022-08-25T22:46:05.806Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-25T22:46:05.806Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-25T22:46:05.806Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-25T22:46:05.806Z] GOPATH=/go [2022-08-25T22:46:05.806Z] PKG_CONFIG=pkg-config [2022-08-25T22:46:05.806Z] _=/usr/bin/env [2022-08-25T22:46:05.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-25T22:46:07.247Z] #56 274.1 + bin/containerd-shim-runc-v1 [2022-08-25T22:46:08.259Z] #30 DONE 2.4s [2022-08-25T22:46:08.259Z] [2022-08-25T22:46:08.259Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:46:08.259Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:46:08.259Z] #43 219.3 CC criu/proc_parse.o [2022-08-25T22:46:08.259Z] #43 224.5 CC criu/protobuf-desc.o [2022-08-25T22:46:08.259Z] #43 226.0 CC criu/protobuf.o [2022-08-25T22:46:08.259Z] #43 ... [2022-08-25T22:46:08.259Z] [2022-08-25T22:46:08.259Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-25T22:46:08.259Z] #33 sha256:d322e2c67a7888af134f1bc3801652e991f3212677243e580e90002aa83a90dd [2022-08-25T22:46:08.518Z] #33 DONE 0.4s [2022-08-25T22:46:08.518Z] [2022-08-25T22:46:08.518Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:46:08.518Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:46:08.518Z] #40 ... [2022-08-25T22:46:08.518Z] [2022-08-25T22:46:08.518Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-25T22:46:08.518Z] #35 sha256:c34d542b0a3e19ae41adac40140b359b3253341a104edbed129217af0cbc0931 [2022-08-25T22:46:08.518Z] #35 DONE 0.1s [2022-08-25T22:46:08.518Z] [2022-08-25T22:46:08.518Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:46:08.518Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:46:08.518Z] #43 226.7 CC criu/pstree.o [2022-08-25T22:46:08.777Z] #43 ... [2022-08-25T22:46:08.777Z] [2022-08-25T22:46:08.777Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-25T22:46:08.777Z] #38 sha256:5d7017f565f6158d1fe86cd5b5d424db7b85b55dee144abe0be55f39206da362 [2022-08-25T22:46:08.777Z] #38 DONE 0.1s [2022-08-25T22:46:08.777Z] [2022-08-25T22:46:08.777Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:46:08.777Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:46:11.307Z] #49 ... [2022-08-25T22:46:11.307Z] [2022-08-25T22:46:11.307Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:46:11.307Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:46:11.307Z] #43 229.0 CC criu/rbtree.o [2022-08-25T22:46:11.446Z] #56 279.1 + bin/containerd-shim-runc-v2 [2022-08-25T22:46:11.446Z] #56 279.9 + binaries [2022-08-25T22:46:11.446Z] #56 279.9 + install -D bin/containerd /build/containerd [2022-08-25T22:46:11.446Z] #56 279.9 + install -D bin/containerd-shim /build/containerd-shim [2022-08-25T22:46:11.446Z] #56 279.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-25T22:46:11.446Z] #56 279.9 + install -D bin/ctr /build/ctr [2022-08-25T22:46:11.565Z] #43 229.6 CC criu/rst-malloc.o [2022-08-25T22:46:12.502Z] #43 230.3 CC criu/seccomp.o [2022-08-25T22:46:13.439Z] #43 231.5 CC criu/seize.o [2022-08-25T22:46:14.988Z] #43 232.8 CC criu/servicefd.o [2022-08-25T22:46:15.640Z] #56 DONE 283.9s [2022-08-25T22:46:15.925Z] #43 233.8 CC criu/shmem.o [2022-08-25T22:46:16.210Z] [2022-08-25T22:46:16.210Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-25T22:46:16.210Z] #57 sha256:864eb9593f0241699758e33a71176d52a36de4d592f34762dccf3eb0d6c7f2e9 [2022-08-25T22:46:17.302Z] #43 235.5 CC criu/sigframe.o [2022-08-25T22:46:17.561Z] #43 235.8 CC criu/signalfd.o [2022-08-25T22:46:18.115Z] #57 DONE 1.6s [2022-08-25T22:46:18.115Z] [2022-08-25T22:46:18.115Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-25T22:46:18.115Z] #61 sha256:1acf09b722276050539e01c6df3ddaeec0cc67160d514564ef4fdc8d5796b215 [2022-08-25T22:46:18.115Z] #61 DONE 0.4s [2022-08-25T22:46:18.115Z] [2022-08-25T22:46:18.115Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-25T22:46:18.115Z] #66 sha256:06e0e2bc2fa48abdc9f0cece2a919fe570aea6013a24bae207d6d201804df431 [2022-08-25T22:46:18.498Z] #43 236.5 CC criu/sk-inet.o [2022-08-25T22:46:20.021Z] #66 DONE 1.8s [2022-08-25T22:46:20.021Z] [2022-08-25T22:46:20.021Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-25T22:46:20.021Z] #68 sha256:92d236230c352e1b0ea8de0ceca0e4ffb1941b893c0b5824e7c98bbf3e96939e [2022-08-25T22:46:20.021Z] #68 DONE 0.0s [2022-08-25T22:46:20.021Z] [2022-08-25T22:46:20.021Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-25T22:46:20.021Z] #69 sha256:078ee953b6079f00670f31bed4512a3437c5e55f2497059277236655e1026bee [2022-08-25T22:46:20.021Z] #69 DONE 0.0s [2022-08-25T22:46:20.021Z] [2022-08-25T22:46:20.021Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-25T22:46:20.021Z] #70 sha256:a88184f3931d630dd993c99383b7692b45ef52fed33e1d0fdb0ce0eacf6a83c9 [2022-08-25T22:46:20.401Z] #43 238.4 CC criu/sk-netlink.o [2022-08-25T22:46:20.963Z] #70 DONE 0.8s [2022-08-25T22:46:20.963Z] [2022-08-25T22:46:20.963Z] #71 exporting to image [2022-08-25T22:46:20.963Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-25T22:46:20.963Z] #71 exporting layers [2022-08-25T22:46:20.968Z] #43 239.1 CC criu/sk-packet.o [2022-08-25T22:46:22.346Z] #43 240.3 CC criu/sk-queue.o [2022-08-25T22:46:22.913Z] #43 241.0 CC criu/sk-tcp.o [2022-08-25T22:46:23.855Z] #43 241.9 CC criu/sk-unix.o [2022-08-25T22:46:24.304Z] #71 exporting layers 3.6s done [2022-08-25T22:46:24.304Z] #71 writing image sha256:70f20e7169fea0ab31f67d3508fd04b9d66a4cec1d6ae28df67c9b08e2985325 done [2022-08-25T22:46:24.304Z] #71 naming to docker.io/library/docker:8bd86a0699c26fd012c7df4f85136a2347c9340e done [2022-08-25T22:46:24.304Z] #71 DONE 3.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-08-25T22:46:24.642Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/test/unit [2022-08-25T22:46:27.182Z] ? github.com/docker/docker/api [no test files] [2022-08-25T22:46:28.048Z] #43 245.5 CC criu/sockets.o [2022-08-25T22:46:29.425Z] #43 247.2 CC criu/stats.o [2022-08-25T22:46:29.993Z] #43 247.9 CC criu/string.o [2022-08-25T22:46:29.993Z] #43 248.1 CC criu/sysctl.o [2022-08-25T22:46:31.371Z] #43 249.3 CC criu/sysfs_parse.o [2022-08-25T22:46:31.939Z] #43 249.9 CC criu/timens.o [2022-08-25T22:46:32.198Z] #43 250.4 CC criu/timerfd.o [2022-08-25T22:46:32.766Z] #43 ... [2022-08-25T22:46:32.766Z] [2022-08-25T22:46:32.766Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:46:32.766Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:46:32.766Z] #40 347.6 + dpkg --print-architecture [2022-08-25T22:46:32.766Z] #40 347.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-08-25T22:46:33.025Z] #40 347.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-08-25T22:46:33.025Z] #40 347.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-08-25T22:46:36.945Z] b111c3320c94: Pull complete [2022-08-25T22:46:38.277Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|name|types_sizes|deps|exports_file|files) took 2m25.195185923s [2022-08-25T22:46:38.277Z] 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-08-25T22:46:38.277Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 390.638989ms [2022-08-25T22:46:39.401Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-08-25T22:46:43.004Z] #40 ... [2022-08-25T22:46:43.004Z] [2022-08-25T22:46:43.004Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-25T22:46:43.004Z] #43 sha256:ab1d4c10b65ddcf06e6719f9f772df3c5628d382142f9c22e2fa95485dc4dbfa [2022-08-25T22:46:43.004Z] #43 251.0 CC criu/tty.o [2022-08-25T22:46:43.004Z] #43 254.8 CC criu/tun.o [2022-08-25T22:46:43.004Z] #43 255.8 CC criu/uffd.o [2022-08-25T22:46:43.004Z] #43 258.3 CC criu/util.o [2022-08-25T22:46:43.004Z] #43 261.0 CC criu/uts_ns.o [2022-08-25T22:46:43.572Z] #43 261.4 CC criu/vdso-compat.o [2022-08-25T22:46:44.140Z] #43 262.1 CC criu/vdso.o [2022-08-25T22:46:44.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-25T22:46:44.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-25T22:46:45.082Z] #43 263.2 LINK criu/built-in.o [2022-08-25T22:46:45.650Z] #43 263.6 LINK criu/criu [2022-08-25T22:46:46.217Z] #43 264.4 DEP lib/c/criu.d [2022-08-25T22:46:46.476Z] #43 264.6 CC images/rpc.pb-c.o [2022-08-25T22:46:47.854Z] #43 265.8 CC lib/c/criu.o [2022-08-25T22:46:49.759Z] #43 268.0 LINK lib/c/built-in.o [2022-08-25T22:46:50.019Z] #43 268.0 LINK lib/c/libcriu.so [2022-08-25T22:46:50.019Z] #43 268.1 LINK lib/c/libcriu.a [2022-08-25T22:46:50.279Z] #43 268.4 GEN magic.py [2022-08-25T22:46:50.539Z] #43 268.6 Note: Building without setproctitle() and strlcpy() support. [2022-08-25T22:46:50.539Z] #43 268.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-25T22:46:50.539Z] #43 268.6 Note: Building without GnuTLS support [2022-08-25T22:46:50.539Z] #43 268.7 Makefile.config:39: Warn: you have no libnftables installed [2022-08-25T22:46:50.539Z] #43 268.7 Makefile.config:40: Warn: Building without nftables support [2022-08-25T22:46:52.446Z] #43 270.2 fatal: not a git repository (or any of the parent directories): .git [2022-08-25T22:46:53.427Z] #43 271.6 make[1]: Nothing to be done for 'all'. [2022-08-25T22:46:55.355Z] #43 273.1 make[1]: 'images/built-in.o' is up to date. [2022-08-25T22:46:55.355Z] #43 273.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-25T22:46:55.355Z] #43 273.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-25T22:46:55.355Z] #43 273.2 make[1]: 'compel/libcompel.a' is up to date. [2022-08-25T22:46:55.355Z] #43 273.3 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-25T22:46:55.355Z] #43 273.3 make[1]: Nothing to be done for 'all'. [2022-08-25T22:46:55.355Z] #43 273.4 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-25T22:46:55.923Z] #43 273.7 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:55.923Z] #43 273.8 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:55.923Z] #43 273.9 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:56.182Z] #43 274.1 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:56.182Z] #43 274.2 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:56.182Z] #43 274.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:56.441Z] #43 274.3 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:56.441Z] #43 274.5 make[2]: Nothing to be done for 'all'. [2022-08-25T22:46:56.701Z] #43 274.6 INSTALL criu/criu [2022-08-25T22:46:56.961Z] #43 DONE 274.9s [2022-08-25T22:46:56.961Z] [2022-08-25T22:46:56.961Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:46:56.961Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:47:11.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-25T22:47:15.051Z] #56 ... [2022-08-25T22:47:15.051Z] [2022-08-25T22:47:15.051Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-25T22:47:15.051Z] #40 sha256:ea18efa6ff3c2aae2d0d517d9a20fb30e7cc3db3a601e17da964d1ca0d2a91b1 [2022-08-25T22:47:15.051Z] #40 DONE 387.5s [2022-08-25T22:47:15.051Z] [2022-08-25T22:47:15.051Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:47:15.051Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:47:15.619Z] #56 ... [2022-08-25T22:47:15.619Z] [2022-08-25T22:47:15.619Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-25T22:47:15.619Z] #41 sha256:e9d936bb3f91f280a4110e1d53ad3c4f075e6018eb5dca7dd1bbfff40e7f569d [2022-08-25T22:47:15.878Z] #41 DONE 0.4s [2022-08-25T22:47:15.878Z] [2022-08-25T22:47:15.878Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:47:15.878Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:47:16.137Z] #56 ... [2022-08-25T22:47:16.137Z] [2022-08-25T22:47:16.137Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-25T22:47:16.137Z] #44 sha256:9163da3da76f6ef1bcb6309e357f6313edbee2ea93272956cba259559aa126bf [2022-08-25T22:47:16.137Z] #44 DONE 0.1s [2022-08-25T22:47:16.137Z] [2022-08-25T22:47:16.137Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-25T22:47:16.137Z] #46 sha256:2fc2ecea69406e723119e28393b1857c57a06fefa0d3f4f66bf9aa84473d3d79 [2022-08-25T22:47:16.137Z] #46 DONE 0.1s [2022-08-25T22:47:16.137Z] [2022-08-25T22:47:16.137Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:47:16.137Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:47:16.137Z] #49 ... [2022-08-25T22:47:16.137Z] [2022-08-25T22:47:16.137Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-25T22:47:16.137Z] #48 sha256:1688582cc0658f6a29db790cec12ece7e97cd748379a0b8fd5c82401c191afe6 [2022-08-25T22:47:16.137Z] #48 DONE 0.1s [2022-08-25T22:47:16.395Z] [2022-08-25T22:47:16.396Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:47:16.396Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:47:17.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-25T22:47:18.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-25T22:47:19.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-25T22:47:20.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-25T22:47:20.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-25T22:47:21.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-25T22:47:24.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-25T22:47:25.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-25T22:47:26.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-25T22:47:26.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-25T22:47:27.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-25T22:47:28.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-25T22:47:29.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-25T22:47:29.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-25T22:47:30.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-25T22:47:31.636Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-25T22:47:31.636Z] Using test binary docker [2022-08-25T22:47:31.636Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-25T22:47:31.636Z] Starting apparmor (via systemctl): apparmor.service. [2022-08-25T22:47:31.636Z] Starting dockerd [2022-08-25T22:47:31.636Z] INFO: Waiting for daemon to start... [2022-08-25T22:47:33.521Z] . [2022-08-25T22:47:33.521Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-25T22:47:33.521Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-25T22:47:33.521Z] Error: No such image: emptyfs [2022-08-25T22:47:33.777Z] Running integration-test (iteration 1) [2022-08-25T22:47:33.777Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-25T22:47:45.995Z] INFO [linters context/goanalysis] analyzers took 3m45.804499485s with top 10 stages: buildir: 1m42.314280103s, goimports: 19.542172144s, unconvert: 13.935714709s, gosec: 11.36289672s, S1038: 6.795994056s, golint: 5.737067571s, misspell: 5.118330441s, inspect: 3.955462346s, nilness: 3.893775782s, S1039: 2.904936864s [2022-08-25T22:47:45.995Z] INFO [runner] Issues before processing: 2482, after processing: 0 [2022-08-25T22:47:45.995Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1870/1870, skip_files: 1870/1870, autogenerated_exclude: 1765/1870, exclude: 1765/1765, filename_unadjuster: 1870/1870, skip_dirs: 1870/1870, identifier_marker: 1765/1765, exclude-rules: 78/1765, cgo: 1870/2482, nolint: 0/78 [2022-08-25T22:47:45.995Z] INFO [runner] processing took 68.836274ms with stages: nolint: 26.805042ms, identifier_marker: 18.676536ms, path_prettifier: 7.619882ms, exclude-rules: 7.113211ms, autogenerated_exclude: 6.799756ms, skip_dirs: 1.481643ms, cgo: 230.821µs, filename_unadjuster: 104.062µs, max_same_issues: 1.51µs, skip_files: 778ns, uniq_by_line: 620ns, sort_results: 340ns, diff: 306ns, source_code: 303ns, max_from_linter: 297ns, exclude: 285ns, max_per_file_from_linter: 258ns, severity-rules: 225ns, path_shortener: 203ns, path_prefixer: 196ns [2022-08-25T22:47:45.995Z] INFO [runner] linters took 1m17.611401304s with stages: goanalysis_metalinter: 1m17.542426285s [2022-08-25T22:47:45.995Z] INFO File cache stats: 1456 entries of total size 6.9MiB [2022-08-25T22:47:45.995Z] INFO Memory: 2234 samples, avg is 281.8MB, max is 1080.8MB [2022-08-25T22:47:45.995Z] INFO Execution took 3m43.205742238s [2022-08-25T22:47:45.995Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-08-25T22:47:46.323Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh dynbinary-daemon test-docker-py [2022-08-25T22:47:46.893Z] [2022-08-25T22:47:46.893Z] Removing bundles/ [2022-08-25T22:47:46.893Z] [2022-08-25T22:47:46.893Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2022-08-25T22:47:46.893Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:47:46.893Z] GOOS="" GOARCH="" GOARM="" [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 16.2% of statements [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/container [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/events [no test files] [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/image [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/network [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/builder/remotecontext 0.075s coverage: 13.7% of statements [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/builder/dockerfile 0.180s coverage: 48.5% of statements [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-08-25T22:47:47.118Z] ok github.com/docker/docker/builder/remotecontext/git 1.588s coverage: 86.3% of statements [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/cli [no test files] [2022-08-25T22:47:47.118Z] ? github.com/docker/docker/cli/config [no test files] [2022-08-25T22:47:48.615Z] Loaded image: buildpack-deps:buster [2022-08-25T22:47:48.615Z] Loaded image: busybox:latest [2022-08-25T22:47:48.615Z] Loaded image: busybox:glibc [2022-08-25T22:47:49.542Z] Loaded image: debian:bullseye [2022-08-25T22:47:49.542Z] Loaded image: hello-world:latest [2022-08-25T22:47:49.542Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:47:49.542Z] INFO: Testing against a local daemon [2022-08-25T22:47:49.542Z] === RUN TestCgroupNamespacesBuild [2022-08-25T22:47:50.415Z] ok github.com/docker/docker/client 0.112s coverage: 75.4% of statements [2022-08-25T22:47:52.054Z] --- PASS: TestCgroupNamespacesBuild (2.29s) [2022-08-25T22:47:52.054Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-25T22:47:52.980Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-08-25T22:47:52.980Z] === RUN TestBuildWithSession [2022-08-25T22:47:52.980Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:47:52.980Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-25T22:47:52.980Z] === RUN TestBuildSquashParent [2022-08-25T22:47:55.114Z] #49 ... [2022-08-25T22:47:55.114Z] [2022-08-25T22:47:55.114Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-25T22:47:55.114Z] #53 sha256:b71fa301f471956aa38f058cf369ceb78086174633d59b323326a0d3dfde94b0 [2022-08-25T22:47:55.114Z] #53 248.7 + mkdir -p /build [2022-08-25T22:47:55.114Z] #53 248.7 + cp runc /build/runc [2022-08-25T22:47:55.114Z] #53 DONE 249.6s [2022-08-25T22:47:55.114Z] [2022-08-25T22:47:55.114Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:47:55.114Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:47:56.051Z] #56 ... [2022-08-25T22:47:56.051Z] [2022-08-25T22:47:56.051Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-25T22:47:56.051Z] #49 sha256:cb9200155a37c5e4ddc6ca6c2c05eb5849e0e8fc24b18591ee70a68ff708c029 [2022-08-25T22:47:56.051Z] #49 431.1 + /build/golangci-lint --version [2022-08-25T22:47:56.987Z] #49 432.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-25T22:47:57.924Z] #49 DONE 433.1s [2022-08-25T22:47:57.924Z] [2022-08-25T22:47:57.924Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:47:57.924Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:47:58.218Z] --- PASS: TestBuildSquashParent (4.23s) [2022-08-25T22:47:58.218Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-25T22:47:58.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:47:58.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:47:58.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:47:58.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:47:58.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:47:58.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:47:58.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:47:58.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:47:58.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:47:58.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:47:58.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:47:58.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:47:58.218Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:47:58.218Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:47:58.780Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:47:58.780Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:47:59.298Z] #56 369.9 + bin/containerd [2022-08-25T22:48:00.668Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:48:00.668Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:48:01.593Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-08-25T22:48:01.593Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.50s) [2022-08-25T22:48:01.593Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.51s) [2022-08-25T22:48:01.593Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.49s) [2022-08-25T22:48:01.593Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.53s) [2022-08-25T22:48:01.593Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.12s) [2022-08-25T22:48:01.593Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.26s) [2022-08-25T22:48:01.593Z] === RUN TestBuildMultiStageCopy [2022-08-25T22:48:01.593Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-25T22:48:02.594Z] #56 ... [2022-08-25T22:48:02.594Z] [2022-08-25T22:48:02.594Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-25T22:48:02.594Z] #50 sha256:242e182e5e5c7e25af4d697f067722ea81b380f06f7d53b15c37469af8ec06e2 [2022-08-25T22:48:02.594Z] #50 DONE 0.6s [2022-08-25T22:48:02.853Z] [2022-08-25T22:48:02.853Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-25T22:48:02.853Z] #52 sha256:6ab95a337b526b0875e4d92d3745ab38a5229ecaad41ff65b931cfae9b6b8d19 [2022-08-25T22:48:02.853Z] #52 DONE 0.1s [2022-08-25T22:48:02.853Z] [2022-08-25T22:48:02.853Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-25T22:48:02.854Z] #54 sha256:453c2a39fa49638ce532f2328129b71182b53d4562a2303c68a508669712bf5b [2022-08-25T22:48:02.854Z] #54 DONE 0.2s [2022-08-25T22:48:02.854Z] [2022-08-25T22:48:02.854Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-25T22:48:02.854Z] #56 sha256:8773f2722463c5a7d5ff65b36616e818ec3e2d9cc3e7daa7027a05f189619af0 [2022-08-25T22:48:02.958Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-25T22:48:02.958Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-25T22:48:03.232Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-25T22:48:03.503Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-25T22:48:03.503Z] --- PASS: TestBuildMultiStageCopy (2.00s) [2022-08-25T22:48:03.503Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.20s) [2022-08-25T22:48:03.503Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-08-25T22:48:03.503Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-08-25T22:48:03.503Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-08-25T22:48:03.503Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2022-08-25T22:48:03.503Z] === RUN TestBuildMultiStageParentConfig [2022-08-25T22:48:04.073Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2022-08-25T22:48:04.073Z] === RUN TestBuildLabelWithTargets [2022-08-25T22:48:04.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-25T22:48:04.999Z] --- PASS: TestBuildLabelWithTargets (0.87s) [2022-08-25T22:48:04.999Z] === RUN TestBuildWithEmptyLayers [2022-08-25T22:48:05.560Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2022-08-25T22:48:05.560Z] === RUN TestBuildMultiStageOnBuild [2022-08-25T22:48:06.968Z] --- PASS: TestBuildMultiStageOnBuild (1.47s) [2022-08-25T22:48:06.968Z] === RUN TestBuildUncleanTarFilenames [2022-08-25T22:48:07.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-25T22:48:07.531Z] --- PASS: TestBuildUncleanTarFilenames (0.51s) [2022-08-25T22:48:07.531Z] === RUN TestBuildMultiStageLayerLeak [2022-08-25T22:48:08.893Z] --- PASS: TestBuildMultiStageLayerLeak (1.44s) [2022-08-25T22:48:08.893Z] === RUN TestBuildWithHugeFile [2022-08-25T22:48:22.525Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 29.1% of statements [2022-08-25T22:48:22.525Z] ok github.com/docker/docker/container 0.117s coverage: 34.5% of statements [2022-08-25T22:48:22.525Z] ? github.com/docker/docker/container/stream [no test files] [2022-08-25T22:48:22.525Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-08-25T22:48:22.525Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-08-25T22:48:22.525Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-08-25T22:48:25.821Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2022-08-25T22:48:26.759Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-08-25T22:48:27.699Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2022-08-25T22:48:34.272Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.8% of statements [2022-08-25T22:48:35.212Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.8% of statements [2022-08-25T22:48:35.782Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2022-08-25T22:48:36.042Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-08-25T22:48:36.612Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-08-25T22:48:38.524Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.949s coverage: 73.3% of statements [2022-08-25T22:48:39.463Z] ok github.com/docker/docker/daemon 12.114s coverage: 17.1% of statements [2022-08-25T22:48:39.463Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-08-25T22:48:39.463Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-08-25T22:48:39.463Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-08-25T22:48:39.463Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-08-25T22:48:40.032Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2022-08-25T22:48:40.602Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.303s coverage: 60.7% of statements [2022-08-25T22:48:42.046Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-08-25T22:48:43.005Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.218s coverage: 50.5% of statements [2022-08-25T22:48:44.919Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.095s coverage: 46.2% of statements [2022-08-25T22:48:44.919Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-08-25T22:48:45.180Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.915s coverage: 58.0% of statements [2022-08-25T22:48:45.180Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-08-25T22:48:45.180Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-08-25T22:48:45.773Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2022-08-25T22:48:46.376Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-08-25T22:48:46.650Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2022-08-25T22:48:48.034Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.6% of statements [2022-08-25T22:48:48.034Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-08-25T22:48:48.034Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-08-25T22:48:48.295Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.2% of statements [2022-08-25T22:48:48.867Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2022-08-25T22:48:49.127Z] ok github.com/docker/docker/daemon/logger/awslogs 0.123s coverage: 77.4% of statements [2022-08-25T22:48:49.127Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-08-25T22:48:49.127Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-08-25T22:48:49.355Z] 294d77ac553d: Pull complete [2022-08-25T22:48:49.355Z] Digest: sha256:8ca3aaeb91e7715a98a0769dc62ed69212aac3e0bbee12ffd13b5e36d992d127 [2022-08-25T22:48:49.355Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T22:48:49.355Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T22:48:49.355Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-08-25T22:48:49.355Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-08-25T22:48:49.355Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.3287' [2022-08-25T22:48:49.355Z] INFO: Docker version of control daemon [2022-08-25T22:48:49.355Z] [2022-08-25T22:48:49.355Z] Client: [2022-08-25T22:48:49.355Z] Version: 20.10.9 [2022-08-25T22:48:49.355Z] API version: 1.41 [2022-08-25T22:48:49.355Z] Go version: go1.16.8 [2022-08-25T22:48:49.355Z] Git commit: c2ea9bc [2022-08-25T22:48:49.355Z] Built: Mon Oct 4 16:11:10 2021 [2022-08-25T22:48:49.355Z] OS/Arch: windows/amd64 [2022-08-25T22:48:49.355Z] Context: default [2022-08-25T22:48:49.355Z] Experimental: true [2022-08-25T22:48:49.355Z] [2022-08-25T22:48:49.355Z] Server: Docker Engine - Community [2022-08-25T22:48:49.355Z] Engine: [2022-08-25T22:48:49.355Z] Version: 20.10.9 [2022-08-25T22:48:49.355Z] API version: 1.41 (minimum version 1.24) [2022-08-25T22:48:49.355Z] Go version: go1.16.8 [2022-08-25T22:48:49.355Z] Git commit: 79ea9d3 [2022-08-25T22:48:49.355Z] Built: Mon Oct 4 16:06:39 2021 [2022-08-25T22:48:49.355Z] OS/Arch: windows/amd64 [2022-08-25T22:48:49.355Z] Experimental: true [2022-08-25T22:48:49.355Z] [2022-08-25T22:48:49.355Z] INFO: Docker info of control daemon [2022-08-25T22:48:49.355Z] [2022-08-25T22:48:49.697Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-08-25T22:48:49.697Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-08-25T22:48:49.958Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-08-25T22:48:50.377Z] Client: [2022-08-25T22:48:50.377Z] Context: default [2022-08-25T22:48:50.377Z] Debug Mode: false [2022-08-25T22:48:50.377Z] Plugins: [2022-08-25T22:48:50.377Z] app: Docker Application (Docker Inc., v0.8.0) [2022-08-25T22:48:50.377Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-08-25T22:48:50.377Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-08-25T22:48:50.377Z] [2022-08-25T22:48:50.377Z] Server: [2022-08-25T22:48:50.377Z] Containers: 0 [2022-08-25T22:48:50.377Z] Running: 0 [2022-08-25T22:48:50.377Z] Paused: 0 [2022-08-25T22:48:50.377Z] Stopped: 0 [2022-08-25T22:48:50.377Z] Images: 1 [2022-08-25T22:48:50.377Z] Server Version: 20.10.9 [2022-08-25T22:48:50.377Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-08-25T22:48:50.377Z] LCOW: [2022-08-25T22:48:50.377Z] Windows: [2022-08-25T22:48:50.377Z] Logging Driver: json-file [2022-08-25T22:48:50.377Z] Plugins: [2022-08-25T22:48:50.377Z] Volume: local [2022-08-25T22:48:50.377Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-08-25T22:48:50.377Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-08-25T22:48:50.377Z] Swarm: inactive [2022-08-25T22:48:50.377Z] Default Isolation: process [2022-08-25T22:48:50.377Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-08-25T22:48:50.377Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-08-25T22:48:50.377Z] OSType: windows [2022-08-25T22:48:50.377Z] Architecture: x86_64 [2022-08-25T22:48:50.377Z] CPUs: 4 [2022-08-25T22:48:50.377Z] Total Memory: 32GiB [2022-08-25T22:48:50.377Z] Name: azwin-2-33f8d0 [2022-08-25T22:48:50.377Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-08-25T22:48:50.377Z] Docker Root Dir: D:\docker [2022-08-25T22:48:50.377Z] Debug Mode: false [2022-08-25T22:48:50.377Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:48:50.377Z] Labels: [2022-08-25T22:48:50.377Z] Experimental: true [2022-08-25T22:48:50.377Z] Insecure Registries: [2022-08-25T22:48:50.377Z] 10.0.0.4:5000 [2022-08-25T22:48:50.377Z] 127.0.0.0/8 [2022-08-25T22:48:50.377Z] Registry Mirrors: [2022-08-25T22:48:50.377Z] http://10.0.0.4:5000/ [2022-08-25T22:48:50.377Z] Live Restore Enabled: false [2022-08-25T22:48:50.377Z] Product License: Community Engine [2022-08-25T22:48:50.377Z] [2022-08-25T22:48:50.377Z] [2022-08-25T22:48:50.377Z] INFO: Commit hash is 8bd86a0699 [2022-08-25T22:48:50.377Z] INFO: Nuke-Everything... [2022-08-25T22:48:50.377Z] INFO: Container count on control daemon to delete is 0 [2022-08-25T22:48:50.529Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 78.7% of statements [2022-08-25T22:48:50.529Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-08-25T22:48:50.794Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 54.7% of statements [2022-08-25T22:48:51.056Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.007s coverage: 31.5% of statements [2022-08-25T22:48:51.399Z] INFO: Nuking d:\CI [2022-08-25T22:48:51.399Z] INFO: Zapped successfully [2022-08-25T22:48:51.627Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 46.8% of statements [2022-08-25T22:48:51.888Z] INFO: Location for testing is d:\CI\PR-44041\1 [2022-08-25T22:48:51.888Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-08-25T22:48:51.888Z] [2022-08-25T22:48:51.888Z] [2022-08-25T22:48:51.888Z] INFO: Building the image from Dockerfile.windows at 08/25/2022 22:48:51... [2022-08-25T22:48:51.888Z] [2022-08-25T22:48:52.197Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-08-25T22:48:52.767Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-08-25T22:48:53.337Z] ok github.com/docker/docker/daemon/logger/splunk 1.493s coverage: 82.5% of statements [2022-08-25T22:48:53.337Z] ? github.com/docker/docker/daemon/names [no test files] [2022-08-25T22:48:53.337Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-08-25T22:48:54.277Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 48.2% of statements [2022-08-25T22:48:55.657Z] ok github.com/docker/docker/distribution 1.496s coverage: 27.6% of statements [2022-08-25T22:48:55.657Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-08-25T22:48:55.916Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-08-25T22:48:56.486Z] ok github.com/docker/docker/image 0.015s coverage: 86.8% of statements [2022-08-25T22:48:56.746Z] ok github.com/docker/docker/distribution/xfer 1.886s coverage: 84.6% of statements [2022-08-25T22:48:56.746Z] ? github.com/docker/docker/dockerversion [no test files] [2022-08-25T22:48:57.006Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-08-25T22:48:57.006Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-08-25T22:48:57.266Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2022-08-25T22:48:57.266Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-08-25T22:48:57.527Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-08-25T22:48:58.468Z] ok github.com/docker/docker/oci 0.009s coverage: 40.6% of statements [2022-08-25T22:48:59.038Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2022-08-25T22:48:59.129Z] #56 421.8 # github.com/containerd/containerd/cmd/containerd [2022-08-25T22:48:59.129Z] #56 421.8 /usr/bin/ld: /tmp/go-link-89256098/000019.o: in function `New': [2022-08-25T22:48:59.129Z] #56 421.8 /tmp/tmp.nSeIBFaOBL/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-08-25T22:48:59.129Z] #56 421.9 + bin/containerd-stress [2022-08-25T22:48:59.129Z] #56 423.0 + bin/containerd-shim [2022-08-25T22:48:59.298Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-08-25T22:49:00.680Z] ok github.com/docker/docker/pkg/archive 0.303s coverage: 81.9% of statements [2022-08-25T22:49:00.756Z] Sending build context to Docker daemon 58.36MB [2022-08-25T22:49:00.756Z] [2022-08-25T22:49:00.756Z] Step 1/10 : FROM microsoft/windowsservercore [2022-08-25T22:49:00.756Z] ---> e795f3f8aa80 [2022-08-25T22:49:00.756Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-08-25T22:49:00.756Z] ---> Running in e5a987916d22 [2022-08-25T22:49:00.756Z] Removing intermediate container e5a987916d22 [2022-08-25T22:49:00.756Z] ---> 7a128746ff7d [2022-08-25T22:49:00.756Z] Step 3/10 : ARG GO_VERSION=1.18.5 [2022-08-25T22:49:00.756Z] ---> Running in 3b2f180f58b9 [2022-08-25T22:49:00.756Z] Removing intermediate container 3b2f180f58b9 [2022-08-25T22:49:00.756Z] ---> 4098a8f8caa6 [2022-08-25T22:49:00.756Z] Step 4/10 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-08-25T22:49:00.756Z] ---> Running in c900eedb9e87 [2022-08-25T22:49:01.243Z] Removing intermediate container c900eedb9e87 [2022-08-25T22:49:01.243Z] ---> dd530c102c4d [2022-08-25T22:49:01.243Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-08-25T22:49:01.243Z] ---> Running in 8d90a82c49ad [2022-08-25T22:49:01.728Z] Removing intermediate container 8d90a82c49ad [2022-08-25T22:49:01.728Z] ---> 0a51624be8e0 [2022-08-25T22:49:01.728Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-08-25T22:49:01.728Z] ---> Running in 76f765782094 [2022-08-25T22:49:02.589Z] ok github.com/docker/docker/pkg/authorization 0.992s coverage: 68.3% of statements [2022-08-25T22:49:02.589Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-08-25T22:49:02.589Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-08-25T22:49:03.319Z] #56 434.1 + bin/containerd-shim-runc-v1 [2022-08-25T22:49:05.056Z] --- PASS: TestBuildWithHugeFile (49.46s) [2022-08-25T22:49:05.056Z] === RUN TestBuildWithEmptyDockerfile [2022-08-25T22:49:05.056Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:49:05.056Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:49:05.056Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:49:05.056Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:49:05.056Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:49:05.056Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:49:05.056Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:49:05.056Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:49:05.056Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:49:05.056Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-08-25T22:49:05.056Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-08-25T22:49:05.056Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-08-25T22:49:05.056Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-25T22:49:05.056Z] === RUN TestBuildPreserveOwnership [2022-08-25T22:49:05.056Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-25T22:49:05.056Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-25T22:49:05.056Z] --- PASS: TestBuildPreserveOwnership (3.11s) [2022-08-25T22:49:05.056Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.09s) [2022-08-25T22:49:05.056Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s) [2022-08-25T22:49:05.056Z] === RUN TestBuildPlatformInvalid [2022-08-25T22:49:05.056Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-08-25T22:49:05.056Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-25T22:49:05.882Z] ok github.com/docker/docker/pkg/chrootarchive 2.517s coverage: 43.5% of statements [2022-08-25T22:49:05.882Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-08-25T22:49:06.147Z] ok github.com/docker/docker/layer 7.509s coverage: 68.8% of statements [2022-08-25T22:49:06.147Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-08-25T22:49:06.147Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-08-25T22:49:06.147Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-08-25T22:49:06.147Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-08-25T22:49:06.147Z] ? github.com/docker/docker/oci/caps [no test files] [2022-08-25T22:49:06.147Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-08-25T22:49:06.147Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-08-25T22:49:06.408Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2022-08-25T22:49:06.408Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 97.6% of statements [2022-08-25T22:49:06.978Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2022-08-25T22:49:07.238Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2022-08-25T22:49:07.498Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-08-25T22:49:08.438Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-08-25T22:49:09.007Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 86.5% of statements [2022-08-25T22:49:09.577Z] ok github.com/docker/docker/pkg/fsutils 0.213s coverage: 85.1% of statements [2022-08-25T22:49:09.837Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-08-25T22:49:09.837Z] ok github.com/docker/docker/pkg/discovery/kv 3.025s coverage: 84.1% of statements [2022-08-25T22:49:09.885Z] #56 440.4 + bin/containerd-shim-runc-v2 [2022-08-25T22:49:10.451Z] #56 441.2 + binaries [2022-08-25T22:49:10.451Z] #56 441.2 + install -D bin/containerd /build/containerd [2022-08-25T22:49:10.451Z] #56 441.2 + install -D bin/containerd-shim /build/containerd-shim [2022-08-25T22:49:10.451Z] #56 441.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-25T22:49:10.451Z] #56 441.2 + install -D bin/ctr /build/ctr [2022-08-25T22:49:10.776Z] ok github.com/docker/docker/pkg/idtools 0.471s coverage: 69.5% of statements [2022-08-25T22:49:10.776Z] ok github.com/docker/docker/pkg/ioutils 0.346s coverage: 69.3% of statements [2022-08-25T22:49:11.036Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2022-08-25T22:49:11.296Z] ok github.com/docker/docker/pkg/jsonmessage 0.024s coverage: 91.7% of statements [2022-08-25T22:49:11.296Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-08-25T22:49:11.296Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-08-25T22:49:11.296Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-08-25T22:49:11.296Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2022-08-25T22:49:11.296Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-08-25T22:49:11.556Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-08-25T22:49:11.816Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-08-25T22:49:11.816Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2022-08-25T22:49:12.076Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2022-08-25T22:49:12.076Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-08-25T22:49:12.076Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-08-25T22:49:12.648Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-08-25T22:49:12.908Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-08-25T22:49:12.977Z] #56 DONE 443.3s [2022-08-25T22:49:13.167Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-08-25T22:49:13.427Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-08-25T22:49:13.552Z] [2022-08-25T22:49:13.552Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-25T22:49:13.552Z] #57 sha256:8953833e366a1472552edc4adeaf8f14fa5184af3b9c71fd02793e2073d5d73d [2022-08-25T22:49:14.118Z] #57 DONE 0.8s [2022-08-25T22:49:14.375Z] [2022-08-25T22:49:14.375Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-25T22:49:14.375Z] #61 sha256:e377c2c86805838bab0c0a0587cb3af4704d08fcacccbbe211424ff13989e7a3 [2022-08-25T22:49:14.375Z] #61 DONE 0.2s [2022-08-25T22:49:14.375Z] [2022-08-25T22:49:14.375Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-25T22:49:14.375Z] #66 sha256:3400d02d83201230f9ff80253f9ff986684fe8a72652b3708518027b2de79bb1 [2022-08-25T22:49:14.806Z] ok github.com/docker/docker/pkg/pubsub 1.048s coverage: 75.0% of statements [2022-08-25T22:49:14.993Z] Loaded image: buildpack-deps:buster [2022-08-25T22:49:14.993Z] Loaded image: busybox:latest [2022-08-25T22:49:14.993Z] Loaded image: busybox:glibc [2022-08-25T22:49:15.066Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-08-25T22:49:15.749Z] #66 DONE 1.2s [2022-08-25T22:49:15.749Z] [2022-08-25T22:49:15.749Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-25T22:49:15.749Z] #68 sha256:f67fd6b7f8f1508b5402e96a7601b45e93622eb3be9520044959555b605b0571 [2022-08-25T22:49:15.749Z] #68 DONE 0.1s [2022-08-25T22:49:15.749Z] [2022-08-25T22:49:15.749Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-25T22:49:15.749Z] #69 sha256:ccb1d63b428ac7daeaa27de163219c0f9e8ae92b7993e13f4f9150635f75b69d [2022-08-25T22:49:15.749Z] #69 DONE 0.0s [2022-08-25T22:49:15.749Z] [2022-08-25T22:49:15.749Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-25T22:49:15.749Z] #70 sha256:24bb28207df6b8bb1374e031f96c3d7bf2fee18c8ed553a8a417f3e7e69c5cce [2022-08-25T22:49:17.509Z] Loaded image: debian:bullseye [2022-08-25T22:49:17.509Z] Loaded image: hello-world:latest [2022-08-25T22:49:17.509Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:49:19.263Z] ok github.com/docker/docker/pkg/signal 3.346s coverage: 62.3% of statements [2022-08-25T22:49:19.263Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-08-25T22:49:19.263Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-08-25T22:49:19.263Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-08-25T22:49:19.839Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 52.5% of statements [2022-08-25T22:49:20.164Z] #70 DONE 3.8s [2022-08-25T22:49:20.164Z] [2022-08-25T22:49:20.164Z] #71 exporting to image [2022-08-25T22:49:20.164Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-25T22:49:20.164Z] #71 exporting layers [2022-08-25T22:49:20.409Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2022-08-25T22:49:20.669Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2022-08-25T22:49:21.240Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-08-25T22:49:21.240Z] coverage: [no statements] [2022-08-25T22:49:21.240Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-08-25T22:49:21.809Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-08-25T22:49:21.809Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-08-25T22:49:22.068Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-08-25T22:49:23.240Z] [2022-08-25T22:49:23.241Z] SUCCESS: Specified value was saved. [2022-08-25T22:49:23.241Z] INFO: Downloading git... [2022-08-25T22:49:23.978Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-08-25T22:49:24.237Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-08-25T22:49:24.497Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.6% of statements [2022-08-25T22:49:24.896Z] INFO: Downloading go... [2022-08-25T22:49:25.589Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.15s) [2022-08-25T22:49:25.589Z] PASS [2022-08-25T22:49:25.589Z] [2022-08-25T22:49:25.589Z] === Skipped [2022-08-25T22:49:25.589Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-25T22:49:25.589Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:49:25.589Z] [2022-08-25T22:49:25.589Z] DONE 33 tests, 1 skipped in 111.037s [2022-08-25T22:49:25.589Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-25T22:49:25.589Z] INFO: Testing against a local daemon [2022-08-25T22:49:25.589Z] === RUN TestConfigInspect [2022-08-25T22:49:25.877Z] ok github.com/docker/docker/quota 0.240s coverage: 71.4% of statements [2022-08-25T22:49:26.137Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-08-25T22:49:26.531Z] INFO: Downloading compiler 1 of 3... [2022-08-25T22:49:26.531Z] INFO: Downloading compiler 2 of 3... [2022-08-25T22:49:26.986Z] --- PASS: TestConfigInspect (2.09s) [2022-08-25T22:49:26.986Z] === RUN TestConfigList [2022-08-25T22:49:27.017Z] INFO: Downloading compiler 3 of 3... [2022-08-25T22:49:27.017Z] INFO: Extracting git... [2022-08-25T22:49:27.105Z] ok github.com/docker/docker/registry 0.081s coverage: 57.1% of statements [2022-08-25T22:49:27.691Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-08-25T22:49:27.951Z] ok github.com/docker/docker/restartmanager 0.008s coverage: 50.9% of statements [2022-08-25T22:49:28.274Z] #71 exporting layers 7.7s done [2022-08-25T22:49:28.274Z] #71 writing image sha256:164d96c14ea99d80c26faad064698547b2a57f1467964bb4bb706ec4fe90306e done [2022-08-25T22:49:28.274Z] #71 naming to docker.io/library/docker:8bd86a0699c26fd012c7df4f85136a2347c9340e done [2022-08-25T22:49:28.274Z] #71 DONE 7.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T22:49:28.521Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2022-08-25T22:49:28.521Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-08-25T22:49:28.610Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -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=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh dynbinary test-integration [2022-08-25T22:49:28.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-25T22:49:28.886Z] --- PASS: TestConfigList (2.05s) [2022-08-25T22:49:28.886Z] === RUN TestConfigsCreateAndDelete [2022-08-25T22:49:29.985Z] [2022-08-25T22:49:29.985Z] Removing bundles/ [2022-08-25T22:49:29.985Z] [2022-08-25T22:49:29.985Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-25T22:49:29.985Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:49:29.985Z] GOOS="" GOARCH="" GOARM="" [2022-08-25T22:49:30.429Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-08-25T22:49:31.000Z] ok github.com/docker/docker/volume/local 0.083s coverage: 76.4% of statements [2022-08-25T22:49:31.398Z] --- PASS: TestConfigsCreateAndDelete (2.10s) [2022-08-25T22:49:31.398Z] === RUN TestConfigsUpdate [2022-08-25T22:49:31.569Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2022-08-25T22:49:32.508Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2022-08-25T22:49:33.286Z] --- PASS: TestConfigsUpdate (2.12s) [2022-08-25T22:49:33.286Z] === RUN TestTemplatedConfig [2022-08-25T22:49:35.798Z] --- PASS: TestTemplatedConfig (2.49s) [2022-08-25T22:49:35.798Z] === RUN TestConfigCreateResolve [2022-08-25T22:49:37.684Z] --- PASS: TestConfigCreateResolve (2.09s) [2022-08-25T22:49:37.684Z] === RUN TestConfigDaemonLibtrustID [2022-08-25T22:49:38.244Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-08-25T22:49:38.244Z] PASS [2022-08-25T22:49:38.244Z] [2022-08-25T22:49:38.244Z] DONE 7 tests in 13.502s [2022-08-25T22:49:38.244Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-25T22:49:38.244Z] INFO: Testing against a local daemon [2022-08-25T22:49:38.244Z] === RUN TestCheckpoint [2022-08-25T22:49:38.244Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:49:38.244Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-25T22:49:38.244Z] === RUN TestContainerInvalidJSON [2022-08-25T22:49:38.412Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:49:38.412Z] [2022-08-25T22:49:38.412Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-08-25T22:49:38.412Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-08-25T22:49:38.412Z] Using test binary docker [2022-08-25T22:49:38.412Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-25T22:49:38.412Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-25T22:49:38.412Z] INFO: Waiting for daemon to start... [2022-08-25T22:49:38.412Z] Starting dockerd [2022-08-25T22:49:38.412Z] . [2022-08-25T22:49:38.412Z] INFO: Building docker-sdk-python3:4.4.1... [2022-08-25T22:49:38.500Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:49:38.500Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:49:38.500Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:49:38.500Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:49:38.500Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:49:38.500Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:49:38.500Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:49:38.500Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:49:38.500Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:49:38.500Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-25T22:49:38.500Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-25T22:49:38.500Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-25T22:49:38.500Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-25T22:49:38.500Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-25T22:49:38.500Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-08-25T22:49:38.500Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-25T22:49:38.500Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-25T22:49:38.500Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-25T22:49:38.500Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-08-25T22:49:38.500Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-25T22:49:38.500Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-08-25T22:49:38.500Z] === RUN TestCopyFromContainer [2022-08-25T22:49:39.427Z] === RUN TestCopyFromContainer// [2022-08-25T22:49:39.683Z] === RUN TestCopyFromContainer//bar/root [2022-08-25T22:49:39.683Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-25T22:49:39.683Z] === RUN TestCopyFromContainer/bar/quux [2022-08-25T22:49:39.683Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-25T22:49:39.938Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-25T22:49:39.938Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-25T22:49:39.938Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-25T22:49:39.938Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-25T22:49:39.938Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer (1.49s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer// (0.07s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-08-25T22:49:40.194Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-08-25T22:49:40.194Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-25T22:49:40.194Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:49:40.194Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:49:40.194Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:49:40.194Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:49:40.194Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:49:40.194Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:49:40.194Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:49:40.194Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:49:40.194Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:49:40.194Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-08-25T22:49:40.194Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-25T22:49:40.194Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-25T22:49:40.194Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-25T22:49:40.194Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-25T22:49:40.194Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-08-25T22:49:40.194Z] === RUN TestCreateWithInvalidEnv [2022-08-25T22:49:40.194Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-25T22:49:40.194Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-25T22:49:40.194Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-25T22:49:40.194Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-25T22:49:40.194Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-25T22:49:40.194Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-25T22:49:40.194Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-25T22:49:40.194Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-25T22:49:40.194Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-25T22:49:40.194Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-25T22:49:40.194Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-25T22:49:40.194Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-25T22:49:40.194Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-25T22:49:40.194Z] === RUN TestCreateTmpfsMountsTarget [2022-08-25T22:49:40.194Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-08-25T22:49:40.194Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-25T22:49:41.559Z] --- PASS: TestCreateWithCustomMaskedPaths (1.40s) [2022-08-25T22:49:41.559Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-25T22:49:42.924Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.44s) [2022-08-25T22:49:42.924Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-25T22:49:42.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:49:42.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:49:42.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:49:42.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:49:42.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:49:42.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:49:42.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:49:42.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:49:42.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:49:42.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:49:42.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:49:42.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:49:42.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:49:42.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:49:42.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:49:43.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-25T22:49:43.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-08-25T22:49:43.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-25T22:49:43.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-25T22:49:43.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-25T22:49:43.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-25T22:49:43.180Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-25T22:49:43.435Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.47s) [2022-08-25T22:49:43.435Z] === RUN TestCreateDifferentPlatform [2022-08-25T22:49:43.435Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-25T22:49:43.435Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-25T22:49:43.435Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-08-25T22:49:43.435Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-25T22:49:43.435Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-25T22:49:43.435Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-25T22:49:43.690Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-08-25T22:49:43.690Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-25T22:49:43.690Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-08-25T22:49:43.690Z] === RUN TestContainerStartOnDaemonRestart [2022-08-25T22:49:43.690Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-25T22:49:43.690Z] === RUN TestDaemonRestartIpcMode [2022-08-25T22:49:43.690Z] === PAUSE TestDaemonRestartIpcMode [2022-08-25T22:49:43.690Z] === RUN TestDaemonHostGatewayIP [2022-08-25T22:49:43.690Z] === PAUSE TestDaemonHostGatewayIP [2022-08-25T22:49:43.690Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-25T22:49:43.690Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-25T22:49:43.690Z] === RUN TestContainerKillOnDaemonStart [2022-08-25T22:49:43.690Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-25T22:49:43.690Z] === RUN TestDiff [2022-08-25T22:49:44.251Z] --- PASS: TestDiff (0.50s) [2022-08-25T22:49:44.251Z] === RUN TestExecWithCloseStdin [2022-08-25T22:49:44.812Z] --- PASS: TestExecWithCloseStdin (0.54s) [2022-08-25T22:49:44.812Z] === RUN TestExec [2022-08-25T22:49:45.073Z] INFO: Expanding go... [2022-08-25T22:49:45.372Z] --- PASS: TestExec (0.58s) [2022-08-25T22:49:45.372Z] === RUN TestExecUser [2022-08-25T22:49:45.933Z] --- PASS: TestExecUser (0.54s) [2022-08-25T22:49:45.933Z] === RUN TestExportContainerAndImportImage [2022-08-25T22:49:46.495Z] --- PASS: TestExportContainerAndImportImage (0.64s) [2022-08-25T22:49:46.495Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-25T22:49:47.395Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/pkg/term [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/rootless [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/testutil/request [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/volume [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-08-25T22:49:47.395Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === Skipped [2022-08-25T22:49:47.395Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2022-08-25T22:49:47.395Z] exec_linux_test.go:19: requires AppArmor to be enabled [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2022-08-25T22:49:47.395Z] exec_linux_test.go:39: requires AppArmor to be enabled [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:74: No driver to put! [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-08-25T22:49:47.395Z] time="2022-08-25T22:48:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-08-25T22:49:47.395Z] time="2022-08-25T22:48:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-08-25T22:49:47.395Z] time="2022-08-25T22:48:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-08-25T22:49:47.395Z] time="2022-08-25T22:48:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-08-25T22:49:47.395Z] time="2022-08-25T22:48:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:74: No driver to put! [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-08-25T22:49:47.395Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-08-25T22:49:47.395Z] overlay_test.go:50: Fails to compute changes intermittently [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-08-25T22:49:47.395Z] overlay_test.go:66: Cannot run test with naive change algorithm [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T22:49:47.395Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-08-25T22:49:47.395Z] graphtest_unix.go:74: No driver to put! [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-08-25T22:49:47.395Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-08-25T22:49:47.395Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2022-08-25T22:49:47.395Z] [2022-08-25T22:49:47.395Z] DONE 2251 tests, 26 skipped in 200.297s Post stage [Pipeline] junit [2022-08-25T22:49:47.408Z] Recording test results [2022-08-25T22:49:47.860Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s) [2022-08-25T22:49:47.860Z] === RUN TestHealthCheckWorkdir [2022-08-25T22:49:48.420Z] --- PASS: TestHealthCheckWorkdir (0.75s) [2022-08-25T22:49:48.420Z] === RUN TestHealthKillContainer [2022-08-25T22:49:48.540Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T22:49:48.880Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh dynbinary test-integration [2022-08-25T22:49:49.450Z] [2022-08-25T22:49:49.450Z] Removing bundles/ [2022-08-25T22:49:49.450Z] [2022-08-25T22:49:49.450Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-25T22:49:49.450Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:49:49.450Z] GOOS="" GOARCH="" GOARM="" [2022-08-25T22:49:50.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-25T22:49:52.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-25T22:49:55.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-25T22:49:56.508Z] --- PASS: TestHealthKillContainer (8.16s) [2022-08-25T22:49:56.508Z] === RUN TestHealthCheckProcessKilled [2022-08-25T22:49:57.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-25T22:49:57.434Z] --- PASS: TestHealthCheckProcessKilled (0.73s) [2022-08-25T22:49:57.434Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-25T22:49:57.690Z] --- PASS: TestInspectCpusetInConfigPre120 (0.45s) [2022-08-25T22:49:57.690Z] === RUN TestIpcModeNone [2022-08-25T22:49:58.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-25T22:49:58.251Z] --- PASS: TestIpcModeNone (0.59s) [2022-08-25T22:49:58.251Z] === RUN TestIpcModePrivate [2022-08-25T22:49:58.813Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:58, shared: false, mustBeShared: false [2022-08-25T22:49:58.813Z] --- PASS: TestIpcModePrivate (0.55s) [2022-08-25T22:49:58.813Z] === RUN TestIpcModeShareable [2022-08-25T22:49:59.374Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:53, shared: true, mustBeShared: true [2022-08-25T22:49:59.374Z] --- PASS: TestIpcModeShareable (0.56s) [2022-08-25T22:49:59.374Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-25T22:50:01.261Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.57s) [2022-08-25T22:50:01.261Z] === RUN TestAPIIpcModeHost [2022-08-25T22:50:01.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-25T22:50:01.518Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-08-25T22:50:01.518Z] === RUN TestDaemonIpcModeShareable [2022-08-25T22:50:02.443Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-08-25T22:50:02.699Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2022-08-25T22:50:02.699Z] === RUN TestDaemonIpcModePrivate [2022-08-25T22:50:03.626Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-08-25T22:50:03.626Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-08-25T22:50:03.626Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-25T22:50:04.989Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-08-25T22:50:04.989Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s) [2022-08-25T22:50:04.989Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-25T22:50:05.915Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-08-25T22:50:05.915Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2022-08-25T22:50:05.915Z] === RUN TestIpcModeOlderClient [2022-08-25T22:50:05.915Z] === PAUSE TestIpcModeOlderClient [2022-08-25T22:50:05.915Z] === RUN TestKillContainerInvalidSignal [2022-08-25T22:50:06.481Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-08-25T22:50:06.481Z] === RUN TestKillContainer [2022-08-25T22:50:06.481Z] === RUN TestKillContainer/no_signal [2022-08-25T22:50:06.737Z] === RUN TestKillContainer/non_killing_signal [2022-08-25T22:50:06.994Z] === RUN TestKillContainer/killing_signal [2022-08-25T22:50:07.922Z] --- PASS: TestKillContainer (1.27s) [2022-08-25T22:50:07.922Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-08-25T22:50:07.922Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-08-25T22:50:07.922Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-08-25T22:50:07.922Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-25T22:50:07.922Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-25T22:50:08.179Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-25T22:50:08.740Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.14s) [2022-08-25T22:50:08.740Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-08-25T22:50:08.740Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2022-08-25T22:50:08.740Z] === RUN TestKillStoppedContainer [2022-08-25T22:50:08.740Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-08-25T22:50:08.740Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-25T22:50:08.996Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-08-25T22:50:08.996Z] === RUN TestKillDifferentUserContainer [2022-08-25T22:50:09.251Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-08-25T22:50:09.251Z] === RUN TestInspectOomKilledTrue [2022-08-25T22:50:09.251Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-08-25T22:50:09.251Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-25T22:50:09.251Z] === RUN TestInspectOomKilledFalse [2022-08-25T22:50:09.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-25T22:50:09.814Z] --- PASS: TestInspectOomKilledFalse (0.36s) [2022-08-25T22:50:09.814Z] === RUN TestLinksEtcHostsContentMatch [2022-08-25T22:50:10.070Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-08-25T22:50:10.070Z] === RUN TestLinksContainerNames [2022-08-25T22:50:10.995Z] --- PASS: TestLinksContainerNames (0.82s) [2022-08-25T22:50:10.995Z] === RUN TestLogsFollowTailEmpty [2022-08-25T22:50:11.251Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-08-25T22:50:11.251Z] === RUN TestContainerNetworkMountsNoChown [2022-08-25T22:50:11.507Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/default [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/default [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/private [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/private [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rprivate [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/slave [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/slave [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rslave [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/shared [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/shared [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rshared [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-25T22:50:11.507Z] === CONT TestMountDaemonRoot/default [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:50:11.507Z] === CONT TestMountDaemonRoot/rslave [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:50:11.507Z] === CONT TestMountDaemonRoot/rshared [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:50:11.507Z] === CONT TestMountDaemonRoot/shared [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:50:11.507Z] === CONT TestMountDaemonRoot/rprivate [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:50:11.507Z] === CONT TestMountDaemonRoot/slave [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-25T22:50:11.507Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:50:11.507Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:50:11.507Z] === CONT TestMountDaemonRoot/private [2022-08-25T22:50:11.766Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-25T22:50:11.766Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-25T22:50:11.766Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:50:11.766Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:50:11.766Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-25T22:50:11.766Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-25T22:50:11.766Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:50:11.766Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:50:11.766Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:50:12.023Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-25T22:50:12.023Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-25T22:50:12.023Z] === RUN TestContainerBindMountNonRecursive [2022-08-25T22:50:12.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-25T22:50:13.389Z] --- PASS: TestContainerBindMountNonRecursive (1.22s) [2022-08-25T22:50:13.389Z] === RUN TestContainerVolumesMountedAsShared [2022-08-25T22:50:13.645Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-08-25T22:50:13.645Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-25T22:50:14.206Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-08-25T22:50:14.206Z] === RUN TestNetworkNat [2022-08-25T22:50:14.462Z] --- PASS: TestNetworkNat (0.42s) [2022-08-25T22:50:14.462Z] === RUN TestNetworkLocalhostTCPNat [2022-08-25T22:50:15.023Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s) [2022-08-25T22:50:15.024Z] === RUN TestNetworkLoopbackNat [2022-08-25T22:50:15.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-25T22:50:16.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-25T22:50:17.548Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-08-25T22:50:17.548Z] === RUN TestPause [2022-08-25T22:50:17.816Z] --- PASS: TestPause (0.46s) [2022-08-25T22:50:17.816Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-25T22:50:17.816Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:50:17.816Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:50:17.816Z] === RUN TestPauseStopPausedContainer [2022-08-25T22:50:18.381Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-08-25T22:50:18.381Z] === RUN TestPsFilter [2022-08-25T22:50:18.381Z] --- PASS: TestPsFilter (0.10s) [2022-08-25T22:50:18.381Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-25T22:50:18.947Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.51s) [2022-08-25T22:50:18.947Z] === RUN TestRemoveContainerWithVolume [2022-08-25T22:50:19.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-25T22:50:19.508Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-08-25T22:50:19.508Z] === RUN TestRemoveContainerRunning [2022-08-25T22:50:19.763Z] --- PASS: TestRemoveContainerRunning (0.37s) [2022-08-25T22:50:19.764Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-25T22:50:20.325Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-08-25T22:50:20.325Z] === RUN TestRemoveInvalidContainer [2022-08-25T22:50:20.325Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-25T22:50:20.325Z] === RUN TestRenameLinkedContainer [2022-08-25T22:50:21.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-25T22:50:21.235Z] INFO: Expanding compiler 1 of 3... [2022-08-25T22:50:21.235Z] INFO: Expanding compiler 2 of 3... [2022-08-25T22:50:21.689Z] --- PASS: TestRenameLinkedContainer (1.63s) [2022-08-25T22:50:21.689Z] === RUN TestRenameStoppedContainer [2022-08-25T22:50:22.250Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-08-25T22:50:22.250Z] === RUN TestRenameRunningContainerAndReuse [2022-08-25T22:50:23.176Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-08-25T22:50:23.176Z] === RUN TestRenameInvalidName [2022-08-25T22:50:23.431Z] --- PASS: TestRenameInvalidName (0.41s) [2022-08-25T22:50:23.431Z] === RUN TestRenameAnonymousContainer [2022-08-25T22:50:24.279Z] INFO: Expanding compiler 3 of 3... [2022-08-25T22:50:24.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-25T22:50:24.766Z] INFO: Removing downloaded files... [2022-08-25T22:50:24.766Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-08-25T22:50:24.766Z] INFO: Configuring git core.autocrlf... [2022-08-25T22:50:24.795Z] --- PASS: TestRenameAnonymousContainer (1.42s) [2022-08-25T22:50:24.796Z] === RUN TestRenameContainerWithSameName [2022-08-25T22:50:25.118Z] sha256:ca1decc2392eaf21e5467565f729d31a73a2080493c052f4eaa6fa8318044283 [2022-08-25T22:50:25.118Z] INFO: Starting docker-py tests... [2022-08-25T22:50:25.118Z] ============================= test session starts ============================== [2022-08-25T22:50:25.118Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-08-25T22:50:25.118Z] rootdir: /src, inifile: pytest.ini [2022-08-25T22:50:25.118Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-08-25T22:50:25.118Z] collected 389 items / 1 deselected / 388 selected [2022-08-25T22:50:25.118Z] [2022-08-25T22:50:25.357Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-08-25T22:50:25.357Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-25T22:50:25.919Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-08-25T22:50:25.919Z] === RUN TestResize [2022-08-25T22:50:26.481Z] --- PASS: TestResize (0.41s) [2022-08-25T22:50:26.481Z] === RUN TestResizeWithInvalidSize [2022-08-25T22:50:26.736Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-08-25T22:50:26.736Z] === RUN TestResizeWhenContainerNotStarted [2022-08-25T22:50:27.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-25T22:50:27.297Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-08-25T22:50:27.297Z] === RUN TestDaemonRestartKillContainers [2022-08-25T22:50:27.297Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:50:27.297Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:50:27.297Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:50:27.297Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:50:27.297Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:50:27.297Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:50:27.297Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:50:27.297Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:50:27.297Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:50:27.297Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:50:27.298Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:50:27.298Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:50:27.298Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:50:27.298Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:50:27.298Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:50:27.298Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:50:27.298Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:50:27.298Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:50:27.298Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:50:27.298Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:50:27.298Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:50:27.298Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:50:27.298Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:50:27.298Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:50:27.298Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:50:27.298Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:50:29.184Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:50:29.184Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:50:29.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-25T22:50:30.547Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:50:30.547Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:50:31.497Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-25T22:50:31.497Z] Using test binary docker [2022-08-25T22:50:31.757Z] +++ /etc/init.d/apparmor start [2022-08-25T22:50:31.757Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-25T22:50:31.757Z] INFO: Waiting for daemon to start... [2022-08-25T22:50:31.757Z] Starting dockerd [2022-08-25T22:50:31.757Z] +++ 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-08-25T22:50:31.911Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:50:31.911Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:50:33.801Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:50:33.801Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:50:34.297Z] . [2022-08-25T22:50:34.297Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-25T22:50:34.297Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-25T22:50:34.297Z] Error: No such image: emptyfs [2022-08-25T22:50:34.297Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-25T22:50:34.297Z] ++++ docker load [2022-08-25T22:50:34.297Z] Running integration-test (iteration 1) [2022-08-25T22:50:34.297Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-25T22:50:34.297Z] ++ 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-08-25T22:50:34.297Z] ++ set -e [2022-08-25T22:50:34.297Z] ++ '[' -n 0 ']' [2022-08-25T22:50:34.297Z] ++ set -x [2022-08-25T22:50:34.297Z] ++ 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-08-25T22:50:35.689Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:50:35.689Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:50:36.043Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-08-25T22:50:36.872Z] tests/integration/api_client_test.py ..... [ 7%] [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.84s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.87s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.33s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.79s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.98s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.12s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s) [2022-08-25T22:50:37.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.61s) [2022-08-25T22:50:37.576Z] === RUN TestCgroupNamespacesRun [2022-08-25T22:50:38.270Z] tests/integration/api_config_test.py ..... [ 8%] [2022-08-25T22:50:38.503Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-08-25T22:50:38.503Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-25T22:50:38.503Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-08-25T22:50:38.503Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-08-25T22:50:38.503Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-25T22:50:39.866Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-08-25T22:50:39.866Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-25T22:50:40.812Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-08-25T22:50:40.812Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-25T22:50:42.187Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-08-25T22:50:42.187Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-25T22:50:43.114Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-08-25T22:50:43.114Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-25T22:50:43.719Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-08-25T22:50:43.719Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-25T22:50:44.759Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-08-25T22:50:44.759Z] === RUN TestNISDomainname [2022-08-25T22:50:45.320Z] --- PASS: TestNISDomainname (0.54s) [2022-08-25T22:50:45.320Z] === RUN TestHostnameDnsResolution [2022-08-25T22:50:46.246Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-08-25T22:50:46.246Z] === RUN TestUnprivilegedPortsAndPing [2022-08-25T22:50:46.504Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-08-25T22:50:46.504Z] === RUN TestStats [2022-08-25T22:50:49.016Z] --- PASS: TestStats (2.48s) [2022-08-25T22:50:49.016Z] === RUN TestStopContainerWithTimeout [2022-08-25T22:50:49.016Z] === RUN TestStopContainerWithTimeout/0 [2022-08-25T22:50:49.016Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-25T22:50:49.017Z] === RUN TestStopContainerWithTimeout/1 [2022-08-25T22:50:49.017Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-25T22:50:49.017Z] === RUN TestStopContainerWithTimeout/3 [2022-08-25T22:50:49.017Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-25T22:50:49.017Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-25T22:50:49.017Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-25T22:50:49.017Z] === CONT TestStopContainerWithTimeout/0 [2022-08-25T22:50:49.017Z] === CONT TestStopContainerWithTimeout/3 [2022-08-25T22:50:49.579Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-25T22:50:52.091Z] === CONT TestStopContainerWithTimeout/1 [2022-08-25T22:50:53.017Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-25T22:50:53.017Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2022-08-25T22:50:53.017Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-08-25T22:50:53.017Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-08-25T22:50:53.017Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-08-25T22:50:53.017Z] === RUN TestDeleteDevicemapper [2022-08-25T22:50:53.017Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:50:53.017Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-25T22:50:53.017Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-25T22:50:54.904Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.70s) [2022-08-25T22:50:54.904Z] === RUN TestUpdateMemory [2022-08-25T22:50:55.465Z] --- PASS: TestUpdateMemory (0.53s) [2022-08-25T22:50:55.465Z] === RUN TestUpdateCPUQuota [2022-08-25T22:50:56.391Z] --- PASS: TestUpdateCPUQuota (0.85s) [2022-08-25T22:50:56.391Z] === RUN TestUpdatePidsLimit [2022-08-25T22:50:56.391Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-25T22:50:56.391Z] === RUN TestUpdatePidsLimit/no_change [2022-08-25T22:50:56.647Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-25T22:50:56.903Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-25T22:50:56.903Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-25T22:50:57.160Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-25T22:50:57.416Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit (1.84s) [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-08-25T22:50:57.977Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-08-25T22:50:57.977Z] === RUN TestUpdateRestartPolicy [2022-08-25T22:51:07.907Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2022-08-25T22:51:10.139Z] --- PASS: TestUpdateRestartPolicy (10.94s) [2022-08-25T22:51:10.139Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-25T22:51:10.139Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-08-25T22:51:10.139Z] === RUN TestWaitNonBlocked [2022-08-25T22:51:10.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:51:10.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:51:10.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:51:10.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:51:10.139Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:51:10.139Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:51:10.139Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-08-25T22:51:10.139Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-08-25T22:51:10.139Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2022-08-25T22:51:10.139Z] === RUN TestWaitBlocked [2022-08-25T22:51:10.139Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:51:10.139Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:51:10.139Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:51:10.139Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:51:10.139Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:51:10.139Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:51:10.702Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-25T22:51:10.702Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2022-08-25T22:51:10.702Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2022-08-25T22:51:10.702Z] === CONT TestContainerStartOnDaemonRestart [2022-08-25T22:51:10.702Z] === CONT TestContainerKillOnDaemonStart [2022-08-25T22:51:11.038Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:51:11.038Z] [2022-08-25T22:51:11.038Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-25T22:51:11.038Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-25T22:51:11.038Z] HOSTNAME=6a12f5e671b9 [2022-08-25T22:51:11.038Z] TESTDEBUG=0 [2022-08-25T22:51:11.038Z] DEST=bundles/test-integration [2022-08-25T22:51:11.038Z] PWD=/go/src/github.com/docker/docker [2022-08-25T22:51:11.038Z] DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:51:11.038Z] container=docker [2022-08-25T22:51:11.038Z] HOME=/root [2022-08-25T22:51:11.038Z] GOLANG_VERSION=1.18.5 [2022-08-25T22:51:11.038Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-25T22:51:11.038Z] VALIDATE_BRANCH=20.10 [2022-08-25T22:51:11.038Z] TERM=xterm [2022-08-25T22:51:11.038Z] DOCKER_PKG=github.com/docker/docker [2022-08-25T22:51:11.038Z] SHLVL=1 [2022-08-25T22:51:11.038Z] TIMEOUT=120m [2022-08-25T22:51:11.038Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-25T22:51:11.038Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-25T22:51:11.038Z] GO111MODULE=off [2022-08-25T22:51:11.038Z] DOCKER_EXPERIMENTAL=1 [2022-08-25T22:51:11.038Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-25T22:51:11.038Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-25T22:51:11.038Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-25T22:51:11.038Z] GOPATH=/go [2022-08-25T22:51:11.038Z] PKG_CONFIG=pkg-config [2022-08-25T22:51:11.038Z] _=/usr/bin/env [2022-08-25T22:51:11.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-25T22:51:13.233Z] --- PASS: TestContainerStartOnDaemonRestart (2.13s) [2022-08-25T22:51:13.233Z] === CONT TestIpcModeOlderClient [2022-08-25T22:51:13.233Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-08-25T22:51:13.233Z] === CONT TestDaemonHostGatewayIP [2022-08-25T22:51:15.122Z] --- PASS: TestDaemonHostGatewayIP (2.17s) [2022-08-25T22:51:15.122Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-25T22:51:17.008Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.68s) [2022-08-25T22:51:17.008Z] === CONT TestDaemonRestartIpcMode [2022-08-25T22:51:18.895Z] --- PASS: TestDaemonRestartIpcMode (2.20s) [2022-08-25T22:51:21.122Z] Loaded image: buildpack-deps:buster [2022-08-25T22:51:21.122Z] Loaded image: busybox:latest [2022-08-25T22:51:21.122Z] Loaded image: busybox:glibc [2022-08-25T22:51:21.444Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-25T22:51:21.445Z] [2022-08-25T22:51:21.445Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-25T22:51:21.445Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-25T22:51:21.445Z] HOSTNAME=48553b572361 [2022-08-25T22:51:21.445Z] DEST=bundles/test-integration [2022-08-25T22:51:21.445Z] PWD=/go/src/github.com/docker/docker [2022-08-25T22:51:21.445Z] DOCKER_ROOTLESS=1 [2022-08-25T22:51:21.445Z] DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e [2022-08-25T22:51:21.445Z] container=docker [2022-08-25T22:51:21.445Z] HOME=/root [2022-08-25T22:51:21.445Z] GOLANG_VERSION=1.18.5 [2022-08-25T22:51:21.445Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-25T22:51:21.445Z] VALIDATE_BRANCH=20.10 [2022-08-25T22:51:21.445Z] TERM=xterm [2022-08-25T22:51:21.445Z] DOCKER_PKG=github.com/docker/docker [2022-08-25T22:51:21.445Z] SHLVL=1 [2022-08-25T22:51:21.445Z] TIMEOUT=120m [2022-08-25T22:51:21.445Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-25T22:51:21.445Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-25T22:51:21.445Z] GO111MODULE=off [2022-08-25T22:51:21.445Z] DOCKER_EXPERIMENTAL=1 [2022-08-25T22:51:21.445Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-25T22:51:21.445Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-25T22:51:21.445Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-25T22:51:21.445Z] GOPATH=/go [2022-08-25T22:51:21.445Z] PKG_CONFIG=pkg-config [2022-08-25T22:51:21.445Z] _=/usr/bin/env [2022-08-25T22:51:21.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-25T22:51:23.057Z] --- PASS: TestContainerKillOnDaemonStart (11.76s) [2022-08-25T22:51:23.057Z] PASS [2022-08-25T22:51:23.057Z] [2022-08-25T22:51:23.057Z] === Skipped [2022-08-25T22:51:23.057Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-25T22:51:23.057Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:51:23.057Z] [2022-08-25T22:51:23.057Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-25T22:51:23.057Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-08-25T22:51:23.057Z] [2022-08-25T22:51:23.057Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:51:23.057Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:51:23.057Z] [2022-08-25T22:51:23.057Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-08-25T22:51:23.057Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-08-25T22:51:23.057Z] [2022-08-25T22:51:23.057Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-25T22:51:23.057Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:51:23.057Z] [2022-08-25T22:51:23.057Z] DONE 197 tests, 5 skipped in 104.225s [2022-08-25T22:51:23.057Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-25T22:51:23.057Z] INFO: Testing against a local daemon [2022-08-25T22:51:23.057Z] === RUN TestCommitInheritsEnv [2022-08-25T22:51:23.057Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-08-25T22:51:23.057Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-25T22:51:23.057Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-25T22:51:23.057Z] === RUN TestImagesFilterMultiReference [2022-08-25T22:51:23.057Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-08-25T22:51:23.057Z] === RUN TestImagePullPlatformInvalid [2022-08-25T22:51:23.057Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-25T22:51:23.057Z] === RUN TestRemoveImageOrphaning [2022-08-25T22:51:23.313Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-08-25T22:51:23.313Z] === RUN TestRemoveImageGarbageCollector [2022-08-25T22:51:25.203Z] --- PASS: TestRemoveImageGarbageCollector (1.80s) [2022-08-25T22:51:25.203Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-25T22:51:25.203Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-08-25T22:51:25.203Z] === RUN TestTagInvalidReference [2022-08-25T22:51:25.203Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-25T22:51:25.203Z] === RUN TestTagValidPrefixedRepo [2022-08-25T22:51:25.203Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-08-25T22:51:25.203Z] === RUN TestTagExistedNameWithoutForce [2022-08-25T22:51:25.203Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-25T22:51:25.203Z] === RUN TestTagOfficialNames [2022-08-25T22:51:25.203Z] --- PASS: TestTagOfficialNames (0.05s) [2022-08-25T22:51:25.203Z] === RUN TestTagMatchesDigest [2022-08-25T22:51:25.203Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-25T22:51:25.203Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-25T22:51:27.698Z] Loaded image: debian:bullseye [2022-08-25T22:51:27.699Z] Loaded image: hello-world:latest [2022-08-25T22:51:27.699Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:51:27.699Z] INFO: Testing against a local daemon [2022-08-25T22:51:27.699Z] === RUN TestCgroupNamespacesBuild [2022-08-25T22:51:30.240Z] --- PASS: TestCgroupNamespacesBuild (2.78s) [2022-08-25T22:51:30.240Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-25T22:51:32.149Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.00s) [2022-08-25T22:51:32.149Z] === RUN TestBuildWithSession [2022-08-25T22:51:32.149Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:51:32.149Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-25T22:51:32.149Z] === RUN TestBuildSquashParent [2022-08-25T22:51:40.279Z] --- PASS: TestBuildSquashParent (7.72s) [2022-08-25T22:51:40.279Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-25T22:51:40.279Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:51:40.279Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:51:40.279Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:51:40.279Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:51:40.279Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:51:40.279Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:51:40.279Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:51:40.279Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:51:40.279Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:51:40.279Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:51:40.279Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:51:40.279Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:51:40.279Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:51:40.279Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:51:42.819Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:51:42.819Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:51:43.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-25T22:51:43.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-25T22:51:46.118Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:51:46.118Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:51:49.412Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-08-25T22:51:49.412Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.22s) [2022-08-25T22:51:49.412Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.25s) [2022-08-25T22:51:49.412Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.09s) [2022-08-25T22:51:49.412Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.16s) [2022-08-25T22:51:49.412Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.09s) [2022-08-25T22:51:49.412Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.02s) [2022-08-25T22:51:49.412Z] === RUN TestBuildMultiStageCopy [2022-08-25T22:51:49.412Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-25T22:51:51.953Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-25T22:51:51.953Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-25T22:51:52.523Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-25T22:51:53.113Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-25T22:51:53.684Z] --- PASS: TestBuildMultiStageCopy (4.60s) [2022-08-25T22:51:53.684Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.51s) [2022-08-25T22:51:53.684Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2022-08-25T22:51:53.684Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.45s) [2022-08-25T22:51:53.684Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2022-08-25T22:51:53.684Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2022-08-25T22:51:53.684Z] === RUN TestBuildMultiStageParentConfig [2022-08-25T22:51:55.065Z] --- PASS: TestBuildMultiStageParentConfig (1.31s) [2022-08-25T22:51:55.065Z] === RUN TestBuildLabelWithTargets [2022-08-25T22:51:56.974Z] --- PASS: TestBuildLabelWithTargets (2.07s) [2022-08-25T22:51:56.974Z] === RUN TestBuildWithEmptyLayers [2022-08-25T22:51:58.355Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2022-08-25T22:51:58.355Z] === RUN TestBuildMultiStageOnBuild [2022-08-25T22:52:00.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-25T22:52:00.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-25T22:52:00.858Z] ..........................xx.................... [ 29%] [2022-08-25T22:52:00.896Z] --- PASS: TestBuildMultiStageOnBuild (2.86s) [2022-08-25T22:52:00.896Z] === RUN TestBuildUncleanTarFilenames [2022-08-25T22:52:02.804Z] --- PASS: TestBuildUncleanTarFilenames (1.59s) [2022-08-25T22:52:02.804Z] === RUN TestBuildMultiStageLayerLeak [2022-08-25T22:52:05.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-25T22:52:06.099Z] --- PASS: TestBuildMultiStageLayerLeak (2.99s) [2022-08-25T22:52:06.099Z] === RUN TestBuildWithHugeFile [2022-08-25T22:52:09.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-25T22:52:10.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-25T22:52:10.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-25T22:52:11.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-25T22:52:11.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-25T22:52:12.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-25T22:52:15.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-25T22:52:16.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-25T22:52:16.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-25T22:52:16.886Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-08-25T22:52:17.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-25T22:52:17.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-25T22:52:18.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-25T22:52:19.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-25T22:52:20.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-25T22:52:21.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-25T22:52:21.734Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-25T22:52:21.734Z] Using test binary docker [2022-08-25T22:52:21.734Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-25T22:52:21.734Z] +++ /etc/init.d/apparmor start [2022-08-25T22:52:21.734Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-25T22:52:21.734Z] INFO: Waiting for daemon to start... [2022-08-25T22:52:21.734Z] Starting dockerd [2022-08-25T22:52:21.734Z] +++ 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-08-25T22:52:21.960Z] Removing intermediate container 76f765782094 [2022-08-25T22:52:21.961Z] ---> aac679b9b391 [2022-08-25T22:52:21.961Z] Step 7/10 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-08-25T22:52:21.961Z] ---> Running in f7e7675c2b43 [2022-08-25T22:52:21.961Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-08-25T22:52:21.961Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-25T22:52:21.961Z] go: downloading github.com/fatih/color v1.10.0 [2022-08-25T22:52:21.961Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-25T22:52:21.961Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-25T22:52:21.961Z] go: downloading github.com/pkg/errors v0.9.1 [2022-08-25T22:52:21.961Z] go: downloading golang.org/x/tools v0.1.0 [2022-08-25T22:52:21.961Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-25T22:52:21.961Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-25T22:52:21.961Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-25T22:52:21.961Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-25T22:52:21.961Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-25T22:52:21.961Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-25T22:52:21.961Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-25T22:52:21.961Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-25T22:52:21.961Z] go: downloading golang.org/x/mod v0.3.0 [2022-08-25T22:52:22.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-25T22:52:24.633Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-08-25T22:52:25.936Z] . [2022-08-25T22:52:25.938Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-25T22:52:25.938Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-25T22:52:25.938Z] Error: No such image: emptyfs [2022-08-25T22:52:25.938Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-25T22:52:25.938Z] ++++ docker load [2022-08-25T22:52:25.938Z] Running integration-test (iteration 1) [2022-08-25T22:52:25.938Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-08-25T22:52:25.938Z] ++ 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-08-25T22:52:25.938Z] ++ set -e [2022-08-25T22:52:25.938Z] ++ '[' -n 0 ']' [2022-08-25T22:52:25.938Z] ++ set -x [2022-08-25T22:52:25.938Z] ++ 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-08-25T22:52:29.216Z] tests/integration/api_image_test.py ............s..... [ 40%] [2022-08-25T22:52:30.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-25T22:52:31.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-25T22:52:32.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-25T22:52:32.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-25T22:52:33.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-25T22:52:33.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-25T22:52:36.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-25T22:52:37.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-25T22:52:38.173Z] Loaded image: buildpack-deps:buster [2022-08-25T22:52:38.173Z] Loaded image: busybox:latest [2022-08-25T22:52:38.173Z] Loaded image: busybox:glibc [2022-08-25T22:52:38.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-25T22:52:38.434Z] Loaded image: debian:bullseye [2022-08-25T22:52:38.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-25T22:52:38.695Z] Loaded image: hello-world:latest [2022-08-25T22:52:38.695Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:52:38.695Z] INFO: Testing against a local daemon [2022-08-25T22:52:38.695Z] === RUN TestCgroupNamespacesBuild [2022-08-25T22:52:39.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-25T22:52:40.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-25T22:52:41.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-25T22:52:41.994Z] --- PASS: TestCgroupNamespacesBuild (2.74s) [2022-08-25T22:52:41.994Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-25T22:52:42.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-25T22:52:42.566Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s) [2022-08-25T22:52:42.567Z] === RUN TestBuildWithSession [2022-08-25T22:52:42.567Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:52:42.567Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-25T22:52:42.567Z] === RUN TestBuildSquashParent [2022-08-25T22:52:42.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-25T22:52:43.593Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-25T22:52:43.593Z] Using test binary docker [2022-08-25T22:52:43.593Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-25T22:52:43.593Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-25T22:52:43.593Z] INFO: Waiting for daemon to start... [2022-08-25T22:52:43.593Z] Starting dockerd [2022-08-25T22:52:45.260Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-08-25T22:52:46.773Z] --- PASS: TestBuildSquashParent (3.65s) [2022-08-25T22:52:46.773Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-25T22:52:46.773Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:52:46.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:52:46.773Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:52:46.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:52:46.773Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:52:46.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:52:46.773Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:52:46.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:52:46.773Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:52:46.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:52:46.773Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:52:46.773Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:52:46.773Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:52:46.773Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:52:46.880Z] . [2022-08-25T22:52:46.880Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-25T22:52:46.880Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-25T22:52:46.880Z] Error: No such image: emptyfs [2022-08-25T22:52:46.880Z] Running integration-test (iteration 1) [2022-08-25T22:52:46.880Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-25T22:52:47.346Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:52:47.346Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:52:47.581Z] Removing intermediate container f7e7675c2b43 [2022-08-25T22:52:47.582Z] ---> 87645880a5f0 [2022-08-25T22:52:47.582Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2022-08-25T22:52:47.582Z] ---> Running in bf4cc99c6520 [2022-08-25T22:52:48.070Z] Removing intermediate container bf4cc99c6520 [2022-08-25T22:52:48.070Z] ---> ee33d7561fbe [2022-08-25T22:52:48.070Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-08-25T22:52:48.070Z] ---> Running in 5c4eb60aad06 [2022-08-25T22:52:48.559Z] Removing intermediate container 5c4eb60aad06 [2022-08-25T22:52:48.559Z] ---> 15acfe1ae040 [2022-08-25T22:52:48.559Z] Step 10/10 : COPY . . [2022-08-25T22:52:48.733Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:52:48.733Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:52:49.679Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-08-25T22:52:49.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.09s) [2022-08-25T22:52:49.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.21s) [2022-08-25T22:52:49.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.15s) [2022-08-25T22:52:49.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.14s) [2022-08-25T22:52:49.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.15s) [2022-08-25T22:52:49.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.07s) [2022-08-25T22:52:49.679Z] === RUN TestBuildMultiStageCopy [2022-08-25T22:52:49.679Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-25T22:52:50.625Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-25T22:52:50.886Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-25T22:52:51.147Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-25T22:52:51.408Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-25T22:52:51.409Z] --- PASS: TestBuildMultiStageCopy (1.85s) [2022-08-25T22:52:51.409Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s) [2022-08-25T22:52:51.409Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-08-25T22:52:51.409Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-08-25T22:52:51.409Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-08-25T22:52:51.409Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2022-08-25T22:52:51.409Z] === RUN TestBuildMultiStageParentConfig [2022-08-25T22:52:51.980Z] --- PASS: TestBuildMultiStageParentConfig (0.54s) [2022-08-25T22:52:51.980Z] === RUN TestBuildLabelWithTargets [2022-08-25T22:52:52.803Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-25T22:52:52.803Z] Using test binary docker [2022-08-25T22:52:52.803Z] +++ /etc/init.d/apparmor start [2022-08-25T22:52:52.803Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-25T22:52:52.803Z] INFO: Waiting for daemon to start... [2022-08-25T22:52:52.803Z] Starting dockerd [2022-08-25T22:52:52.803Z] +++ 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-08-25T22:52:52.923Z] --- PASS: TestBuildLabelWithTargets (0.86s) [2022-08-25T22:52:52.923Z] === RUN TestBuildWithEmptyLayers [2022-08-25T22:52:53.184Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2022-08-25T22:52:53.184Z] === RUN TestBuildMultiStageOnBuild [2022-08-25T22:52:53.377Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-25T22:52:53.377Z] Using test binary docker [2022-08-25T22:52:53.377Z] +++ /etc/init.d/apparmor start [2022-08-25T22:52:53.377Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-25T22:52:53.377Z] INFO: Waiting for daemon to start... [2022-08-25T22:52:53.377Z] Starting dockerd [2022-08-25T22:52:53.377Z] +++ 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-08-25T22:52:54.574Z] --- PASS: TestBuildMultiStageOnBuild (1.23s) [2022-08-25T22:52:54.574Z] === RUN TestBuildUncleanTarFilenames [2022-08-25T22:52:54.761Z] . [2022-08-25T22:52:54.761Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-25T22:52:54.761Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-25T22:52:54.761Z] Error: No such image: emptyfs [2022-08-25T22:52:54.761Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-25T22:52:54.761Z] ++++ docker load [2022-08-25T22:52:54.761Z] Running integration-test (iteration 1) [2022-08-25T22:52:54.761Z] 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-08-25T22:52:54.761Z] ++ 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-08-25T22:52:54.761Z] ++ set -e [2022-08-25T22:52:54.761Z] ++ '[' -n 0 ']' [2022-08-25T22:52:54.761Z] ++ set -x [2022-08-25T22:52:54.761Z] ++ 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-08-25T22:52:54.837Z] tests/integration/api_plugin_test.py ........... [ 50%] [2022-08-25T22:52:55.147Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2022-08-25T22:52:55.147Z] === RUN TestBuildMultiStageLayerLeak [2022-08-25T22:52:55.704Z] [2022-08-25T22:52:55.704Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-25T22:52:55.704Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-25T22:52:55.704Z] Error: No such image: emptyfs [2022-08-25T22:52:55.704Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-25T22:52:55.704Z] ++++ docker load [2022-08-25T22:52:55.965Z] Running integration-test (iteration 1) [2022-08-25T22:52:55.965Z] 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-08-25T22:52:55.965Z] ++ 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-08-25T22:52:55.965Z] ++ set -e [2022-08-25T22:52:55.965Z] ++ '[' -n 0 ']' [2022-08-25T22:52:55.965Z] ++ set -x [2022-08-25T22:52:55.965Z] ++ 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-08-25T22:52:56.314Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-08-25T22:52:56.570Z] --- PASS: TestBuildMultiStageLayerLeak (1.33s) [2022-08-25T22:52:56.570Z] === RUN TestBuildWithHugeFile [2022-08-25T22:53:01.400Z] tests/integration/api_service_test.py .................................. [ 60%] [2022-08-25T22:53:01.575Z] --- PASS: TestImportExtremelyLargeImageWorks (92.54s) [2022-08-25T22:53:01.575Z] PASS [2022-08-25T22:53:01.575Z] [2022-08-25T22:53:01.575Z] DONE 12 tests in 95.113s [2022-08-25T22:53:01.575Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-25T22:53:01.575Z] INFO: Testing against a local daemon [2022-08-25T22:53:01.575Z] === RUN TestNetworkCreateDelete [2022-08-25T22:53:01.575Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-08-25T22:53:01.575Z] === RUN TestDockerNetworkDeletePreferID [2022-08-25T22:53:01.575Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-08-25T22:53:01.575Z] === RUN TestDaemonDNSFallback [2022-08-25T22:53:04.842Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-08-25T22:53:04.842Z] === RUN TestInspectNetwork [2022-08-25T22:53:04.972Z] Loaded image: buildpack-deps:buster [2022-08-25T22:53:04.972Z] Loaded image: busybox:latest [2022-08-25T22:53:04.972Z] Loaded image: busybox:glibc [2022-08-25T22:53:04.972Z] Loaded image: debian:bullseye [2022-08-25T22:53:04.972Z] Loaded image: hello-world:latest [2022-08-25T22:53:04.972Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:53:04.972Z] INFO: Testing against a local daemon [2022-08-25T22:53:04.972Z] === RUN TestCgroupNamespacesBuild [2022-08-25T22:53:07.508Z] --- PASS: TestCgroupNamespacesBuild (2.25s) [2022-08-25T22:53:07.508Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-25T22:53:08.111Z] === RUN TestInspectNetwork/full_network_id [2022-08-25T22:53:08.111Z] === RUN TestInspectNetwork/partial_network_id [2022-08-25T22:53:08.111Z] === RUN TestInspectNetwork/network_name [2022-08-25T22:53:08.111Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-25T22:53:09.413Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2022-08-25T22:53:09.413Z] === RUN TestBuildWithSession [2022-08-25T22:53:09.413Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:53:09.413Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-25T22:53:09.413Z] === RUN TestBuildSquashParent [2022-08-25T22:53:12.307Z] --- PASS: TestInspectNetwork (7.20s) [2022-08-25T22:53:12.307Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-25T22:53:12.307Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-25T22:53:12.307Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-25T22:53:12.307Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-25T22:53:12.307Z] === RUN TestRunContainerWithBridgeNone [2022-08-25T22:53:13.237Z] --- PASS: TestRunContainerWithBridgeNone (1.52s) [2022-08-25T22:53:13.237Z] === RUN TestNetworkInvalidJSON [2022-08-25T22:53:13.237Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-25T22:53:13.237Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-25T22:53:13.237Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:53:13.237Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:53:13.237Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:53:13.237Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:53:13.237Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-25T22:53:13.237Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:53:13.237Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:53:13.237Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-08-25T22:53:13.237Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-25T22:53:13.237Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-08-25T22:53:13.237Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-25T22:53:13.237Z] === RUN TestNetworkList [2022-08-25T22:53:13.237Z] === RUN TestNetworkList//networks [2022-08-25T22:53:13.237Z] === PAUSE TestNetworkList//networks [2022-08-25T22:53:13.237Z] === RUN TestNetworkList//networks/ [2022-08-25T22:53:13.237Z] === PAUSE TestNetworkList//networks/ [2022-08-25T22:53:13.237Z] === CONT TestNetworkList//networks [2022-08-25T22:53:13.237Z] === CONT TestNetworkList//networks/ [2022-08-25T22:53:13.237Z] --- PASS: TestNetworkList (0.01s) [2022-08-25T22:53:13.237Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-25T22:53:13.237Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-25T22:53:13.237Z] === RUN TestHostIPv4BridgeLabel [2022-08-25T22:53:13.800Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-08-25T22:53:13.800Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-25T22:53:15.166Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-08-25T22:53:15.166Z] === RUN TestDaemonDefaultNetworkPools [2022-08-25T22:53:15.728Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-08-25T22:53:15.728Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-25T22:53:16.040Z] ......................... [ 67%] [2022-08-25T22:53:16.658Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-08-25T22:53:16.658Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-25T22:53:17.529Z] --- PASS: TestBuildSquashParent (6.90s) [2022-08-25T22:53:17.529Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-25T22:53:17.529Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:53:17.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:53:17.529Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:53:17.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:53:17.529Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:53:17.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:53:17.529Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:53:17.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:53:17.529Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:53:17.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:53:17.529Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:53:17.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:53:17.530Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T22:53:17.530Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T22:53:17.791Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T22:53:17.791Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T22:53:18.025Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-08-25T22:53:18.025Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-25T22:53:18.588Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-08-25T22:53:18.588Z] === RUN TestServiceWithPredefinedNetwork [2022-08-25T22:53:19.701Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T22:53:19.701Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T22:53:21.106Z] --- PASS: TestServiceWithPredefinedNetwork (2.22s) [2022-08-25T22:53:21.106Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-25T22:53:21.106Z] service_test.go:242: FLAKY_TEST [2022-08-25T22:53:21.106Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T22:53:21.106Z] === RUN TestServiceWithDataPathPortInit [2022-08-25T22:53:22.235Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-08-25T22:53:22.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.47s) [2022-08-25T22:53:22.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.55s) [2022-08-25T22:53:22.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.08s) [2022-08-25T22:53:22.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.03s) [2022-08-25T22:53:22.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s) [2022-08-25T22:53:22.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s) [2022-08-25T22:53:22.235Z] === RUN TestBuildMultiStageCopy [2022-08-25T22:53:22.235Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-25T22:53:24.811Z] ---> 353cbd19d8fe [2022-08-25T22:53:25.299Z] Successfully built 353cbd19d8fe [2022-08-25T22:53:25.299Z] Successfully tagged docker:latest [2022-08-25T22:53:25.299Z] INFO: Image build ended at 08/25/2022 22:53:25. Duration:00:04:33.7381422 [2022-08-25T22:53:25.522Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-25T22:53:25.786Z] [2022-08-25T22:53:25.786Z] [2022-08-25T22:53:25.786Z] INFO: Building the test binaries at 08/25/2022 22:53:25... [2022-08-25T22:53:26.090Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-25T22:53:27.468Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-25T22:53:28.412Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-25T22:53:29.349Z] --- PASS: TestBuildMultiStageCopy (7.25s) [2022-08-25T22:53:29.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.25s) [2022-08-25T22:53:29.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-08-25T22:53:29.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-08-25T22:53:29.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-08-25T22:53:29.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-08-25T22:53:29.349Z] === RUN TestBuildMultiStageParentConfig [2022-08-25T22:53:33.126Z] INFO: make.ps1 starting at 08/25/2022 22:53:32 [2022-08-25T22:53:33.126Z] INFO: Git commit (8bd86a0699) assumed from DOCKER_GITCOMMIT environment variable [2022-08-25T22:53:33.126Z] INFO: Invoking autogen... [2022-08-25T22:53:34.163Z] INFO: Building daemon... [2022-08-25T22:53:34.767Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-08-25T22:53:34.767Z] === RUN TestBuildLabelWithTargets [2022-08-25T22:53:35.339Z] --- PASS: TestBuildWithHugeFile (36.76s) [2022-08-25T22:53:35.339Z] === RUN TestBuildWithEmptyDockerfile [2022-08-25T22:53:35.339Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:53:35.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:53:35.339Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:53:35.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:53:35.339Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:53:35.339Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:53:35.339Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:53:35.339Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:53:35.339Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:53:35.339Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-08-25T22:53:35.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s) [2022-08-25T22:53:35.339Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-08-25T22:53:35.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-25T22:53:35.339Z] === RUN TestBuildPreserveOwnership [2022-08-25T22:53:35.339Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-25T22:53:35.339Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-25T22:53:35.911Z] --- PASS: TestBuildPreserveOwnership (2.66s) [2022-08-25T22:53:35.911Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.78s) [2022-08-25T22:53:35.911Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.87s) [2022-08-25T22:53:35.911Z] === RUN TestBuildPlatformInvalid [2022-08-25T22:53:35.949Z] --- PASS: TestServiceWithDataPathPortInit (13.59s) [2022-08-25T22:53:35.949Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-25T22:53:36.172Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-08-25T22:53:36.172Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-25T22:53:36.878Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uqvrdc7cntt374gx5kdx3wc96 Created:2022-08-25 22:53:35.580103236 +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[0e0870403fb6f27520fc4954f9da90ae791b641b754d320b8851594ab2effc3a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.e3adfbrw9gpee9e5rixsc1cq6 EndpointID:fbf6dfef53557081eb18a90202fb6ab5af6398188713da6c37a4ceb1ad0e4b71 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bd6b9d1bb62e42fe7f6f9d10138b2373bc8c91aadf41cf8802ac67ad0262dbf5 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:336ba148e66c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.e3adfbrw9gpee9e5rixsc1cq6 EndpointID:fbf6dfef53557081eb18a90202fb6ab5af6398188713da6c37a4ceb1ad0e4b71 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-25T22:53:42.127Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.94s) [2022-08-25T22:53:42.127Z] PASS [2022-08-25T22:53:42.127Z] [2022-08-25T22:53:42.127Z] === Skipped [2022-08-25T22:53:42.127Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T22:53:42.127Z] service_test.go:242: FLAKY_TEST [2022-08-25T22:53:42.127Z] [2022-08-25T22:53:42.127Z] DONE 26 tests, 1 skipped in 43.578s [2022-08-25T22:53:42.127Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-25T22:53:42.127Z] INFO: Testing against a local daemon [2022-08-25T22:53:42.127Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-25T22:53:42.127Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:53:42.127Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T22:53:42.127Z] === RUN TestDockerNetworkIpvlan [2022-08-25T22:53:42.127Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:53:42.127Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-25T22:53:42.127Z] PASS [2022-08-25T22:53:42.127Z] [2022-08-25T22:53:42.127Z] === Skipped [2022-08-25T22:53:42.127Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T22:53:42.127Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:53:42.127Z] [2022-08-25T22:53:42.127Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-25T22:53:42.127Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:53:42.127Z] [2022-08-25T22:53:42.127Z] DONE 2 tests, 2 skipped in 0.038s [2022-08-25T22:53:42.127Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-25T22:53:42.127Z] INFO: Testing against a local daemon [2022-08-25T22:53:42.127Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-25T22:53:42.690Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.21s) [2022-08-25T22:53:42.690Z] === RUN TestDockerNetworkMacvlan [2022-08-25T22:53:42.718Z] Loaded image: buildpack-deps:buster [2022-08-25T22:53:42.718Z] Loaded image: busybox:latest [2022-08-25T22:53:42.718Z] Loaded image: busybox:glibc [2022-08-25T22:53:42.718Z] Loaded image: buildpack-deps:buster [2022-08-25T22:53:42.718Z] Loaded image: busybox:latest [2022-08-25T22:53:42.718Z] Loaded image: busybox:glibc [2022-08-25T22:53:42.886Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-08-25T22:53:42.886Z] === RUN TestBuildWithEmptyLayers [2022-08-25T22:53:43.252Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-25T22:53:44.106Z] Loaded image: debian:bullseye [2022-08-25T22:53:44.181Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-25T22:53:44.368Z] Loaded image: hello-world:latest [2022-08-25T22:53:44.629Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:53:44.629Z] INFO: Testing against a local daemon [2022-08-25T22:53:44.629Z] === RUN TestDockerSuite [2022-08-25T22:53:44.629Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-08-25T22:53:44.629Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-08-25T22:53:44.745Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-25T22:53:44.890Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-08-25T22:53:44.890Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-08-25T22:53:44.890Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-08-25T22:53:44.890Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-08-25T22:53:44.890Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-08-25T22:53:44.890Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-08-25T22:53:45.154Z] Loaded image: debian:bullseye [2022-08-25T22:53:45.154Z] Loaded image: hello-world:latest [2022-08-25T22:53:45.154Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:53:45.415Z] INFO: Testing against a local daemon [2022-08-25T22:53:45.415Z] === RUN TestDockerDaemonSuite [2022-08-25T22:53:45.415Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-08-25T22:53:45.419Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-08-25T22:53:45.419Z] === RUN TestBuildMultiStageOnBuild [2022-08-25T22:53:46.183Z] Loaded image: buildpack-deps:buster [2022-08-25T22:53:46.183Z] Loaded image: busybox:latest [2022-08-25T22:53:46.183Z] Loaded image: busybox:glibc [2022-08-25T22:53:46.653Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-25T22:53:48.021Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-25T22:53:48.098Z] Loaded image: debian:bullseye [2022-08-25T22:53:48.098Z] Loaded image: hello-world:latest [2022-08-25T22:53:48.098Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:53:49.617Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-08-25T22:53:49.878Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-08-25T22:53:50.690Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-08-25T22:53:50.690Z] === RUN TestBuildUncleanTarFilenames [2022-08-25T22:53:50.690Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-08-25T22:53:50.690Z] === RUN TestBuildMultiStageLayerLeak [2022-08-25T22:53:50.820Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-08-25T22:53:51.081Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-08-25T22:53:51.293Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-25T22:53:51.855Z] --- PASS: TestDockerNetworkMacvlan (9.19s) [2022-08-25T22:53:51.855Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-08-25T22:53:51.855Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-08-25T22:53:51.855Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.75s) [2022-08-25T22:53:51.855Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s) [2022-08-25T22:53:51.855Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.90s) [2022-08-25T22:53:51.855Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-08-25T22:53:51.855Z] PASS [2022-08-25T22:53:51.855Z] [2022-08-25T22:53:51.855Z] DONE 8 tests in 10.434s [2022-08-25T22:53:51.855Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-25T22:53:51.855Z] testing: warning: no tests to run [2022-08-25T22:53:51.855Z] PASS [2022-08-25T22:53:51.855Z] [2022-08-25T22:53:51.855Z] DONE 0 tests in 0.007s [2022-08-25T22:53:51.855Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-25T22:53:51.855Z] INFO: Testing against a local daemon [2022-08-25T22:53:51.855Z] === RUN TestAuthZPluginAllowRequest [2022-08-25T22:53:52.023Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-08-25T22:53:52.968Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-08-25T22:53:52.968Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-08-25T22:53:53.223Z] --- PASS: TestAuthZPluginAllowRequest (1.11s) [2022-08-25T22:53:53.223Z] === RUN TestAuthZPluginTLS [2022-08-25T22:53:53.479Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-08-25T22:53:53.479Z] === RUN TestAuthZPluginDenyRequest [2022-08-25T22:53:53.911Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-08-25T22:53:54.043Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-08-25T22:53:54.043Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-25T22:53:54.354Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-08-25T22:53:54.482Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-08-25T22:53:54.606Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-08-25T22:53:54.606Z] === RUN TestAuthZPluginDenyResponse [2022-08-25T22:53:54.686Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (18.51s) [2022-08-25T22:53:54.687Z] PASS [2022-08-25T22:53:54.687Z] [2022-08-25T22:53:54.687Z] === Skipped [2022-08-25T22:53:54.687Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-08-25T22:53:54.687Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:53:54.687Z] [2022-08-25T22:53:54.687Z] DONE 33 tests, 1 skipped in 88.759s [2022-08-25T22:53:54.687Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-08-25T22:53:54.687Z] ++ 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-08-25T22:53:54.687Z] ++ set -e [2022-08-25T22:53:54.687Z] ++ '[' -n 0 ']' [2022-08-25T22:53:54.687Z] ++ set -x [2022-08-25T22:53:54.687Z] ++ 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-08-25T22:53:54.687Z] INFO: Testing against a local daemon [2022-08-25T22:53:54.687Z] === RUN TestConfigInspect [2022-08-25T22:53:55.055Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-08-25T22:53:55.055Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-08-25T22:53:55.055Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-08-25T22:53:55.170Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-08-25T22:53:55.170Z] === RUN TestAuthZPluginAllowEventStream [2022-08-25T22:53:55.627Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-08-25T22:53:55.891Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-08-25T22:53:55.965Z] --- PASS: TestBuildMultiStageLayerLeak (4.48s) [2022-08-25T22:53:55.965Z] === RUN TestBuildWithHugeFile [2022-08-25T22:53:56.100Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s) [2022-08-25T22:53:56.100Z] === RUN TestAuthZPluginErrorResponse [2022-08-25T22:53:56.663Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-08-25T22:53:56.663Z] === RUN TestAuthZPluginErrorRequest [2022-08-25T22:53:56.835Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-08-25T22:53:57.100Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-08-25T22:53:57.100Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-08-25T22:53:57.100Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-08-25T22:53:57.226Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-25T22:53:57.227Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-25T22:53:57.231Z] --- PASS: TestConfigInspect (2.41s) [2022-08-25T22:53:57.231Z] === RUN TestConfigList [2022-08-25T22:53:57.789Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-08-25T22:53:57.789Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-25T22:53:59.157Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-08-25T22:53:59.157Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-25T22:53:59.778Z] --- PASS: TestConfigList (2.22s) [2022-08-25T22:53:59.778Z] === RUN TestConfigsCreateAndDelete [2022-08-25T22:54:00.526Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.37s) [2022-08-25T22:54:00.526Z] === RUN TestAuthZPluginHeader [2022-08-25T22:54:01.088Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-08-25T22:54:01.088Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-25T22:54:01.692Z] --- PASS: TestConfigsCreateAndDelete (2.41s) [2022-08-25T22:54:01.692Z] === RUN TestConfigsUpdate [2022-08-25T22:54:02.383Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-08-25T22:54:02.953Z] --- PASS: TestBuildWithHugeFile (117.47s) [2022-08-25T22:54:02.953Z] === RUN TestBuildWithEmptyDockerfile [2022-08-25T22:54:02.953Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:54:02.953Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:54:02.953Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:54:02.953Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:54:02.953Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:54:02.953Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:54:02.953Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:54:02.953Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:54:03.213Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:54:03.213Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-08-25T22:54:03.213Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-08-25T22:54:03.213Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-08-25T22:54:03.213Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-08-25T22:54:03.213Z] === RUN TestBuildPreserveOwnership [2022-08-25T22:54:03.213Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-25T22:54:03.783Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-08-25T22:54:04.237Z] --- PASS: TestConfigsUpdate (2.09s) [2022-08-25T22:54:04.237Z] === RUN TestTemplatedConfig [2022-08-25T22:54:05.300Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.02s) [2022-08-25T22:54:05.300Z] === RUN TestAuthZPluginV2Disable [2022-08-25T22:54:05.722Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-25T22:54:05.983Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-08-25T22:54:06.152Z] --- PASS: TestTemplatedConfig (2.34s) [2022-08-25T22:54:06.153Z] === RUN TestConfigCreateResolve [2022-08-25T22:54:06.555Z] --- PASS: TestBuildPreserveOwnership (3.34s) [2022-08-25T22:54:06.555Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.16s) [2022-08-25T22:54:06.555Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.17s) [2022-08-25T22:54:06.555Z] === RUN TestBuildPlatformInvalid [2022-08-25T22:54:06.555Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-08-25T22:54:06.555Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-25T22:54:07.940Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-08-25T22:54:08.700Z] --- PASS: TestConfigCreateResolve (2.08s) [2022-08-25T22:54:08.700Z] === RUN TestConfigDaemonLibtrustID [2022-08-25T22:54:08.700Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-08-25T22:54:08.700Z] PASS [2022-08-25T22:54:08.700Z] [2022-08-25T22:54:08.700Z] DONE 7 tests in 14.171s [2022-08-25T22:54:08.700Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-08-25T22:54:08.700Z] ++ 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-08-25T22:54:08.700Z] ++ set -e [2022-08-25T22:54:08.700Z] ++ '[' -n 0 ']' [2022-08-25T22:54:08.700Z] ++ set -x [2022-08-25T22:54:08.700Z] ++ 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-08-25T22:54:08.881Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-08-25T22:54:08.962Z] INFO: Testing against a local daemon [2022-08-25T22:54:08.962Z] === RUN TestCheckpoint [2022-08-25T22:54:08.962Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:54:08.962Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-25T22:54:08.962Z] === RUN TestContainerInvalidJSON [2022-08-25T22:54:08.962Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:54:08.962Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:54:08.962Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:54:08.962Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:54:08.962Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:54:08.962Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:54:08.962Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:54:08.962Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:54:08.962Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:54:08.962Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-25T22:54:08.962Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-25T22:54:08.962Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-25T22:54:08.962Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-25T22:54:08.962Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-25T22:54:08.962Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-08-25T22:54:08.962Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-25T22:54:08.962Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-25T22:54:08.962Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-25T22:54:09.223Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-08-25T22:54:09.223Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-25T22:54:09.223Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-08-25T22:54:09.223Z] === RUN TestCopyFromContainer [2022-08-25T22:54:09.452Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-08-25T22:54:09.472Z] --- PASS: TestAuthZPluginV2Disable (3.61s) [2022-08-25T22:54:09.472Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-25T22:54:10.166Z] === RUN TestCopyFromContainer// [2022-08-25T22:54:10.166Z] === RUN TestCopyFromContainer//bar/root [2022-08-25T22:54:10.166Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-25T22:54:10.166Z] === RUN TestCopyFromContainer/bar/quux [2022-08-25T22:54:10.166Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-25T22:54:10.166Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-25T22:54:10.166Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-25T22:54:10.393Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-08-25T22:54:10.428Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-25T22:54:10.428Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-25T22:54:10.428Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer (1.37s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-08-25T22:54:10.428Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-08-25T22:54:10.428Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-25T22:54:10.428Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:54:10.428Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:54:10.428Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:54:10.428Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:54:10.428Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:54:10.428Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:54:10.428Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:54:10.428Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:54:10.428Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:54:10.428Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-08-25T22:54:10.428Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-25T22:54:10.428Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-25T22:54:10.428Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-25T22:54:10.428Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-25T22:54:10.688Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-08-25T22:54:10.688Z] === RUN TestCreateWithInvalidEnv [2022-08-25T22:54:10.688Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-25T22:54:10.688Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-25T22:54:10.688Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-25T22:54:10.688Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-25T22:54:10.688Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-25T22:54:10.688Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-25T22:54:10.688Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-25T22:54:10.688Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-25T22:54:10.688Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-25T22:54:10.688Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-25T22:54:10.688Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-25T22:54:10.688Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-25T22:54:10.688Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-25T22:54:10.688Z] === RUN TestCreateTmpfsMountsTarget [2022-08-25T22:54:10.688Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-08-25T22:54:10.688Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-25T22:54:10.965Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-08-25T22:54:12.073Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s) [2022-08-25T22:54:12.073Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-25T22:54:12.351Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-08-25T22:54:12.469Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-08-25T22:54:12.469Z] tests/integration/client_test.py ..... [ 75%] [2022-08-25T22:54:12.469Z] tests/integration/context_api_test.py ... [ 76%] [2022-08-25T22:54:12.469Z] tests/integration/errors_test.py . [ 76%] [2022-08-25T22:54:12.611Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-08-25T22:54:12.742Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.55s) [2022-08-25T22:54:12.742Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-25T22:54:13.014Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s) [2022-08-25T22:54:13.014Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-25T22:54:13.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:54:13.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:54:13.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:54:13.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:54:13.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:54:13.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:54:13.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:54:13.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:54:13.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:54:13.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:54:13.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:54:13.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:54:13.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:54:13.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:54:13.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:54:13.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-25T22:54:13.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-25T22:54:13.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-08-25T22:54:13.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-25T22:54:13.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-25T22:54:13.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-25T22:54:13.014Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-25T22:54:13.275Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-08-25T22:54:13.275Z] === RUN TestCreateDifferentPlatform [2022-08-25T22:54:13.275Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-25T22:54:13.275Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-25T22:54:13.275Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-08-25T22:54:13.275Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-25T22:54:13.275Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-25T22:54:13.275Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-25T22:54:13.275Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-08-25T22:54:13.275Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-25T22:54:13.275Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-08-25T22:54:13.275Z] === RUN TestContainerStartOnDaemonRestart [2022-08-25T22:54:13.275Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-25T22:54:13.275Z] === RUN TestDaemonRestartIpcMode [2022-08-25T22:54:13.275Z] === PAUSE TestDaemonRestartIpcMode [2022-08-25T22:54:13.275Z] === RUN TestDaemonHostGatewayIP [2022-08-25T22:54:13.275Z] === PAUSE TestDaemonHostGatewayIP [2022-08-25T22:54:13.275Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-25T22:54:13.275Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-25T22:54:13.275Z] === RUN TestContainerKillOnDaemonStart [2022-08-25T22:54:13.275Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-25T22:54:13.275Z] === RUN TestDiff [2022-08-25T22:54:13.847Z] --- PASS: TestDiff (0.40s) [2022-08-25T22:54:13.847Z] === RUN TestExecWithCloseStdin [2022-08-25T22:54:13.995Z] docker_cli_daemon_test.go:1456: [de816f5c43bf6] daemon is not started [2022-08-25T22:54:14.420Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-08-25T22:54:14.420Z] === RUN TestExec [2022-08-25T22:54:14.565Z] === RUN TestDockerSuite/TestAttachDetach [2022-08-25T22:54:14.565Z] check_test.go:309: [d3521b6480e64] daemon is not started [2022-08-25T22:54:14.565Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-08-25T22:54:14.681Z] --- PASS: TestExec (0.47s) [2022-08-25T22:54:14.681Z] === RUN TestExecUser [2022-08-25T22:54:15.253Z] --- PASS: TestExecUser (0.42s) [2022-08-25T22:54:15.253Z] === RUN TestExportContainerAndImportImage [2022-08-25T22:54:15.510Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-08-25T22:54:15.825Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-08-25T22:54:15.825Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-25T22:54:16.453Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-08-25T22:54:17.025Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-08-25T22:54:17.214Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s) [2022-08-25T22:54:17.214Z] === RUN TestHealthCheckWorkdir [2022-08-25T22:54:17.479Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-08-25T22:54:17.479Z] === RUN TestHealthKillContainer [2022-08-25T22:54:18.413Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-08-25T22:54:18.413Z] check_test.go:309: [d778ad80b72b3] daemon is not started [2022-08-25T22:54:18.413Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-08-25T22:54:19.355Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-08-25T22:54:19.926Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-08-25T22:54:20.868Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-08-25T22:54:22.782Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-08-25T22:54:22.782Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-08-25T22:54:22.801Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.27s) [2022-08-25T22:54:22.801Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-25T22:54:23.724Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-08-25T22:54:25.109Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-08-25T22:54:25.109Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-08-25T22:54:25.681Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-08-25T22:54:25.685Z] --- PASS: TestHealthKillContainer (7.84s) [2022-08-25T22:54:25.685Z] === RUN TestHealthCheckProcessKilled [2022-08-25T22:54:25.941Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-08-25T22:54:25.946Z] --- PASS: TestHealthCheckProcessKilled (0.67s) [2022-08-25T22:54:25.946Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-25T22:54:26.513Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-08-25T22:54:26.518Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2022-08-25T22:54:26.518Z] === RUN TestIpcModeNone [2022-08-25T22:54:26.779Z] --- PASS: TestIpcModeNone (0.45s) [2022-08-25T22:54:26.779Z] === RUN TestIpcModePrivate [2022-08-25T22:54:27.040Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-08-25T22:54:27.302Z] --- PASS: TestIpcModePrivate (0.48s) [2022-08-25T22:54:27.302Z] === RUN TestIpcModeShareable [2022-08-25T22:54:27.564Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-08-25T22:54:27.825Z] --- PASS: TestIpcModeShareable (0.49s) [2022-08-25T22:54:27.825Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-25T22:54:28.451Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-08-25T22:54:29.216Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.48s) [2022-08-25T22:54:29.216Z] === RUN TestAPIIpcModeHost [2022-08-25T22:54:29.478Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-08-25T22:54:29.478Z] === RUN TestDaemonIpcModeShareable [2022-08-25T22:54:30.558Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-08-25T22:54:30.863Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-08-25T22:54:30.863Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2022-08-25T22:54:30.863Z] === RUN TestDaemonIpcModePrivate [2022-08-25T22:54:31.747Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-08-25T22:54:31.805Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-08-25T22:54:31.805Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-08-25T22:54:31.805Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-25T22:54:33.191Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-08-25T22:54:33.191Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s) [2022-08-25T22:54:33.191Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-25T22:54:33.660Z] Loaded image: buildpack-deps:buster [2022-08-25T22:54:33.660Z] Loaded image: busybox:latest [2022-08-25T22:54:33.922Z] Loaded image: busybox:glibc [2022-08-25T22:54:34.134Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-08-25T22:54:34.134Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s) [2022-08-25T22:54:34.134Z] === RUN TestIpcModeOlderClient [2022-08-25T22:54:34.134Z] === PAUSE TestIpcModeOlderClient [2022-08-25T22:54:34.134Z] === RUN TestKillContainerInvalidSignal [2022-08-25T22:54:34.706Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-08-25T22:54:34.707Z] === RUN TestKillContainer [2022-08-25T22:54:34.707Z] === RUN TestKillContainer/no_signal [2022-08-25T22:54:34.864Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-08-25T22:54:34.968Z] === RUN TestKillContainer/non_killing_signal [2022-08-25T22:54:35.229Z] === RUN TestKillContainer/killing_signal [2022-08-25T22:54:35.800Z] --- PASS: TestKillContainer (1.25s) [2022-08-25T22:54:35.801Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-08-25T22:54:35.801Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-08-25T22:54:35.801Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-08-25T22:54:35.801Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-25T22:54:35.801Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-25T22:54:36.372Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-25T22:54:36.636Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s) [2022-08-25T22:54:36.636Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-08-25T22:54:36.636Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2022-08-25T22:54:36.636Z] === RUN TestKillStoppedContainer [2022-08-25T22:54:36.636Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-08-25T22:54:36.636Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-25T22:54:36.636Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-08-25T22:54:36.636Z] === RUN TestKillDifferentUserContainer [2022-08-25T22:54:37.208Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-08-25T22:54:37.208Z] === RUN TestInspectOomKilledTrue [2022-08-25T22:54:37.408Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-08-25T22:54:37.779Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-08-25T22:54:37.779Z] === RUN TestInspectOomKilledFalse [2022-08-25T22:54:38.040Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-08-25T22:54:38.040Z] === RUN TestLinksEtcHostsContentMatch [2022-08-25T22:54:38.301Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-08-25T22:54:38.301Z] === RUN TestLinksContainerNames [2022-08-25T22:54:38.795Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-08-25T22:54:39.245Z] --- PASS: TestLinksContainerNames (0.84s) [2022-08-25T22:54:39.245Z] === RUN TestLogsFollowTailEmpty [2022-08-25T22:54:39.366Z] Loaded image: debian:bullseye [2022-08-25T22:54:39.506Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-08-25T22:54:39.506Z] === RUN TestContainerNetworkMountsNoChown [2022-08-25T22:54:39.627Z] Loaded image: hello-world:latest [2022-08-25T22:54:39.627Z] Loaded image: arm32v7/hello-world:latest [2022-08-25T22:54:40.080Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/default [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/default [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/private [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/private [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rprivate [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/slave [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/slave [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rslave [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/shared [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/shared [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rshared [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/default [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rslave [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rshared [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/shared [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rprivate [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/slave [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/private [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-25T22:54:40.081Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:54:40.081Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:54:40.081Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-25T22:54:40.342Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-25T22:54:40.342Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-25T22:54:40.342Z] === RUN TestContainerBindMountNonRecursive [2022-08-25T22:54:40.886Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2022-08-25T22:54:40.886Z] PASS [2022-08-25T22:54:40.886Z] [2022-08-25T22:54:40.886Z] DONE 17 tests in 46.715s [2022-08-25T22:54:40.886Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-25T22:54:40.886Z] INFO: Testing against a local daemon [2022-08-25T22:54:40.886Z] === RUN TestPluginInvalidJSON [2022-08-25T22:54:40.886Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:54:40.886Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:54:40.886Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:54:40.886Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-08-25T22:54:40.886Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-25T22:54:40.886Z] === RUN TestPluginInstall [2022-08-25T22:54:40.886Z] === RUN TestPluginInstall/no_auth [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e66cf8357c2694f785ca3b8a6226067aede73d371cacddea6085cda8fed9011" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e66cf8357c2694f785ca3b8a6226067aede73d371cacddea6085cda8fed9011" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:54:40.886Z] === RUN TestPluginInstall/with_htpasswd [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e66cf8357c2694f785ca3b8a6226067aede73d371cacddea6085cda8fed9011" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:54:40.886Z] time="2022-08-25T22:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e66cf8357c2694f785ca3b8a6226067aede73d371cacddea6085cda8fed9011" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:54:40.886Z] === RUN TestPluginInstall/with_insecure [2022-08-25T22:54:41.009Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-08-25T22:54:41.450Z] time="2022-08-25T22:54:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:54:41.450Z] time="2022-08-25T22:54:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1910561403c444435e3a335cedf8ae444a4f2f556adcfd42ea7d3f470e4ecbf6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:54:41.450Z] time="2022-08-25T22:54:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:54:41.450Z] time="2022-08-25T22:54:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1910561403c444435e3a335cedf8ae444a4f2f556adcfd42ea7d3f470e4ecbf6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:54:41.450Z] plugin_test.go:165: [d6146db17e874] daemon is not started [2022-08-25T22:54:41.450Z] --- PASS: TestPluginInstall (2.80s) [2022-08-25T22:54:41.450Z] --- PASS: TestPluginInstall/no_auth (1.11s) [2022-08-25T22:54:41.450Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-08-25T22:54:41.450Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-08-25T22:54:41.450Z] === RUN TestPluginsWithRuntimes [2022-08-25T22:54:41.581Z] check_test.go:309: [d11d825838448] daemon is not started [2022-08-25T22:54:41.581Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-08-25T22:54:41.728Z] --- PASS: TestContainerBindMountNonRecursive (1.26s) [2022-08-25T22:54:41.728Z] === RUN TestContainerVolumesMountedAsShared [2022-08-25T22:54:41.989Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-08-25T22:54:41.989Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-25T22:54:42.152Z] check_test.go:309: [d071a0d842c89] daemon is not started [2022-08-25T22:54:42.152Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-08-25T22:54:42.560Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-08-25T22:54:42.560Z] === RUN TestNetworkNat [2022-08-25T22:54:42.821Z] --- PASS: TestNetworkNat (0.43s) [2022-08-25T22:54:42.821Z] === RUN TestNetworkLocalhostTCPNat [2022-08-25T22:54:43.343Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-25T22:54:43.393Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-08-25T22:54:43.393Z] === RUN TestNetworkLoopbackNat [2022-08-25T22:54:43.539Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-08-25T22:54:43.906Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-25T22:54:44.110Z] check_test.go:309: [d46285038ff5e] daemon is not started [2022-08-25T22:54:44.110Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-08-25T22:54:44.683Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-08-25T22:54:44.836Z] --- PASS: TestPluginsWithRuntimes (3.25s) [2022-08-25T22:54:44.836Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2022-08-25T22:54:44.836Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-08-25T22:54:44.836Z] === RUN TestPluginBackCompatMediaTypes [2022-08-25T22:54:45.254Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-08-25T22:54:45.399Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-08-25T22:54:45.399Z] PASS [2022-08-25T22:54:45.399Z] [2022-08-25T22:54:45.399Z] DONE 10 tests in 6.778s [2022-08-25T22:54:45.399Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-25T22:54:45.399Z] INFO: Testing against a local daemon [2022-08-25T22:54:45.399Z] === RUN TestExternalGraphDriver [2022-08-25T22:54:45.656Z] === RUN TestExternalGraphDriver/json [2022-08-25T22:54:45.937Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-08-25T22:54:45.937Z] === RUN TestPause [2022-08-25T22:54:46.197Z] --- PASS: TestPause (0.45s) [2022-08-25T22:54:46.197Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-25T22:54:46.197Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:54:46.197Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:54:46.197Z] === RUN TestPauseStopPausedContainer [2022-08-25T22:54:46.574Z] ......... [ 86%] [2022-08-25T22:54:46.638Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-08-25T22:54:46.770Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-08-25T22:54:46.770Z] === RUN TestPsFilter [2022-08-25T22:54:46.770Z] --- PASS: TestPsFilter (0.11s) [2022-08-25T22:54:46.770Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-25T22:54:46.899Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-08-25T22:54:47.159Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-08-25T22:54:47.342Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-08-25T22:54:47.342Z] === RUN TestRemoveContainerWithVolume [2022-08-25T22:54:47.546Z] === RUN TestExternalGraphDriver/spec [2022-08-25T22:54:47.603Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-08-25T22:54:47.603Z] === RUN TestRemoveContainerRunning [2022-08-25T22:54:48.105Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-08-25T22:54:48.174Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-08-25T22:54:48.174Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-25T22:54:48.365Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-08-25T22:54:48.435Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-08-25T22:54:48.435Z] === RUN TestRemoveInvalidContainer [2022-08-25T22:54:48.435Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-25T22:54:48.435Z] === RUN TestRenameLinkedContainer [2022-08-25T22:54:48.914Z] === RUN TestExternalGraphDriver/pull [2022-08-25T22:54:50.276Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (43.44s) [2022-08-25T22:54:50.276Z] PASS [2022-08-25T22:54:50.276Z] [2022-08-25T22:54:50.276Z] === Skipped [2022-08-25T22:54:50.276Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-25T22:54:50.276Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:54:50.276Z] [2022-08-25T22:54:50.276Z] DONE 33 tests, 1 skipped in 255.833s [2022-08-25T22:54:50.276Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-25T22:54:50.276Z] ++ 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-08-25T22:54:50.276Z] ++ set -e [2022-08-25T22:54:50.276Z] ++ '[' -n 0 ']' [2022-08-25T22:54:50.276Z] ++ set -x [2022-08-25T22:54:50.276Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:54:50.276Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-08-25T22:54:50.276Z] INFO: Testing against a local daemon [2022-08-25T22:54:50.276Z] === RUN TestConfigInspect [2022-08-25T22:54:50.356Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-08-25T22:54:50.356Z] === RUN TestRenameStoppedContainer [2022-08-25T22:54:50.617Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-08-25T22:54:50.617Z] === RUN TestRenameRunningContainerAndReuse [2022-08-25T22:54:50.805Z] --- PASS: TestExternalGraphDriver (5.18s) [2022-08-25T22:54:50.805Z] --- PASS: TestExternalGraphDriver/json (1.59s) [2022-08-25T22:54:50.805Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-08-25T22:54:50.805Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2022-08-25T22:54:50.805Z] === RUN TestGraphdriverPluginV2 [2022-08-25T22:54:50.847Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2022-08-25T22:54:51.109Z] tests/integration/models_images_test.py ............... [ 89%] [2022-08-25T22:54:51.560Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-08-25T22:54:51.560Z] === RUN TestRenameInvalidName [2022-08-25T22:54:51.787Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2022-08-25T22:54:51.821Z] --- PASS: TestRenameInvalidName (0.40s) [2022-08-25T22:54:51.821Z] === RUN TestRenameAnonymousContainer [2022-08-25T22:54:52.204Z] tests/integration/models_networks_test.py .... [ 90%] [2022-08-25T22:54:52.272Z] --- PASS: TestBuildWithHugeFile (51.52s) [2022-08-25T22:54:52.272Z] === RUN TestBuildWithEmptyDockerfile [2022-08-25T22:54:52.272Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:54:52.272Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:54:52.272Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:54:52.272Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:54:52.272Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:54:52.272Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:54:52.272Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T22:54:52.272Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T22:54:52.272Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T22:54:52.272Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-08-25T22:54:52.272Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2022-08-25T22:54:52.272Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2022-08-25T22:54:52.272Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-08-25T22:54:52.272Z] === RUN TestBuildPreserveOwnership [2022-08-25T22:54:52.272Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-25T22:54:52.365Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-08-25T22:54:52.627Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-08-25T22:54:52.627Z] --- PASS: TestConfigInspect (2.36s) [2022-08-25T22:54:52.627Z] === RUN TestConfigList [2022-08-25T22:54:53.201Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-08-25T22:54:53.205Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2022-08-25T22:54:53.205Z] === RUN TestRenameContainerWithSameName [2022-08-25T22:54:53.206Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-25T22:54:53.776Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-08-25T22:54:53.776Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-25T22:54:54.717Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2022-08-25T22:54:54.717Z] === RUN TestResize [2022-08-25T22:54:54.972Z] --- PASS: TestGraphdriverPluginV2 (4.04s) [2022-08-25T22:54:54.972Z] PASS [2022-08-25T22:54:54.972Z] [2022-08-25T22:54:54.972Z] DONE 5 tests in 9.264s [2022-08-25T22:54:54.972Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-25T22:54:54.972Z] INFO: Testing against a local daemon [2022-08-25T22:54:54.972Z] === RUN TestContinueAfterPluginCrash [2022-08-25T22:54:54.972Z] === PAUSE TestContinueAfterPluginCrash [2022-08-25T22:54:54.972Z] === RUN TestReadPluginNoRead [2022-08-25T22:54:54.972Z] === PAUSE TestReadPluginNoRead [2022-08-25T22:54:54.972Z] === RUN TestDaemonStartWithLogOpt [2022-08-25T22:54:54.972Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-25T22:54:54.972Z] === CONT TestContinueAfterPluginCrash [2022-08-25T22:54:54.972Z] === CONT TestDaemonStartWithLogOpt [2022-08-25T22:54:54.977Z] --- PASS: TestResize (0.41s) [2022-08-25T22:54:54.977Z] === RUN TestResizeWithInvalidSize [2022-08-25T22:54:55.109Z] --- PASS: TestConfigList (2.53s) [2022-08-25T22:54:55.109Z] === RUN TestConfigsCreateAndDelete [2022-08-25T22:54:55.549Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-08-25T22:54:55.549Z] === RUN TestResizeWhenContainerNotStarted [2022-08-25T22:54:55.810Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:54:55.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:54:55.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:54:55.810Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:54:55.810Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:54:56.050Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-08-25T22:54:57.396Z] --- PASS: TestBuildPreserveOwnership (10.16s) [2022-08-25T22:54:57.396Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.16s) [2022-08-25T22:54:57.396Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-08-25T22:54:57.396Z] === RUN TestBuildPlatformInvalid [2022-08-25T22:54:57.396Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-08-25T22:54:57.396Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-25T22:54:57.396Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2022-08-25T22:54:57.396Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-08-25T22:54:57.396Z] PASS [2022-08-25T22:54:57.396Z] [2022-08-25T22:54:57.396Z] === Skipped [2022-08-25T22:54:57.396Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-25T22:54:57.396Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T22:54:57.396Z] [2022-08-25T22:54:57.396Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-08-25T22:54:57.396Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2022-08-25T22:54:57.396Z] [2022-08-25T22:54:57.396Z] DONE 33 tests, 2 skipped in 130.677s [2022-08-25T22:54:57.396Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-25T22:54:57.396Z] INFO: Testing against a local daemon [2022-08-25T22:54:57.396Z] === RUN TestConfigInspect [2022-08-25T22:54:57.396Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:57.396Z] --- SKIP: TestConfigInspect (0.02s) [2022-08-25T22:54:57.396Z] === RUN TestConfigList [2022-08-25T22:54:57.396Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:57.396Z] --- SKIP: TestConfigList (0.01s) [2022-08-25T22:54:57.396Z] === RUN TestConfigsCreateAndDelete [2022-08-25T22:54:57.396Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:57.396Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-08-25T22:54:57.396Z] === RUN TestConfigsUpdate [2022-08-25T22:54:57.396Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:57.396Z] --- SKIP: TestConfigsUpdate (0.02s) [2022-08-25T22:54:57.396Z] === RUN TestTemplatedConfig [2022-08-25T22:54:57.396Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:57.396Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-08-25T22:54:57.396Z] === RUN TestConfigCreateResolve [2022-08-25T22:54:57.396Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:57.396Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-08-25T22:54:57.396Z] === RUN TestConfigDaemonLibtrustID [2022-08-25T22:54:57.725Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:54:57.725Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:54:57.959Z] --- PASS: TestConfigsCreateAndDelete (2.61s) [2022-08-25T22:54:57.959Z] === RUN TestConfigsUpdate [2022-08-25T22:54:58.219Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-08-25T22:54:58.241Z] --- PASS: TestDaemonStartWithLogOpt (3.41s) [2022-08-25T22:54:58.241Z] === CONT TestReadPluginNoRead [2022-08-25T22:54:58.667Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:54:58.786Z] tests/integration/models_nodes_test.py . [ 91%] [2022-08-25T22:54:58.786Z] tests/integration/models_resources_test.py . [ 91%] [2022-08-25T22:54:58.928Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:54:59.308Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2022-08-25T22:54:59.308Z] PASS [2022-08-25T22:54:59.308Z] [2022-08-25T22:54:59.308Z] === Skipped [2022-08-25T22:54:59.308Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-08-25T22:54:59.308Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:59.308Z] [2022-08-25T22:54:59.308Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-08-25T22:54:59.308Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:59.308Z] [2022-08-25T22:54:59.308Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-08-25T22:54:59.308Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:59.308Z] [2022-08-25T22:54:59.308Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2022-08-25T22:54:59.308Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:59.308Z] [2022-08-25T22:54:59.308Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-08-25T22:54:59.308Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:59.308Z] [2022-08-25T22:54:59.308Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-08-25T22:54:59.308Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:54:59.308Z] [2022-08-25T22:54:59.308Z] DONE 7 tests, 6 skipped in 1.726s [2022-08-25T22:54:59.308Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-25T22:54:59.308Z] INFO: Testing against a local daemon [2022-08-25T22:54:59.308Z] === RUN TestCheckpoint [2022-08-25T22:54:59.308Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:54:59.308Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-25T22:54:59.308Z] === RUN TestContainerInvalidJSON [2022-08-25T22:54:59.308Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:54:59.308Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:54:59.308Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:54:59.308Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:54:59.308Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:54:59.308Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:54:59.308Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:54:59.308Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:54:59.308Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:54:59.308Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-25T22:54:59.308Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-25T22:54:59.308Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-25T22:54:59.308Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-25T22:54:59.308Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-25T22:54:59.308Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-08-25T22:54:59.308Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-25T22:54:59.308Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-25T22:54:59.308Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-25T22:54:59.308Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-08-25T22:54:59.308Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-25T22:54:59.308Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-08-25T22:54:59.308Z] === RUN TestCopyFromContainer [2022-08-25T22:54:59.602Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-08-25T22:54:59.874Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:55:00.134Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:55:00.171Z] check_test.go:309: [db241dbdd21d3] daemon is not started [2022-08-25T22:55:00.171Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-08-25T22:55:00.431Z] --- PASS: TestConfigsUpdate (2.59s) [2022-08-25T22:55:00.431Z] === RUN TestTemplatedConfig [2022-08-25T22:55:00.691Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-08-25T22:55:00.770Z] === RUN TestReadPluginNoRead/default [2022-08-25T22:55:01.262Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-08-25T22:55:01.262Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-08-25T22:55:01.262Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-08-25T22:55:01.373Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-25T22:55:01.520Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:55:01.780Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:55:01.833Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-08-25T22:55:02.746Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-25T22:55:02.774Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-08-25T22:55:03.001Z] --- PASS: TestContinueAfterPluginCrash (8.29s) [2022-08-25T22:55:03.166Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer// [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer//bar/root [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer/bar/quux [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-25T22:55:03.497Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-25T22:55:03.714Z] --- PASS: TestTemplatedConfig (3.39s) [2022-08-25T22:55:03.714Z] === RUN TestConfigCreateResolve [2022-08-25T22:55:03.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer (4.29s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-08-25T22:55:03.757Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-08-25T22:55:03.757Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-25T22:55:03.757Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:55:03.757Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:55:03.757Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:55:03.757Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:55:03.757Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:55:03.757Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:55:03.757Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:55:03.757Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:55:03.757Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:55:03.757Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-08-25T22:55:03.757Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-25T22:55:03.757Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-25T22:55:03.757Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-25T22:55:03.757Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-25T22:55:03.757Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-08-25T22:55:03.757Z] === RUN TestCreateWithInvalidEnv [2022-08-25T22:55:03.757Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-25T22:55:03.757Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-25T22:55:03.757Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-25T22:55:03.757Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-25T22:55:03.757Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-25T22:55:03.757Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-25T22:55:03.757Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-25T22:55:03.757Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-25T22:55:03.757Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-25T22:55:03.757Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-25T22:55:03.757Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-25T22:55:03.757Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-25T22:55:03.757Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-25T22:55:03.757Z] === RUN TestCreateTmpfsMountsTarget [2022-08-25T22:55:03.757Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-08-25T22:55:03.757Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-25T22:55:03.931Z] === CONT TestReadPluginNoRead [2022-08-25T22:55:03.931Z] read_test.go:92: [dcc8266eab422] daemon is not started [2022-08-25T22:55:03.931Z] --- PASS: TestReadPluginNoRead (5.68s) [2022-08-25T22:55:03.931Z] --- PASS: TestReadPluginNoRead/default (1.17s) [2022-08-25T22:55:03.931Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.15s) [2022-08-25T22:55:03.931Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s) [2022-08-25T22:55:03.931Z] PASS [2022-08-25T22:55:03.931Z] [2022-08-25T22:55:03.931Z] DONE 6 tests in 9.128s [2022-08-25T22:55:03.931Z] 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-08-25T22:55:03.931Z] testing: warning: no tests to run [2022-08-25T22:55:03.931Z] PASS [2022-08-25T22:55:03.931Z] [2022-08-25T22:55:03.931Z] DONE 0 tests in 0.007s [2022-08-25T22:55:03.931Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-25T22:55:03.931Z] INFO: Testing against a local daemon [2022-08-25T22:55:03.931Z] === RUN TestPluginWithDevMounts [2022-08-25T22:55:03.931Z] === PAUSE TestPluginWithDevMounts [2022-08-25T22:55:03.931Z] === CONT TestPluginWithDevMounts [2022-08-25T22:55:04.903Z] tests/integration/models_services_test.py ..............X. [ 95%] [2022-08-25T22:55:05.098Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-08-25T22:55:05.134Z] --- PASS: TestCreateWithCustomMaskedPaths (1.13s) [2022-08-25T22:55:05.134Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-25T22:55:05.297Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-08-25T22:55:05.297Z] PASS [2022-08-25T22:55:05.297Z] [2022-08-25T22:55:05.297Z] DONE 1 tests in 1.579s [2022-08-25T22:55:05.297Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-25T22:55:05.553Z] INFO: Testing against a local daemon [2022-08-25T22:55:05.553Z] === RUN TestSecretInspect [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.61s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.77s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.63s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.68s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.92s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.63s) [2022-08-25T22:55:05.651Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.71s) [2022-08-25T22:55:05.651Z] === RUN TestCgroupNamespacesRun [2022-08-25T22:55:06.070Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.08s) [2022-08-25T22:55:06.070Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-25T22:55:06.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:55:06.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:55:06.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:55:06.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:55:06.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:55:06.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:55:06.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:55:06.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:55:06.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:55:06.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:55:06.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:55:06.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:55:06.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:55:06.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:55:06.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:55:06.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-25T22:55:06.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-08-25T22:55:06.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-08-25T22:55:06.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-25T22:55:06.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-25T22:55:06.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-25T22:55:06.070Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-25T22:55:06.328Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-08-25T22:55:06.328Z] === RUN TestCreateDifferentPlatform [2022-08-25T22:55:06.328Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-25T22:55:06.328Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-25T22:55:06.328Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-08-25T22:55:06.328Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-25T22:55:06.328Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-25T22:55:06.328Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-25T22:55:06.482Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-08-25T22:55:06.586Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-08-25T22:55:06.586Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-25T22:55:06.586Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-08-25T22:55:06.586Z] === RUN TestContainerStartOnDaemonRestart [2022-08-25T22:55:06.586Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-08-25T22:55:06.586Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-08-25T22:55:06.586Z] === RUN TestDaemonRestartIpcMode [2022-08-25T22:55:06.586Z] === PAUSE TestDaemonRestartIpcMode [2022-08-25T22:55:06.586Z] === RUN TestDaemonHostGatewayIP [2022-08-25T22:55:06.586Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:55:06.586Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-08-25T22:55:06.586Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-25T22:55:06.586Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-25T22:55:06.586Z] === RUN TestContainerKillOnDaemonStart [2022-08-25T22:55:06.586Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-08-25T22:55:06.586Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-08-25T22:55:06.586Z] === RUN TestDiff [2022-08-25T22:55:06.623Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-08-25T22:55:06.623Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-25T22:55:06.744Z] --- PASS: TestConfigCreateResolve (2.84s) [2022-08-25T22:55:06.744Z] === RUN TestConfigDaemonLibtrustID [2022-08-25T22:55:06.846Z] --- PASS: TestDiff (0.41s) [2022-08-25T22:55:06.846Z] === RUN TestExecWithCloseStdin [2022-08-25T22:55:07.004Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-08-25T22:55:07.264Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-08-25T22:55:07.264Z] PASS [2022-08-25T22:55:07.264Z] [2022-08-25T22:55:07.264Z] DONE 7 tests in 17.041s [2022-08-25T22:55:07.264Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-25T22:55:07.264Z] ++ 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-08-25T22:55:07.264Z] ++ set -e [2022-08-25T22:55:07.264Z] ++ '[' -n 0 ']' [2022-08-25T22:55:07.264Z] ++ set -x [2022-08-25T22:55:07.264Z] ++ 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-08-25T22:55:07.416Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-08-25T22:55:07.416Z] === RUN TestExec [2022-08-25T22:55:07.443Z] --- PASS: TestSecretInspect (2.11s) [2022-08-25T22:55:07.443Z] === RUN TestSecretList [2022-08-25T22:55:07.524Z] INFO: Testing against a local daemon [2022-08-25T22:55:07.524Z] === RUN TestCheckpoint [2022-08-25T22:55:07.524Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:55:07.524Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-25T22:55:07.524Z] === RUN TestContainerInvalidJSON [2022-08-25T22:55:07.524Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:55:07.524Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:55:07.524Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:55:07.524Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:55:07.524Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:55:07.524Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:55:07.524Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T22:55:07.524Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-25T22:55:07.524Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T22:55:07.524Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-08-25T22:55:07.524Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-25T22:55:07.524Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-25T22:55:07.524Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-25T22:55:07.524Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-25T22:55:07.524Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-08-25T22:55:07.524Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-25T22:55:07.524Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-25T22:55:07.524Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-25T22:55:07.524Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-08-25T22:55:07.524Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-25T22:55:07.524Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-08-25T22:55:07.580Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-08-25T22:55:07.580Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-25T22:55:07.675Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-08-25T22:55:07.675Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-08-25T22:55:07.787Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-08-25T22:55:07.787Z] === RUN TestCopyFromContainer [2022-08-25T22:55:07.983Z] --- PASS: TestExec (0.44s) [2022-08-25T22:55:07.983Z] === RUN TestExecUser [2022-08-25T22:55:08.242Z] --- PASS: TestExecUser (0.41s) [2022-08-25T22:55:08.242Z] === RUN TestExportContainerAndImportImage [2022-08-25T22:55:08.810Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2022-08-25T22:55:08.810Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-25T22:55:08.963Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s) [2022-08-25T22:55:08.963Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-25T22:55:09.171Z] === RUN TestCopyFromContainer// [2022-08-25T22:55:09.431Z] === RUN TestCopyFromContainer//bar/root [2022-08-25T22:55:09.431Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-25T22:55:09.691Z] === RUN TestCopyFromContainer/bar/quux [2022-08-25T22:55:09.691Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-08-25T22:55:09.691Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-25T22:55:09.691Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-25T22:55:09.905Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-08-25T22:55:09.905Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-25T22:55:09.953Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-25T22:55:09.953Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-25T22:55:09.959Z] --- PASS: TestSecretList (2.09s) [2022-08-25T22:55:09.959Z] === RUN TestSecretsCreateAndDelete [2022-08-25T22:55:10.214Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-25T22:55:10.214Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer (2.65s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer// (0.11s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-08-25T22:55:10.214Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2022-08-25T22:55:10.214Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-25T22:55:10.474Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:55:10.474Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:55:10.475Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:55:10.475Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:55:10.475Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:55:10.475Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:55:10.475Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T22:55:10.475Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T22:55:10.475Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T22:55:10.475Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-08-25T22:55:10.475Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-25T22:55:10.475Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-25T22:55:10.475Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-08-25T22:55:10.475Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-25T22:55:10.475Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-08-25T22:55:10.475Z] === RUN TestCreateWithInvalidEnv [2022-08-25T22:55:10.475Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-25T22:55:10.475Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-25T22:55:10.475Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-25T22:55:10.475Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-25T22:55:10.475Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-25T22:55:10.475Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-25T22:55:10.475Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-25T22:55:10.475Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-25T22:55:10.475Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-25T22:55:10.475Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-08-25T22:55:10.475Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-25T22:55:10.475Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-25T22:55:10.475Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-08-25T22:55:10.475Z] === RUN TestCreateTmpfsMountsTarget [2022-08-25T22:55:10.475Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2022-08-25T22:55:10.475Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-25T22:55:10.475Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-08-25T22:55:10.846Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s) [2022-08-25T22:55:10.846Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-25T22:55:11.315Z] tests/integration/regression_test.py ...... [ 98%] [2022-08-25T22:55:11.837Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-08-25T22:55:11.837Z] tests/integration/credentials/utils_test.py . [100%] [2022-08-25T22:55:11.837Z] [2022-08-25T22:55:11.837Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-08-25T22:55:11.837Z] =========================== short test summary info ============================ [2022-08-25T22:55:11.837Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-08-25T22:55:11.837Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-08-25T22:55:11.837Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-08-25T22:55:11.837Z] Not supported on most drivers [2022-08-25T22:55:11.837Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-08-25T22:55:11.837Z] Output of docker top depends on host distro, and is not formalized. [2022-08-25T22:55:11.837Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-08-25T22:55:11.837Z] Output of docker top depends on host distro, and is not formalized. [2022-08-25T22:55:11.837Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-08-25T22:55:11.837Z] Can fail if eth0 has multiple IP addresses [2022-08-25T22:55:11.837Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-08-25T22:55:11.837Z] This doesn't seem to be taken into account by the engine [2022-08-25T22:55:11.837Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2022-08-25T22:55:11.837Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-08-25T22:55:11.837Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 292.40 seconds == [2022-08-25T22:55:11.888Z] --- PASS: TestSecretsCreateAndDelete (2.10s) [2022-08-25T22:55:11.888Z] === RUN TestSecretsUpdate [2022-08-25T22:55:12.095Z] --- PASS: TestExportContainerAfterDaemonRestart (3.28s) [2022-08-25T22:55:12.095Z] === RUN TestHealthCheckWorkdir [2022-08-25T22:55:12.097Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-08-25T22:55:12.230Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-08-25T22:55:12.230Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-25T22:55:12.384Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-08-25T22:55:12.384Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-08-25T22:55:12.384Z] check_test.go:309: [d49ae36eb9a75] daemon is not started [2022-08-25T22:55:12.384Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-08-25T22:55:12.384Z] --- PASS: TestCreateWithCustomMaskedPaths (1.72s) [2022-08-25T22:55:12.384Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-25T22:55:12.663Z] --- PASS: TestHealthCheckWorkdir (0.49s) [2022-08-25T22:55:12.663Z] === RUN TestHealthKillContainer [2022-08-25T22:55:12.801Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-08-25T22:55:12.801Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-25T22:55:13.745Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-08-25T22:55:13.745Z] === RUN TestNISDomainname [2022-08-25T22:55:13.770Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-08-25T22:55:13.770Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-08-25T22:55:14.030Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.75s) [2022-08-25T22:55:14.030Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-25T22:55:14.030Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:55:14.030Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:55:14.030Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:55:14.030Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:55:14.030Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:55:14.030Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:55:14.030Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:55:14.030Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:55:14.030Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:55:14.030Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:55:14.030Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T22:55:14.030Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T22:55:14.030Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T22:55:14.030Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T22:55:14.030Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T22:55:14.030Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-08-25T22:55:14.030Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-25T22:55:14.030Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-08-25T22:55:14.030Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-25T22:55:14.030Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-08-25T22:55:14.030Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-25T22:55:14.030Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-25T22:55:14.437Z] --- PASS: TestSecretsUpdate (2.20s) [2022-08-25T22:55:14.437Z] === RUN TestTemplatedSecret [2022-08-25T22:55:14.439Z] --- PASS: TestNISDomainname (0.52s) [2022-08-25T22:55:14.439Z] === RUN TestHostnameDnsResolution [2022-08-25T22:55:14.749Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-08-25T22:55:14.749Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2022-08-25T22:55:14.749Z] === RUN TestCreateDifferentPlatform [2022-08-25T22:55:14.749Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-25T22:55:14.749Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-25T22:55:14.749Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-08-25T22:55:14.749Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-08-25T22:55:14.749Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-25T22:55:14.749Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-25T22:55:14.749Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2022-08-25T22:55:14.749Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-25T22:55:14.749Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-08-25T22:55:14.749Z] === RUN TestContainerStartOnDaemonRestart [2022-08-25T22:55:14.749Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-25T22:55:14.749Z] === RUN TestDaemonRestartIpcMode [2022-08-25T22:55:14.749Z] === PAUSE TestDaemonRestartIpcMode [2022-08-25T22:55:14.749Z] === RUN TestDaemonHostGatewayIP [2022-08-25T22:55:14.749Z] === PAUSE TestDaemonHostGatewayIP [2022-08-25T22:55:14.749Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-25T22:55:14.749Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-25T22:55:14.749Z] === RUN TestContainerKillOnDaemonStart [2022-08-25T22:55:14.749Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-25T22:55:14.749Z] === RUN TestDiff [2022-08-25T22:55:15.010Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-08-25T22:55:15.010Z] === RUN TestUnprivilegedPortsAndPing [2022-08-25T22:55:15.583Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2022-08-25T22:55:15.583Z] === RUN TestStats [2022-08-25T22:55:15.708Z] --- PASS: TestDiff (0.73s) [2022-08-25T22:55:15.708Z] === RUN TestExecWithCloseStdin [2022-08-25T22:55:15.708Z] === RUN TestDockerSuite/TestBuildAddScript [2022-08-25T22:55:15.708Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-08-25T22:55:16.137Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-08-25T22:55:16.137Z] [2022-08-25T22:55:16.137Z] ________ ____ __. [2022-08-25T22:55:16.137Z] \_____ \ | |/ _| [2022-08-25T22:55:16.137Z] / | \| < [2022-08-25T22:55:16.137Z] / | \ | \ [2022-08-25T22:55:16.137Z] \_______ /____|__ \ [2022-08-25T22:55:16.137Z] \/ \/ [2022-08-25T22:55:16.137Z] [2022-08-25T22:55:16.137Z] INFO: make.ps1 ended at 08/25/2022 22:55:15 [2022-08-25T22:55:16.660Z] --- PASS: TestExecWithCloseStdin (0.92s) [2022-08-25T22:55:16.660Z] === RUN TestExec [2022-08-25T22:55:16.999Z] --- PASS: TestTemplatedSecret (2.56s) [2022-08-25T22:55:16.999Z] === RUN TestSecretCreateResolve [2022-08-25T22:55:17.163Z] INFO: Binaries build ended at 08/25/2022 22:55:17. Duration:00:01:51.6844248 [2022-08-25T22:55:17.236Z] --- PASS: TestExec (0.77s) [2022-08-25T22:55:17.236Z] === RUN TestExecUser [2022-08-25T22:55:17.236Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-08-25T22:55:18.127Z] --- PASS: TestStats (2.44s) [2022-08-25T22:55:18.127Z] === RUN TestStopContainerWithTimeout [2022-08-25T22:55:18.127Z] === RUN TestStopContainerWithTimeout/0 [2022-08-25T22:55:18.127Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-25T22:55:18.127Z] === RUN TestStopContainerWithTimeout/1 [2022-08-25T22:55:18.127Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-25T22:55:18.127Z] === RUN TestStopContainerWithTimeout/3 [2022-08-25T22:55:18.127Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-25T22:55:18.127Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-25T22:55:18.127Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-25T22:55:18.127Z] === CONT TestStopContainerWithTimeout/0 [2022-08-25T22:55:18.127Z] === CONT TestStopContainerWithTimeout/3 [2022-08-25T22:55:18.178Z] --- PASS: TestExecUser (0.75s) [2022-08-25T22:55:18.178Z] === RUN TestExportContainerAndImportImage [2022-08-25T22:55:18.188Z] INFO: Copying the built daemon binary to d:\CI\PR-44041\1\binary\dockerd-8bd86a0699.exe... [2022-08-25T22:55:18.439Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-08-25T22:55:18.679Z] INFO: Copying the built client binary to d:\CI\PR-44041\1\binary\docker-8bd86a0699.exe... [2022-08-25T22:55:18.679Z] INFO: Copying dockerversion from the container... [2022-08-25T22:55:18.679Z] INFO: Copying the golang package from the container to d:\CI\PR-44041\1\installer\go.zip... [2022-08-25T22:55:18.699Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-25T22:55:18.890Z] --- PASS: TestSecretCreateResolve (2.11s) [2022-08-25T22:55:18.890Z] PASS [2022-08-25T22:55:18.890Z] [2022-08-25T22:55:18.890Z] DONE 6 tests in 13.212s [2022-08-25T22:55:18.890Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-25T22:55:18.890Z] INFO: Testing against a local daemon [2022-08-25T22:55:18.890Z] === RUN TestServiceCreateInit [2022-08-25T22:55:18.890Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-25T22:55:19.011Z] --- PASS: TestExportContainerAndImportImage (0.97s) [2022-08-25T22:55:19.011Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-25T22:55:19.011Z] check_test.go:309: [d8ccb585598e6] daemon is not started [2022-08-25T22:55:19.011Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-08-25T22:55:19.701Z] INFO: Extracting go.zip to d:\CI\PR-44041\1\go [2022-08-25T22:55:20.392Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2022-08-25T22:55:20.392Z] === RUN TestHealthCheckWorkdir [2022-08-25T22:55:20.607Z] === CONT TestStopContainerWithTimeout/1 [2022-08-25T22:55:20.775Z] --- PASS: TestHealthKillContainer (7.82s) [2022-08-25T22:55:20.775Z] === RUN TestHealthCheckProcessKilled [2022-08-25T22:55:21.033Z] --- PASS: TestHealthCheckProcessKilled (0.61s) [2022-08-25T22:55:21.033Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-25T22:55:21.033Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-25T22:55:21.033Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-08-25T22:55:21.033Z] === RUN TestIpcModeNone [2022-08-25T22:55:21.293Z] --- PASS: TestIpcModeNone (0.41s) [2022-08-25T22:55:21.293Z] === RUN TestIpcModePrivate [2022-08-25T22:55:21.551Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-08-25T22:55:21.772Z] --- PASS: TestHealthCheckWorkdir (0.97s) [2022-08-25T22:55:21.772Z] === RUN TestHealthKillContainer [2022-08-25T22:55:21.809Z] --- PASS: TestIpcModePrivate (0.42s) [2022-08-25T22:55:21.809Z] === RUN TestIpcModeShareable [2022-08-25T22:55:21.809Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:55:21.809Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-08-25T22:55:21.809Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-25T22:55:21.993Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-25T22:55:21.993Z] --- PASS: TestStopContainerWithTimeout/0 (0.68s) [2022-08-25T22:55:21.993Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2022-08-25T22:55:21.993Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-08-25T22:55:21.993Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-08-25T22:55:21.993Z] === RUN TestDeleteDevicemapper [2022-08-25T22:55:21.993Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:55:21.993Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-25T22:55:21.993Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-25T22:55:22.030Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-08-25T22:55:22.153Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-25T22:55:22.598Z] check_test.go:309: [d29a8b8d51729] daemon is not started [2022-08-25T22:55:22.598Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-08-25T22:55:23.182Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.31s) [2022-08-25T22:55:23.182Z] === RUN TestAPIIpcModeHost [2022-08-25T22:55:23.182Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:55:23.182Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-08-25T22:55:23.182Z] === RUN TestDaemonIpcModeShareable [2022-08-25T22:55:23.182Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:55:23.182Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-08-25T22:55:23.182Z] === RUN TestDaemonIpcModePrivate [2022-08-25T22:55:23.373Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s) [2022-08-25T22:55:23.373Z] === RUN TestUpdateMemory [2022-08-25T22:55:23.943Z] --- PASS: TestUpdateMemory (0.55s) [2022-08-25T22:55:23.943Z] === RUN TestUpdateCPUQuota [2022-08-25T22:55:23.976Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-08-25T22:55:24.115Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-08-25T22:55:24.357Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-25T22:55:24.357Z] [2022-08-25T22:55:24.357Z] Unloading profiles will leave already running processes permanently [2022-08-25T22:55:24.357Z] unconfined, which can lead to unexpected situations. [2022-08-25T22:55:24.357Z] [2022-08-25T22:55:24.357Z] To set a process to complain mode, use the command line tool [2022-08-25T22:55:24.357Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-25T22:55:24.357Z] [2022-08-25T22:55:24.512Z] --- PASS: TestUpdateCPUQuota (0.65s) [2022-08-25T22:55:24.512Z] === RUN TestUpdatePidsLimit [2022-08-25T22:55:24.512Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-25T22:55:24.772Z] === RUN TestUpdatePidsLimit/no_change Post stage [Pipeline] junit [2022-08-25T22:55:24.940Z] Recording test results [2022-08-25T22:55:25.032Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-25T22:55:25.052Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-08-25T22:55:25.292Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-25T22:55:25.292Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-25T22:55:25.329Z] + echo Ensuring container killed. [2022-08-25T22:55:25.330Z] Ensuring container killed. [2022-08-25T22:55:25.330Z] + docker rm -vf docker-pr1 [2022-08-25T22:55:25.330Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-25T22:55:25.353Z] docker_cli_daemon_plugins_test.go:80: [de08db132642f] daemon is not started [2022-08-25T22:55:25.487Z] --- PASS: TestDaemonIpcModePrivate (2.12s) [2022-08-25T22:55:25.487Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-25T22:55:25.487Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:55:25.487Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-08-25T22:55:25.487Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-25T22:55:25.487Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:55:25.487Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-08-25T22:55:25.487Z] === RUN TestIpcModeOlderClient [2022-08-25T22:55:25.487Z] === PAUSE TestIpcModeOlderClient [2022-08-25T22:55:25.487Z] === RUN TestKillContainerInvalidSignal [2022-08-25T22:55:25.552Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-25T22:55:25.660Z] + echo Chowning /workspace to jenkins user [2022-08-25T22:55:25.660Z] Chowning /workspace to jenkins user [2022-08-25T22:55:25.660Z] + id -u [2022-08-25T22:55:25.660Z] + id -g [2022-08-25T22:55:25.660Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44041:/workspace busybox chown -R 1000:1000 /workspace [2022-08-25T22:55:25.745Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-08-25T22:55:25.745Z] === RUN TestKillContainer [2022-08-25T22:55:25.745Z] === RUN TestKillContainer/no_signal [2022-08-25T22:55:25.812Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-25T22:55:26.003Z] === RUN TestKillContainer/non_killing_signal [2022-08-25T22:55:26.261Z] === RUN TestKillContainer/killing_signal [2022-08-25T22:55:26.290Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-08-25T22:55:26.316Z] --- PASS: TestServiceCreateInit (7.19s) [2022-08-25T22:55:26.316Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s) [2022-08-25T22:55:26.316Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.65s) [2022-08-25T22:55:26.316Z] === RUN TestCreateServiceMultipleTimes [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit (1.79s) [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-08-25T22:55:26.382Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-08-25T22:55:26.382Z] === RUN TestUpdateRestartPolicy [2022-08-25T22:55:26.826Z] --- PASS: TestKillContainer (1.15s) [2022-08-25T22:55:26.826Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-08-25T22:55:26.826Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-08-25T22:55:26.826Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2022-08-25T22:55:26.826Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-25T22:55:26.826Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-25T22:55:27.085Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-25T22:55:27.225Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-08-25T22:55:27.338Z] + bundleName=docker-py [2022-08-25T22:55:27.338Z] + echo Creating docker-py-bundles.tar.gz [2022-08-25T22:55:27.338Z] Creating docker-py-bundles.tar.gz [2022-08-25T22:55:27.338Z] + 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-08-25T22:55:27.352Z] Archiving artifacts [2022-08-25T22:55:27.651Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.75s) [2022-08-25T22:55:27.651Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.35s) [2022-08-25T22:55:27.651Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2022-08-25T22:55:27.651Z] === RUN TestKillStoppedContainer [2022-08-25T22:55:27.651Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-08-25T22:55:27.651Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-25T22:55:27.651Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-08-25T22:55:27.651Z] === RUN TestKillDifferentUserContainer [2022-08-25T22:55:27.674Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44041/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [2022-08-25T22:55:27.909Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-08-25T22:55:27.909Z] === RUN TestInspectOomKilledTrue [2022-08-25T22:55:27.909Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:55:27.909Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-25T22:55:27.909Z] === RUN TestInspectOomKilledFalse [2022-08-25T22:55:27.909Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:55:27.909Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-08-25T22:55:27.909Z] === RUN TestLinksEtcHostsContentMatch [2022-08-25T22:55:27.909Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-08-25T22:55:27.909Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-08-25T22:55:27.909Z] === RUN TestLinksContainerNames [Pipeline] sh [2022-08-25T22:55:28.201Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh binary-daemon [2022-08-25T22:55:28.461Z] [2022-08-25T22:55:28.722Z] Removing bundles/ [2022-08-25T22:55:28.722Z] [2022-08-25T22:55:28.722Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2022-08-25T22:55:28.722Z] Building: bundles/binary-daemon/dockerd-dev [2022-08-25T22:55:28.722Z] GOOS="" GOARCH="" GOARM="" [2022-08-25T22:55:28.843Z] --- PASS: TestLinksContainerNames (0.78s) [2022-08-25T22:55:28.843Z] === RUN TestLogsFollowTailEmpty [2022-08-25T22:55:29.224Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-08-25T22:55:29.224Z] docker_cli_daemon_plugins_test.go:170: [d856936e0ca00] daemon is not started [2022-08-25T22:55:29.224Z] === RUN TestDockerSuite/TestBuildAddTar [2022-08-25T22:55:29.410Z] --- PASS: TestLogsFollowTailEmpty (0.57s) [2022-08-25T22:55:29.410Z] === RUN TestContainerNetworkMountsNoChown [2022-08-25T22:55:29.668Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/default [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/default [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/private [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/private [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rprivate [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/slave [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/slave [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rslave [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/shared [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/shared [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rshared [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-25T22:55:29.668Z] === CONT TestMountDaemonRoot/default [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:55:29.668Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-25T22:55:29.668Z] === CONT TestMountDaemonRoot/rshared [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:55:29.668Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:55:29.668Z] === CONT TestMountDaemonRoot/shared [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-25T22:55:29.668Z] === CONT TestMountDaemonRoot/rslave [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:55:29.668Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:55:29.668Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:55:29.669Z] === CONT TestMountDaemonRoot/slave [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:55:29.669Z] === CONT TestMountDaemonRoot/rprivate [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:55:29.669Z] === CONT TestMountDaemonRoot/private [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-25T22:55:29.669Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:55:29.669Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:55:29.669Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:55:29.669Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-25T22:55:29.793Z] --- PASS: TestHealthKillContainer (8.44s) [2022-08-25T22:55:29.793Z] === RUN TestHealthCheckProcessKilled [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:55:29.927Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-25T22:55:30.185Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-08-25T22:55:30.185Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-25T22:55:30.185Z] === RUN TestContainerBindMountNonRecursive [2022-08-25T22:55:30.185Z] 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-08-25T22:55:30.185Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-08-25T22:55:30.185Z] === RUN TestContainerVolumesMountedAsShared [2022-08-25T22:55:30.185Z] 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-08-25T22:55:30.185Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-08-25T22:55:30.185Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-25T22:55:30.185Z] 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-08-25T22:55:30.185Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-08-25T22:55:30.185Z] === RUN TestNetworkNat [2022-08-25T22:55:30.363Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-08-25T22:55:30.751Z] --- PASS: TestNetworkNat (0.50s) [2022-08-25T22:55:30.751Z] === RUN TestNetworkLocalhostTCPNat [2022-08-25T22:55:30.932Z] --- PASS: TestHealthCheckProcessKilled (1.04s) [2022-08-25T22:55:30.932Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-25T22:55:31.010Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-08-25T22:55:31.010Z] === RUN TestNetworkLoopbackNat [2022-08-25T22:55:31.869Z] --- PASS: TestInspectCpusetInConfigPre120 (0.71s) [2022-08-25T22:55:31.869Z] === RUN TestIpcModeNone [2022-08-25T22:55:32.437Z] --- PASS: TestIpcModeNone (0.81s) [2022-08-25T22:55:32.437Z] === RUN TestIpcModePrivate [2022-08-25T22:55:33.005Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:93, shared: false, mustBeShared: false [2022-08-25T22:55:33.265Z] --- PASS: TestIpcModePrivate (0.71s) [2022-08-25T22:55:33.265Z] === RUN TestIpcModeShareable [2022-08-25T22:55:33.537Z] --- PASS: TestNetworkLoopbackNat (2.50s) [2022-08-25T22:55:33.537Z] === RUN TestPause [2022-08-25T22:55:33.537Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:55:33.537Z] --- SKIP: TestPause (0.00s) [2022-08-25T22:55:33.537Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-25T22:55:33.537Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:55:33.537Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:55:33.537Z] === RUN TestPauseStopPausedContainer [2022-08-25T22:55:33.537Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:55:33.537Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-08-25T22:55:33.537Z] === RUN TestPsFilter [2022-08-25T22:55:33.537Z] --- PASS: TestPsFilter (0.09s) [2022-08-25T22:55:33.537Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-25T22:55:33.834Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-08-25T22:55:33.834Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:83, shared: true, mustBeShared: true [2022-08-25T22:55:34.095Z] --- PASS: TestIpcModeShareable (0.79s) [2022-08-25T22:55:34.095Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-25T22:55:34.103Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-08-25T22:55:34.103Z] === RUN TestRemoveContainerWithVolume [2022-08-25T22:55:34.354Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-08-25T22:55:34.361Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-08-25T22:55:34.361Z] === RUN TestRemoveContainerRunning [2022-08-25T22:55:34.922Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-08-25T22:55:34.926Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-08-25T22:55:34.926Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-25T22:55:35.181Z] check_test.go:309: [dfb50d1bf1bf6] daemon is not started [2022-08-25T22:55:35.181Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-08-25T22:55:35.187Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-08-25T22:55:35.187Z] === RUN TestRemoveInvalidContainer [2022-08-25T22:55:35.187Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-25T22:55:35.187Z] === RUN TestRenameLinkedContainer [2022-08-25T22:55:35.752Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-08-25T22:55:36.320Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.23s) [2022-08-25T22:55:36.320Z] === RUN TestAPIIpcModeHost [2022-08-25T22:55:36.889Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-08-25T22:55:36.889Z] --- PASS: TestAPIIpcModeHost (0.80s) [2022-08-25T22:55:36.889Z] === RUN TestDaemonIpcModeShareable [2022-08-25T22:55:37.088Z] --- PASS: TestRenameLinkedContainer (1.55s) [2022-08-25T22:55:37.088Z] === RUN TestRenameStoppedContainer [2022-08-25T22:55:37.088Z] --- PASS: TestRenameStoppedContainer (0.35s) [2022-08-25T22:55:37.088Z] === RUN TestRenameRunningContainerAndReuse [2022-08-25T22:55:37.148Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-08-25T22:55:38.038Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2022-08-25T22:55:38.038Z] === RUN TestRenameInvalidName [2022-08-25T22:55:38.109Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-08-25T22:55:38.314Z] --- PASS: TestRenameInvalidName (0.41s) [2022-08-25T22:55:38.314Z] === RUN TestRenameAnonymousContainer [2022-08-25T22:55:38.678Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-08-25T22:55:38.678Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true [2022-08-25T22:55:38.720Z] --- PASS: TestUpdateRestartPolicy (10.78s) [2022-08-25T22:55:38.720Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-25T22:55:38.720Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-08-25T22:55:38.720Z] === RUN TestWaitNonBlocked [2022-08-25T22:55:38.720Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:55:38.720Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:55:38.720Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:55:38.720Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:55:38.720Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:55:38.720Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:55:38.720Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-08-25T22:55:38.720Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s) [2022-08-25T22:55:38.720Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2022-08-25T22:55:38.720Z] === RUN TestWaitBlocked [2022-08-25T22:55:38.720Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:55:38.720Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:55:38.720Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:55:38.720Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:55:38.720Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:55:38.720Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:55:38.936Z] --- PASS: TestDaemonIpcModeShareable (1.87s) [2022-08-25T22:55:38.936Z] === RUN TestDaemonIpcModePrivate [2022-08-25T22:55:38.980Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-25T22:55:38.980Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.57s) [2022-08-25T22:55:38.980Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s) [2022-08-25T22:55:38.980Z] === CONT TestContainerStartOnDaemonRestart [2022-08-25T22:55:38.980Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-25T22:55:39.694Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2022-08-25T22:55:39.694Z] === RUN TestRenameContainerWithSameName [2022-08-25T22:55:40.259Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-08-25T22:55:40.259Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-25T22:55:40.315Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-08-25T22:55:40.315Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2022-08-25T22:55:40.575Z] --- PASS: TestDaemonIpcModePrivate (1.72s) [2022-08-25T22:55:40.575Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-25T22:55:40.889Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.03s) [2022-08-25T22:55:40.889Z] === CONT TestIpcModeOlderClient [2022-08-25T22:55:40.889Z] --- PASS: TestContainerStartOnDaemonRestart (2.04s) [2022-08-25T22:55:40.889Z] === CONT TestContainerKillOnDaemonStart [2022-08-25T22:55:40.889Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-08-25T22:55:40.889Z] === CONT TestDaemonHostGatewayIP [2022-08-25T22:55:41.192Z] --- PASS: TestRenameContainerWithLinkedContainer (0.77s) [2022-08-25T22:55:41.193Z] === RUN TestResize [2022-08-25T22:55:41.450Z] --- PASS: TestResize (0.39s) [2022-08-25T22:55:41.450Z] === RUN TestResizeWithInvalidSize [2022-08-25T22:55:41.708Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-08-25T22:55:41.708Z] === RUN TestResizeWhenContainerNotStarted [2022-08-25T22:55:41.953Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-08-25T22:55:41.953Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-08-25T22:55:41.953Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: false, mustBeShared: false [2022-08-25T22:55:42.213Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.61s) [2022-08-25T22:55:42.213Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-25T22:55:42.274Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-08-25T22:55:42.274Z] === RUN TestDaemonRestartKillContainers [2022-08-25T22:55:42.274Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-08-25T22:55:42.274Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-08-25T22:55:42.274Z] === RUN TestCgroupNamespacesRun [2022-08-25T22:55:43.427Z] --- PASS: TestDaemonHostGatewayIP (2.31s) [2022-08-25T22:55:43.428Z] === CONT TestDaemonRestartIpcMode [2022-08-25T22:55:43.596Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-08-25T22:55:43.596Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2022-08-25T22:55:43.856Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.63s) [2022-08-25T22:55:43.856Z] === RUN TestIpcModeOlderClient [2022-08-25T22:55:43.856Z] === PAUSE TestIpcModeOlderClient [2022-08-25T22:55:43.856Z] === RUN TestKillContainerInvalidSignal [2022-08-25T22:55:44.172Z] --- PASS: TestCgroupNamespacesRun (2.08s) [2022-08-25T22:55:44.172Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-25T22:55:44.383Z] --- PASS: TestCreateServiceMultipleTimes (15.54s) [2022-08-25T22:55:44.383Z] === RUN TestCreateServiceConflict [2022-08-25T22:55:44.383Z] --- PASS: TestCreateServiceConflict (2.12s) [2022-08-25T22:55:44.383Z] === RUN TestCreateServiceMaxReplicas [2022-08-25T22:55:44.794Z] --- PASS: TestKillContainerInvalidSignal (0.73s) [2022-08-25T22:55:44.794Z] === RUN TestKillContainer [2022-08-25T22:55:44.794Z] === RUN TestKillContainer/no_signal [2022-08-25T22:55:45.054Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-08-25T22:55:45.313Z] === RUN TestKillContainer/non_killing_signal [2022-08-25T22:55:45.336Z] --- PASS: TestDaemonRestartIpcMode (2.18s) [2022-08-25T22:55:45.574Z] === RUN TestKillContainer/killing_signal [2022-08-25T22:55:46.270Z] --- PASS: TestCreateServiceMaxReplicas (2.78s) [2022-08-25T22:55:46.270Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-25T22:55:46.700Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s) [2022-08-25T22:55:46.700Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-25T22:55:46.952Z] --- PASS: TestKillContainer (2.20s) [2022-08-25T22:55:46.952Z] --- PASS: TestKillContainer/no_signal (0.63s) [2022-08-25T22:55:46.952Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2022-08-25T22:55:46.952Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2022-08-25T22:55:46.952Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-25T22:55:46.952Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-25T22:55:46.952Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-08-25T22:55:47.522Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-25T22:55:47.522Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-08-25T22:55:47.781Z] === RUN TestDockerSuite/TestBuildBlankName [2022-08-25T22:55:48.040Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s) [2022-08-25T22:55:48.040Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) [2022-08-25T22:55:48.040Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2022-08-25T22:55:48.040Z] === RUN TestKillStoppedContainer [2022-08-25T22:55:48.040Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-08-25T22:55:48.299Z] --- PASS: TestKillStoppedContainer (0.08s) [2022-08-25T22:55:48.299Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-25T22:55:48.299Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-08-25T22:55:48.299Z] === RUN TestKillDifferentUserContainer [2022-08-25T22:55:48.597Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.11s) [2022-08-25T22:55:48.597Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-25T22:55:48.867Z] --- PASS: TestKillDifferentUserContainer (0.58s) [2022-08-25T22:55:48.867Z] === RUN TestInspectOomKilledTrue [2022-08-25T22:55:48.867Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:55:48.867Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-25T22:55:48.867Z] === RUN TestInspectOomKilledFalse [2022-08-25T22:55:48.867Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:55:48.867Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-08-25T22:55:48.867Z] === RUN TestLinksEtcHostsContentMatch [2022-08-25T22:55:49.435Z] --- PASS: TestLinksEtcHostsContentMatch (0.44s) [2022-08-25T22:55:49.435Z] === RUN TestLinksContainerNames [2022-08-25T22:55:49.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-08-25T22:55:50.496Z] --- PASS: TestCgroupNamespacesRunHostMode (2.12s) [2022-08-25T22:55:50.496Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-25T22:55:50.634Z] --- PASS: TestLinksContainerNames (1.21s) [2022-08-25T22:55:50.634Z] === RUN TestLogsFollowTailEmpty [2022-08-25T22:55:51.204Z] --- PASS: TestLogsFollowTailEmpty (0.59s) [2022-08-25T22:55:51.204Z] === RUN TestContainerNetworkMountsNoChown [2022-08-25T22:55:51.204Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-08-25T22:55:51.464Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-08-25T22:55:51.723Z] --- PASS: TestContainerNetworkMountsNoChown (0.59s) [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot/default [2022-08-25T22:55:51.723Z] === PAUSE TestMountDaemonRoot/default [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot/private [2022-08-25T22:55:51.723Z] === PAUSE TestMountDaemonRoot/private [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot/rprivate [2022-08-25T22:55:51.723Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot/slave [2022-08-25T22:55:51.723Z] === PAUSE TestMountDaemonRoot/slave [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot/rslave [2022-08-25T22:55:51.723Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot/shared [2022-08-25T22:55:51.723Z] === PAUSE TestMountDaemonRoot/shared [2022-08-25T22:55:51.723Z] === RUN TestMountDaemonRoot/rshared [2022-08-25T22:55:51.723Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-25T22:55:51.723Z] === CONT TestMountDaemonRoot/default [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/rshared [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/shared [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/rslave [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/slave [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/rprivate [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/private [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-25T22:55:51.724Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:55:51.724Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-25T22:55:51.724Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-25T22:55:51.982Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-25T22:55:52.242Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-08-25T22:55:52.242Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-25T22:55:52.242Z] === RUN TestContainerBindMountNonRecursive [2022-08-25T22:55:52.242Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-08-25T22:55:53.033Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.13s) [2022-08-25T22:55:53.033Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-25T22:55:53.458Z] --- PASS: TestContainerKillOnDaemonStart (11.61s) [2022-08-25T22:55:53.458Z] PASS [2022-08-25T22:55:53.458Z] [2022-08-25T22:55:53.458Z] === Skipped [2022-08-25T22:55:53.458Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-08-25T22:55:53.458Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:55:53.458Z] [2022-08-25T22:55:53.458Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:55:53.458Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:55:53.458Z] [2022-08-25T22:55:53.458Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-25T22:55:53.458Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:55:53.458Z] [2022-08-25T22:55:53.458Z] DONE 197 tests, 3 skipped in 103.731s [2022-08-25T22:55:53.458Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-08-25T22:55:53.458Z] ++ 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-08-25T22:55:53.458Z] ++ set -e [2022-08-25T22:55:53.458Z] ++ '[' -n 0 ']' [2022-08-25T22:55:53.458Z] ++ set -x [2022-08-25T22:55:53.458Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:55:53.458Z] INFO: Testing against a local daemon [2022-08-25T22:55:53.458Z] === RUN TestCommitInheritsEnv [2022-08-25T22:55:53.458Z] --- PASS: TestCommitInheritsEnv (0.24s) [2022-08-25T22:55:53.458Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-25T22:55:53.458Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-08-25T22:55:53.458Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-08-25T22:55:53.458Z] === RUN TestImagesFilterMultiReference [2022-08-25T22:55:53.458Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-08-25T22:55:53.458Z] === RUN TestImagePullPlatformInvalid [2022-08-25T22:55:53.458Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-25T22:55:53.458Z] === RUN TestRemoveImageOrphaning [2022-08-25T22:55:53.458Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-08-25T22:55:53.458Z] === RUN TestRemoveImageGarbageCollector [2022-08-25T22:55:53.458Z] remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:55:53.458Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-08-25T22:55:53.458Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-25T22:55:53.458Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-08-25T22:55:53.458Z] === RUN TestTagInvalidReference [2022-08-25T22:55:53.458Z] --- PASS: TestTagInvalidReference (0.02s) [2022-08-25T22:55:53.458Z] === RUN TestTagValidPrefixedRepo [2022-08-25T22:55:53.458Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-08-25T22:55:53.458Z] === RUN TestTagExistedNameWithoutForce [2022-08-25T22:55:53.458Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-25T22:55:53.458Z] === RUN TestTagOfficialNames [2022-08-25T22:55:53.458Z] --- PASS: TestTagOfficialNames (0.05s) [2022-08-25T22:55:53.458Z] === RUN TestTagMatchesDigest [2022-08-25T22:55:53.458Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-25T22:55:53.458Z] PASS [2022-08-25T22:55:53.458Z] [2022-08-25T22:55:53.458Z] === Skipped [2022-08-25T22:55:53.458Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-08-25T22:55:53.458Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-08-25T22:55:53.458Z] [2022-08-25T22:55:53.458Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-08-25T22:55:53.458Z] remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:55:53.458Z] [2022-08-25T22:55:53.458Z] DONE 12 tests, 2 skipped in 0.895s [2022-08-25T22:55:53.458Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-08-25T22:55:53.458Z] ++ 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-08-25T22:55:53.458Z] ++ set -e [2022-08-25T22:55:53.458Z] ++ '[' -n 0 ']' [2022-08-25T22:55:53.458Z] ++ set -x [2022-08-25T22:55:53.458Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:55:53.458Z] INFO: Testing against a local daemon [2022-08-25T22:55:53.458Z] === RUN TestNetworkCreateDelete [2022-08-25T22:55:53.717Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-08-25T22:55:53.717Z] === RUN TestDockerNetworkDeletePreferID [2022-08-25T22:55:53.977Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2022-08-25T22:55:53.977Z] === RUN TestDaemonDNSFallback [2022-08-25T22:55:54.150Z] --- PASS: TestContainerBindMountNonRecursive (1.71s) [2022-08-25T22:55:54.150Z] === RUN TestContainerVolumesMountedAsShared [2022-08-25T22:55:54.150Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-08-25T22:55:54.719Z] --- PASS: TestContainerVolumesMountedAsShared (0.54s) [2022-08-25T22:55:54.719Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-25T22:55:54.932Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.08s) [2022-08-25T22:55:54.932Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-25T22:55:54.978Z] --- PASS: TestContainerVolumesMountedAsSlave (0.49s) [2022-08-25T22:55:54.979Z] === RUN TestNetworkNat [2022-08-25T22:55:55.547Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-08-25T22:55:55.807Z] --- PASS: TestNetworkNat (0.63s) [2022-08-25T22:55:55.807Z] === RUN TestNetworkLocalhostTCPNat [2022-08-25T22:55:55.887Z] INFO: Extraction ended at 08/25/2022 22:55:55. Duration:00:00:35.8367657 [2022-08-25T22:55:55.887Z] INFO: Updating the golang and path environment variables [2022-08-25T22:55:55.887Z] INFO: GOPATH=d:\gopath [2022-08-25T22:55:55.887Z] INFO: go version go1.18.5 windows/amd64 [2022-08-25T22:55:55.887Z] INFO: Running the daemon under test in debug mode [2022-08-25T22:55:55.887Z] INFO: Starting a daemon under test... [2022-08-25T22:55:55.887Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-44041\1\daemon --pidfile d:\CI\PR-44041\1\docker.pid -D [2022-08-25T22:55:55.887Z] INFO: Process started successfully. [2022-08-25T22:55:55.887Z] INFO: Start tailing logs of the daemon under tests [2022-08-25T22:55:55.887Z] INFO: Waiting for the daemon under test to start... [2022-08-25T22:55:56.376Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s) [2022-08-25T22:55:56.376Z] === RUN TestNetworkLoopbackNat [2022-08-25T22:55:56.830Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.69s) [2022-08-25T22:55:56.830Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-25T22:55:57.311Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-08-25T22:55:57.879Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-08-25T22:55:57.879Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-08-25T22:55:58.728Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.09s) [2022-08-25T22:55:58.728Z] === RUN TestNISDomainname [2022-08-25T22:55:58.728Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-08-25T22:55:58.728Z] --- SKIP: TestNISDomainname (0.01s) [2022-08-25T22:55:58.728Z] === RUN TestHostnameDnsResolution [2022-08-25T22:55:59.273Z] --- PASS: TestNetworkLoopbackNat (2.93s) [2022-08-25T22:55:59.273Z] === RUN TestPause [2022-08-25T22:55:59.294Z] --- PASS: TestHostnameDnsResolution (0.64s) [2022-08-25T22:55:59.294Z] === RUN TestUnprivilegedPortsAndPing [2022-08-25T22:55:59.294Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-08-25T22:55:59.294Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-08-25T22:55:59.294Z] === RUN TestStats [2022-08-25T22:55:59.294Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:55:59.294Z] --- SKIP: TestStats (0.00s) [2022-08-25T22:55:59.294Z] === RUN TestStopContainerWithTimeout [2022-08-25T22:55:59.294Z] === RUN TestStopContainerWithTimeout/0 [2022-08-25T22:55:59.294Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-25T22:55:59.294Z] === RUN TestStopContainerWithTimeout/1 [2022-08-25T22:55:59.294Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-25T22:55:59.294Z] === RUN TestStopContainerWithTimeout/3 [2022-08-25T22:55:59.294Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-25T22:55:59.294Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-25T22:55:59.294Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-25T22:55:59.294Z] === CONT TestStopContainerWithTimeout/0 [2022-08-25T22:55:59.294Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-25T22:55:59.860Z] === CONT TestStopContainerWithTimeout/3 [2022-08-25T22:56:00.212Z] --- PASS: TestPause (0.78s) [2022-08-25T22:56:00.212Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-25T22:56:00.212Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:56:00.212Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:56:00.212Z] === RUN TestPauseStopPausedContainer [2022-08-25T22:56:00.548Z] --- PASS: TestDaemonDNSFallback (6.23s) [2022-08-25T22:56:00.548Z] === RUN TestInspectNetwork [2022-08-25T22:56:00.782Z] --- PASS: TestPauseStopPausedContainer (0.73s) [2022-08-25T22:56:00.782Z] === RUN TestPsFilter [2022-08-25T22:56:00.782Z] --- PASS: TestPsFilter (0.15s) [2022-08-25T22:56:00.782Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-25T22:56:01.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-08-25T22:56:01.100Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.05s) [2022-08-25T22:56:01.100Z] === RUN TestCreateServiceSecretFileMode [2022-08-25T22:56:01.615Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2022-08-25T22:56:01.615Z] === RUN TestRemoveContainerWithVolume [2022-08-25T22:56:01.758Z] === CONT TestStopContainerWithTimeout/1 [2022-08-25T22:56:02.554Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2022-08-25T22:56:02.554Z] === RUN TestRemoveContainerRunning [2022-08-25T22:56:03.087Z] === RUN TestInspectNetwork/full_network_id [2022-08-25T22:56:03.087Z] === RUN TestInspectNetwork/partial_network_id [2022-08-25T22:56:03.087Z] === RUN TestInspectNetwork/network_name [2022-08-25T22:56:03.087Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-25T22:56:03.123Z] --- PASS: TestRemoveContainerRunning (0.76s) [2022-08-25T22:56:03.123Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-25T22:56:03.132Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-25T22:56:03.132Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-08-25T22:56:03.132Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2022-08-25T22:56:03.132Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-08-25T22:56:03.132Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-08-25T22:56:03.132Z] === RUN TestDeleteDevicemapper [2022-08-25T22:56:03.132Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:56:03.132Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-25T22:56:03.132Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-25T22:56:04.062Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2022-08-25T22:56:04.062Z] === RUN TestRemoveInvalidContainer [2022-08-25T22:56:04.062Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-08-25T22:56:04.062Z] === RUN TestRenameLinkedContainer [2022-08-25T22:56:04.505Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.21s) [2022-08-25T22:56:04.505Z] === RUN TestUpdateMemory [2022-08-25T22:56:04.505Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:04.505Z] --- SKIP: TestUpdateMemory (0.00s) [2022-08-25T22:56:04.505Z] === RUN TestUpdateCPUQuota [2022-08-25T22:56:04.505Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:04.505Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-08-25T22:56:04.505Z] === RUN TestUpdatePidsLimit [2022-08-25T22:56:04.505Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:04.505Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-08-25T22:56:04.505Z] === RUN TestUpdateRestartPolicy [2022-08-25T22:56:04.630Z] check_test.go:309: [dc2a78ff75d46] daemon is not started [2022-08-25T22:56:04.630Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-08-25T22:56:07.167Z] --- PASS: TestRenameLinkedContainer (2.88s) [2022-08-25T22:56:07.167Z] === RUN TestRenameStoppedContainer [2022-08-25T22:56:07.167Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-08-25T22:56:07.281Z] --- PASS: TestInspectNetwork (6.78s) [2022-08-25T22:56:07.281Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-25T22:56:07.281Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-25T22:56:07.281Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-25T22:56:07.281Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-25T22:56:07.281Z] === RUN TestRunContainerWithBridgeNone [2022-08-25T22:56:07.426Z] --- PASS: TestRenameStoppedContainer (0.67s) [2022-08-25T22:56:07.426Z] === RUN TestRenameRunningContainerAndReuse [2022-08-25T22:56:08.692Z] --- PASS: TestRunContainerWithBridgeNone (1.47s) [2022-08-25T22:56:08.692Z] === RUN TestNetworkInvalidJSON [2022-08-25T22:56:08.692Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-25T22:56:08.692Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-25T22:56:08.692Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:56:08.692Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:56:08.692Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:56:08.692Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:56:08.692Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-25T22:56:08.692Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:56:08.692Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:56:08.692Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-08-25T22:56:08.692Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-25T22:56:08.692Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-08-25T22:56:08.692Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-25T22:56:08.692Z] === RUN TestNetworkList [2022-08-25T22:56:08.692Z] === RUN TestNetworkList//networks [2022-08-25T22:56:08.692Z] === PAUSE TestNetworkList//networks [2022-08-25T22:56:08.692Z] === RUN TestNetworkList//networks/ [2022-08-25T22:56:08.692Z] === PAUSE TestNetworkList//networks/ [2022-08-25T22:56:08.692Z] === CONT TestNetworkList//networks [2022-08-25T22:56:08.692Z] === CONT TestNetworkList//networks/ [2022-08-25T22:56:08.692Z] --- PASS: TestNetworkList (0.01s) [2022-08-25T22:56:08.692Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-25T22:56:08.692Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-25T22:56:08.692Z] === RUN TestHostIPv4BridgeLabel [2022-08-25T22:56:09.274Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2022-08-25T22:56:09.274Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-25T22:56:09.333Z] --- PASS: TestRenameRunningContainerAndReuse (1.74s) [2022-08-25T22:56:09.333Z] === RUN TestRenameInvalidName [2022-08-25T22:56:10.231Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-08-25T22:56:10.231Z] === RUN TestDaemonDefaultNetworkPools [2022-08-25T22:56:10.273Z] --- PASS: TestRenameInvalidName (0.90s) [2022-08-25T22:56:10.273Z] === RUN TestRenameAnonymousContainer [2022-08-25T22:56:11.169Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-08-25T22:56:11.169Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-25T22:56:12.107Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2022-08-25T22:56:12.107Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-25T22:56:12.813Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-08-25T22:56:13.263Z] --- PASS: TestCreateServiceSecretFileMode (12.47s) [2022-08-25T22:56:13.263Z] === RUN TestCreateServiceConfigFileMode [2022-08-25T22:56:13.383Z] --- PASS: TestRenameAnonymousContainer (3.07s) [2022-08-25T22:56:13.383Z] === RUN TestRenameContainerWithSameName [2022-08-25T22:56:13.485Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2022-08-25T22:56:13.486Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-25T22:56:14.054Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-08-25T22:56:14.054Z] === RUN TestServiceWithPredefinedNetwork [2022-08-25T22:56:14.320Z] --- PASS: TestRenameContainerWithSameName (0.96s) [2022-08-25T22:56:14.320Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-25T22:56:15.259Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-08-25T22:56:15.519Z] --- PASS: TestRenameContainerWithLinkedContainer (1.44s) [2022-08-25T22:56:15.519Z] === RUN TestResize [2022-08-25T22:56:15.963Z] --- PASS: TestServiceWithPredefinedNetwork (2.13s) [2022-08-25T22:56:15.963Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-25T22:56:15.963Z] service_test.go:242: FLAKY_TEST [2022-08-25T22:56:15.963Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T22:56:15.963Z] === RUN TestServiceWithDataPathPortInit [2022-08-25T22:56:16.458Z] --- PASS: TestResize (0.89s) [2022-08-25T22:56:16.458Z] === RUN TestResizeWithInvalidSize [2022-08-25T22:56:16.700Z] --- PASS: TestUpdateRestartPolicy (10.83s) [2022-08-25T22:56:16.700Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-25T22:56:16.700Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-08-25T22:56:16.700Z] === RUN TestWaitNonBlocked [2022-08-25T22:56:16.700Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:56:16.700Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:56:16.700Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:56:16.700Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:56:16.700Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:56:16.700Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:56:16.700Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-08-25T22:56:16.700Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s) [2022-08-25T22:56:16.700Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2022-08-25T22:56:16.700Z] === RUN TestWaitBlocked [2022-08-25T22:56:16.700Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:56:16.700Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:56:16.700Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:56:16.701Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:56:16.701Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:56:16.701Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:56:16.958Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-25T22:56:16.958Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.60s) [2022-08-25T22:56:16.958Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2022-08-25T22:56:16.958Z] === CONT TestDaemonRestartIpcMode [2022-08-25T22:56:16.958Z] === CONT TestIpcModeOlderClient [2022-08-25T22:56:17.216Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-08-25T22:56:17.216Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-25T22:56:17.385Z] .....INFO: Daemon under test started and replied! [2022-08-25T22:56:17.385Z] INFO: Docker version of the daemon under test [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] Client: [2022-08-25T22:56:17.385Z] Version: 17.06.2-ce [2022-08-25T22:56:17.385Z] API version: 1.30 [2022-08-25T22:56:17.385Z] Go version: go1.8.3 [2022-08-25T22:56:17.385Z] Git commit: cec0b72 [2022-08-25T22:56:17.385Z] Built: Tue Sep 5 19:57:19 2017 [2022-08-25T22:56:17.385Z] OS/Arch: windows/amd64 [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] Server: [2022-08-25T22:56:17.385Z] Version: 0.0.0-dev [2022-08-25T22:56:17.385Z] API version: 1.41 (minimum version 1.24) [2022-08-25T22:56:17.385Z] Go version: go1.18.5 [2022-08-25T22:56:17.385Z] Git commit: 8bd86a0699 [2022-08-25T22:56:17.385Z] Built: 08/25/2022 22:53:33 [2022-08-25T22:56:17.385Z] OS/Arch: windows/amd64 [2022-08-25T22:56:17.385Z] Experimental: false [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] INFO: Docker info of the daemon under test [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] Containers: 0 [2022-08-25T22:56:17.385Z] Running: 0 [2022-08-25T22:56:17.385Z] Paused: 0 [2022-08-25T22:56:17.385Z] Stopped: 0 [2022-08-25T22:56:17.385Z] Images: 0 [2022-08-25T22:56:17.385Z] Server Version: 0.0.0-dev [2022-08-25T22:56:17.385Z] Storage Driver: windowsfilter [2022-08-25T22:56:17.385Z] Windows: [2022-08-25T22:56:17.385Z] Logging Driver: json-file [2022-08-25T22:56:17.385Z] Plugins: [2022-08-25T22:56:17.385Z] Volume: local [2022-08-25T22:56:17.385Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-08-25T22:56:17.385Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-08-25T22:56:17.385Z] Swarm: inactive [2022-08-25T22:56:17.385Z] Default Isolation: process [2022-08-25T22:56:17.385Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-08-25T22:56:17.385Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-08-25T22:56:17.385Z] OSType: windows [2022-08-25T22:56:17.385Z] Architecture: x86_64 [2022-08-25T22:56:17.385Z] CPUs: 4 [2022-08-25T22:56:17.385Z] Total Memory: 32GiB [2022-08-25T22:56:17.385Z] Name: azwin-2-33f8d0 [2022-08-25T22:56:17.385Z] ID: OSWR:ARDW:S3LP:YAWD:BX4T:LEQF:PJVZ:P7MV:BCP3:KXL6:PWJU:DGKT [2022-08-25T22:56:17.385Z] Docker Root Dir: D:\CI\PR-44041\1\daemon [2022-08-25T22:56:17.385Z] Debug Mode (client): false [2022-08-25T22:56:17.385Z] Debug Mode (server): true [2022-08-25T22:56:17.385Z] File Descriptors: -1 [2022-08-25T22:56:17.385Z] Goroutines: 16 [2022-08-25T22:56:17.385Z] System Time: 2022-08-25T22:56:15.379959Z [2022-08-25T22:56:17.385Z] EventsListeners: 0 [2022-08-25T22:56:17.385Z] Registry: https://index.docker.io/v1/ [2022-08-25T22:56:17.385Z] Labels: [2022-08-25T22:56:17.385Z] Experimental: false [2022-08-25T22:56:17.385Z] Insecure Registries: [2022-08-25T22:56:17.385Z] 127.0.0.0/8 [2022-08-25T22:56:17.385Z] Live Restore Enabled: false [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] INFO: Docker images of the daemon under test [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-25T22:56:17.385Z] [2022-08-25T22:56:17.385Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-08-25T22:56:17.385Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-08-25T22:56:17.385Z] ltsc2019: Pulling from windows/servercore [2022-08-25T22:56:17.385Z] b111c3320c94: Pulling fs layer [2022-08-25T22:56:17.385Z] 294d77ac553d: Pulling fs layer [2022-08-25T22:56:17.397Z] --- PASS: TestResizeWithInvalidSize (0.92s) [2022-08-25T22:56:17.397Z] === RUN TestResizeWhenContainerNotStarted [2022-08-25T22:56:18.335Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-08-25T22:56:18.335Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s) [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:56:18.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:56:18.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:56:18.335Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-25T22:56:18.335Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-25T22:56:18.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-08-25T22:56:21.132Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-08-25T22:56:21.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-08-25T22:56:21.393Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:56:21.393Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:56:21.399Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.23s) [2022-08-25T22:56:21.727Z] --- PASS: TestDaemonRestartIpcMode (4.55s) [2022-08-25T22:56:21.727Z] PASS [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === Skipped [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-25T22:56:21.727Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-08-25T22:56:21.727Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-08-25T22:56:21.727Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-08-25T22:56:21.727Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-08-25T22:56:21.727Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-08-25T22:56:21.727Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-08-25T22:56:21.727Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-08-25T22:56:21.727Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-08-25T22:56:21.727Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-08-25T22:56:21.727Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-25T22:56:21.727Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-08-25T22:56:21.727Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-08-25T22:56:21.727Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-08-25T22:56:21.727Z] 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-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-08-25T22:56:21.727Z] 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-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-08-25T22:56:21.727Z] 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-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-08-25T22:56:21.727Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:56:21.727Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-08-25T22:56:21.727Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-08-25T22:56:21.727Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-08-25T22:56:21.727Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-08-25T22:56:21.727Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-08-25T22:56:21.727Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-25T22:56:21.727Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-08-25T22:56:21.727Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-08-25T22:56:21.727Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-08-25T22:56:21.727Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-25T22:56:21.727Z] [2022-08-25T22:56:21.727Z] DONE 178 tests, 27 skipped in 82.561s [2022-08-25T22:56:21.727Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-25T22:56:21.727Z] INFO: Testing against a local daemon [2022-08-25T22:56:21.727Z] === RUN TestCommitInheritsEnv [2022-08-25T22:56:23.100Z] --- PASS: TestCommitInheritsEnv (1.37s) [2022-08-25T22:56:23.100Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-25T22:56:23.100Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-25T22:56:23.100Z] === RUN TestImagesFilterMultiReference [2022-08-25T22:56:23.358Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-08-25T22:56:23.358Z] === RUN TestImagePullPlatformInvalid [2022-08-25T22:56:23.358Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-25T22:56:23.358Z] === RUN TestRemoveImageOrphaning [2022-08-25T22:56:23.390Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-25T22:56:23.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-08-25T22:56:23.390Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-25T22:56:23.390Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-08-25T22:56:24.346Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-08-25T22:56:24.605Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-25T22:56:24.864Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-25T22:56:25.256Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2022-08-25T22:56:25.256Z] === RUN TestRemoveImageGarbageCollector [2022-08-25T22:56:25.256Z] remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-08-25T22:56:25.256Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-08-25T22:56:25.256Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-25T22:56:25.256Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-08-25T22:56:25.256Z] === RUN TestTagInvalidReference [2022-08-25T22:56:25.256Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-25T22:56:25.256Z] === RUN TestTagValidPrefixedRepo [2022-08-25T22:56:25.256Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-08-25T22:56:25.256Z] === RUN TestTagExistedNameWithoutForce [2022-08-25T22:56:25.256Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-25T22:56:25.256Z] === RUN TestTagOfficialNames [2022-08-25T22:56:25.256Z] --- PASS: TestTagOfficialNames (0.05s) [2022-08-25T22:56:25.256Z] === RUN TestTagMatchesDigest [2022-08-25T22:56:25.256Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-25T22:56:25.256Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-25T22:56:25.421Z] --- PASS: TestCreateServiceConfigFileMode (12.51s) [2022-08-25T22:56:25.421Z] === RUN TestCreateServiceSysctls [2022-08-25T22:56:27.306Z] --- PASS: TestCreateServiceSysctls (2.94s) [2022-08-25T22:56:27.306Z] === RUN TestCreateServiceCapabilities [2022-08-25T22:56:27.401Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-25T22:56:27.661Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-25T22:56:28.601Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-08-25T22:56:29.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-08-25T22:56:29.739Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-08-25T22:56:29.817Z] --- PASS: TestCreateServiceCapabilities (2.45s) [2022-08-25T22:56:29.818Z] === RUN TestInspect [2022-08-25T22:56:30.155Z] 294d77ac553d: Verifying Checksum [2022-08-25T22:56:30.155Z] 294d77ac553d: Download complete [2022-08-25T22:56:30.677Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-25T22:56:30.851Z] --- PASS: TestServiceWithDataPathPortInit (13.51s) [2022-08-25T22:56:30.851Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-25T22:56:31.247Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-25T22:56:31.247Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-08-25T22:56:31.815Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-08-25T22:56:32.075Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-08-25T22:56:32.231Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vbyjezwc6f94iuomtf2f9vymg Created:2022-08-25 22:56:30.817128112 +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[3ce6ab2b8c25939388f9eaeaa6d7cc3b902e7fda669cfc539e0c902a362710d2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uqkan70ixwr5wac8ticb0l71v EndpointID:7ca63e18b4a1f2a6b52e811133b422953d1635e4bf985276e8397adb17ba4d32 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bff55f9d125d2ac04623927d0a93c339d5f2668831150d558c47dbff48808579 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:1a41b82030c7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uqkan70ixwr5wac8ticb0l71v EndpointID:7ca63e18b4a1f2a6b52e811133b422953d1635e4bf985276e8397adb17ba4d32 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-25T22:56:33.015Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-08-25T22:56:33.116Z] --- PASS: TestInspect (2.96s) [2022-08-25T22:56:33.116Z] === RUN TestCreateJob [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.07s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.09s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.75s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.72s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.60s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.71s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.49s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.54s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s) [2022-08-25T22:56:33.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.61s) [2022-08-25T22:56:33.953Z] === RUN TestCgroupNamespacesRun [2022-08-25T22:56:35.334Z] --- PASS: TestCgroupNamespacesRun (1.71s) [2022-08-25T22:56:35.334Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-25T22:56:35.627Z] --- PASS: TestCreateJob (2.88s) [2022-08-25T22:56:35.627Z] === RUN TestReplicatedJob [2022-08-25T22:56:36.425Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.75s) [2022-08-25T22:56:36.425Z] PASS [2022-08-25T22:56:36.425Z] [2022-08-25T22:56:36.425Z] === Skipped [2022-08-25T22:56:36.425Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T22:56:36.425Z] service_test.go:242: FLAKY_TEST [2022-08-25T22:56:36.425Z] [2022-08-25T22:56:36.425Z] DONE 26 tests, 1 skipped in 42.837s [2022-08-25T22:56:36.425Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-25T22:56:36.425Z] ++ 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-08-25T22:56:36.425Z] ++ set -e [2022-08-25T22:56:36.425Z] ++ '[' -n 0 ']' [2022-08-25T22:56:36.425Z] ++ set -x [2022-08-25T22:56:36.425Z] ++ 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-08-25T22:56:36.425Z] INFO: Testing against a local daemon [2022-08-25T22:56:36.425Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-25T22:56:36.425Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:56:36.425Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T22:56:36.425Z] === RUN TestDockerNetworkIpvlan [2022-08-25T22:56:36.425Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:56:36.425Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-25T22:56:36.425Z] PASS [2022-08-25T22:56:36.425Z] [2022-08-25T22:56:36.425Z] === Skipped [2022-08-25T22:56:36.425Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T22:56:36.425Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:56:36.425Z] [2022-08-25T22:56:36.425Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-25T22:56:36.425Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:56:36.425Z] [2022-08-25T22:56:36.425Z] DONE 2 tests, 2 skipped in 0.098s [2022-08-25T22:56:36.425Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-25T22:56:36.425Z] ++ 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-08-25T22:56:36.425Z] ++ set -e [2022-08-25T22:56:36.425Z] ++ '[' -n 0 ']' [2022-08-25T22:56:36.425Z] ++ set -x [2022-08-25T22:56:36.425Z] ++ 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-08-25T22:56:36.425Z] INFO: Testing against a local daemon [2022-08-25T22:56:36.425Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-25T22:56:37.248Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2022-08-25T22:56:37.248Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-25T22:56:37.248Z] check_test.go:309: [ddcf48dd76e03] daemon is not started [2022-08-25T22:56:37.248Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-08-25T22:56:37.806Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2022-08-25T22:56:37.806Z] === RUN TestDockerNetworkMacvlan [2022-08-25T22:56:38.625Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-08-25T22:56:38.625Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-08-25T22:56:38.745Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-25T22:56:38.885Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2022-08-25T22:56:38.885Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-25T22:56:39.314Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-25T22:56:39.823Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-08-25T22:56:40.253Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-25T22:56:40.393Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-08-25T22:56:40.652Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s) [2022-08-25T22:56:40.652Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-25T22:56:40.866Z] --- PASS: TestReplicatedJob (4.98s) [2022-08-25T22:56:40.866Z] === RUN TestUpdateReplicatedJob [2022-08-25T22:56:40.912Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-08-25T22:56:41.172Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-08-25T22:56:41.636Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-25T22:56:42.551Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.59s) [2022-08-25T22:56:42.551Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-25T22:56:42.873Z] b111c3320c94: Verifying Checksum [2022-08-25T22:56:42.873Z] b111c3320c94: Download complete [2022-08-25T22:56:43.543Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-25T22:56:43.933Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.68s) [2022-08-25T22:56:43.933Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-25T22:56:44.128Z] --- PASS: TestUpdateReplicatedJob (3.14s) [2022-08-25T22:56:44.128Z] === RUN TestServiceListWithStatuses [2022-08-25T22:56:44.128Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T22:56:44.128Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-25T22:56:44.128Z] === RUN TestDockerNetworkConnectAlias [2022-08-25T22:56:44.875Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2022-08-25T22:56:44.875Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-25T22:56:46.796Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-08-25T22:56:46.796Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2022-08-25T22:56:46.796Z] === RUN TestNISDomainname [2022-08-25T22:56:46.836Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-25T22:56:47.096Z] --- PASS: TestDockerNetworkMacvlan (9.07s) [2022-08-25T22:56:47.096Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-08-25T22:56:47.096Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-08-25T22:56:47.096Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2022-08-25T22:56:47.096Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.78s) [2022-08-25T22:56:47.096Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.86s) [2022-08-25T22:56:47.096Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.53s) [2022-08-25T22:56:47.096Z] PASS [2022-08-25T22:56:47.096Z] [2022-08-25T22:56:47.096Z] DONE 8 tests in 10.565s [2022-08-25T22:56:47.096Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-25T22:56:47.096Z] ++ 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-08-25T22:56:47.096Z] ++ set -e [2022-08-25T22:56:47.096Z] ++ '[' -n 0 ']' [2022-08-25T22:56:47.096Z] ++ set -x [2022-08-25T22:56:47.096Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:56:47.096Z] testing: warning: no tests to run [2022-08-25T22:56:47.096Z] PASS [2022-08-25T22:56:47.096Z] [2022-08-25T22:56:47.096Z] DONE 0 tests in 0.025s [2022-08-25T22:56:47.096Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-25T22:56:47.096Z] ++ 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-08-25T22:56:47.096Z] ++ set -e [2022-08-25T22:56:47.096Z] ++ '[' -n 0 ']' [2022-08-25T22:56:47.096Z] ++ set -x [2022-08-25T22:56:47.096Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:56:47.096Z] INFO: Testing against a local daemon [2022-08-25T22:56:47.096Z] === RUN TestAuthZPluginAllowRequest [2022-08-25T22:56:47.781Z] --- PASS: TestNISDomainname (1.04s) [2022-08-25T22:56:47.781Z] === RUN TestHostnameDnsResolution [2022-08-25T22:56:48.290Z] --- PASS: TestDockerNetworkConnectAlias (4.09s) [2022-08-25T22:56:48.290Z] === RUN TestDockerNetworkReConnect [2022-08-25T22:56:48.476Z] --- PASS: TestAuthZPluginAllowRequest (1.08s) [2022-08-25T22:56:48.476Z] === RUN TestAuthZPluginTLS [2022-08-25T22:56:48.720Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-08-25T22:56:48.735Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-08-25T22:56:48.736Z] === RUN TestAuthZPluginDenyRequest [2022-08-25T22:56:48.980Z] --- PASS: TestHostnameDnsResolution (1.27s) [2022-08-25T22:56:48.980Z] === RUN TestUnprivilegedPortsAndPing [2022-08-25T22:56:49.305Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-08-25T22:56:49.305Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-25T22:56:49.873Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-08-25T22:56:49.874Z] === RUN TestAuthZPluginDenyResponse [2022-08-25T22:56:49.918Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-08-25T22:56:49.918Z] --- PASS: TestUnprivilegedPortsAndPing (0.95s) [2022-08-25T22:56:49.918Z] === RUN TestStats [2022-08-25T22:56:50.178Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-08-25T22:56:50.178Z] === RUN TestDockerSuite/TestBuildCmd [2022-08-25T22:56:50.437Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-08-25T22:56:50.444Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-08-25T22:56:50.444Z] === RUN TestAuthZPluginAllowEventStream [2022-08-25T22:56:50.696Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-08-25T22:56:50.956Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-08-25T22:56:50.956Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2022-08-25T22:56:50.956Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-08-25T22:56:51.390Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-08-25T22:56:51.390Z] === RUN TestAuthZPluginErrorResponse [2022-08-25T22:56:51.553Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2022-08-25T22:56:51.553Z] === RUN TestServicePlugin [2022-08-25T22:56:51.960Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-08-25T22:56:51.960Z] === RUN TestAuthZPluginErrorRequest [2022-08-25T22:56:52.334Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-08-25T22:56:52.334Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-08-25T22:56:52.529Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-25T22:56:52.529Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-25T22:56:52.593Z] --- PASS: TestStats (2.74s) [2022-08-25T22:56:52.593Z] === RUN TestStopContainerWithTimeout [2022-08-25T22:56:52.593Z] === RUN TestStopContainerWithTimeout/0 [2022-08-25T22:56:52.594Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-25T22:56:52.594Z] === RUN TestStopContainerWithTimeout/1 [2022-08-25T22:56:52.594Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-25T22:56:52.594Z] === RUN TestStopContainerWithTimeout/3 [2022-08-25T22:56:52.594Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-25T22:56:52.594Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-25T22:56:52.594Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-25T22:56:52.594Z] === CONT TestStopContainerWithTimeout/0 [2022-08-25T22:56:52.594Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-25T22:56:53.098Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-08-25T22:56:53.098Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-25T22:56:53.532Z] === CONT TestStopContainerWithTimeout/3 [2022-08-25T22:56:54.100Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-08-25T22:56:54.479Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-08-25T22:56:54.479Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-25T22:56:54.818Z] plugin_test.go:62: [d84e77cdf546d] joining swarm manager [d083f8db8c73a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T22:56:55.479Z] === CONT TestStopContainerWithTimeout/1 [2022-08-25T22:56:55.743Z] plugin_test.go:65: [d3dac599ea1ac] joining swarm manager [d083f8db8c73a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T22:56:55.859Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s) [2022-08-25T22:56:55.859Z] === RUN TestAuthZPluginHeader [2022-08-25T22:56:56.048Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-08-25T22:56:56.427Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-08-25T22:56:56.427Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-25T22:56:56.427Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:56:56.427Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-08-25T22:56:56.427Z] === RUN TestAuthZPluginV2Disable [2022-08-25T22:56:56.427Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:56:56.427Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-08-25T22:56:56.427Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-25T22:56:56.427Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:56:56.427Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-08-25T22:56:56.427Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-25T22:56:56.427Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:56:56.427Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-08-25T22:56:56.427Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-25T22:56:56.616Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-08-25T22:56:57.185Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-08-25T22:56:57.185Z] --- PASS: TestStopContainerWithTimeout/0 (1.05s) [2022-08-25T22:56:57.185Z] --- PASS: TestStopContainerWithTimeout/-1 (2.93s) [2022-08-25T22:56:57.185Z] --- PASS: TestStopContainerWithTimeout/3 (2.60s) [2022-08-25T22:56:57.185Z] --- PASS: TestStopContainerWithTimeout/1 (1.69s) [2022-08-25T22:56:57.185Z] === RUN TestDeleteDevicemapper [2022-08-25T22:56:57.185Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:56:57.185Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-25T22:56:57.185Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-25T22:56:57.185Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-08-25T22:56:58.565Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-08-25T22:56:58.565Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-08-25T22:56:58.825Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-08-25T22:56:58.825Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-08-25T22:56:58.825Z] check_test.go:309: [dfb6e73f66250] daemon is not started [2022-08-25T22:56:58.825Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-08-25T22:56:58.825Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-08-25T22:56:58.825Z] check_test.go:309: [d6b20e9a2a7e9] daemon is not started [2022-08-25T22:56:58.825Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-08-25T22:56:59.394Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-08-25T22:56:59.662Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.32s) [2022-08-25T22:56:59.662Z] === RUN TestUpdateMemory [2022-08-25T22:56:59.662Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:56:59.662Z] --- SKIP: TestUpdateMemory (0.00s) [2022-08-25T22:56:59.662Z] === RUN TestUpdateCPUQuota [2022-08-25T22:57:00.232Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-08-25T22:57:00.491Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-08-25T22:57:01.060Z] --- PASS: TestUpdateCPUQuota (1.41s) [2022-08-25T22:57:01.060Z] === RUN TestUpdatePidsLimit [2022-08-25T22:57:01.060Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-25T22:57:01.319Z] === RUN TestUpdatePidsLimit/no_change [2022-08-25T22:57:01.578Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-25T22:57:01.838Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-25T22:57:02.409Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-25T22:57:02.409Z] check_test.go:309: [d3b4e753440eb] daemon is not started [2022-08-25T22:57:02.409Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-08-25T22:57:02.669Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-25T22:57:02.930Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit (3.28s) [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.28s) [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit/no_change (0.28s) [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.33s) [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2022-08-25T22:57:04.309Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2022-08-25T22:57:04.309Z] === RUN TestUpdateRestartPolicy [2022-08-25T22:57:06.845Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-08-25T22:57:09.401Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-08-25T22:57:09.673Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-08-25T22:57:10.241Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-08-25T22:57:10.809Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-08-25T22:57:12.187Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-08-25T22:57:13.125Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-08-25T22:57:14.505Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-08-25T22:57:14.524Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s) [2022-08-25T22:57:14.524Z] PASS [2022-08-25T22:57:14.524Z] [2022-08-25T22:57:14.524Z] === Skipped [2022-08-25T22:57:14.524Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-08-25T22:57:14.524Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:57:14.524Z] [2022-08-25T22:57:14.524Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-08-25T22:57:14.524Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:57:14.524Z] [2022-08-25T22:57:14.524Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-08-25T22:57:14.524Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:57:14.524Z] [2022-08-25T22:57:14.524Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-08-25T22:57:14.524Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:57:14.524Z] [2022-08-25T22:57:14.524Z] DONE 17 tests, 4 skipped in 26.300s [2022-08-25T22:57:14.524Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-25T22:57:14.524Z] ++ 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-08-25T22:57:14.524Z] ++ set -e [2022-08-25T22:57:14.524Z] ++ '[' -n 0 ']' [2022-08-25T22:57:14.524Z] ++ set -x [2022-08-25T22:57:14.524Z] ++ 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-08-25T22:57:14.524Z] INFO: Testing against a local daemon [2022-08-25T22:57:14.524Z] === RUN TestPluginInvalidJSON [2022-08-25T22:57:14.524Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:57:14.524Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:57:14.524Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:57:14.524Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-08-25T22:57:14.524Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-25T22:57:14.524Z] === RUN TestPluginInstall [2022-08-25T22:57:14.524Z] === RUN TestPluginInstall/no_auth [2022-08-25T22:57:14.524Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:57:14.524Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36097ed3c30d1030f1f50bc468b13f04ee6aec3a072fc7cf358c257733c49b1a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:57:14.524Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:57:14.524Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36097ed3c30d1030f1f50bc468b13f04ee6aec3a072fc7cf358c257733c49b1a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:57:14.524Z] === RUN TestPluginInstall/with_htpasswd [2022-08-25T22:57:14.784Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:57:14.784Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f9ec0f48f9cc4153468a3d99d998091b5b09886e39665b4c47252a84a25a7b2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:57:14.784Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:57:14.784Z] time="2022-08-25T22:57:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f9ec0f48f9cc4153468a3d99d998091b5b09886e39665b4c47252a84a25a7b2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:57:15.044Z] === RUN TestPluginInstall/with_insecure [2022-08-25T22:57:15.442Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-08-25T22:57:15.983Z] time="2022-08-25T22:57:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:57:15.983Z] time="2022-08-25T22:57:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a55b1f65c97b259bdeee894c5994124d781fd7c77cf4f75c5d88d3e20103294" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:57:15.983Z] time="2022-08-25T22:57:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T22:57:15.983Z] time="2022-08-25T22:57:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a55b1f65c97b259bdeee894c5994124d781fd7c77cf4f75c5d88d3e20103294" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T22:57:15.983Z] plugin_test.go:165: [d12dc8bba002b] daemon is not started [2022-08-25T22:57:15.983Z] --- PASS: TestPluginInstall (2.59s) [2022-08-25T22:57:15.983Z] --- PASS: TestPluginInstall/no_auth (0.97s) [2022-08-25T22:57:15.983Z] --- PASS: TestPluginInstall/with_htpasswd (0.58s) [2022-08-25T22:57:15.983Z] --- PASS: TestPluginInstall/with_insecure (1.04s) [2022-08-25T22:57:15.983Z] === RUN TestPluginsWithRuntimes [2022-08-25T22:57:16.381Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-08-25T22:57:16.381Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2022-08-25T22:57:16.381Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-08-25T22:57:16.381Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2022-08-25T22:57:16.381Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-08-25T22:57:16.381Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2022-08-25T22:57:16.381Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-08-25T22:57:16.381Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2022-08-25T22:57:16.381Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-08-25T22:57:16.640Z] --- PASS: TestUpdateRestartPolicy (12.43s) [2022-08-25T22:57:16.640Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-25T22:57:17.579Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2022-08-25T22:57:17.579Z] === RUN TestWaitNonBlocked [2022-08-25T22:57:17.579Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:57:17.579Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:57:17.579Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:57:17.579Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:57:17.579Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T22:57:17.579Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T22:57:17.893Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-25T22:57:18.462Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-25T22:57:18.517Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-08-25T22:57:18.517Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.95s) [2022-08-25T22:57:18.517Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.98s) [2022-08-25T22:57:18.517Z] === RUN TestWaitBlocked [2022-08-25T22:57:18.517Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:57:18.517Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:57:18.517Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:57:18.517Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:57:18.517Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-25T22:57:18.517Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-25T22:57:19.085Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-08-25T22:57:19.401Z] --- PASS: TestPluginsWithRuntimes (3.26s) [2022-08-25T22:57:19.401Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-08-25T22:57:19.401Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-08-25T22:57:19.401Z] === RUN TestPluginBackCompatMediaTypes [2022-08-25T22:57:19.653Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-25T22:57:19.653Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s) [2022-08-25T22:57:19.653Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2022-08-25T22:57:19.653Z] === CONT TestContainerStartOnDaemonRestart [2022-08-25T22:57:19.653Z] === CONT TestIpcModeOlderClient [2022-08-25T22:57:19.653Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-08-25T22:57:19.653Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-08-25T22:57:19.653Z] === CONT TestContainerKillOnDaemonStart [2022-08-25T22:57:19.989Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2022-08-25T22:57:19.989Z] PASS [2022-08-25T22:57:19.989Z] [2022-08-25T22:57:19.989Z] DONE 10 tests in 6.556s [2022-08-25T22:57:19.989Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-25T22:57:19.989Z] ++ 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-08-25T22:57:19.989Z] ++ set -e [2022-08-25T22:57:19.989Z] ++ '[' -n 0 ']' [2022-08-25T22:57:19.989Z] ++ set -x [2022-08-25T22:57:19.989Z] ++ 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-08-25T22:57:19.989Z] INFO: Testing against a local daemon [2022-08-25T22:57:19.989Z] === RUN TestExternalGraphDriver [2022-08-25T22:57:20.237Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-08-25T22:57:20.237Z] Copying nested executables into bundles/binary-daemon [2022-08-25T22:57:20.237Z] [Pipeline] } [Pipeline] // stage [2022-08-25T22:57:20.264Z] === RUN TestExternalGraphDriver/json [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-08-25T22:57:20.570Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/make.sh cross [2022-08-25T22:57:20.830Z] [2022-08-25T22:57:20.830Z] Removing bundles/ [2022-08-25T22:57:21.090Z] [2022-08-25T22:57:21.090Z] ---> Making bundle: cross (in bundles/cross) [2022-08-25T22:57:21.090Z] Cross building: bundles/cross/linux/amd64 [2022-08-25T22:57:21.090Z] Building: bundles/cross/linux/amd64/dockerd-dev [2022-08-25T22:57:21.090Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-08-25T22:57:22.195Z] === RUN TestExternalGraphDriver/spec [2022-08-25T22:57:22.225Z] --- PASS: TestServicePlugin (29.44s) [2022-08-25T22:57:22.225Z] === RUN TestServiceUpdateLabel [2022-08-25T22:57:22.480Z] --- PASS: TestServiceUpdateLabel (2.13s) [2022-08-25T22:57:22.480Z] === RUN TestServiceUpdateSecrets [2022-08-25T22:57:22.947Z] --- PASS: TestContainerStartOnDaemonRestart (3.28s) [2022-08-25T22:57:22.947Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-25T22:57:22.947Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-08-25T22:57:23.575Z] === RUN TestExternalGraphDriver/pull [2022-08-25T22:57:24.326Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-08-25T22:57:25.483Z] --- PASS: TestExternalGraphDriver (5.14s) [2022-08-25T22:57:25.483Z] --- PASS: TestExternalGraphDriver/json (1.58s) [2022-08-25T22:57:25.483Z] --- PASS: TestExternalGraphDriver/spec (1.56s) [2022-08-25T22:57:25.483Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-08-25T22:57:25.483Z] === RUN TestGraphdriverPluginV2 [2022-08-25T22:57:25.483Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:57:25.483Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-08-25T22:57:25.483Z] PASS [2022-08-25T22:57:25.483Z] [2022-08-25T22:57:25.483Z] === Skipped [2022-08-25T22:57:25.484Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-08-25T22:57:25.484Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:57:25.484Z] [2022-08-25T22:57:25.484Z] DONE 5 tests, 1 skipped in 5.568s [2022-08-25T22:57:25.484Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-25T22:57:25.484Z] ++ 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-08-25T22:57:25.484Z] ++ set -e [2022-08-25T22:57:25.484Z] ++ '[' -n 0 ']' [2022-08-25T22:57:25.484Z] ++ set -x [2022-08-25T22:57:25.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:57:25.708Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.66s) [2022-08-25T22:57:25.708Z] === CONT TestDaemonHostGatewayIP [2022-08-25T22:57:25.743Z] INFO: Testing against a local daemon [2022-08-25T22:57:25.743Z] === RUN TestContinueAfterPluginCrash [2022-08-25T22:57:25.743Z] === PAUSE TestContinueAfterPluginCrash [2022-08-25T22:57:25.743Z] === RUN TestReadPluginNoRead [2022-08-25T22:57:25.743Z] === PAUSE TestReadPluginNoRead [2022-08-25T22:57:25.743Z] === RUN TestDaemonStartWithLogOpt [2022-08-25T22:57:25.743Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-25T22:57:25.743Z] === CONT TestContinueAfterPluginCrash [2022-08-25T22:57:25.743Z] === CONT TestDaemonStartWithLogOpt [2022-08-25T22:57:27.087Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-08-25T22:57:27.087Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-08-25T22:57:27.347Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-08-25T22:57:28.729Z] --- PASS: TestDaemonHostGatewayIP (3.08s) [2022-08-25T22:57:28.729Z] === CONT TestDaemonRestartIpcMode [2022-08-25T22:57:28.989Z] check_test.go:309: [df9ab86d1b19c] daemon is not started [2022-08-25T22:57:28.989Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-08-25T22:57:29.037Z] --- PASS: TestDaemonStartWithLogOpt (3.11s) [2022-08-25T22:57:29.037Z] === CONT TestReadPluginNoRead [2022-08-25T22:57:30.945Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-25T22:57:32.278Z] --- PASS: TestDaemonRestartIpcMode (3.24s) [2022-08-25T22:57:32.278Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-08-25T22:57:32.324Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-25T22:57:32.538Z] --- PASS: TestContainerKillOnDaemonStart (12.83s) [2022-08-25T22:57:32.538Z] PASS [2022-08-25T22:57:32.538Z] [2022-08-25T22:57:32.538Z] === Skipped [2022-08-25T22:57:32.538Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-25T22:57:32.538Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T22:57:32.538Z] [2022-08-25T22:57:32.538Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-25T22:57:32.538Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:57:32.538Z] [2022-08-25T22:57:32.538Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-08-25T22:57:32.538Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:57:32.538Z] [2022-08-25T22:57:32.538Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-25T22:57:32.538Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-25T22:57:32.538Z] [2022-08-25T22:57:32.538Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-25T22:57:32.538Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-25T22:57:32.538Z] [2022-08-25T22:57:32.538Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-08-25T22:57:32.538Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-08-25T22:57:32.538Z] [2022-08-25T22:57:32.538Z] DONE 197 tests, 6 skipped in 145.194s [2022-08-25T22:57:32.538Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-25T22:57:32.538Z] ++ 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-08-25T22:57:32.538Z] ++ set -e [2022-08-25T22:57:32.538Z] ++ '[' -n 0 ']' [2022-08-25T22:57:32.538Z] ++ set -x [2022-08-25T22:57:32.538Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:57:32.538Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-08-25T22:57:32.796Z] INFO: Testing against a local daemon [2022-08-25T22:57:32.796Z] === RUN TestCommitInheritsEnv [2022-08-25T22:57:33.055Z] --- PASS: TestCommitInheritsEnv (0.41s) [2022-08-25T22:57:33.055Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-25T22:57:33.055Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-25T22:57:33.055Z] === RUN TestImagesFilterMultiReference [2022-08-25T22:57:33.055Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-08-25T22:57:33.055Z] === RUN TestImagePullPlatformInvalid [2022-08-25T22:57:33.263Z] === RUN TestReadPluginNoRead/default [2022-08-25T22:57:33.323Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-08-25T22:57:33.323Z] === RUN TestRemoveImageOrphaning [2022-08-25T22:57:33.522Z] --- PASS: TestContinueAfterPluginCrash (7.96s) [2022-08-25T22:57:33.587Z] --- PASS: TestRemoveImageOrphaning (0.37s) [2022-08-25T22:57:33.587Z] === RUN TestRemoveImageGarbageCollector [2022-08-25T22:57:34.461Z] === CONT TestReadPluginNoRead [2022-08-25T22:57:34.461Z] read_test.go:92: [d37ebd1cbf595] daemon is not started [2022-08-25T22:57:34.461Z] --- PASS: TestReadPluginNoRead (5.56s) [2022-08-25T22:57:34.461Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2022-08-25T22:57:34.461Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s) [2022-08-25T22:57:34.461Z] --- PASS: TestReadPluginNoRead/default (1.12s) [2022-08-25T22:57:34.461Z] PASS [2022-08-25T22:57:34.461Z] [2022-08-25T22:57:34.461Z] DONE 6 tests in 8.787s [2022-08-25T22:57:34.461Z] 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-08-25T22:57:34.461Z] ++ 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-08-25T22:57:34.461Z] ++ set -e [2022-08-25T22:57:34.461Z] ++ '[' -n 0 ']' [2022-08-25T22:57:34.461Z] ++ set -x [2022-08-25T22:57:34.461Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:57:34.461Z] testing: warning: no tests to run [2022-08-25T22:57:34.461Z] PASS [2022-08-25T22:57:34.461Z] [2022-08-25T22:57:34.461Z] DONE 0 tests in 0.032s [2022-08-25T22:57:34.461Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-25T22:57:34.461Z] ++ 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-08-25T22:57:34.461Z] ++ set -e [2022-08-25T22:57:34.461Z] ++ '[' -n 0 ']' [2022-08-25T22:57:34.461Z] ++ set -x [2022-08-25T22:57:34.461Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T22:57:34.461Z] INFO: Testing against a local daemon [2022-08-25T22:57:34.461Z] === RUN TestPluginWithDevMounts [2022-08-25T22:57:34.461Z] === PAUSE TestPluginWithDevMounts [2022-08-25T22:57:34.461Z] === CONT TestPluginWithDevMounts [2022-08-25T22:57:36.122Z] --- PASS: TestRemoveImageGarbageCollector (2.24s) [2022-08-25T22:57:36.122Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-25T22:57:36.122Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-08-25T22:57:36.122Z] === RUN TestTagInvalidReference [2022-08-25T22:57:36.122Z] --- PASS: TestTagInvalidReference (0.03s) [2022-08-25T22:57:36.122Z] === RUN TestTagValidPrefixedRepo [2022-08-25T22:57:36.122Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-08-25T22:57:36.122Z] === RUN TestTagExistedNameWithoutForce [2022-08-25T22:57:36.122Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-08-25T22:57:36.122Z] === RUN TestTagOfficialNames [2022-08-25T22:57:36.122Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-08-25T22:57:36.122Z] --- PASS: TestTagOfficialNames (0.07s) [2022-08-25T22:57:36.122Z] === RUN TestTagMatchesDigest [2022-08-25T22:57:36.122Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-08-25T22:57:36.122Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-25T22:57:36.369Z] --- PASS: TestPluginWithDevMounts (1.53s) [2022-08-25T22:57:36.369Z] PASS [2022-08-25T22:57:36.369Z] [2022-08-25T22:57:36.369Z] DONE 1 tests in 1.637s [2022-08-25T22:57:36.369Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-25T22:57:36.369Z] ++ 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-08-25T22:57:36.369Z] ++ set -e [2022-08-25T22:57:36.369Z] ++ '[' -n 0 ']' [2022-08-25T22:57:36.369Z] ++ set -x [2022-08-25T22:57:36.369Z] ++ 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-08-25T22:57:36.369Z] INFO: Testing against a local daemon [2022-08-25T22:57:36.369Z] === RUN TestSecretInspect [2022-08-25T22:57:37.059Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-08-25T22:57:37.321Z] --- PASS: TestServiceUpdateSecrets (14.44s) [2022-08-25T22:57:37.321Z] === RUN TestServiceUpdateConfigs [2022-08-25T22:57:37.628Z] check_test.go:309: [d9e01dee7d4a1] daemon is not started [2022-08-25T22:57:37.628Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-08-25T22:57:37.887Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-08-25T22:57:38.277Z] --- PASS: TestSecretInspect (2.13s) [2022-08-25T22:57:38.277Z] === RUN TestSecretList [2022-08-25T22:57:38.825Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-08-25T22:57:40.815Z] --- PASS: TestSecretList (2.16s) [2022-08-25T22:57:40.815Z] === RUN TestSecretsCreateAndDelete [2022-08-25T22:57:41.362Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-08-25T22:57:41.621Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-08-25T22:57:42.190Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-08-25T22:57:42.190Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-08-25T22:57:42.721Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2022-08-25T22:57:42.721Z] === RUN TestSecretsUpdate [2022-08-25T22:57:43.127Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-08-25T22:57:44.505Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-08-25T22:57:44.630Z] --- PASS: TestSecretsUpdate (2.14s) [2022-08-25T22:57:44.630Z] === RUN TestTemplatedSecret [2022-08-25T22:57:45.444Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-08-25T22:57:47.168Z] --- PASS: TestTemplatedSecret (2.53s) [2022-08-25T22:57:47.168Z] === RUN TestSecretCreateResolve [2022-08-25T22:57:47.350Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-08-25T22:57:48.288Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-08-25T22:57:48.857Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-08-25T22:57:49.425Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-08-25T22:57:49.425Z] docker_cli_daemon_test.go:2888: Checking IpcMode private set from config [2022-08-25T22:57:49.707Z] --- PASS: TestSecretCreateResolve (2.15s) [2022-08-25T22:57:49.707Z] PASS [2022-08-25T22:57:49.707Z] [2022-08-25T22:57:49.707Z] DONE 6 tests in 13.350s [2022-08-25T22:57:49.707Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-08-25T22:57:49.707Z] ++ 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-08-25T22:57:49.707Z] ++ set -e [2022-08-25T22:57:49.707Z] ++ '[' -n 0 ']' [2022-08-25T22:57:49.707Z] ++ set -x [2022-08-25T22:57:49.707Z] ++ 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-08-25T22:57:49.707Z] INFO: Testing against a local daemon [2022-08-25T22:57:49.707Z] === RUN TestServiceCreateInit [2022-08-25T22:57:49.707Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-25T22:57:49.994Z] docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from config [2022-08-25T22:57:50.563Z] docker_cli_daemon_test.go:2888: Checking IpcMode host set from config [2022-08-25T22:57:50.825Z] docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from config [2022-08-25T22:57:51.394Z] docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from config [2022-08-25T22:57:51.963Z] docker_cli_daemon_test.go:2888: Checking IpcMode private set from cli [2022-08-25T22:57:52.148Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2022-08-25T22:57:52.148Z] === RUN TestServiceUpdateNetwork [2022-08-25T22:57:52.532Z] docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from cli [2022-08-25T22:57:53.001Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-25T22:57:53.101Z] docker_cli_daemon_test.go:2888: Checking IpcMode host set from cli [2022-08-25T22:57:53.669Z] docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from cli [2022-08-25T22:57:53.928Z] docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from cli [2022-08-25T22:57:54.497Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-08-25T22:57:54.497Z] check_test.go:309: [d18c61ae257bf] daemon is not started [2022-08-25T22:57:54.497Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-08-25T22:57:55.445Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-08-25T22:57:55.706Z] check_test.go:309: [dc4163d3aee7c] daemon is not started [2022-08-25T22:57:55.706Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-08-25T22:57:56.276Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-08-25T22:57:57.197Z] --- PASS: TestServiceCreateInit (7.02s) [2022-08-25T22:57:57.197Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.51s) [2022-08-25T22:57:57.197Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.50s) [2022-08-25T22:57:57.197Z] === RUN TestCreateServiceMultipleTimes [2022-08-25T22:57:57.655Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-08-25T22:57:58.591Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-08-25T22:58:00.497Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-08-25T22:58:01.066Z] check_test.go:309: [d641d0c08da9b] daemon is not started [2022-08-25T22:58:01.066Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-08-25T22:58:01.688Z] --- PASS: TestImportExtremelyLargeImageWorks (94.04s) [2022-08-25T22:58:01.688Z] PASS [2022-08-25T22:58:01.688Z] [2022-08-25T22:58:01.688Z] === Skipped [2022-08-25T22:58:01.688Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-08-25T22:58:01.688Z] remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-08-25T22:58:01.688Z] [2022-08-25T22:58:01.688Z] DONE 12 tests, 1 skipped in 97.794s [2022-08-25T22:58:01.688Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-25T22:58:01.688Z] INFO: Testing against a local daemon [2022-08-25T22:58:01.688Z] === RUN TestNetworkCreateDelete [2022-08-25T22:58:01.688Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-08-25T22:58:01.688Z] === RUN TestDockerNetworkDeletePreferID [2022-08-25T22:58:01.688Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-08-25T22:58:01.688Z] === RUN TestDaemonDNSFallback [2022-08-25T22:58:04.306Z] --- PASS: TestServiceUpdateNetwork (12.19s) [2022-08-25T22:58:04.306Z] === RUN TestServiceUpdatePidsLimit [2022-08-25T22:58:04.356Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-08-25T22:58:04.867Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-25T22:58:05.734Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-08-25T22:58:05.792Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-25T22:58:08.289Z] --- PASS: TestDaemonDNSFallback (7.27s) [2022-08-25T22:58:08.289Z] === RUN TestInspectNetwork [2022-08-25T22:58:08.289Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] --- SKIP: TestInspectNetwork (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestRunContainerWithBridgeNone [2022-08-25T22:58:08.289Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestNetworkInvalidJSON [2022-08-25T22:58:08.289Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-25T22:58:08.289Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-25T22:58:08.289Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:58:08.289Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:58:08.289Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:58:08.289Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:58:08.289Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-25T22:58:08.289Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T22:58:08.289Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T22:58:08.289Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-08-25T22:58:08.289Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-25T22:58:08.289Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-25T22:58:08.289Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-08-25T22:58:08.289Z] === RUN TestNetworkList [2022-08-25T22:58:08.289Z] === RUN TestNetworkList//networks [2022-08-25T22:58:08.289Z] === PAUSE TestNetworkList//networks [2022-08-25T22:58:08.289Z] === RUN TestNetworkList//networks/ [2022-08-25T22:58:08.289Z] === PAUSE TestNetworkList//networks/ [2022-08-25T22:58:08.289Z] === CONT TestNetworkList//networks [2022-08-25T22:58:08.289Z] === CONT TestNetworkList//networks/ [2022-08-25T22:58:08.289Z] --- PASS: TestNetworkList (0.01s) [2022-08-25T22:58:08.289Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-25T22:58:08.289Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestHostIPv4BridgeLabel [2022-08-25T22:58:08.289Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-25T22:58:08.289Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestDaemonDefaultNetworkPools [2022-08-25T22:58:08.289Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-25T22:58:08.289Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-25T22:58:08.289Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-25T22:58:08.289Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestServiceWithPredefinedNetwork [2022-08-25T22:58:08.289Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-25T22:58:08.289Z] service_test.go:242: FLAKY_TEST [2022-08-25T22:58:08.289Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestServiceWithDataPathPortInit [2022-08-25T22:58:08.289Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-25T22:58:08.289Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-08-25T22:58:08.289Z] PASS [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === Skipped [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-08-25T22:58:08.289Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-08-25T22:58:08.289Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-08-25T22:58:08.289Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:242: FLAKY_TEST [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-08-25T22:58:08.289Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] DONE 22 tests, 12 skipped in 7.918s [2022-08-25T22:58:08.289Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-25T22:58:08.289Z] INFO: Testing against a local daemon [2022-08-25T22:58:08.289Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-25T22:58:08.289Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:58:08.289Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestDockerNetworkIpvlan [2022-08-25T22:58:08.289Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:58:08.289Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-25T22:58:08.289Z] PASS [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === Skipped [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T22:58:08.289Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-25T22:58:08.289Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] DONE 2 tests, 2 skipped in 0.099s [2022-08-25T22:58:08.289Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-25T22:58:08.289Z] INFO: Testing against a local daemon [2022-08-25T22:58:08.289Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-25T22:58:08.289Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestDockerNetworkMacvlan [2022-08-25T22:58:08.289Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-08-25T22:58:08.289Z] PASS [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === Skipped [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-08-25T22:58:08.289Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-08-25T22:58:08.289Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] DONE 2 tests, 2 skipped in 0.097s [2022-08-25T22:58:08.289Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-25T22:58:08.289Z] testing: warning: no tests to run [2022-08-25T22:58:08.289Z] PASS [2022-08-25T22:58:08.289Z] [2022-08-25T22:58:08.289Z] DONE 0 tests in 0.020s [2022-08-25T22:58:08.289Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-25T22:58:08.289Z] INFO: Testing against a local daemon [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginAllowRequest [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginTLS [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginDenyRequest [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginDenyResponse [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginAllowEventStream [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginErrorResponse [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginErrorRequest [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginHeader [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-25T22:58:08.289Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.289Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.42s) [2022-08-25T22:58:08.289Z] === RUN TestAuthZPluginV2Disable [2022-08-25T22:58:08.554Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.554Z] --- SKIP: TestAuthZPluginV2Disable (0.32s) [2022-08-25T22:58:08.554Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-25T22:58:08.811Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:08.811Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-08-25T22:58:08.811Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-25T22:58:09.068Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.068Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-08-25T22:58:09.068Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-08-25T22:58:09.326Z] PASS [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === Skipped [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.42s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-08-25T22:58:09.326Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.326Z] [2022-08-25T22:58:09.326Z] DONE 17 tests, 17 skipped in 1.802s [2022-08-25T22:58:09.326Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-25T22:58:09.584Z] INFO: Testing against a local daemon [2022-08-25T22:58:09.584Z] === RUN TestPluginInvalidJSON [2022-08-25T22:58:09.584Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:58:09.584Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:58:09.584Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T22:58:09.584Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-08-25T22:58:09.584Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-25T22:58:09.584Z] === RUN TestPluginInstall [2022-08-25T22:58:09.584Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.584Z] --- SKIP: TestPluginInstall (0.00s) [2022-08-25T22:58:09.584Z] === RUN TestPluginsWithRuntimes [2022-08-25T22:58:09.584Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-08-25T22:58:09.584Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-08-25T22:58:09.584Z] === RUN TestPluginBackCompatMediaTypes [2022-08-25T22:58:09.584Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-08-25T22:58:09.584Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-08-25T22:58:09.584Z] PASS [2022-08-25T22:58:09.584Z] [2022-08-25T22:58:09.584Z] === Skipped [2022-08-25T22:58:09.584Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-08-25T22:58:09.584Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-25T22:58:09.584Z] [2022-08-25T22:58:09.584Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-08-25T22:58:09.584Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-08-25T22:58:09.584Z] [2022-08-25T22:58:09.584Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-08-25T22:58:09.584Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-08-25T22:58:09.584Z] [2022-08-25T22:58:09.584Z] DONE 5 tests, 3 skipped in 0.124s [2022-08-25T22:58:09.584Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-25T22:58:09.584Z] INFO: Testing against a local daemon [2022-08-25T22:58:09.584Z] === RUN TestExternalGraphDriver [2022-08-25T22:58:09.929Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-08-25T22:58:09.929Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-08-25T22:58:10.149Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-08-25T22:58:10.149Z] --- SKIP: TestExternalGraphDriver (0.34s) [2022-08-25T22:58:10.149Z] === RUN TestGraphdriverPluginV2 [2022-08-25T22:58:10.496Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-08-25T22:58:10.755Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-08-25T22:58:11.014Z] check_test.go:309: [d7e48e028a058] daemon is not started [2022-08-25T22:58:11.015Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-08-25T22:58:12.086Z] --- PASS: TestCreateServiceMultipleTimes (15.09s) [2022-08-25T22:58:12.086Z] === RUN TestCreateServiceConflict [2022-08-25T22:58:12.322Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-25T22:58:13.991Z] --- PASS: TestCreateServiceConflict (2.12s) [2022-08-25T22:58:13.991Z] === RUN TestCreateServiceMaxReplicas [2022-08-25T22:58:15.211Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-08-25T22:58:15.211Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-08-25T22:58:16.530Z] --- PASS: TestCreateServiceMaxReplicas (2.71s) [2022-08-25T22:58:16.530Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-25T22:58:16.703Z] --- PASS: TestGraphdriverPluginV2 (5.71s) [2022-08-25T22:58:16.703Z] PASS [2022-08-25T22:58:16.703Z] [2022-08-25T22:58:16.703Z] === Skipped [2022-08-25T22:58:16.703Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s) [2022-08-25T22:58:16.703Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-08-25T22:58:16.703Z] [2022-08-25T22:58:16.703Z] DONE 2 tests, 1 skipped in 6.153s [2022-08-25T22:58:16.703Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-25T22:58:16.703Z] INFO: Testing against a local daemon [2022-08-25T22:58:16.703Z] === RUN TestContinueAfterPluginCrash [2022-08-25T22:58:16.703Z] === PAUSE TestContinueAfterPluginCrash [2022-08-25T22:58:16.703Z] === RUN TestReadPluginNoRead [2022-08-25T22:58:16.703Z] === PAUSE TestReadPluginNoRead [2022-08-25T22:58:16.703Z] === RUN TestDaemonStartWithLogOpt [2022-08-25T22:58:16.703Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-25T22:58:16.703Z] === CONT TestContinueAfterPluginCrash [2022-08-25T22:58:16.703Z] === CONT TestDaemonStartWithLogOpt [2022-08-25T22:58:17.116Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-08-25T22:58:18.495Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-08-25T22:58:19.433Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-08-25T22:58:20.398Z] --- PASS: TestServiceUpdatePidsLimit (16.14s) [2022-08-25T22:58:20.398Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-08-25T22:58:20.398Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-08-25T22:58:20.398Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-08-25T22:58:20.398Z] PASS [2022-08-25T22:58:20.398Z] [2022-08-25T22:58:20.398Z] === Skipped [2022-08-25T22:58:20.398Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-25T22:58:20.398Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T22:58:20.398Z] [2022-08-25T22:58:20.398Z] DONE 27 tests, 1 skipped in 181.182s [2022-08-25T22:58:20.398Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-25T22:58:20.398Z] INFO: Testing against a local daemon [2022-08-25T22:58:20.398Z] === RUN TestSessionCreate [2022-08-25T22:58:20.398Z] --- PASS: TestSessionCreate (0.02s) [2022-08-25T22:58:20.398Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-25T22:58:20.398Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-25T22:58:20.398Z] PASS [2022-08-25T22:58:20.398Z] [2022-08-25T22:58:20.398Z] DONE 2 tests in 0.078s [2022-08-25T22:58:20.398Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-25T22:58:20.398Z] INFO: Testing against a local daemon [2022-08-25T22:58:20.398Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-25T22:58:20.398Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-08-25T22:58:20.398Z] === RUN TestEventsExecDie [2022-08-25T22:58:20.398Z] --- PASS: TestEventsExecDie (0.50s) [2022-08-25T22:58:20.398Z] === RUN TestEventsBackwardsCompatible [2022-08-25T22:58:20.398Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-08-25T22:58:20.398Z] === RUN TestInfoBinaryCommits [2022-08-25T22:58:20.398Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-25T22:58:20.398Z] === RUN TestInfoAPIVersioned [2022-08-25T22:58:20.653Z] --- PASS: TestInfoAPIVersioned (0.02s) [2022-08-25T22:58:20.653Z] === RUN TestInfoDiscoveryBackend [2022-08-25T22:58:21.214Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2022-08-25T22:58:21.214Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-25T22:58:21.338Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-08-25T22:58:21.967Z] --- PASS: TestDaemonStartWithLogOpt (6.24s) [2022-08-25T22:58:21.967Z] === CONT TestReadPluginNoRead [2022-08-25T22:58:22.171Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-08-25T22:58:22.171Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-25T22:58:22.734Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-08-25T22:58:22.734Z] === RUN TestInfoAPI [2022-08-25T22:58:22.734Z] --- PASS: TestInfoAPI (0.02s) [2022-08-25T22:58:22.734Z] === RUN TestInfoAPIWarnings [2022-08-25T22:58:23.887Z] check_test.go:309: [dd8f73ef6cc8e] daemon is not started [2022-08-25T22:58:24.147Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-08-25T22:58:24.721Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-08-25T22:58:24.981Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-08-25T22:58:25.241Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-08-25T22:58:25.248Z] === RUN TestReadPluginNoRead/default [2022-08-25T22:58:25.810Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-08-25T22:58:25.813Z] --- PASS: TestContinueAfterPluginCrash (9.88s) [2022-08-25T22:58:27.189Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-08-25T22:58:27.449Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-08-25T22:58:27.449Z] check_test.go:309: [dec8704fa1428] daemon is not started [2022-08-25T22:58:27.708Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-08-25T22:58:27.711Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-25T22:58:29.088Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-08-25T22:58:29.608Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-25T22:58:30.026Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-08-25T22:58:31.420Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.03s) [2022-08-25T22:58:31.420Z] === RUN TestCreateServiceSecretFileMode [2022-08-25T22:58:32.134Z] === CONT TestReadPluginNoRead [2022-08-25T22:58:32.134Z] read_test.go:92: [d43c99b1c6b77] daemon is not started [2022-08-25T22:58:32.134Z] --- PASS: TestReadPluginNoRead (9.83s) [2022-08-25T22:58:32.134Z] --- PASS: TestReadPluginNoRead/default (2.23s) [2022-08-25T22:58:32.134Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.20s) [2022-08-25T22:58:32.134Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2022-08-25T22:58:32.134Z] PASS [2022-08-25T22:58:32.134Z] [2022-08-25T22:58:32.134Z] DONE 6 tests in 16.188s [2022-08-25T22:58:32.134Z] 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-08-25T22:58:32.134Z] testing: warning: no tests to run [2022-08-25T22:58:32.134Z] PASS [2022-08-25T22:58:32.134Z] [2022-08-25T22:58:32.134Z] DONE 0 tests in 0.032s [2022-08-25T22:58:32.134Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-25T22:58:32.134Z] INFO: Testing against a local daemon [2022-08-25T22:58:32.134Z] === RUN TestPluginWithDevMounts [2022-08-25T22:58:32.134Z] mounts_test.go:21: (*Execution).IsRootless-fm [2022-08-25T22:58:32.134Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-08-25T22:58:32.134Z] PASS [2022-08-25T22:58:32.134Z] [2022-08-25T22:58:32.134Z] === Skipped [2022-08-25T22:58:32.134Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-08-25T22:58:32.134Z] mounts_test.go:21: (*Execution).IsRootless-fm [2022-08-25T22:58:32.134Z] [2022-08-25T22:58:32.134Z] DONE 1 tests, 1 skipped in 0.092s [2022-08-25T22:58:32.134Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-25T22:58:32.134Z] INFO: Testing against a local daemon [2022-08-25T22:58:32.134Z] === RUN TestSecretInspect [2022-08-25T22:58:32.134Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.134Z] --- SKIP: TestSecretInspect (0.05s) [2022-08-25T22:58:32.134Z] === RUN TestSecretList [2022-08-25T22:58:32.392Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] --- SKIP: TestSecretList (0.02s) [2022-08-25T22:58:32.392Z] === RUN TestSecretsCreateAndDelete [2022-08-25T22:58:32.392Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2022-08-25T22:58:32.392Z] === RUN TestSecretsUpdate [2022-08-25T22:58:32.392Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-08-25T22:58:32.392Z] === RUN TestTemplatedSecret [2022-08-25T22:58:32.392Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-08-25T22:58:32.392Z] === RUN TestSecretCreateResolve [2022-08-25T22:58:32.392Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-08-25T22:58:32.392Z] PASS [2022-08-25T22:58:32.392Z] [2022-08-25T22:58:32.392Z] === Skipped [2022-08-25T22:58:32.392Z] === SKIP: amd64.integration.secret TestSecretInspect (0.05s) [2022-08-25T22:58:32.392Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] [2022-08-25T22:58:32.392Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2022-08-25T22:58:32.392Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] [2022-08-25T22:58:32.392Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2022-08-25T22:58:32.392Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] [2022-08-25T22:58:32.392Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-08-25T22:58:32.392Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] [2022-08-25T22:58:32.392Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-08-25T22:58:32.392Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] [2022-08-25T22:58:32.392Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-08-25T22:58:32.392Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.392Z] [2022-08-25T22:58:32.392Z] DONE 6 tests, 6 skipped in 0.240s [2022-08-25T22:58:32.392Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-25T22:58:32.392Z] INFO: Testing against a local daemon [2022-08-25T22:58:32.392Z] === RUN TestServiceCreateInit [2022-08-25T22:58:32.392Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-25T22:58:32.563Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-08-25T22:58:32.650Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.650Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-25T22:58:32.650Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.650Z] --- PASS: TestServiceCreateInit (0.02s) [2022-08-25T22:58:32.650Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-08-25T22:58:32.650Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-25T22:58:32.650Z] === RUN TestCreateServiceMultipleTimes [2022-08-25T22:58:32.650Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.650Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-08-25T22:58:32.650Z] === RUN TestCreateServiceConflict [2022-08-25T22:58:32.650Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.650Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-08-25T22:58:32.650Z] === RUN TestCreateServiceMaxReplicas [2022-08-25T22:58:32.650Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.650Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-08-25T22:58:32.650Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-25T22:58:32.650Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.650Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.03s) [2022-08-25T22:58:32.651Z] === RUN TestCreateServiceSecretFileMode [2022-08-25T22:58:32.651Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-08-25T22:58:32.651Z] === RUN TestCreateServiceConfigFileMode [2022-08-25T22:58:32.651Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-08-25T22:58:32.651Z] === RUN TestCreateServiceSysctls [2022-08-25T22:58:32.651Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-08-25T22:58:32.651Z] === RUN TestCreateServiceCapabilities [2022-08-25T22:58:32.651Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-08-25T22:58:32.651Z] === RUN TestInspect [2022-08-25T22:58:32.651Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestInspect (0.01s) [2022-08-25T22:58:32.651Z] === RUN TestCreateJob [2022-08-25T22:58:32.651Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestCreateJob (0.01s) [2022-08-25T22:58:32.651Z] === RUN TestReplicatedJob [2022-08-25T22:58:32.651Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestReplicatedJob (0.01s) [2022-08-25T22:58:32.651Z] === RUN TestUpdateReplicatedJob [2022-08-25T22:58:32.651Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-08-25T22:58:32.651Z] === RUN TestServiceListWithStatuses [2022-08-25T22:58:32.651Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T22:58:32.651Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-25T22:58:32.651Z] === RUN TestDockerNetworkConnectAlias [2022-08-25T22:58:32.651Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2022-08-25T22:58:32.651Z] === RUN TestDockerNetworkReConnect [2022-08-25T22:58:32.651Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:32.651Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-08-25T22:58:32.651Z] === RUN TestServicePlugin [2022-08-25T22:58:35.935Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServicePlugin (2.92s) [2022-08-25T22:58:35.935Z] === RUN TestServiceUpdateLabel [2022-08-25T22:58:35.935Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-08-25T22:58:35.935Z] === RUN TestServiceUpdateSecrets [2022-08-25T22:58:35.935Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-08-25T22:58:35.935Z] === RUN TestServiceUpdateConfigs [2022-08-25T22:58:35.935Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-08-25T22:58:35.935Z] === RUN TestServiceUpdateNetwork [2022-08-25T22:58:35.935Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2022-08-25T22:58:35.935Z] === RUN TestServiceUpdatePidsLimit [2022-08-25T22:58:35.935Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-08-25T22:58:35.935Z] PASS [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === Skipped [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-08-25T22:58:35.935Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-25T22:58:35.935Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-08-25T22:58:35.935Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-08-25T22:58:35.935Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-08-25T22:58:35.935Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.03s) [2022-08-25T22:58:35.935Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-08-25T22:58:35.935Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-08-25T22:58:35.935Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-08-25T22:58:35.935Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-08-25T22:58:35.935Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-08-25T22:58:35.935Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-08-25T22:58:35.935Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-08-25T22:58:35.935Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-08-25T22:58:35.935Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-25T22:58:35.935Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2022-08-25T22:58:35.935Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-08-25T22:58:35.935Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServicePlugin (2.92s) [2022-08-25T22:58:35.935Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-08-25T22:58:35.935Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-08-25T22:58:35.935Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-08-25T22:58:35.935Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2022-08-25T22:58:35.935Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-08-25T22:58:35.935Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] DONE 24 tests, 23 skipped in 3.383s [2022-08-25T22:58:35.935Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-25T22:58:35.935Z] INFO: Testing against a local daemon [2022-08-25T22:58:35.935Z] === RUN TestSessionCreate [2022-08-25T22:58:35.935Z] --- PASS: TestSessionCreate (0.02s) [2022-08-25T22:58:35.935Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-25T22:58:35.935Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-25T22:58:35.935Z] PASS [2022-08-25T22:58:35.935Z] [2022-08-25T22:58:35.935Z] DONE 2 tests in 0.264s [2022-08-25T22:58:35.935Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-25T22:58:36.192Z] INFO: Testing against a local daemon [2022-08-25T22:58:36.192Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-25T22:58:36.192Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-25T22:58:36.192Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T22:58:36.192Z] === RUN TestEventsExecDie [2022-08-25T22:58:36.758Z] --- PASS: TestEventsExecDie (0.49s) [2022-08-25T22:58:36.758Z] === RUN TestEventsBackwardsCompatible [2022-08-25T22:58:36.758Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-08-25T22:58:36.758Z] === RUN TestInfoBinaryCommits [2022-08-25T22:58:36.758Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-25T22:58:36.758Z] === RUN TestInfoAPIVersioned [2022-08-25T22:58:36.758Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-25T22:58:36.758Z] === RUN TestInfoDiscoveryBackend [2022-08-25T22:58:37.838Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-08-25T22:58:38.130Z] --- PASS: TestInfoDiscoveryBackend (1.54s) [2022-08-25T22:58:38.130Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-25T22:58:38.406Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-08-25T22:58:40.312Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-08-25T22:58:40.765Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-08-25T22:58:40.765Z] === RUN TestInfoDebug [2022-08-25T22:58:40.765Z] --- PASS: TestInfoDebug (0.52s) [2022-08-25T22:58:40.765Z] === RUN TestInfoInsecureRegistries [2022-08-25T22:58:40.765Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-08-25T22:58:40.765Z] === RUN TestInfoRegistryMirrors [2022-08-25T22:58:40.765Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-08-25T22:58:40.765Z] === RUN TestLoginFailsWithBadCredentials [2022-08-25T22:58:40.765Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-08-25T22:58:40.765Z] === RUN TestPingCacheHeaders [2022-08-25T22:58:40.765Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-25T22:58:40.765Z] === RUN TestPingGet [2022-08-25T22:58:40.765Z] --- PASS: TestPingGet (0.01s) [2022-08-25T22:58:40.765Z] === RUN TestPingHead [2022-08-25T22:58:40.765Z] --- PASS: TestPingHead (0.02s) [2022-08-25T22:58:40.765Z] === RUN TestVersion [2022-08-25T22:58:40.765Z] --- PASS: TestVersion (0.02s) [2022-08-25T22:58:40.765Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-08-25T22:58:42.129Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.11s) [2022-08-25T22:58:42.129Z] PASS [2022-08-25T22:58:42.129Z] [2022-08-25T22:58:42.129Z] DONE 18 tests in 22.059s [2022-08-25T22:58:42.129Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-25T22:58:42.129Z] INFO: Testing against a local daemon [2022-08-25T22:58:42.129Z] === RUN TestVolumesCreateAndList [2022-08-25T22:58:42.129Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-08-25T22:58:42.129Z] === RUN TestVolumesRemove [2022-08-25T22:58:42.129Z] --- PASS: TestVolumesRemove (0.08s) [2022-08-25T22:58:42.129Z] === RUN TestVolumesInspect [2022-08-25T22:58:42.129Z] --- PASS: TestVolumesInspect (0.04s) [2022-08-25T22:58:42.129Z] === RUN TestVolumesInvalidJSON [2022-08-25T22:58:42.309Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2022-08-25T22:58:42.309Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-25T22:58:42.309Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:58:42.309Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2022-08-25T22:58:42.309Z] === RUN TestInfoAPI [2022-08-25T22:58:42.309Z] --- PASS: TestInfoAPI (0.02s) [2022-08-25T22:58:42.309Z] === RUN TestInfoAPIWarnings [2022-08-25T22:58:42.384Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-25T22:58:42.384Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-25T22:58:42.384Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-25T22:58:42.384Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-08-25T22:58:42.384Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-25T22:58:42.384Z] PASS [2022-08-25T22:58:42.384Z] [2022-08-25T22:58:42.384Z] DONE 5 tests in 0.296s [2022-08-25T22:58:42.384Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-25T22:58:43.603Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-08-25T22:58:43.603Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-08-25T22:58:43.603Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-08-25T22:58:43.677Z] --- PASS: TestCreateServiceSecretFileMode (12.24s) [2022-08-25T22:58:43.677Z] === RUN TestCreateServiceConfigFileMode [2022-08-25T22:58:43.747Z] Stopping apparmor (via systemctl): apparmor.service. [2022-08-25T22:58:43.748Z] Removing test suite binaries [2022-08-25T22:58:43.748Z] exiting test-integration [2022-08-25T22:58:43.748Z] ++ exit 0 [2022-08-25T22:58:43.748Z] Post stage [Pipeline] junit [2022-08-25T22:58:45.644Z] Recording test results [2022-08-25T22:58:45.835Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-25T22:58:46.196Z] + echo Ensuring container killed. [2022-08-25T22:58:46.196Z] Ensuring container killed. [2022-08-25T22:58:46.196Z] + docker rm -vf docker-pr1 [2022-08-25T22:58:46.196Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-25T22:58:46.514Z] + echo Chowning /workspace to jenkins user [2022-08-25T22:58:46.514Z] Chowning /workspace to jenkins user [2022-08-25T22:58:46.514Z] + id -u [2022-08-25T22:58:46.514Z] + id -g [2022-08-25T22:58:46.514Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44041:/workspace busybox chown -R 1000:1000 /workspace [2022-08-25T22:58:46.896Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-25T22:58:48.206Z] + bundleName=amd64-cgroup2 [2022-08-25T22:58:48.206Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-08-25T22:58:48.206Z] Creating amd64-cgroup2-bundles.tar.gz [2022-08-25T22:58:48.206Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-08-25T22:58:48.206Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-25T22:58:48.275Z] === RUN TestDockerSuite/TestBuildEmptyCmd [Pipeline] archiveArtifacts [2022-08-25T22:58:48.471Z] Archiving artifacts [2022-08-25T22:58:48.535Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-08-25T22:58:48.778Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44041/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-25T22:58:49.106Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-08-25T22:58:49.124Z] + make clean [2022-08-25T22:58:49.124Z] docker volume rm -f docker-dev-cache [2022-08-25T22:58:49.124Z] docker-dev-cache [Pipeline] deleteDir [2022-08-25T22:58:49.674Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-08-25T22:58:49.934Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-08-25T22:58:50.193Z] === RUN TestDockerSuite/TestBuildEntrypoint [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-25T22:58:50.772Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-08-25T22:58:50.772Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-08-25T22:58:52.680Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-08-25T22:58:52.939Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-08-25T22:58:53.508Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-08-25T22:58:54.455Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-08-25T22:58:54.715Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-08-25T22:58:55.889Z] --- PASS: TestCreateServiceConfigFileMode (12.45s) [2022-08-25T22:58:55.889Z] === RUN TestCreateServiceSysctls [2022-08-25T22:58:56.096Z] === RUN TestDockerSuite/TestBuildEnv [2022-08-25T22:58:56.458Z] --- PASS: TestCreateServiceSysctls (2.42s) [2022-08-25T22:58:56.458Z] === RUN TestCreateServiceCapabilities [2022-08-25T22:58:57.476Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-08-25T22:58:57.735Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-08-25T22:58:58.996Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2022-08-25T22:58:58.996Z] === RUN TestInspect [2022-08-25T22:58:59.115Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-08-25T22:59:00.052Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-08-25T22:59:00.377Z] --- PASS: TestInfoAPIWarnings (17.34s) [2022-08-25T22:59:00.377Z] === RUN TestInfoDebug [2022-08-25T22:59:00.377Z] --- PASS: TestInfoDebug (1.54s) [2022-08-25T22:59:00.377Z] === RUN TestInfoInsecureRegistries [2022-08-25T22:59:01.535Z] --- PASS: TestInspect (2.63s) [2022-08-25T22:59:01.535Z] === RUN TestCreateJob [2022-08-25T22:59:02.274Z] --- PASS: TestInfoInsecureRegistries (1.54s) [2022-08-25T22:59:02.274Z] === RUN TestInfoRegistryMirrors [2022-08-25T22:59:03.344Z] docker_cli_daemon_test.go:2551: [d2dd688073bf1] daemon is not started [2022-08-25T22:59:03.646Z] --- PASS: TestInfoRegistryMirrors (1.54s) [2022-08-25T22:59:03.646Z] === RUN TestLoginFailsWithBadCredentials [2022-08-25T22:59:03.904Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s) [2022-08-25T22:59:03.904Z] === RUN TestPingCacheHeaders [2022-08-25T22:59:03.904Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-25T22:59:03.904Z] === RUN TestPingGet [2022-08-25T22:59:03.904Z] --- PASS: TestPingGet (0.01s) [2022-08-25T22:59:03.904Z] === RUN TestPingHead [2022-08-25T22:59:03.904Z] --- PASS: TestPingHead (0.02s) [2022-08-25T22:59:03.904Z] === RUN TestVersion [2022-08-25T22:59:04.163Z] --- PASS: TestVersion (0.03s) [2022-08-25T22:59:04.163Z] PASS [2022-08-25T22:59:04.163Z] [2022-08-25T22:59:04.163Z] === Skipped [2022-08-25T22:59:04.163Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T22:59:04.163Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-25T22:59:04.163Z] [2022-08-25T22:59:04.163Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2022-08-25T22:59:04.163Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-25T22:59:04.163Z] [2022-08-25T22:59:04.163Z] DONE 18 tests, 2 skipped in 28.042s [2022-08-25T22:59:04.163Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-25T22:59:04.163Z] INFO: Testing against a local daemon [2022-08-25T22:59:04.163Z] === RUN TestVolumesCreateAndList [2022-08-25T22:59:04.163Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-25T22:59:04.163Z] === RUN TestVolumesRemove [2022-08-25T22:59:04.163Z] --- PASS: TestVolumesRemove (0.05s) [2022-08-25T22:59:04.163Z] === RUN TestVolumesInspect [2022-08-25T22:59:04.163Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-25T22:59:04.163Z] === RUN TestVolumesInvalidJSON [2022-08-25T22:59:04.163Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-25T22:59:04.163Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-25T22:59:04.163Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-25T22:59:04.163Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-25T22:59:04.163Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-25T22:59:04.163Z] PASS [2022-08-25T22:59:04.163Z] [2022-08-25T22:59:04.163Z] DONE 5 tests in 0.195s [2022-08-25T22:59:04.163Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-25T22:59:04.421Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12399 is not a child of this shell [2022-08-25T22:59:04.421Z] warning: PID 12399 from bundles/test-integration/docker.pid had a nonzero exit code [2022-08-25T22:59:04.421Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-25T22:59:04.421Z] [2022-08-25T22:59:04.421Z] Unloading profiles will leave already running processes permanently [2022-08-25T22:59:04.421Z] unconfined, which can lead to unexpected situations. [2022-08-25T22:59:04.421Z] [2022-08-25T22:59:04.421Z] To set a process to complain mode, use the command line tool [2022-08-25T22:59:04.421Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-25T22:59:04.421Z] Removing test suite binaries [2022-08-25T22:59:04.421Z] exiting test-integration [2022-08-25T22:59:04.421Z] ++ exit 0 [2022-08-25T22:59:04.827Z] --- PASS: TestCreateJob (2.76s) [2022-08-25T22:59:04.827Z] === RUN TestReplicatedJob [2022-08-25T22:59:05.251Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-08-25T22:59:05.353Z] [2022-08-25T22:59:07.158Z] === RUN TestDockerSuite/TestBuildEnvUsage2 Post stage [Pipeline] junit [2022-08-25T22:59:07.264Z] Recording test results [2022-08-25T22:59:08.513Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-25T22:59:08.844Z] + echo Ensuring container killed. [2022-08-25T22:59:08.844Z] Ensuring container killed. [2022-08-25T22:59:08.844Z] + docker rm -vf docker-pr1 [2022-08-25T22:59:08.844Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-25T22:59:09.023Z] --- PASS: TestReplicatedJob (4.53s) [2022-08-25T22:59:09.023Z] === RUN TestUpdateReplicatedJob [2022-08-25T22:59:09.129Z] + echo Chowning /workspace to jenkins user [2022-08-25T22:59:09.129Z] Chowning /workspace to jenkins user [2022-08-25T22:59:09.129Z] + id -u [2022-08-25T22:59:09.129Z] + id -g [2022-08-25T22:59:09.129Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44041:/workspace busybox chown -R 1000:1000 /workspace [2022-08-25T22:59:09.129Z] Unable to find image 'busybox:latest' locally [2022-08-25T22:59:09.386Z] latest: Pulling from library/busybox [2022-08-25T22:59:09.386Z] 50783e0dfb64: Pulling fs layer [2022-08-25T22:59:09.386Z] 50783e0dfb64: Download complete [2022-08-25T22:59:09.650Z] 50783e0dfb64: Pull complete [2022-08-25T22:59:09.650Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 [2022-08-25T22:59:09.650Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-25T22:59:11.319Z] + bundleName=amd64-rootless [2022-08-25T22:59:11.319Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-08-25T22:59:11.319Z] Creating amd64-rootless-bundles.tar.gz [2022-08-25T22:59:11.319Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-25T22:59:11.319Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-08-25T22:59:11.331Z] Archiving artifacts [2022-08-25T22:59:12.316Z] --- PASS: TestUpdateReplicatedJob (2.90s) [2022-08-25T22:59:12.316Z] === RUN TestServiceListWithStatuses [2022-08-25T22:59:12.316Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T22:59:12.316Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-25T22:59:12.316Z] === RUN TestDockerNetworkConnectAlias [2022-08-25T22:59:12.593Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2022-08-25T22:59:12.593Z] Copying nested executables into bundles/cross/linux/amd64 [2022-08-25T22:59:12.593Z] Cross building: bundles/cross/windows/amd64 [2022-08-25T22:59:12.593Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2022-08-25T22:59:12.593Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-08-25T22:59:13.041Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44041/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-25T22:59:13.349Z] + make clean [2022-08-25T22:59:13.607Z] docker volume rm -f docker-dev-cache [2022-08-25T22:59:13.607Z] docker-dev-cache [Pipeline] deleteDir [2022-08-25T22:59:13.729Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-25T22:59:16.266Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-08-25T22:59:16.511Z] --- PASS: TestDockerNetworkConnectAlias (4.14s) [2022-08-25T22:59:16.511Z] === RUN TestDockerNetworkReConnect [2022-08-25T22:59:17.645Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-08-25T22:59:19.050Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2022-08-25T22:59:19.050Z] === RUN TestServicePlugin [2022-08-25T22:59:19.050Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T22:59:19.050Z] --- SKIP: TestServicePlugin (0.00s) [2022-08-25T22:59:19.050Z] === RUN TestServiceUpdateLabel [2022-08-25T22:59:20.195Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-08-25T22:59:20.457Z] check_test.go:309: [d12f9601baaa2] daemon is not started [2022-08-25T22:59:20.457Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-08-25T22:59:21.587Z] --- PASS: TestServiceUpdateLabel (2.14s) [2022-08-25T22:59:21.587Z] === RUN TestServiceUpdateSecrets [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite (340.74s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.44s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.82s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.54s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.42s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.33s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.58s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.43s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.84s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.41s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.25s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.39s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.49s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.26s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.49s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.67s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.57s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.36s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.54s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.11s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.87s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.36s) [2022-08-25T22:59:27.025Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.71s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.06s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.75s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.89s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.75s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.10s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.36s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.65s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.69s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.51s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.69s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.62s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.72s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.91s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.59s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.76s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.42s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.80s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.39s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.17s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.76s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.14s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.98s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.14s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.28s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.34s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.95s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.92s) [2022-08-25T22:59:27.025Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-08-25T22:59:27.025Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.39s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.23s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.65s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.69s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.70s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.49s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.77s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.93s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.27s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.90s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.10s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.67s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.87s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.46s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.93s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.75s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.97s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.04s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.44s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.29s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.79s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.60s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.75s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.50s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.54s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.28s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.86s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.12s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.12s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.22s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.07s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.07s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.01s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.33s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.31s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.69s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.74s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.52s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2022-08-25T22:59:27.025Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.70s) [2022-08-25T22:59:27.025Z] === RUN TestDockerSwarmSuite [2022-08-25T22:59:27.025Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-08-25T22:59:27.025Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-08-25T22:59:28.405Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-08-25T22:59:28.974Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-08-25T22:59:32.263Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-08-25T22:59:36.475Z] --- PASS: TestServiceUpdateSecrets (14.16s) [2022-08-25T22:59:36.475Z] === RUN TestServiceUpdateConfigs [2022-08-25T22:59:37.537Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-08-25T22:59:37.537Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-08-25T22:59:38.105Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-08-25T22:59:38.673Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-08-25T22:59:39.242Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-08-25T22:59:40.622Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-08-25T22:59:40.622Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2022-08-25T22:59:40.622Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-08-25T22:59:40.881Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-08-25T22:59:49.005Z] === RUN TestDockerSuite/TestBuildExpose [2022-08-25T22:59:49.573Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-08-25T22:59:49.831Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-08-25T22:59:50.091Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-08-25T22:59:50.659Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-08-25T22:59:50.918Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-08-25T22:59:51.177Z] === RUN TestDockerSuite/TestBuildFails [2022-08-25T22:59:51.362Z] --- PASS: TestServiceUpdateConfigs (14.18s) [2022-08-25T22:59:51.362Z] === RUN TestServiceUpdateNetwork [2022-08-25T22:59:52.113Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-08-25T22:59:52.113Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-08-25T22:59:53.497Z] docker_api_swarm_test.go:563: [dd47b1ad2e9cd] joining swarm manager [dbf2089f28085]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T22:59:54.876Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-08-25T22:59:56.355Z] b111c3320c94: Pull complete [2022-08-25T22:59:56.783Z] === RUN TestDockerSuite/TestBuildForceRm [2022-08-25T22:59:58.689Z] === RUN TestDockerSuite/TestBuildFromGit [2022-08-25T22:59:59.625Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-08-25T22:59:59.884Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-08-25T23:00:00.821Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-08-25T23:00:02.728Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-08-25T23:00:03.576Z] --- PASS: TestServiceUpdateNetwork (12.15s) [2022-08-25T23:00:03.576Z] === RUN TestServiceUpdatePidsLimit [2022-08-25T23:00:03.576Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-25T23:00:03.576Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-25T23:00:03.665Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-08-25T23:00:04.234Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-08-25T23:00:04.805Z] docker_api_swarm_test.go:585: [da20ed140ee81] joining swarm manager [dbf2089f28085]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:00:06.712Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-08-25T23:00:07.649Z] check_test.go:380: [dd47b1ad2e9cd] daemon is not started [2022-08-25T23:00:08.586Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-08-25T23:00:09.965Z] === RUN TestDockerSuite/TestBuildHistory [2022-08-25T23:00:11.700Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-25T23:00:14.157Z] === RUN TestDockerSuite/TestBuildIidFile [2022-08-25T23:00:14.157Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-08-25T23:00:14.726Z] === RUN TestDockerSuite/TestBuildInheritance [2022-08-25T23:00:15.294Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-08-25T23:00:15.862Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-08-25T23:00:15.862Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-08-25T23:00:16.798Z] === RUN TestDockerSuite/TestBuildLabel [2022-08-25T23:00:17.375Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-08-25T23:00:17.645Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-08-25T23:00:18.213Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-08-25T23:00:18.213Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-08-25T23:00:18.213Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-08-25T23:00:18.213Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-08-25T23:00:18.273Z] --- PASS: TestServiceUpdatePidsLimit (15.97s) [2022-08-25T23:00:18.273Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s) [2022-08-25T23:00:18.273Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-08-25T23:00:18.273Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-08-25T23:00:18.273Z] PASS [2022-08-25T23:00:18.273Z] [2022-08-25T23:00:18.273Z] === Skipped [2022-08-25T23:00:18.273Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-25T23:00:18.273Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T23:00:18.273Z] [2022-08-25T23:00:18.273Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-08-25T23:00:18.273Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-25T23:00:18.273Z] [2022-08-25T23:00:18.273Z] DONE 27 tests, 2 skipped in 148.314s [2022-08-25T23:00:18.273Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-08-25T23:00:18.273Z] ++ 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-08-25T23:00:18.273Z] ++ set -e [2022-08-25T23:00:18.273Z] ++ '[' -n 0 ']' [2022-08-25T23:00:18.273Z] ++ set -x [2022-08-25T23:00:18.273Z] ++ 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-08-25T23:00:18.273Z] INFO: Testing against a local daemon [2022-08-25T23:00:18.273Z] === RUN TestSessionCreate [2022-08-25T23:00:18.273Z] --- PASS: TestSessionCreate (0.02s) [2022-08-25T23:00:18.273Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-25T23:00:18.273Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-25T23:00:18.273Z] PASS [2022-08-25T23:00:18.273Z] [2022-08-25T23:00:18.273Z] DONE 2 tests in 0.134s [2022-08-25T23:00:18.273Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-08-25T23:00:18.274Z] ++ 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-08-25T23:00:18.274Z] ++ set -e [2022-08-25T23:00:18.274Z] ++ '[' -n 0 ']' [2022-08-25T23:00:18.274Z] ++ set -x [2022-08-25T23:00:18.274Z] ++ 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-08-25T23:00:18.274Z] INFO: Testing against a local daemon [2022-08-25T23:00:18.274Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-25T23:00:18.274Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-25T23:00:18.274Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T23:00:18.274Z] === RUN TestEventsExecDie [2022-08-25T23:00:18.472Z] === RUN TestDockerSuite/TestBuildLabels [2022-08-25T23:00:18.559Z] --- PASS: TestEventsExecDie (0.48s) [2022-08-25T23:00:18.559Z] === RUN TestEventsBackwardsCompatible [2022-08-25T23:00:18.559Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-08-25T23:00:18.559Z] === RUN TestInfoBinaryCommits [2022-08-25T23:00:18.559Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-25T23:00:18.559Z] === RUN TestInfoAPIVersioned [2022-08-25T23:00:18.559Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-25T23:00:18.559Z] === RUN TestInfoDiscoveryBackend [2022-08-25T23:00:19.041Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-08-25T23:00:19.153Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2022-08-25T23:00:19.153Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-25T23:00:20.097Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-08-25T23:00:20.097Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-25T23:00:20.666Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-08-25T23:00:20.666Z] === RUN TestInfoAPI [2022-08-25T23:00:20.666Z] --- PASS: TestInfoAPI (0.02s) [2022-08-25T23:00:20.666Z] === RUN TestInfoAPIWarnings [2022-08-25T23:00:20.946Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-08-25T23:00:20.946Z] docker_api_swarm_test.go:46: [dc83eaa7cb311] joining swarm manager [d7e3a3b409740]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:00:23.481Z] === RUN TestDockerSuite/TestBuildLastModified [2022-08-25T23:00:28.755Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-08-25T23:00:31.291Z] --- PASS: TestImportExtremelyLargeImageWorks (175.11s) [2022-08-25T23:00:31.291Z] PASS [2022-08-25T23:00:31.291Z] [2022-08-25T23:00:31.291Z] DONE 12 tests in 178.791s [2022-08-25T23:00:31.291Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-08-25T23:00:31.291Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-25T23:00:31.291Z] ++ 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-08-25T23:00:31.291Z] ++ set -e [2022-08-25T23:00:31.291Z] ++ '[' -n 0 ']' [2022-08-25T23:00:31.291Z] ++ set -x [2022-08-25T23:00:31.291Z] ++ 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-08-25T23:00:31.291Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-08-25T23:00:31.551Z] INFO: Testing against a local daemon [2022-08-25T23:00:31.551Z] === RUN TestNetworkCreateDelete [2022-08-25T23:00:31.551Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-08-25T23:00:31.551Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-08-25T23:00:31.551Z] --- PASS: TestNetworkCreateDelete (0.18s) [2022-08-25T23:00:31.551Z] === RUN TestDockerNetworkDeletePreferID [2022-08-25T23:00:31.551Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-08-25T23:00:32.119Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-08-25T23:00:32.119Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2022-08-25T23:00:32.119Z] === RUN TestDaemonDNSFallback [2022-08-25T23:00:33.498Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-08-25T23:00:34.075Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2022-08-25T23:00:34.075Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-08-25T23:00:34.075Z] remote: Enumerating objects: 23, done. [2022-08-25T23:00:34.075Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-08-25T23:00:34.075Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-08-25T23:00:34.075Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-08-25T23:00:34.075Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2022-08-25T23:00:34.075Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-08-25T23:00:34.877Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-08-25T23:00:37.411Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-08-25T23:00:37.411Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-08-25T23:00:37.982Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-08-25T23:00:38.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-08-25T23:00:38.760Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-08-25T23:00:38.760Z] === RUN TestInfoDebug [2022-08-25T23:00:38.760Z] --- PASS: TestInfoDebug (0.52s) [2022-08-25T23:00:38.760Z] === RUN TestInfoInsecureRegistries [2022-08-25T23:00:38.760Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-08-25T23:00:38.760Z] === RUN TestInfoRegistryMirrors [2022-08-25T23:00:38.760Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-08-25T23:00:38.760Z] === RUN TestLoginFailsWithBadCredentials [2022-08-25T23:00:38.760Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s) [2022-08-25T23:00:38.760Z] === RUN TestPingCacheHeaders [2022-08-25T23:00:38.760Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-25T23:00:38.760Z] === RUN TestPingGet [2022-08-25T23:00:38.760Z] --- PASS: TestPingGet (0.02s) [2022-08-25T23:00:38.760Z] === RUN TestPingHead [2022-08-25T23:00:38.760Z] --- PASS: TestPingHead (0.02s) [2022-08-25T23:00:38.760Z] === RUN TestVersion [2022-08-25T23:00:39.021Z] --- PASS: TestVersion (0.03s) [2022-08-25T23:00:39.021Z] PASS [2022-08-25T23:00:39.021Z] [2022-08-25T23:00:39.021Z] === Skipped [2022-08-25T23:00:39.021Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T23:00:39.021Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-25T23:00:39.021Z] [2022-08-25T23:00:39.021Z] DONE 18 tests, 1 skipped in 21.018s [2022-08-25T23:00:39.021Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-25T23:00:39.021Z] ++ 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-08-25T23:00:39.021Z] ++ set -e [2022-08-25T23:00:39.021Z] ++ '[' -n 0 ']' [2022-08-25T23:00:39.021Z] ++ set -x [2022-08-25T23:00:39.021Z] ++ 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-08-25T23:00:39.021Z] INFO: Testing against a local daemon [2022-08-25T23:00:39.021Z] === RUN TestVolumesCreateAndList [2022-08-25T23:00:39.021Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-25T23:00:39.021Z] === RUN TestVolumesRemove [2022-08-25T23:00:39.021Z] --- PASS: TestVolumesRemove (0.05s) [2022-08-25T23:00:39.021Z] === RUN TestVolumesInspect [2022-08-25T23:00:39.021Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-25T23:00:39.021Z] === RUN TestVolumesInvalidJSON [2022-08-25T23:00:39.021Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-25T23:00:39.021Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-25T23:00:39.021Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-25T23:00:39.021Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-25T23:00:39.021Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-25T23:00:39.021Z] PASS [2022-08-25T23:00:39.021Z] [2022-08-25T23:00:39.021Z] DONE 5 tests in 0.196s [2022-08-25T23:00:39.021Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-25T23:00:39.119Z] --- PASS: TestDaemonDNSFallback (6.92s) [2022-08-25T23:00:39.119Z] === RUN TestInspectNetwork [2022-08-25T23:00:39.281Z] ++++ cat bundles/test-integration/docker.pid [2022-08-25T23:00:39.281Z] +++ kill 12414 [2022-08-25T23:00:39.358Z] [Pipeline] } [Pipeline] // stage [2022-08-25T23:00:39.378Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-08-25T23:00:39.687Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/test/unit [2022-08-25T23:00:40.661Z] +++ /etc/init.d/apparmor stop [2022-08-25T23:00:40.661Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-25T23:00:40.661Z] [2022-08-25T23:00:40.661Z] Unloading profiles will leave already running processes permanently [2022-08-25T23:00:40.661Z] unconfined, which can lead to unexpected situations. [2022-08-25T23:00:40.661Z] [2022-08-25T23:00:40.661Z] To set a process to complain mode, use the command line tool [2022-08-25T23:00:40.661Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-25T23:00:40.661Z] +++ true [2022-08-25T23:00:40.661Z] exiting test-integration [2022-08-25T23:00:40.661Z] ++ exit 0 [2022-08-25T23:00:40.661Z] Post stage [Pipeline] junit [2022-08-25T23:00:41.615Z] Recording test results [2022-08-25T23:00:41.806Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-25T23:00:42.137Z] + echo Ensuring container killed. [2022-08-25T23:00:42.137Z] Ensuring container killed. [2022-08-25T23:00:42.137Z] + docker rm -vf docker-pr1 [2022-08-25T23:00:42.137Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-25T23:00:42.231Z] ? github.com/docker/docker/api [no test files] [2022-08-25T23:00:42.421Z] + echo Chowning /workspace to jenkins user [2022-08-25T23:00:42.421Z] Chowning /workspace to jenkins user [2022-08-25T23:00:42.421Z] + id -u [2022-08-25T23:00:42.421Z] + id -g [2022-08-25T23:00:42.421Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44041:/workspace busybox chown -R 1000:1000 /workspace [2022-08-25T23:00:42.421Z] Unable to find image 'busybox:latest' locally [2022-08-25T23:00:42.681Z] latest: Pulling from library/busybox [2022-08-25T23:00:42.681Z] 98b248744137: Pulling fs layer [2022-08-25T23:00:42.681Z] 98b248744137: Verifying Checksum [2022-08-25T23:00:42.681Z] 98b248744137: Download complete [2022-08-25T23:00:42.940Z] 98b248744137: Pull complete [2022-08-25T23:00:42.940Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 [2022-08-25T23:00:42.940Z] Status: Downloaded newer image for busybox:latest [2022-08-25T23:00:43.572Z] === RUN TestInspectNetwork/full_network_id [2022-08-25T23:00:43.572Z] === RUN TestInspectNetwork/partial_network_id [2022-08-25T23:00:43.572Z] === RUN TestInspectNetwork/network_name [2022-08-25T23:00:43.572Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-25T23:00:44.175Z] + bundleName=arm64-integration [2022-08-25T23:00:44.175Z] + echo Creating arm64-integration-bundles.tar.gz [2022-08-25T23:00:44.175Z] Creating arm64-integration-bundles.tar.gz [2022-08-25T23:00:44.175Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-08-25T23:00:44.175Z] + 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-08-25T23:00:44.189Z] Archiving artifacts [2022-08-25T23:00:45.492Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-08-25T23:00:45.810Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44041/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-25T23:00:46.120Z] + make clean [2022-08-25T23:00:46.120Z] docker volume rm -f docker-dev-cache [2022-08-25T23:00:46.379Z] docker-dev-cache [Pipeline] deleteDir [2022-08-25T23:00:48.031Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-08-25T23:00:48.031Z] --- PASS: TestInspectNetwork (8.91s) [2022-08-25T23:00:48.031Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-25T23:00:48.031Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-25T23:00:48.031Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-25T23:00:48.031Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-25T23:00:48.031Z] === RUN TestRunContainerWithBridgeNone [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2022-08-25T23:00:48.291Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-25T23:00:50.200Z] --- PASS: TestRunContainerWithBridgeNone (1.93s) [2022-08-25T23:00:50.200Z] === RUN TestNetworkInvalidJSON [2022-08-25T23:00:50.200Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-25T23:00:50.200Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-25T23:00:50.200Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T23:00:50.200Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T23:00:50.200Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T23:00:50.200Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T23:00:50.200Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-25T23:00:50.200Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T23:00:50.200Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T23:00:50.200Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-08-25T23:00:50.200Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-08-25T23:00:50.200Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-25T23:00:50.200Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-25T23:00:50.200Z] === RUN TestNetworkList [2022-08-25T23:00:50.200Z] === RUN TestNetworkList//networks [2022-08-25T23:00:50.200Z] === PAUSE TestNetworkList//networks [2022-08-25T23:00:50.200Z] === RUN TestNetworkList//networks/ [2022-08-25T23:00:50.200Z] === PAUSE TestNetworkList//networks/ [2022-08-25T23:00:50.200Z] === CONT TestNetworkList//networks [2022-08-25T23:00:50.200Z] === CONT TestNetworkList//networks/ [2022-08-25T23:00:50.200Z] --- PASS: TestNetworkList (0.02s) [2022-08-25T23:00:50.200Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-25T23:00:50.200Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-25T23:00:50.200Z] === RUN TestHostIPv4BridgeLabel [2022-08-25T23:00:50.200Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-08-25T23:00:50.200Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2022-08-25T23:00:50.200Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-08-25T23:00:50.460Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-08-25T23:00:50.460Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-25T23:00:51.836Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2022-08-25T23:00:51.836Z] === RUN TestDaemonDefaultNetworkPools [2022-08-25T23:00:52.404Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2022-08-25T23:00:52.404Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-25T23:00:53.780Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-08-25T23:00:53.780Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-25T23:00:53.780Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-08-25T23:00:54.039Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-08-25T23:00:54.977Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2022-08-25T23:00:54.977Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-25T23:00:55.545Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-08-25T23:00:55.545Z] === RUN TestServiceWithPredefinedNetwork [2022-08-25T23:00:55.545Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-08-25T23:00:55.805Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-08-25T23:00:57.169Z] ok github.com/docker/docker/api/server 0.017s coverage: 7.9% of statements [2022-08-25T23:00:57.183Z] === RUN TestDockerSuite/TestBuildNetNone [2022-08-25T23:00:57.752Z] === RUN TestDockerSuite/TestBuildNoContext [2022-08-25T23:00:58.011Z] --- PASS: TestServiceWithPredefinedNetwork (2.57s) [2022-08-25T23:00:58.011Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-25T23:00:58.011Z] service_test.go:242: FLAKY_TEST [2022-08-25T23:00:58.011Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T23:00:58.011Z] === RUN TestServiceWithDataPathPortInit [2022-08-25T23:00:58.578Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-08-25T23:00:59.146Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-08-25T23:01:00.525Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-08-25T23:01:00.785Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-08-25T23:01:01.044Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-08-25T23:01:01.612Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-08-25T23:01:01.612Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-08-25T23:01:02.181Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-08-25T23:01:03.557Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-08-25T23:01:04.125Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-08-25T23:01:06.033Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-08-25T23:01:07.410Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-08-25T23:01:09.332Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-08-25T23:01:09.900Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-08-25T23:01:10.835Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-08-25T23:01:10.835Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-08-25T23:01:13.369Z] === RUN TestDockerSuite/TestBuildPATH [2022-08-25T23:01:13.369Z] --- PASS: TestServiceWithDataPathPortInit (15.40s) [2022-08-25T23:01:13.369Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-25T23:01:14.746Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-08-25T23:01:15.315Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-08-25T23:01:16.252Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-08-25T23:01:16.822Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:5xy4j6ht4sfsoo476004theqt Created:2022-08-25 23:01:14.901587454 +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[436423a728bf2c63c765a375a20c05526e705b8b5b5fe25c2a2ef33c900abdfb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4depnpefctp6vafd2dbrjnapx EndpointID:8504ff2a92f0279a1df63e6c9cfde1d1766679d929b7356f3e616bc077b0e238 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5f48f281787d1b969125f6f09ad5a9df27dffee338307d23b324fa313b92f2c5 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:5753031702fb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4depnpefctp6vafd2dbrjnapx EndpointID:8504ff2a92f0279a1df63e6c9cfde1d1766679d929b7356f3e616bc077b0e238 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-25T23:01:22.097Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.74s) [2022-08-25T23:01:22.097Z] PASS [2022-08-25T23:01:22.097Z] [2022-08-25T23:01:22.097Z] === Skipped [2022-08-25T23:01:22.097Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T23:01:22.097Z] service_test.go:242: FLAKY_TEST [2022-08-25T23:01:22.097Z] [2022-08-25T23:01:22.097Z] DONE 26 tests, 1 skipped in 49.889s [2022-08-25T23:01:22.097Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-25T23:01:22.097Z] ++ 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-08-25T23:01:22.097Z] ++ set -e [2022-08-25T23:01:22.097Z] ++ '[' -n 0 ']' [2022-08-25T23:01:22.097Z] ++ set -x [2022-08-25T23:01:22.097Z] ++ 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-08-25T23:01:22.097Z] INFO: Testing against a local daemon [2022-08-25T23:01:22.097Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-25T23:01:22.097Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T23:01:22.097Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T23:01:22.097Z] === RUN TestDockerNetworkIpvlan [2022-08-25T23:01:22.097Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T23:01:22.097Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-25T23:01:22.097Z] PASS [2022-08-25T23:01:22.097Z] [2022-08-25T23:01:22.097Z] === Skipped [2022-08-25T23:01:22.097Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-25T23:01:22.097Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T23:01:22.097Z] [2022-08-25T23:01:22.097Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-25T23:01:22.097Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-25T23:01:22.097Z] [2022-08-25T23:01:22.097Z] DONE 2 tests, 2 skipped in 0.154s [2022-08-25T23:01:22.097Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-25T23:01:22.097Z] ++ 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-08-25T23:01:22.097Z] ++ set -e [2022-08-25T23:01:22.097Z] ++ '[' -n 0 ']' [2022-08-25T23:01:22.097Z] ++ set -x [2022-08-25T23:01:22.097Z] ++ 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-08-25T23:01:22.097Z] INFO: Testing against a local daemon [2022-08-25T23:01:22.097Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-25T23:01:22.097Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-08-25T23:01:23.035Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2022-08-25T23:01:23.035Z] === RUN TestDockerNetworkMacvlan [2022-08-25T23:01:23.602Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-25T23:01:24.539Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-25T23:01:25.107Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-08-25T23:01:25.107Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-25T23:01:27.014Z] === RUN TestDockerSuite/TestBuildRm [2022-08-25T23:01:27.274Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-25T23:01:28.212Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-08-25T23:01:29.590Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-08-25T23:01:29.590Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-25T23:01:30.529Z] docker_api_swarm_test.go:304: [d9d1cb24a70c3] joining swarm manager [da119b09508d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:01:30.529Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-08-25T23:01:31.907Z] docker_api_swarm_test.go:305: [d841f7827adbe] joining swarm manager [da119b09508d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:01:32.166Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-08-25T23:01:32.425Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-08-25T23:01:32.993Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-08-25T23:01:33.261Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-08-25T23:01:34.676Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-08-25T23:01:34.676Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-25T23:01:35.613Z] --- PASS: TestDockerNetworkMacvlan (12.79s) [2022-08-25T23:01:35.613Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-08-25T23:01:35.613Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-08-25T23:01:35.613Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.04s) [2022-08-25T23:01:35.613Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.36s) [2022-08-25T23:01:35.613Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.59s) [2022-08-25T23:01:35.613Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.76s) [2022-08-25T23:01:35.613Z] PASS [2022-08-25T23:01:35.613Z] [2022-08-25T23:01:35.613Z] DONE 8 tests in 14.239s [2022-08-25T23:01:35.613Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-08-25T23:01:35.613Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-25T23:01:35.613Z] ++ 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-08-25T23:01:35.613Z] ++ set -e [2022-08-25T23:01:35.613Z] ++ '[' -n 0 ']' [2022-08-25T23:01:35.613Z] ++ set -x [2022-08-25T23:01:35.613Z] ++ 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-08-25T23:01:35.613Z] testing: warning: no tests to run [2022-08-25T23:01:35.613Z] PASS [2022-08-25T23:01:35.613Z] [2022-08-25T23:01:35.613Z] DONE 0 tests in 0.041s [2022-08-25T23:01:35.613Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-25T23:01:35.613Z] ++ 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-08-25T23:01:35.613Z] ++ set -e [2022-08-25T23:01:35.613Z] ++ '[' -n 0 ']' [2022-08-25T23:01:35.613Z] ++ set -x [2022-08-25T23:01:35.613Z] ++ 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-08-25T23:01:35.873Z] INFO: Testing against a local daemon [2022-08-25T23:01:35.873Z] === RUN TestAuthZPluginAllowRequest [2022-08-25T23:01:36.441Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-08-25T23:01:37.379Z] --- PASS: TestAuthZPluginAllowRequest (1.35s) [2022-08-25T23:01:37.379Z] === RUN TestAuthZPluginTLS [2022-08-25T23:01:37.639Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-08-25T23:01:37.639Z] === RUN TestAuthZPluginDenyRequest [2022-08-25T23:01:38.206Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-08-25T23:01:38.206Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-25T23:01:38.774Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2022-08-25T23:01:38.774Z] === RUN TestAuthZPluginDenyResponse [2022-08-25T23:01:39.342Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-08-25T23:01:39.342Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-08-25T23:01:39.342Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-08-25T23:01:39.342Z] === RUN TestAuthZPluginAllowEventStream [2022-08-25T23:01:39.601Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-08-25T23:01:39.601Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2022-08-25T23:01:39.601Z] === RUN TestDockerSuite/TestBuildSpaces [2022-08-25T23:01:39.861Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-08-25T23:01:40.429Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-08-25T23:01:40.689Z] === RUN TestDockerSuite/TestBuildStderr [2022-08-25T23:01:40.689Z] --- PASS: TestAuthZPluginAllowEventStream (1.36s) [2022-08-25T23:01:40.689Z] === RUN TestAuthZPluginErrorResponse [2022-08-25T23:01:41.257Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-08-25T23:01:41.257Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-08-25T23:01:41.257Z] === RUN TestAuthZPluginErrorRequest [2022-08-25T23:01:41.825Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-25T23:01:41.825Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-25T23:01:42.393Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-08-25T23:01:42.393Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-25T23:01:44.299Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.61s) [2022-08-25T23:01:44.299Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-25T23:01:44.299Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-08-25T23:01:45.237Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-08-25T23:01:45.806Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.60s) [2022-08-25T23:01:45.806Z] === RUN TestAuthZPluginHeader [2022-08-25T23:01:46.065Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-08-25T23:01:46.324Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-08-25T23:01:46.324Z] --- PASS: TestAuthZPluginHeader (0.80s) [2022-08-25T23:01:46.324Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-25T23:01:47.263Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-08-25T23:01:48.201Z] === RUN TestDockerSuite/TestBuildUser [2022-08-25T23:01:49.140Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-08-25T23:01:51.044Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.55s) [2022-08-25T23:01:51.044Z] === RUN TestAuthZPluginV2Disable [2022-08-25T23:01:51.982Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-08-25T23:01:55.270Z] --- PASS: TestAuthZPluginV2Disable (4.01s) [2022-08-25T23:01:55.270Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-25T23:01:55.270Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-08-25T23:01:59.469Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.88s) [2022-08-25T23:01:59.469Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-25T23:02:03.662Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-08-25T23:02:05.039Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-08-25T23:02:05.608Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-08-25T23:02:06.544Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-08-25T23:02:07.481Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-08-25T23:02:08.418Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-08-25T23:02:08.418Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-08-25T23:02:08.418Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-08-25T23:02:08.418Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2022-08-25T23:02:08.418Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-08-25T23:02:08.418Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2022-08-25T23:02:08.418Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-08-25T23:02:08.418Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2022-08-25T23:02:08.418Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-08-25T23:02:09.356Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.56s) [2022-08-25T23:02:09.356Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-25T23:02:09.615Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-08-25T23:02:09.615Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-08-25T23:02:10.183Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-08-25T23:02:10.750Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-08-25T23:02:11.318Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-08-25T23:02:11.318Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-08-25T23:02:11.886Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-08-25T23:02:13.266Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-08-25T23:02:13.835Z] docker_api_swarm_test.go:272: [d663edf6bcabf] joining swarm manager [da5e5634db871]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:02:14.771Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-08-25T23:02:15.339Z] docker_api_swarm_test.go:273: [d95932c9ddadc] joining swarm manager [da5e5634db871]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:02:15.598Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-08-25T23:02:15.598Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-08-25T23:02:16.166Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-08-25T23:02:16.166Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2022-08-25T23:02:16.166Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-08-25T23:02:16.734Z] === RUN TestDockerSuite/TestBuildXZHost [2022-08-25T23:02:18.111Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-08-25T23:02:18.112Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-08-25T23:02:18.112Z] docker_cli_sni_test.go:18: Flakey test [2022-08-25T23:02:18.112Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-08-25T23:02:18.371Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-08-25T23:02:18.651Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 16.2% of statements [2022-08-25T23:02:18.651Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-08-25T23:02:18.651Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/container [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/events [no test files] [2022-08-25T23:02:18.651Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2022-08-25T23:02:18.651Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 92.2% of statements [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/image [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/network [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-08-25T23:02:18.651Z] ok github.com/docker/docker/api/types/time 0.009s coverage: 100.0% of statements [2022-08-25T23:02:18.651Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 75.0% of statements [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-08-25T23:02:18.651Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-08-25T23:02:18.939Z] === RUN TestDockerSuite/TestCommitChange [2022-08-25T23:02:19.507Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-08-25T23:02:20.073Z] === RUN TestDockerSuite/TestCommitHardlink [2022-08-25T23:02:20.565Z] ok github.com/docker/docker/builder/remotecontext 0.138s coverage: 13.7% of statements [2022-08-25T23:02:20.565Z] ok github.com/docker/docker/builder/dockerfile 0.179s coverage: 48.5% of statements [2022-08-25T23:02:20.565Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-08-25T23:02:21.042Z] === RUN TestDockerSuite/TestCommitNewFile [2022-08-25T23:02:21.507Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-08-25T23:02:21.984Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-08-25T23:02:22.448Z] ok github.com/docker/docker/builder/remotecontext/git 1.576s coverage: 86.3% of statements [2022-08-25T23:02:22.448Z] ? github.com/docker/docker/cli [no test files] [2022-08-25T23:02:22.448Z] ? github.com/docker/docker/cli/config [no test files] [2022-08-25T23:02:22.921Z] === RUN TestDockerSuite/TestCommitTTY [2022-08-25T23:02:23.858Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-08-25T23:02:23.965Z] 294d77ac553d: Pull complete [2022-08-25T23:02:23.965Z] Digest: sha256:8ca3aaeb91e7715a98a0769dc62ed69212aac3e0bbee12ffd13b5e36d992d127 [2022-08-25T23:02:23.965Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:02:23.965Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-08-25T23:02:23.965Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-08-25T23:02:23.965Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.3287' [2022-08-25T23:02:23.965Z] WARN: Skipping validation tests [2022-08-25T23:02:23.965Z] INFO: Running unit tests at 08/25/2022 23:02:15... [2022-08-25T23:02:24.117Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-08-25T23:02:24.453Z] INFO: make.ps1 starting at 08/25/2022 23:02:23 [2022-08-25T23:02:24.941Z] INFO: Git commit (8bd86a0699) assumed from DOCKER_GITCOMMIT environment variable [2022-08-25T23:02:24.941Z] INFO: Invoking autogen... [2022-08-25T23:02:25.056Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-08-25T23:02:25.427Z] INFO: Running unit tests... [2022-08-25T23:02:25.623Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-08-25T23:02:25.623Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-08-25T23:02:25.623Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-08-25T23:02:25.881Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-08-25T23:02:25.881Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-08-25T23:02:25.881Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-08-25T23:02:25.881Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-08-25T23:02:26.452Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2022-08-25T23:02:26.452Z] PASS [2022-08-25T23:02:26.452Z] [2022-08-25T23:02:26.452Z] DONE 17 tests in 50.573s [2022-08-25T23:02:26.452Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-25T23:02:26.452Z] ++ 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-08-25T23:02:26.452Z] ++ set -e [2022-08-25T23:02:26.452Z] ++ '[' -n 0 ']' [2022-08-25T23:02:26.452Z] ++ set -x [2022-08-25T23:02:26.452Z] ++ 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-08-25T23:02:26.452Z] INFO: Testing against a local daemon [2022-08-25T23:02:26.452Z] === RUN TestPluginInvalidJSON [2022-08-25T23:02:26.452Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:02:26.452Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:02:26.452Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:02:26.452Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-08-25T23:02:26.452Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-25T23:02:26.452Z] === RUN TestPluginInstall [2022-08-25T23:02:26.452Z] === RUN TestPluginInstall/no_auth [2022-08-25T23:02:27.020Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-08-25T23:02:27.731Z] ok github.com/docker/docker/client 0.125s coverage: 75.4% of statements [2022-08-25T23:02:28.401Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-08-25T23:02:28.401Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-08-25T23:02:28.661Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-08-25T23:02:28.920Z] time="2022-08-25T23:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T23:02:28.920Z] time="2022-08-25T23:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:828984716820e7e68e7a1334a30284b782300f1eb4efa978b223d6cb4486cd9e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T23:02:28.920Z] time="2022-08-25T23:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T23:02:28.920Z] time="2022-08-25T23:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:828984716820e7e68e7a1334a30284b782300f1eb4efa978b223d6cb4486cd9e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T23:02:29.180Z] === RUN TestPluginInstall/with_htpasswd [2022-08-25T23:02:29.440Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-08-25T23:02:29.700Z] time="2022-08-25T23:02:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T23:02:29.700Z] time="2022-08-25T23:02:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:20dd03d3accb11eeef44646a9765e1e5b0d791b5ab8c3da4ef83ee02cfcf7dbd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T23:02:29.700Z] time="2022-08-25T23:02:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T23:02:29.700Z] time="2022-08-25T23:02:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:20dd03d3accb11eeef44646a9765e1e5b0d791b5ab8c3da4ef83ee02cfcf7dbd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T23:02:29.960Z] === RUN TestPluginInstall/with_insecure [2022-08-25T23:02:29.960Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-08-25T23:02:30.528Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-08-25T23:02:31.096Z] time="2022-08-25T23:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T23:02:31.096Z] time="2022-08-25T23:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4580240f3d069d3b54a99767975995d6efb25e2007338519e5e8ebe705cd8506" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T23:02:31.096Z] time="2022-08-25T23:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-25T23:02:31.096Z] time="2022-08-25T23:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4580240f3d069d3b54a99767975995d6efb25e2007338519e5e8ebe705cd8506" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-25T23:02:31.096Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-08-25T23:02:31.096Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-08-25T23:02:31.096Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-08-25T23:02:31.355Z] plugin_test.go:165: [d1c3b418dc10d] daemon is not started [2022-08-25T23:02:31.355Z] --- PASS: TestPluginInstall (4.73s) [2022-08-25T23:02:31.355Z] --- PASS: TestPluginInstall/no_auth (2.66s) [2022-08-25T23:02:31.355Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2022-08-25T23:02:31.355Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2022-08-25T23:02:31.355Z] === RUN TestPluginsWithRuntimes [2022-08-25T23:02:31.614Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-08-25T23:02:31.614Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-08-25T23:02:31.873Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-08-25T23:02:31.873Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-08-25T23:02:32.132Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-08-25T23:02:32.702Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-08-25T23:02:32.961Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-25T23:02:33.220Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-08-25T23:02:33.788Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-08-25T23:02:33.788Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-08-25T23:02:34.047Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-25T23:02:35.103Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-08-25T23:02:35.103Z] --- PASS: TestPluginsWithRuntimes (3.92s) [2022-08-25T23:02:35.103Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.10s) [2022-08-25T23:02:35.103Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2022-08-25T23:02:35.103Z] === RUN TestPluginBackCompatMediaTypes [2022-08-25T23:02:35.675Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-08-25T23:02:35.675Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-08-25T23:02:35.934Z] --- PASS: TestPluginBackCompatMediaTypes (0.71s) [2022-08-25T23:02:35.934Z] PASS [2022-08-25T23:02:35.934Z] [2022-08-25T23:02:35.934Z] DONE 10 tests in 9.535s [2022-08-25T23:02:35.934Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-25T23:02:35.934Z] ++ 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-08-25T23:02:35.934Z] ++ set -e [2022-08-25T23:02:35.934Z] ++ '[' -n 0 ']' [2022-08-25T23:02:35.934Z] ++ set -x [2022-08-25T23:02:35.934Z] ++ 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-08-25T23:02:35.934Z] INFO: Testing against a local daemon [2022-08-25T23:02:35.934Z] === RUN TestExternalGraphDriver [2022-08-25T23:02:36.192Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-08-25T23:02:36.192Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-08-25T23:02:36.451Z] === RUN TestExternalGraphDriver/json [2022-08-25T23:02:37.019Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-08-25T23:02:37.588Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-08-25T23:02:38.145Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" 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/autogen/winresources/dockerd 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/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd 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/discovery 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/btrfs 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/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows 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/etwlogs 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/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/local 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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils 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/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator 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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink 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/term github.com/docker/docker/pkg/term/windows 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/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/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-08-25T23:02:38.157Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-08-25T23:02:38.417Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-08-25T23:02:38.417Z] === RUN TestExternalGraphDriver/spec [2022-08-25T23:02:39.356Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-08-25T23:02:40.293Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-08-25T23:02:40.553Z] === RUN TestExternalGraphDriver/pull [2022-08-25T23:02:40.829Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-08-25T23:02:41.098Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-08-25T23:02:41.666Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-08-25T23:02:42.606Z] --- PASS: TestExternalGraphDriver (6.48s) [2022-08-25T23:02:42.607Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2022-08-25T23:02:42.607Z] --- PASS: TestExternalGraphDriver/spec (2.22s) [2022-08-25T23:02:42.607Z] --- PASS: TestExternalGraphDriver/pull (1.86s) [2022-08-25T23:02:42.607Z] === RUN TestGraphdriverPluginV2 [2022-08-25T23:02:42.607Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-08-25T23:02:43.543Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-08-25T23:02:43.543Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-08-25T23:02:43.543Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-08-25T23:02:43.543Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-08-25T23:02:43.543Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-08-25T23:02:44.110Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-08-25T23:02:46.645Z] --- PASS: TestGraphdriverPluginV2 (4.09s) [2022-08-25T23:02:46.645Z] PASS [2022-08-25T23:02:46.645Z] [2022-08-25T23:02:46.645Z] DONE 5 tests in 10.730s [2022-08-25T23:02:46.645Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-25T23:02:46.645Z] ++ 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-08-25T23:02:46.645Z] ++ set -e [2022-08-25T23:02:46.645Z] ++ '[' -n 0 ']' [2022-08-25T23:02:46.645Z] ++ set -x [2022-08-25T23:02:46.645Z] ++ 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-08-25T23:02:46.645Z] INFO: Testing against a local daemon [2022-08-25T23:02:46.645Z] === RUN TestContinueAfterPluginCrash [2022-08-25T23:02:46.645Z] === PAUSE TestContinueAfterPluginCrash [2022-08-25T23:02:46.645Z] === RUN TestReadPluginNoRead [2022-08-25T23:02:46.645Z] === PAUSE TestReadPluginNoRead [2022-08-25T23:02:46.645Z] === RUN TestDaemonStartWithLogOpt [2022-08-25T23:02:46.645Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-25T23:02:46.645Z] === CONT TestContinueAfterPluginCrash [2022-08-25T23:02:46.645Z] === CONT TestDaemonStartWithLogOpt [2022-08-25T23:02:48.549Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-08-25T23:02:49.117Z] === RUN TestDockerSuite/TestContainerAPITop [2022-08-25T23:02:49.684Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-08-25T23:02:49.684Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-08-25T23:02:49.684Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-08-25T23:02:49.684Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-08-25T23:02:50.620Z] --- PASS: TestDaemonStartWithLogOpt (3.77s) [2022-08-25T23:02:50.620Z] === CONT TestReadPluginNoRead [2022-08-25T23:02:50.857Z] ? github.com/docker/docker/api [no test files] [2022-08-25T23:02:52.524Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-08-25T23:02:52.783Z] === RUN TestReadPluginNoRead/default [2022-08-25T23:02:52.783Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-08-25T23:02:53.720Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-08-25T23:02:54.288Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-25T23:02:55.666Z] --- PASS: TestContinueAfterPluginCrash (8.92s) [2022-08-25T23:02:55.666Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-25T23:02:57.045Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-08-25T23:02:57.045Z] === CONT TestReadPluginNoRead [2022-08-25T23:02:57.045Z] read_test.go:92: [da90891b897a4] daemon is not started [2022-08-25T23:02:57.045Z] --- PASS: TestReadPluginNoRead (6.60s) [2022-08-25T23:02:57.045Z] --- PASS: TestReadPluginNoRead/default (1.50s) [2022-08-25T23:02:57.045Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.51s) [2022-08-25T23:02:57.045Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.39s) [2022-08-25T23:02:57.045Z] PASS [2022-08-25T23:02:57.045Z] [2022-08-25T23:02:57.045Z] DONE 6 tests in 10.498s [2022-08-25T23:02:57.045Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-08-25T23:02:57.045Z] ++ 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-08-25T23:02:57.045Z] ++ set -e [2022-08-25T23:02:57.045Z] ++ '[' -n 0 ']' [2022-08-25T23:02:57.045Z] ++ set -x [2022-08-25T23:02:57.045Z] ++ 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-08-25T23:02:57.304Z] testing: warning: no tests to run [2022-08-25T23:02:57.304Z] PASS [2022-08-25T23:02:57.304Z] [2022-08-25T23:02:57.304Z] DONE 0 tests in 0.041s [2022-08-25T23:02:57.304Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-25T23:02:57.304Z] ++ 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-08-25T23:02:57.304Z] ++ set -e [2022-08-25T23:02:57.304Z] ++ '[' -n 0 ']' [2022-08-25T23:02:57.304Z] ++ set -x [2022-08-25T23:02:57.304Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-25T23:02:57.304Z] INFO: Testing against a local daemon [2022-08-25T23:02:57.304Z] === RUN TestPluginWithDevMounts [2022-08-25T23:02:57.304Z] === PAUSE TestPluginWithDevMounts [2022-08-25T23:02:57.304Z] === CONT TestPluginWithDevMounts [2022-08-25T23:02:57.564Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-08-25T23:02:58.949Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-08-25T23:02:59.208Z] --- PASS: TestPluginWithDevMounts (1.80s) [2022-08-25T23:02:59.208Z] PASS [2022-08-25T23:02:59.208Z] [2022-08-25T23:02:59.208Z] DONE 1 tests in 1.946s [2022-08-25T23:02:59.208Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-25T23:02:59.208Z] ++ 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-08-25T23:02:59.208Z] ++ set -e [2022-08-25T23:02:59.208Z] ++ '[' -n 0 ']' [2022-08-25T23:02:59.208Z] ++ set -x [2022-08-25T23:02:59.208Z] ++ 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-08-25T23:02:59.208Z] INFO: Testing against a local daemon [2022-08-25T23:02:59.208Z] === RUN TestSecretInspect [2022-08-25T23:02:59.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-08-25T23:03:00.714Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-08-25T23:03:00.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-08-25T23:03:02.091Z] --- PASS: TestSecretInspect (2.59s) [2022-08-25T23:03:02.091Z] === RUN TestSecretList [2022-08-25T23:03:02.091Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-08-25T23:03:03.470Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-08-25T23:03:04.059Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-08-25T23:03:04.628Z] --- PASS: TestSecretList (2.85s) [2022-08-25T23:03:04.628Z] === RUN TestSecretsCreateAndDelete [2022-08-25T23:03:05.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-08-25T23:03:06.133Z] docker_api_swarm_node_test.go:20: [db5f49a34d8f2] joining swarm manager [d10eb3c51ab1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:03:06.516Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 29.1% of statements [2022-08-25T23:03:06.516Z] ok github.com/docker/docker/container 0.121s coverage: 34.5% of statements [2022-08-25T23:03:06.516Z] ? github.com/docker/docker/container/stream [no test files] [2022-08-25T23:03:06.516Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-08-25T23:03:06.516Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-08-25T23:03:06.516Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-08-25T23:03:06.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ec9e48_} [2022-08-25T23:03:06.960Z] docker_api_swarm_node_test.go:21: [d2eda09f1d137] joining swarm manager [d10eb3c51ab1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:03:07.526Z] --- PASS: TestSecretsCreateAndDelete (2.65s) [2022-08-25T23:03:07.527Z] === RUN TestSecretsUpdate [2022-08-25T23:03:08.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11641291386_/foo_false____} [2022-08-25T23:03:09.840Z] --- PASS: TestSecretsUpdate (2.29s) [2022-08-25T23:03:09.840Z] === RUN TestTemplatedSecret [2022-08-25T23:03:09.840Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11641291386_/foo_true____} [2022-08-25T23:03:11.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32777252979_/foo_false____} [2022-08-25T23:03:12.596Z] --- PASS: TestTemplatedSecret (2.75s) [2022-08-25T23:03:12.596Z] === RUN TestSecretCreateResolve [2022-08-25T23:03:12.596Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32777252979_/foo_true____} [2022-08-25T23:03:13.097Z] ok github.com/docker/docker/daemon/cluster 0.058s coverage: 0.5% of statements [2022-08-25T23:03:13.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32777252979_/foo_true__0xc000ec9e78__} [2022-08-25T23:03:14.039Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-08-25T23:03:14.233Z] --- PASS: TestSecretCreateResolve (1.76s) [2022-08-25T23:03:14.233Z] PASS [2022-08-25T23:03:14.233Z] [2022-08-25T23:03:14.233Z] DONE 6 tests in 15.005s [2022-08-25T23:03:14.233Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-25T23:03:14.233Z] ++ 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-08-25T23:03:14.233Z] ++ set -e [2022-08-25T23:03:14.233Z] ++ '[' -n 0 ']' [2022-08-25T23:03:14.233Z] ++ set -x [2022-08-25T23:03:14.233Z] ++ 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-08-25T23:03:14.233Z] INFO: Testing against a local daemon [2022-08-25T23:03:14.233Z] === RUN TestServiceCreateInit [2022-08-25T23:03:14.233Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-25T23:03:15.422Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-08-25T23:03:15.610Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ec9e90_} [2022-08-25T23:03:16.432Z] === RUN TestMiddlewares [2022-08-25T23:03:16.432Z] --- PASS: TestMiddlewares (0.00s) [2022-08-25T23:03:16.432Z] PASS [2022-08-25T23:03:16.432Z] coverage: 7.9% of statements [2022-08-25T23:03:16.432Z] ok github.com/docker/docker/api/server 0.068s coverage: 7.9% of statements [2022-08-25T23:03:16.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ec9ea8_} [2022-08-25T23:03:17.557Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-08-25T23:03:18.125Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ec9ec0_} [2022-08-25T23:03:18.125Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-25T23:03:19.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ec9ed8_} [2022-08-25T23:03:21.410Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-08-25T23:03:21.979Z] docker_api_swarm_test.go:502: [df516cdefaa87] joining swarm manager [da540da66cca6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:03:21.996Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.439s coverage: 13.8% of statements [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-08-25T23:03:22.915Z] --- PASS: TestServiceCreateInit (8.61s) [2022-08-25T23:03:22.915Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.77s) [2022-08-25T23:03:22.915Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.83s) [2022-08-25T23:03:22.915Z] === RUN TestCreateServiceMultipleTimes [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-08-25T23:03:22.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-08-25T23:03:22.936Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 81.8% of statements [2022-08-25T23:03:23.174Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-08-25T23:03:23.197Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2022-08-25T23:03:23.767Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-08-25T23:03:24.338Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-08-25T23:03:25.078Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-08-25T23:03:25.724Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.757s coverage: 73.3% of statements [2022-08-25T23:03:26.665Z] ok github.com/docker/docker/daemon 12.121s coverage: 17.1% of statements [2022-08-25T23:03:26.665Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-08-25T23:03:26.665Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-08-25T23:03:26.665Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-08-25T23:03:26.665Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-08-25T23:03:26.989Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-08-25T23:03:27.234Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2022-08-25T23:03:28.173Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.422s coverage: 60.7% of statements [2022-08-25T23:03:29.525Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-08-25T23:03:29.574Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2022-08-25T23:03:29.783Z] docker_api_swarm_test.go:507: [d0984692c816a] joining swarm manager [da540da66cca6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:03:30.351Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-08-25T23:03:30.609Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-08-25T23:03:30.975Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.316s coverage: 50.5% of statements [2022-08-25T23:03:31.177Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-08-25T23:03:31.235Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.140s coverage: 45.9% of statements [2022-08-25T23:03:31.235Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-08-25T23:03:31.743Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-08-25T23:03:32.312Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-08-25T23:03:32.618Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-08-25T23:03:33.189Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.592s coverage: 58.0% of statements [2022-08-25T23:03:33.189Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-08-25T23:03:33.189Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-08-25T23:03:33.248Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-08-25T23:03:33.760Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.024s coverage: 3.0% of statements [2022-08-25T23:03:33.817Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-08-25T23:03:34.351Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2022-08-25T23:03:34.385Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-08-25T23:03:34.952Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-08-25T23:03:35.736Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 6.6% of statements [2022-08-25T23:03:35.736Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-08-25T23:03:35.736Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-08-25T23:03:35.888Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-08-25T23:03:35.995Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.2% of statements [2022-08-25T23:03:36.146Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-08-25T23:03:36.715Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-08-25T23:03:36.935Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2022-08-25T23:03:36.935Z] ok github.com/docker/docker/daemon/logger/awslogs 0.159s coverage: 77.4% of statements [2022-08-25T23:03:36.935Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-08-25T23:03:36.935Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-08-25T23:03:37.282Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-08-25T23:03:37.506Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 23.9% of statements [2022-08-25T23:03:37.767Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-08-25T23:03:37.849Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-08-25T23:03:38.027Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 87.2% of statements [2022-08-25T23:03:38.417Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-08-25T23:03:38.598Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 78.7% of statements [2022-08-25T23:03:38.598Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-08-25T23:03:39.169Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 54.7% of statements [2022-08-25T23:03:39.353Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-08-25T23:03:39.740Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2022-08-25T23:03:39.921Z] --- PASS: TestCreateServiceMultipleTimes (16.85s) [2022-08-25T23:03:39.921Z] === RUN TestCreateServiceConflict [2022-08-25T23:03:39.921Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-08-25T23:03:40.489Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-08-25T23:03:40.489Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-08-25T23:03:40.679Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-08-25T23:03:40.679Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2022-08-25T23:03:41.061Z] === RUN TestDockerSuite/TestCpRelativePath [2022-08-25T23:03:41.249Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-08-25T23:03:41.819Z] ok github.com/docker/docker/daemon/logger/splunk 1.583s coverage: 82.5% of statements [2022-08-25T23:03:41.819Z] ? github.com/docker/docker/daemon/names [no test files] [2022-08-25T23:03:41.819Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-08-25T23:03:41.999Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-08-25T23:03:42.258Z] --- PASS: TestCreateServiceConflict (2.55s) [2022-08-25T23:03:42.258Z] === RUN TestCreateServiceMaxReplicas [2022-08-25T23:03:42.520Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-08-25T23:03:43.088Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-08-25T23:03:43.201Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2022-08-25T23:03:44.025Z] === RUN TestDockerSuite/TestCpToCaseA [2022-08-25T23:03:44.581Z] ok github.com/docker/docker/distribution 1.495s coverage: 27.6% of statements [2022-08-25T23:03:44.581Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-08-25T23:03:44.581Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-08-25T23:03:45.406Z] === RUN TestDockerSuite/TestCpToCaseB [2022-08-25T23:03:45.522Z] ok github.com/docker/docker/image 0.017s coverage: 86.8% of statements [2022-08-25T23:03:45.522Z] ok github.com/docker/docker/distribution/xfer 1.891s coverage: 84.6% of statements [2022-08-25T23:03:45.522Z] ? github.com/docker/docker/dockerversion [no test files] [2022-08-25T23:03:45.665Z] --- PASS: TestCreateServiceMaxReplicas (3.20s) [2022-08-25T23:03:45.665Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-25T23:03:45.665Z] === RUN TestDockerSuite/TestCpToCaseC [2022-08-25T23:03:45.782Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-08-25T23:03:45.782Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-08-25T23:03:46.043Z] ok github.com/docker/docker/image/v1 0.012s coverage: 25.0% of statements [2022-08-25T23:03:46.043Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-08-25T23:03:46.614Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2022-08-25T23:03:47.555Z] ok github.com/docker/docker/oci 0.013s coverage: 40.6% of statements [2022-08-25T23:03:47.569Z] === RUN TestDockerSuite/TestCpToCaseD [2022-08-25T23:03:48.126Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2022-08-25T23:03:48.126Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-08-25T23:03:50.037Z] ok github.com/docker/docker/pkg/archive 0.288s coverage: 82.3% of statements [2022-08-25T23:03:50.607Z] ok github.com/docker/docker/pkg/authorization 0.203s coverage: 68.3% of statements [2022-08-25T23:03:50.607Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-08-25T23:03:50.868Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-08-25T23:03:50.873Z] === RUN TestDockerSuite/TestCpToCaseE [2022-08-25T23:03:52.777Z] === RUN TestDockerSuite/TestCpToCaseF [2022-08-25T23:03:53.036Z] === RUN TestDockerSuite/TestCpToCaseG [2022-08-25T23:03:54.162Z] ok github.com/docker/docker/pkg/chrootarchive 2.469s coverage: 43.5% of statements [2022-08-25T23:03:54.162Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-08-25T23:03:54.162Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2022-08-25T23:03:54.423Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 97.6% of statements [2022-08-25T23:03:54.993Z] ok github.com/docker/docker/layer 7.307s coverage: 68.8% of statements [2022-08-25T23:03:54.993Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-08-25T23:03:54.993Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-08-25T23:03:54.993Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-08-25T23:03:54.993Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-08-25T23:03:54.993Z] ? github.com/docker/docker/oci/caps [no test files] [2022-08-25T23:03:55.254Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-08-25T23:03:55.254Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-08-25T23:03:55.515Z] ok github.com/docker/docker/pkg/discovery/memory 0.014s coverage: 92.3% of statements [2022-08-25T23:03:55.775Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2022-08-25T23:03:56.326Z] === RUN TestDockerSuite/TestCpToCaseH [2022-08-25T23:03:56.357Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2022-08-25T23:03:57.297Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-08-25T23:03:57.704Z] === RUN TestDockerSuite/TestCpToCaseI [2022-08-25T23:03:57.867Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 86.5% of statements [2022-08-25T23:03:57.867Z] ok github.com/docker/docker/pkg/discovery/kv 3.027s coverage: 84.1% of statements [2022-08-25T23:03:57.963Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-08-25T23:03:58.437Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2022-08-25T23:03:58.437Z] ok github.com/docker/docker/pkg/fsutils 0.148s coverage: 85.1% of statements [2022-08-25T23:03:59.338Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.74s) [2022-08-25T23:03:59.338Z] === RUN TestCreateServiceSecretFileMode [2022-08-25T23:03:59.377Z] ok github.com/docker/docker/pkg/idtools 0.387s coverage: 69.5% of statements [2022-08-25T23:03:59.638Z] ok github.com/docker/docker/pkg/ioutils 0.483s coverage: 69.3% of statements [2022-08-25T23:03:59.899Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-08-25T23:03:59.899Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-08-25T23:03:59.899Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-08-25T23:03:59.899Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-08-25T23:03:59.899Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-08-25T23:04:00.159Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2022-08-25T23:04:00.159Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-08-25T23:04:00.159Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2022-08-25T23:04:00.420Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2022-08-25T23:04:00.680Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2022-08-25T23:04:00.680Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-08-25T23:04:00.680Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-08-25T23:04:00.680Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-08-25T23:04:00.724Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-08-25T23:04:01.621Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2022-08-25T23:04:01.662Z] === RUN TestDockerSuite/TestCpToDot [2022-08-25T23:04:01.883Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-08-25T23:04:02.144Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-08-25T23:04:02.230Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-08-25T23:04:02.404Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-08-25T23:04:03.169Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-08-25T23:04:03.736Z] === RUN TestDockerSuite/TestCpToStdout [2022-08-25T23:04:03.784Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2022-08-25T23:04:03.784Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-08-25T23:04:04.305Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-08-25T23:04:05.243Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-08-25T23:04:05.503Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-08-25T23:04:06.070Z] === RUN TestDockerSuite/TestCpVolumePath [2022-08-25T23:04:06.637Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-08-25T23:04:06.895Z] === RUN TestDockerSuite/TestCreateArgs [2022-08-25T23:04:06.895Z] === RUN TestDockerSuite/TestCreateByImageID [2022-08-25T23:04:07.154Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-08-25T23:04:07.721Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-08-25T23:04:07.721Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-08-25T23:04:07.721Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-08-25T23:04:07.721Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-08-25T23:04:07.979Z] ok github.com/docker/docker/pkg/signal 3.299s coverage: 62.3% of statements [2022-08-25T23:04:07.979Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-08-25T23:04:07.979Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-08-25T23:04:08.239Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-08-25T23:04:08.290Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-08-25T23:04:08.290Z] === RUN TestDockerSuite/TestCreateLabels [2022-08-25T23:04:08.500Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 52.9% of statements [2022-08-25T23:04:08.549Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-08-25T23:04:08.549Z] === RUN TestDockerSuite/TestCreateRM [2022-08-25T23:04:08.549Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-08-25T23:04:08.549Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-25T23:04:08.549Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-08-25T23:04:08.808Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-08-25T23:04:08.808Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-08-25T23:04:09.070Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2022-08-25T23:04:09.331Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2022-08-25T23:04:09.902Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2022-08-25T23:04:09.902Z] coverage: [no statements] [2022-08-25T23:04:09.902Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-08-25T23:04:10.161Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-08-25T23:04:10.187Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-08-25T23:04:10.187Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-08-25T23:04:10.187Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-08-25T23:04:10.187Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-08-25T23:04:10.421Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-08-25T23:04:10.681Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-08-25T23:04:12.063Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2022-08-25T23:04:12.633Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-08-25T23:04:12.722Z] --- PASS: TestCreateServiceSecretFileMode (13.04s) [2022-08-25T23:04:12.722Z] === RUN TestCreateServiceConfigFileMode [2022-08-25T23:04:12.722Z] docker_api_swarm_node_test.go:81: [dd2f495344e8f] joining swarm manager [dce6eff05b7e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:04:12.892Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2022-08-25T23:04:13.834Z] ok github.com/docker/docker/quota 0.184s coverage: 71.4% of statements [2022-08-25T23:04:14.094Z] ok github.com/docker/docker/reference 0.007s coverage: 83.7% of statements [2022-08-25T23:04:14.640Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-08-25T23:04:14.900Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-08-25T23:04:14.900Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-08-25T23:04:14.900Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-08-25T23:04:15.158Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-08-25T23:04:15.158Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-08-25T23:04:15.476Z] ok github.com/docker/docker/registry 0.055s coverage: 57.1% of statements [2022-08-25T23:04:15.476Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-08-25T23:04:15.726Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-08-25T23:04:15.736Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-08-25T23:04:16.306Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2022-08-25T23:04:16.306Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-08-25T23:04:16.667Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-08-25T23:04:17.237Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-08-25T23:04:18.173Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-08-25T23:04:18.217Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-08-25T23:04:18.793Z] ok github.com/docker/docker/volume/local 0.092s coverage: 76.4% of statements [2022-08-25T23:04:19.058Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2022-08-25T23:04:19.552Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-08-25T23:04:20.121Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-08-25T23:04:20.440Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.1% of statements [2022-08-25T23:04:20.688Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-08-25T23:04:20.947Z] === RUN TestDockerSuite/TestDevicePermissions [2022-08-25T23:04:21.514Z] === RUN TestDockerSuite/TestDockerFails [2022-08-25T23:04:21.514Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-08-25T23:04:21.514Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-08-25T23:04:21.514Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-08-25T23:04:22.082Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-08-25T23:04:22.650Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-08-25T23:04:23.587Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-08-25T23:04:23.587Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-08-25T23:04:23.587Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-08-25T23:04:23.847Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-08-25T23:04:25.749Z] --- PASS: TestCreateServiceConfigFileMode (13.34s) [2022-08-25T23:04:25.749Z] === RUN TestCreateServiceSysctls [2022-08-25T23:04:26.008Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-08-25T23:04:28.542Z] docker_api_swarm_node_test.go:53: [df197e6be4a8b] joining swarm manager [dfa4d9978d532]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:04:29.111Z] --- PASS: TestCreateServiceSysctls (3.52s) [2022-08-25T23:04:29.111Z] === RUN TestCreateServiceCapabilities [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-08-25T23:04:29.145Z] === RUN TestBoolValue [2022-08-25T23:04:29.145Z] --- PASS: TestBoolValue (0.00s) [2022-08-25T23:04:29.145Z] === RUN TestBoolValueOrDefault [2022-08-25T23:04:29.145Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-08-25T23:04:29.145Z] === RUN TestInt64ValueOrZero [2022-08-25T23:04:29.145Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-08-25T23:04:29.145Z] === RUN TestInt64ValueOrDefault [2022-08-25T23:04:29.145Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-08-25T23:04:29.145Z] === RUN TestInt64ValueOrDefaultWithError [2022-08-25T23:04:29.145Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-08-25T23:04:29.145Z] === RUN TestJsonContentType [2022-08-25T23:04:29.145Z] --- PASS: TestJsonContentType (0.00s) [2022-08-25T23:04:29.145Z] PASS [2022-08-25T23:04:29.145Z] coverage: 16.2% of statements [2022-08-25T23:04:29.145Z] ok github.com/docker/docker/api/server/httputils 0.059s coverage: 16.2% of statements [2022-08-25T23:04:29.145Z] === RUN TestMaskSecretKeys [2022-08-25T23:04:29.145Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-08-25T23:04:29.145Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-08-25T23:04:29.145Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-08-25T23:04:29.145Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-08-25T23:04:29.145Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-08-25T23:04:29.145Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-08-25T23:04:29.145Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-08-25T23:04:29.145Z] === RUN TestVersionMiddlewareVersion [2022-08-25T23:04:29.145Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-08-25T23:04:29.145Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-08-25T23:04:29.145Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-08-25T23:04:29.145Z] PASS [2022-08-25T23:04:29.145Z] coverage: 37.7% of statements [2022-08-25T23:04:29.145Z] ok github.com/docker/docker/api/server/middleware 0.093s coverage: 37.7% of statements [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-08-25T23:04:29.145Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-08-25T23:04:29.370Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-08-25T23:04:29.370Z] docker_api_swarm_node_test.go:54: [d08c207aad03d] joining swarm manager [dfa4d9978d532]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:04:29.707Z] === RUN TestToJSON [2022-08-25T23:04:29.707Z] --- PASS: TestToJSON (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestToParamWithVersion [2022-08-25T23:04:29.707Z] --- PASS: TestToParamWithVersion (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestFromJSON [2022-08-25T23:04:29.707Z] --- PASS: TestFromJSON (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestEmpty [2022-08-25T23:04:29.707Z] --- PASS: TestEmpty (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestArgsMatchKVListEmptySources [2022-08-25T23:04:29.707Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestArgsMatchKVList [2022-08-25T23:04:29.707Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestArgsMatch [2022-08-25T23:04:29.707Z] --- PASS: TestArgsMatch (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestAdd [2022-08-25T23:04:29.707Z] --- PASS: TestAdd (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestDel [2022-08-25T23:04:29.707Z] --- PASS: TestDel (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestLen [2022-08-25T23:04:29.707Z] --- PASS: TestLen (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestExactMatch [2022-08-25T23:04:29.707Z] --- PASS: TestExactMatch (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestOnlyOneExactMatch [2022-08-25T23:04:29.707Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestContains [2022-08-25T23:04:29.707Z] --- PASS: TestContains (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestValidate [2022-08-25T23:04:29.707Z] --- PASS: TestValidate (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestWalkValues [2022-08-25T23:04:29.707Z] --- PASS: TestWalkValues (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestFuzzyMatch [2022-08-25T23:04:29.707Z] --- PASS: TestFuzzyMatch (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestClone [2022-08-25T23:04:29.707Z] --- PASS: TestClone (0.00s) [2022-08-25T23:04:29.707Z] PASS [2022-08-25T23:04:29.707Z] coverage: 92.2% of statements [2022-08-25T23:04:29.707Z] ok github.com/docker/docker/api/types/filters 0.061s coverage: 92.2% of statements [2022-08-25T23:04:29.707Z] === RUN TestStrSliceMarshalJSON [2022-08-25T23:04:29.707Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestStrSliceUnmarshalJSON [2022-08-25T23:04:29.707Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestStrSliceUnmarshalString [2022-08-25T23:04:29.707Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestStrSliceUnmarshalSlice [2022-08-25T23:04:29.707Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-08-25T23:04:29.707Z] PASS [2022-08-25T23:04:29.707Z] coverage: 90.0% of statements [2022-08-25T23:04:29.707Z] ok github.com/docker/docker/api/types/strslice 0.050s coverage: 90.0% of statements [2022-08-25T23:04:29.707Z] === RUN TestDurationToSecondsString [2022-08-25T23:04:29.707Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-08-25T23:04:29.707Z] === RUN TestGetTimestamp [2022-08-25T23:04:29.707Z] === RUN TestAdjustForAPIVersion [2022-08-25T23:04:29.707Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-08-25T23:04:29.707Z] PASS [2022-08-25T23:04:29.707Z] coverage: 5.7% of statements [2022-08-25T23:04:30.194Z] ok github.com/docker/docker/api/server/router/swarm 0.059s coverage: 5.7% of statements [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/container [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/events [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/image [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/network [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-08-25T23:04:30.194Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-08-25T23:04:30.194Z] --- PASS: TestGetTimestamp (0.24s) [2022-08-25T23:04:30.194Z] === RUN TestParseTimestamps [2022-08-25T23:04:30.194Z] --- PASS: TestParseTimestamps (0.00s) [2022-08-25T23:04:30.194Z] PASS [2022-08-25T23:04:30.194Z] coverage: 100.0% of statements [2022-08-25T23:04:30.194Z] ok github.com/docker/docker/api/types/time 0.297s coverage: 100.0% of statements [2022-08-25T23:04:30.680Z] === RUN TestCompareVersion [2022-08-25T23:04:30.680Z] --- PASS: TestCompareVersion (0.00s) [2022-08-25T23:04:30.680Z] PASS [2022-08-25T23:04:30.680Z] coverage: 75.0% of statements [2022-08-25T23:04:30.680Z] ok github.com/docker/docker/api/types/versions 0.053s coverage: 75.0% of statements [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-08-25T23:04:30.680Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-08-25T23:04:31.276Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-08-25T23:04:32.213Z] --- PASS: TestCreateServiceCapabilities (2.89s) [2022-08-25T23:04:32.213Z] === RUN TestInspect [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-08-25T23:04:32.302Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-08-25T23:04:32.302Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-08-25T23:04:32.302Z] === RUN TestCloneArgsSmartHttp [2022-08-25T23:04:32.302Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-08-25T23:04:32.302Z] === RUN TestCloneArgsDumbHttp [2022-08-25T23:04:32.302Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-08-25T23:04:32.302Z] === RUN TestCloneArgsGit [2022-08-25T23:04:32.302Z] --- PASS: TestCloneArgsGit (0.00s) [2022-08-25T23:04:32.302Z] === RUN TestCheckoutGit [2022-08-25T23:04:33.590Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-08-25T23:04:34.590Z] === RUN TestEnable [2022-08-25T23:04:34.590Z] --- PASS: TestEnable (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestDisable [2022-08-25T23:04:34.590Z] --- PASS: TestDisable (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestEnabled [2022-08-25T23:04:34.590Z] --- PASS: TestEnabled (0.00s) [2022-08-25T23:04:34.590Z] PASS [2022-08-25T23:04:34.590Z] coverage: 100.0% of statements [2022-08-25T23:04:34.590Z] ok github.com/docker/docker/cli/debug 0.062s coverage: 100.0% of statements [2022-08-25T23:04:34.590Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-08-25T23:04:34.590Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-08-25T23:04:34.590Z] === RUN TestProcessNoDockerignore [2022-08-25T23:04:34.590Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestProcessShouldLeaveAllFiles [2022-08-25T23:04:34.590Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-08-25T23:04:34.590Z] === RUN TestDetectContentType [2022-08-25T23:04:34.590Z] --- PASS: TestDetectContentType (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestSelectAcceptableMIME [2022-08-25T23:04:34.590Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestInspectEmptyResponse [2022-08-25T23:04:34.590Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestInspectResponseBinary [2022-08-25T23:04:34.590Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestResponseUnsupportedContentType [2022-08-25T23:04:34.590Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestInspectResponseTextSimple [2022-08-25T23:04:34.590Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestInspectResponseEmptyContentType [2022-08-25T23:04:34.590Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestUnknownContentLength [2022-08-25T23:04:34.590Z] --- PASS: TestUnknownContentLength (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestDownloadRemote [2022-08-25T23:04:34.590Z] --- PASS: TestDownloadRemote (0.14s) [2022-08-25T23:04:34.590Z] === RUN TestGetWithStatusError [2022-08-25T23:04:34.590Z] --- PASS: TestGetWithStatusError (0.00s) [2022-08-25T23:04:34.590Z] === RUN TestCloseRootDirectory [2022-08-25T23:04:34.590Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:04:34.590Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-08-25T23:04:34.590Z] === RUN TestHashFile [2022-08-25T23:04:34.590Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:04:34.590Z] --- SKIP: TestHashFile (0.01s) [2022-08-25T23:04:34.590Z] === RUN TestHashSubdir [2022-08-25T23:04:34.590Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:04:34.590Z] --- SKIP: TestHashSubdir (0.01s) [2022-08-25T23:04:34.590Z] === RUN TestRemoveDirectory [2022-08-25T23:04:34.590Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:04:34.590Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-08-25T23:04:34.590Z] PASS [2022-08-25T23:04:34.590Z] coverage: 9.3% of statements [2022-08-25T23:04:34.590Z] ok github.com/docker/docker/builder/remotecontext 0.387s coverage: 9.3% of statements [2022-08-25T23:04:34.969Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-08-25T23:04:35.329Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/pkg/term [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/rootless [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/testutil/request [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/volume [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-08-25T23:04:35.329Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === Skipped [2022-08-25T23:04:35.329Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2022-08-25T23:04:35.329Z] exec_linux_test.go:19: requires AppArmor to be enabled [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2022-08-25T23:04:35.329Z] exec_linux_test.go:39: requires AppArmor to be enabled [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:74: No driver to put! [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-08-25T23:04:35.329Z] time="2022-08-25T23:03:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-08-25T23:04:35.329Z] time="2022-08-25T23:03:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-08-25T23:04:35.329Z] time="2022-08-25T23:03:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-08-25T23:04:35.329Z] time="2022-08-25T23:03:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-08-25T23:04:35.329Z] time="2022-08-25T23:03:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:74: No driver to put! [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-08-25T23:04:35.329Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-08-25T23:04:35.329Z] overlay_test.go:50: Fails to compute changes intermittently [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-08-25T23:04:35.329Z] overlay_test.go:66: Cannot run test with naive change algorithm [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-25T23:04:35.329Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-08-25T23:04:35.329Z] graphtest_unix.go:74: No driver to put! [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-08-25T23:04:35.329Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-08-25T23:04:35.329Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2022-08-25T23:04:35.329Z] [2022-08-25T23:04:35.329Z] DONE 2251 tests, 26 skipped in 234.570s [2022-08-25T23:04:35.537Z] --- PASS: TestInspect (3.29s) [2022-08-25T23:04:35.537Z] === RUN TestCreateJob [2022-08-25T23:04:35.614Z] === RUN TestGetAllAllowed [2022-08-25T23:04:35.614Z] --- PASS: TestGetAllAllowed (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestGetAllMeta [2022-08-25T23:04:35.614Z] --- PASS: TestGetAllMeta (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestWarnOnUnusedBuildArgs [2022-08-25T23:04:35.614Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestIsUnreferencedBuiltin [2022-08-25T23:04:35.614Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestIsExistingDirectory [2022-08-25T23:04:35.614Z] --- PASS: TestIsExistingDirectory (0.02s) [2022-08-25T23:04:35.614Z] === RUN TestGetFilenameForDownload [2022-08-25T23:04:35.614Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestEnv2Variables [2022-08-25T23:04:35.614Z] --- PASS: TestEnv2Variables (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-08-25T23:04:35.614Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestMaintainer [2022-08-25T23:04:35.614Z] --- PASS: TestMaintainer (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestLabel [2022-08-25T23:04:35.614Z] --- PASS: TestLabel (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestFromScratch [2022-08-25T23:04:35.614Z] --- PASS: TestFromScratch (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestFromWithArg [2022-08-25T23:04:35.614Z] --- PASS: TestFromWithArg (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-08-25T23:04:35.614Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestFromWithUndefinedArg [2022-08-25T23:04:35.614Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestFromMultiStageWithNamedStage [2022-08-25T23:04:35.614Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestOnbuild [2022-08-25T23:04:35.614Z] --- PASS: TestOnbuild (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestWorkdir [2022-08-25T23:04:35.614Z] --- PASS: TestWorkdir (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestCmd [2022-08-25T23:04:35.614Z] --- PASS: TestCmd (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestHealthcheckNone [2022-08-25T23:04:35.614Z] --- PASS: TestHealthcheckNone (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestHealthcheckCmd [2022-08-25T23:04:35.614Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestEntrypoint [2022-08-25T23:04:35.614Z] --- PASS: TestEntrypoint (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestExpose [2022-08-25T23:04:35.614Z] --- PASS: TestExpose (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestUser [2022-08-25T23:04:35.614Z] --- PASS: TestUser (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestVolume [2022-08-25T23:04:35.614Z] --- PASS: TestVolume (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestStopSignal [2022-08-25T23:04:35.614Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-08-25T23:04:35.614Z] --- SKIP: TestStopSignal (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestArg [2022-08-25T23:04:35.614Z] --- PASS: TestArg (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestShell [2022-08-25T23:04:35.614Z] --- PASS: TestShell (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestPrependEnvOnCmd [2022-08-25T23:04:35.614Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestRunWithBuildArgs [2022-08-25T23:04:35.614Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestRunIgnoresHealthcheck [2022-08-25T23:04:35.614Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestDispatchUnsupportedOptions [2022-08-25T23:04:35.614Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-08-25T23:04:35.614Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-08-25T23:04:35.614Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-08-25T23:04:35.614Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestNormalizeWorkdir [2022-08-25T23:04:35.614Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestDispatch [2022-08-25T23:04:35.614Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-08-25T23:04:35.614Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-08-25T23:04:35.614Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-08-25T23:04:35.614Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-08-25T23:04:35.614Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-08-25T23:04:35.614Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-08-25T23:04:35.614Z] === RUN TestDispatch/COPY_url [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch (0.18s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.11s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-08-25T23:04:35.614Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestAddScratchImageAddsToMounts [2022-08-25T23:04:35.614Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-08-25T23:04:35.614Z] === RUN TestAddFromScratchPopulatesPlatform [2022-08-25T23:04:35.615Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-08-25T23:04:35.615Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-08-25T23:04:35.615Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-08-25T23:04:35.615Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-08-25T23:04:35.615Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-08-25T23:04:35.615Z] === RUN TestImageSourceGetAddsToMounts [2022-08-25T23:04:35.615Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-08-25T23:04:35.615Z] === RUN TestEmptyDockerfile [2022-08-25T23:04:35.615Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-08-25T23:04:35.615Z] === RUN TestSymlinkDockerfile [2022-08-25T23:04:35.615Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-08-25T23:04:35.615Z] === RUN TestDockerfileOutsideTheBuildContext Post stage [Pipeline] junit [2022-08-25T23:04:35.917Z] Recording test results [2022-08-25T23:04:36.104Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-08-25T23:04:36.104Z] === RUN TestNonExistingDockerfile [2022-08-25T23:04:36.104Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-08-25T23:04:36.104Z] === RUN TestCopyRunConfig [2022-08-25T23:04:36.104Z] --- PASS: TestCopyRunConfig (0.00s) [2022-08-25T23:04:36.104Z] === RUN TestDeepCopyRunConfig [2022-08-25T23:04:36.104Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-08-25T23:04:36.104Z] === RUN TestExportImage [2022-08-25T23:04:36.104Z] --- PASS: TestExportImage (0.00s) [2022-08-25T23:04:36.104Z] === RUN TestNormalizeDest [2022-08-25T23:04:36.104Z] --- PASS: TestNormalizeDest (0.00s) [2022-08-25T23:04:36.104Z] PASS [2022-08-25T23:04:36.104Z] coverage: 46.8% of statements [2022-08-25T23:04:36.104Z] ok github.com/docker/docker/builder/dockerfile 0.596s coverage: 46.8% of statements [2022-08-25T23:04:36.104Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-08-25T23:04:36.120Z] === RUN TestDockerSuite/TestEventsAttach [2022-08-25T23:04:36.201Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-08-25T23:04:36.527Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44041/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8bd86a0699c26fd012c7df4f85136a2347c9340e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8bd86a0699c26fd012c7df4f85136a2347c9340e hack/validate/vendor [2022-08-25T23:04:36.690Z] === RUN TestDockerSuite/TestEventsCommit [2022-08-25T23:04:37.096Z] update vendored copy of archive/tar [2022-08-25T23:04:37.096Z] downloading: https://golang.org/dl/go1.18.5.src.tar.gz [2022-08-25T23:04:37.627Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-08-25T23:04:37.886Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-08-25T23:04:38.479Z] patching file stat_unix.go [2022-08-25T23:04:38.739Z] 2022/08/25 23:04:38 Collecting initial packages [2022-08-25T23:04:38.739Z] 2022/08/25 23:04:38 Download dependencies [2022-08-25T23:04:38.824Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-08-25T23:04:38.825Z] --- PASS: TestCreateJob (3.55s) [2022-08-25T23:04:38.825Z] === RUN TestReplicatedJob [2022-08-25T23:04:39.394Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-08-25T23:04:41.298Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-08-25T23:04:42.032Z] 2022/08/25 23:04:41 Starting whole vndr cycle because no package specified [2022-08-25T23:04:42.032Z] 2022/08/25 23:04:41 Ignoring paths matching "^archive/tar" [2022-08-25T23:04:42.298Z] 2022/08/25 23:04:42 Clone github.com/Microsoft/hcsshim, revision a11a2c44e8a4aa9d66314b1d759ef582df5ab5e8, attempt 1/20 [2022-08-25T23:04:42.298Z] 2022/08/25 23:04:42 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2022-08-25T23:04:42.298Z] 2022/08/25 23:04:42 Clone github.com/Microsoft/go-winio, revision 7e149e8c70409f36773c1b2cf3447a7ab7697368, attempt 1/20 [2022-08-25T23:04:42.298Z] 2022/08/25 23:04:42 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2022-08-25T23:04:42.298Z] 2022/08/25 23:04:42 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2022-08-25T23:04:42.298Z] 2022/08/25 23:04:42 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2022-08-25T23:04:42.299Z] 2022/08/25 23:04:42 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2022-08-25T23:04:42.676Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/creack/pty [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/moby/term [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/mistifyio/go-zfs [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone golang.org/x/sys, revision 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/moby/locker [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/Azure/go-ansiterm [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/google/uuid [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/willf/bitset [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/docker/libtrust [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Finished clone github.com/opencontainers/go-digest [2022-08-25T23:04:43.694Z] 2022/08/25 23:04:43 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2022-08-25T23:04:43.955Z] 2022/08/25 23:04:43 Finished clone github.com/gorilla/mux [2022-08-25T23:04:43.955Z] 2022/08/25 23:04:43 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2022-08-25T23:04:43.955Z] 2022/08/25 23:04:43 Finished clone github.com/moby/sys [2022-08-25T23:04:43.955Z] 2022/08/25 23:04:43 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2022-08-25T23:04:43.955Z] 2022/08/25 23:04:43 Finished clone github.com/Microsoft/go-winio [2022-08-25T23:04:43.955Z] 2022/08/25 23:04:43 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2022-08-25T23:04:44.216Z] 2022/08/25 23:04:44 Finished clone github.com/sirupsen/logrus [2022-08-25T23:04:44.216Z] 2022/08/25 23:04:44 Clone github.com/moby/buildkit, revision bc07b2b81b1c6a62d29981ac564b16a15ce2bfa7, attempt 1/20 [2022-08-25T23:04:44.579Z] --- PASS: TestReplicatedJob (5.50s) [2022-08-25T23:04:44.579Z] === RUN TestUpdateReplicatedJob [2022-08-25T23:04:44.787Z] 2022/08/25 23:04:44 Finished clone github.com/syndtr/gocapability [2022-08-25T23:04:44.787Z] 2022/08/25 23:04:44 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2022-08-25T23:04:44.787Z] 2022/08/25 23:04:44 Finished clone github.com/tchap/go-patricia [2022-08-25T23:04:44.787Z] 2022/08/25 23:04:44 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2022-08-25T23:04:44.787Z] 2022/08/25 23:04:44 Finished clone github.com/docker/go-units [2022-08-25T23:04:44.787Z] 2022/08/25 23:04:44 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2022-08-25T23:04:44.838Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-08-25T23:04:45.049Z] 2022/08/25 23:04:45 Finished clone github.com/RackSec/srslog [2022-08-25T23:04:45.049Z] 2022/08/25 23:04:45 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2022-08-25T23:04:45.316Z] 2022/08/25 23:04:45 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2022-08-25T23:04:45.316Z] 2022/08/25 23:04:45 Finished clone gotest.tools/v3 [2022-08-25T23:04:45.580Z] 2022/08/25 23:04:45 Finished clone golang.org/x/sync [2022-08-25T23:04:45.580Z] 2022/08/25 23:04:45 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2022-08-25T23:04:45.580Z] 2022/08/25 23:04:45 Finished clone github.com/imdario/mergo [2022-08-25T23:04:45.580Z] 2022/08/25 23:04:45 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2022-08-25T23:04:45.580Z] 2022/08/25 23:04:45 Finished clone github.com/google/go-cmp [2022-08-25T23:04:45.580Z] 2022/08/25 23:04:45 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2022-08-25T23:04:45.841Z] 2022/08/25 23:04:45 Finished clone github.com/tonistiigi/units [2022-08-25T23:04:45.841Z] 2022/08/25 23:04:45 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2022-08-25T23:04:46.413Z] 2022/08/25 23:04:46 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2022-08-25T23:04:46.413Z] 2022/08/25 23:04:46 Clone github.com/docker/libnetwork, revision 0dde5c895075df6e3630e76f750a447cf63f4789, attempt 1/20 [2022-08-25T23:04:46.674Z] 2022/08/25 23:04:46 Finished clone github.com/docker/go-connections [2022-08-25T23:04:46.674Z] 2022/08/25 23:04:46 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2022-08-25T23:04:46.674Z] 2022/08/25 23:04:46 Finished clone github.com/opentracing/opentracing-go [2022-08-25T23:04:46.674Z] 2022/08/25 23:04:46 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Finished clone github.com/google/shlex [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Finished clone github.com/mitchellh/hashstructure [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Finished clone github.com/gofrs/flock [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Finished clone github.com/opentracing-contrib/go-stdlib [2022-08-25T23:04:46.935Z] 2022/08/25 23:04:46 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2022-08-25T23:04:47.374Z] === RUN TestDockerSuite/TestEventsCopy [2022-08-25T23:04:47.634Z] --- PASS: TestUpdateReplicatedJob (3.31s) [2022-08-25T23:04:47.634Z] === RUN TestServiceListWithStatuses [2022-08-25T23:04:47.634Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T23:04:47.634Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-25T23:04:47.634Z] === RUN TestDockerNetworkConnectAlias [2022-08-25T23:04:47.877Z] 2022/08/25 23:04:47 Finished clone github.com/docker/go-events [2022-08-25T23:04:47.877Z] 2022/08/25 23:04:47 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2022-08-25T23:04:47.893Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-08-25T23:04:48.138Z] 2022/08/25 23:04:48 Finished clone github.com/armon/go-radix [2022-08-25T23:04:48.138Z] 2022/08/25 23:04:48 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2022-08-25T23:04:48.400Z] 2022/08/25 23:04:48 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2022-08-25T23:04:48.400Z] 2022/08/25 23:04:48 Finished clone github.com/sean-/seed [2022-08-25T23:04:48.400Z] 2022/08/25 23:04:48 Finished clone github.com/armon/go-metrics [2022-08-25T23:04:48.400Z] 2022/08/25 23:04:48 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2022-08-25T23:04:49.270Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-08-25T23:04:49.342Z] 2022/08/25 23:04:49 Finished clone github.com/tonistiigi/fsutil [2022-08-25T23:04:49.342Z] 2022/08/25 23:04:49 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2022-08-25T23:04:49.342Z] 2022/08/25 23:04:49 Finished clone github.com/hashicorp/errwrap [2022-08-25T23:04:49.342Z] 2022/08/25 23:04:49 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2022-08-25T23:04:49.602Z] 2022/08/25 23:04:49 Finished clone github.com/hashicorp/memberlist [2022-08-25T23:04:49.602Z] 2022/08/25 23:04:49 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2022-08-25T23:04:49.602Z] 2022/08/25 23:04:49 Finished clone github.com/hashicorp/go-multierror [2022-08-25T23:04:49.602Z] 2022/08/25 23:04:49 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2022-08-25T23:04:50.544Z] 2022/08/25 23:04:50 Finished clone github.com/vishvananda/netns [2022-08-25T23:04:50.544Z] 2022/08/25 23:04:50 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2022-08-25T23:04:50.544Z] 2022/08/25 23:04:50 Finished clone github.com/golang/gddo [2022-08-25T23:04:50.544Z] 2022/08/25 23:04:50 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2022-08-25T23:04:50.805Z] 2022/08/25 23:04:50 Finished clone github.com/hashicorp/go-sockaddr [2022-08-25T23:04:50.805Z] 2022/08/25 23:04:50 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2022-08-25T23:04:51.066Z] 2022/08/25 23:04:50 Finished clone github.com/docker/libkv [2022-08-25T23:04:51.066Z] 2022/08/25 23:04:50 Clone github.com/coreos/etcd, revision 973882f697a8db3d59815bf132c6c506434334bd, attempt 1/20 [2022-08-25T23:04:51.304Z] === RUN TestCheckpointCreateError [2022-08-25T23:04:51.304Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestCheckpointCreate [2022-08-25T23:04:51.304Z] --- PASS: TestCheckpointCreate (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestCheckpointDeleteError [2022-08-25T23:04:51.304Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestCheckpointDelete [2022-08-25T23:04:51.304Z] --- PASS: TestCheckpointDelete (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestCheckpointListError [2022-08-25T23:04:51.304Z] --- PASS: TestCheckpointListError (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestCheckpointList [2022-08-25T23:04:51.304Z] --- PASS: TestCheckpointList (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestCheckpointListContainerNotFound [2022-08-25T23:04:51.304Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNewClientWithOpsFromEnv [2022-08-25T23:04:51.304Z] client_test.go:23: runtime.GOOS == "windows" [2022-08-25T23:04:51.304Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-08-25T23:04:51.304Z] === RUN TestGetAPIPath [2022-08-25T23:04:51.304Z] --- PASS: TestGetAPIPath (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestParseHostURL [2022-08-25T23:04:51.304Z] --- PASS: TestParseHostURL (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-08-25T23:04:51.304Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNegotiateAPIVersionEmpty [2022-08-25T23:04:51.304Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNegotiateAPIVersion [2022-08-25T23:04:51.304Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNegotiateAPVersionOverride [2022-08-25T23:04:51.304Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNegotiateAPIVersionAutomatic [2022-08-25T23:04:51.304Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-08-25T23:04:51.304Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-08-25T23:04:51.304Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestClientRedirect [2022-08-25T23:04:51.304Z] --- PASS: TestClientRedirect (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigCreateUnsupported [2022-08-25T23:04:51.304Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigCreateError [2022-08-25T23:04:51.304Z] --- PASS: TestConfigCreateError (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigCreate [2022-08-25T23:04:51.304Z] --- PASS: TestConfigCreate (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigInspectNotFound [2022-08-25T23:04:51.304Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigInspectWithEmptyID [2022-08-25T23:04:51.304Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigInspectUnsupported [2022-08-25T23:04:51.304Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigInspectError [2022-08-25T23:04:51.304Z] --- PASS: TestConfigInspectError (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigInspectConfigNotFound [2022-08-25T23:04:51.304Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigInspect [2022-08-25T23:04:51.304Z] --- PASS: TestConfigInspect (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigListUnsupported [2022-08-25T23:04:51.304Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigListError [2022-08-25T23:04:51.304Z] --- PASS: TestConfigListError (0.00s) [2022-08-25T23:04:51.304Z] === RUN TestConfigList [2022-08-25T23:04:51.304Z] --- PASS: TestConfigList (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestConfigRemoveUnsupported [2022-08-25T23:04:51.305Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestConfigRemoveError [2022-08-25T23:04:51.305Z] --- PASS: TestConfigRemoveError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestConfigRemove [2022-08-25T23:04:51.305Z] --- PASS: TestConfigRemove (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestConfigUpdateUnsupported [2022-08-25T23:04:51.305Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestConfigUpdateError [2022-08-25T23:04:51.305Z] --- PASS: TestConfigUpdateError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestConfigUpdate [2022-08-25T23:04:51.305Z] --- PASS: TestConfigUpdate (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerCommitError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerCommitError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerCommit [2022-08-25T23:04:51.305Z] --- PASS: TestContainerCommit (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStatPathError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStatPathError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStatPathNotFoundError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStatPathNoHeaderError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStatPath [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStatPath (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyToContainerError [2022-08-25T23:04:51.305Z] --- PASS: TestCopyToContainerError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyToContainerNotFoundError [2022-08-25T23:04:51.305Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyToContainerNotStatusOKError [2022-08-25T23:04:51.305Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyToContainer [2022-08-25T23:04:51.305Z] --- PASS: TestCopyToContainer (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyFromContainerError [2022-08-25T23:04:51.305Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyFromContainerNotFoundError [2022-08-25T23:04:51.305Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyFromContainerNotStatusOKError [2022-08-25T23:04:51.305Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyFromContainerNoHeaderError [2022-08-25T23:04:51.305Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestCopyFromContainer [2022-08-25T23:04:51.305Z] --- PASS: TestCopyFromContainer (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerCreateError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerCreateError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerCreateImageNotFound [2022-08-25T23:04:51.305Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerCreateWithName [2022-08-25T23:04:51.305Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerCreateAutoRemove [2022-08-25T23:04:51.305Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerDiffError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerDiffError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerDiff [2022-08-25T23:04:51.305Z] --- PASS: TestContainerDiff (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecCreateError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecCreate [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecCreate (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecStartError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecStartError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecStart [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecStart (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecInspectError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecInspect [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecInspect (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExportError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExportError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExport [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExport (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerInspectError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerInspectError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerInspectContainerNotFound [2022-08-25T23:04:51.305Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerInspectWithEmptyID [2022-08-25T23:04:51.305Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerInspect [2022-08-25T23:04:51.305Z] --- PASS: TestContainerInspect (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerInspectNode [2022-08-25T23:04:51.305Z] --- PASS: TestContainerInspectNode (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerKillError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerKillError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerKill [2022-08-25T23:04:51.305Z] --- PASS: TestContainerKill (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerListError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerListError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerList [2022-08-25T23:04:51.305Z] --- PASS: TestContainerList (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerLogsNotFoundError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerLogsError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerLogsError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerLogs [2022-08-25T23:04:51.305Z] --- PASS: TestContainerLogs (0.24s) [2022-08-25T23:04:51.305Z] === RUN TestContainerPauseError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerPauseError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerPause [2022-08-25T23:04:51.305Z] --- PASS: TestContainerPause (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainersPruneError [2022-08-25T23:04:51.305Z] --- PASS: TestContainersPruneError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainersPrune [2022-08-25T23:04:51.305Z] --- PASS: TestContainersPrune (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerRemoveError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerRemoveError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerRemoveNotFoundError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerRemove [2022-08-25T23:04:51.305Z] --- PASS: TestContainerRemove (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerRenameError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerRenameError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerRename [2022-08-25T23:04:51.305Z] --- PASS: TestContainerRename (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerResizeError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerResizeError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecResizeError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerResize [2022-08-25T23:04:51.305Z] --- PASS: TestContainerResize (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerExecResize [2022-08-25T23:04:51.305Z] --- PASS: TestContainerExecResize (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerRestartError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerRestartError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerRestart [2022-08-25T23:04:51.305Z] --- PASS: TestContainerRestart (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStartError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStartError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStart [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStart (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStatsError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStatsError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStats [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStats (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStopError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStopError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerStop [2022-08-25T23:04:51.305Z] --- PASS: TestContainerStop (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerTopError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerTopError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerTop [2022-08-25T23:04:51.305Z] --- PASS: TestContainerTop (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerUnpauseError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerUnpause [2022-08-25T23:04:51.305Z] --- PASS: TestContainerUnpause (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerUpdateError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerUpdateError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerUpdate [2022-08-25T23:04:51.305Z] --- PASS: TestContainerUpdate (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerWaitError [2022-08-25T23:04:51.305Z] --- PASS: TestContainerWaitError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestContainerWait [2022-08-25T23:04:51.305Z] --- PASS: TestContainerWait (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestDiskUsageError [2022-08-25T23:04:51.305Z] --- PASS: TestDiskUsageError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestDiskUsage [2022-08-25T23:04:51.305Z] --- PASS: TestDiskUsage (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestDistributionInspectUnsupported [2022-08-25T23:04:51.305Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestDistributionInspectWithEmptyID [2022-08-25T23:04:51.305Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestEventsErrorInOptions [2022-08-25T23:04:51.305Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestEventsErrorFromServer [2022-08-25T23:04:51.305Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestEvents [2022-08-25T23:04:51.305Z] --- PASS: TestEvents (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestTLSCloseWriter [2022-08-25T23:04:51.305Z] === PAUSE TestTLSCloseWriter [2022-08-25T23:04:51.305Z] === RUN TestImageBuildError [2022-08-25T23:04:51.305Z] --- PASS: TestImageBuildError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageBuild [2022-08-25T23:04:51.305Z] --- PASS: TestImageBuild (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestGetDockerOS [2022-08-25T23:04:51.305Z] --- PASS: TestGetDockerOS (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageCreateError [2022-08-25T23:04:51.305Z] --- PASS: TestImageCreateError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageCreate [2022-08-25T23:04:51.305Z] --- PASS: TestImageCreate (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageHistoryError [2022-08-25T23:04:51.305Z] --- PASS: TestImageHistoryError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageHistory [2022-08-25T23:04:51.305Z] --- PASS: TestImageHistory (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageImportError [2022-08-25T23:04:51.305Z] --- PASS: TestImageImportError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageImport [2022-08-25T23:04:51.305Z] --- PASS: TestImageImport (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageInspectError [2022-08-25T23:04:51.305Z] --- PASS: TestImageInspectError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageInspectImageNotFound [2022-08-25T23:04:51.305Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageInspectWithEmptyID [2022-08-25T23:04:51.305Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageInspect [2022-08-25T23:04:51.305Z] --- PASS: TestImageInspect (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageListError [2022-08-25T23:04:51.305Z] --- PASS: TestImageListError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageList [2022-08-25T23:04:51.305Z] --- PASS: TestImageList (0.01s) [2022-08-25T23:04:51.305Z] === RUN TestImageListApiBefore125 [2022-08-25T23:04:51.305Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageLoadError [2022-08-25T23:04:51.305Z] --- PASS: TestImageLoadError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageLoad [2022-08-25T23:04:51.305Z] --- PASS: TestImageLoad (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagesPruneError [2022-08-25T23:04:51.305Z] --- PASS: TestImagesPruneError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagesPrune [2022-08-25T23:04:51.305Z] --- PASS: TestImagesPrune (0.01s) [2022-08-25T23:04:51.305Z] === RUN TestImagePullReferenceParseError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePullAnyError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePullAnyError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePullStatusUnauthorizedError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePullWithoutErrors [2022-08-25T23:04:51.305Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePushReferenceError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePushAnyError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushAnyError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePushStatusUnauthorizedError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithoutErrors [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-08-25T23:04:51.305Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-08-25T23:04:51.305Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageRemoveError [2022-08-25T23:04:51.305Z] --- PASS: TestImageRemoveError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageRemoveImageNotFound [2022-08-25T23:04:51.305Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageRemove [2022-08-25T23:04:51.305Z] --- PASS: TestImageRemove (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSaveError [2022-08-25T23:04:51.305Z] --- PASS: TestImageSaveError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSave [2022-08-25T23:04:51.305Z] --- PASS: TestImageSave (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSearchAnyError [2022-08-25T23:04:51.305Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSearchStatusUnauthorizedError [2022-08-25T23:04:51.305Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-08-25T23:04:51.305Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-08-25T23:04:51.305Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-08-25T23:04:51.305Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageSearchWithoutErrors [2022-08-25T23:04:51.305Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageTagError [2022-08-25T23:04:51.305Z] --- PASS: TestImageTagError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageTagInvalidReference [2022-08-25T23:04:51.305Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageTagInvalidSourceImageName [2022-08-25T23:04:51.305Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageTagHexSource [2022-08-25T23:04:51.305Z] --- PASS: TestImageTagHexSource (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestImageTag [2022-08-25T23:04:51.305Z] --- PASS: TestImageTag (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestInfoServerError [2022-08-25T23:04:51.305Z] --- PASS: TestInfoServerError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestInfoInvalidResponseJSONError [2022-08-25T23:04:51.305Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestInfo [2022-08-25T23:04:51.305Z] --- PASS: TestInfo (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkConnectError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkConnectError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkConnect [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkConnect (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkCreateError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkCreateError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkCreate [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkCreate (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkDisconnectError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkDisconnect [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkInspectError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkInspectError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkInspectNotFoundError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkInspectWithEmptyID [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkInspect [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkInspect (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkListError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkListError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkList [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkList (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworksPruneError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworksPruneError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworksPrune [2022-08-25T23:04:51.305Z] --- PASS: TestNetworksPrune (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkRemoveError [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNetworkRemove [2022-08-25T23:04:51.305Z] --- PASS: TestNetworkRemove (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeInspectError [2022-08-25T23:04:51.305Z] --- PASS: TestNodeInspectError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeInspectNodeNotFound [2022-08-25T23:04:51.305Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeInspectWithEmptyID [2022-08-25T23:04:51.305Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeInspect [2022-08-25T23:04:51.305Z] --- PASS: TestNodeInspect (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeListError [2022-08-25T23:04:51.305Z] --- PASS: TestNodeListError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeList [2022-08-25T23:04:51.305Z] --- PASS: TestNodeList (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeRemoveError [2022-08-25T23:04:51.305Z] --- PASS: TestNodeRemoveError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeRemove [2022-08-25T23:04:51.305Z] --- PASS: TestNodeRemove (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeUpdateError [2022-08-25T23:04:51.305Z] --- PASS: TestNodeUpdateError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestNodeUpdate [2022-08-25T23:04:51.305Z] --- PASS: TestNodeUpdate (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestOptionWithTimeout [2022-08-25T23:04:51.305Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestPingFail [2022-08-25T23:04:51.305Z] --- PASS: TestPingFail (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestPingWithError [2022-08-25T23:04:51.305Z] 2022/08/25 23:04:50 RoundTripper returned a response & error; ignoring response [2022-08-25T23:04:51.305Z] 2022/08/25 23:04:50 RoundTripper returned a response & error; ignoring response [2022-08-25T23:04:51.305Z] --- PASS: TestPingWithError (0.00s) [2022-08-25T23:04:51.305Z] === RUN TestPingSuccess [2022-08-25T23:04:51.791Z] --- PASS: TestPingSuccess (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPingHeadFallback [2022-08-25T23:04:51.791Z] === RUN TestPingHeadFallback/OK [2022-08-25T23:04:51.791Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-08-25T23:04:51.791Z] === RUN TestPingHeadFallback/Not_Found [2022-08-25T23:04:51.791Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-08-25T23:04:51.791Z] --- PASS: TestPingHeadFallback (0.00s) [2022-08-25T23:04:51.791Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-08-25T23:04:51.791Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-08-25T23:04:51.791Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-08-25T23:04:51.791Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginDisableError [2022-08-25T23:04:51.791Z] --- PASS: TestPluginDisableError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginDisable [2022-08-25T23:04:51.791Z] --- PASS: TestPluginDisable (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginEnableError [2022-08-25T23:04:51.791Z] --- PASS: TestPluginEnableError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginEnable [2022-08-25T23:04:51.791Z] --- PASS: TestPluginEnable (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginInspectError [2022-08-25T23:04:51.791Z] --- PASS: TestPluginInspectError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginInspectWithEmptyID [2022-08-25T23:04:51.791Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginInspect [2022-08-25T23:04:51.791Z] --- PASS: TestPluginInspect (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginListError [2022-08-25T23:04:51.791Z] --- PASS: TestPluginListError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginList [2022-08-25T23:04:51.791Z] --- PASS: TestPluginList (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginPushError [2022-08-25T23:04:51.791Z] --- PASS: TestPluginPushError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginPush [2022-08-25T23:04:51.791Z] --- PASS: TestPluginPush (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginRemoveError [2022-08-25T23:04:51.791Z] --- PASS: TestPluginRemoveError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginRemove [2022-08-25T23:04:51.791Z] --- PASS: TestPluginRemove (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginSetError [2022-08-25T23:04:51.791Z] --- PASS: TestPluginSetError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPluginSet [2022-08-25T23:04:51.791Z] --- PASS: TestPluginSet (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSetHostHeader [2022-08-25T23:04:51.791Z] --- PASS: TestSetHostHeader (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestPlainTextError [2022-08-25T23:04:51.791Z] --- PASS: TestPlainTextError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestInfiniteError [2022-08-25T23:04:51.791Z] --- PASS: TestInfiniteError (0.05s) [2022-08-25T23:04:51.791Z] === RUN TestSecretCreateUnsupported [2022-08-25T23:04:51.791Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretCreateError [2022-08-25T23:04:51.791Z] --- PASS: TestSecretCreateError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretCreate [2022-08-25T23:04:51.791Z] --- PASS: TestSecretCreate (0.01s) [2022-08-25T23:04:51.791Z] === RUN TestSecretInspectUnsupported [2022-08-25T23:04:51.791Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretInspectError [2022-08-25T23:04:51.791Z] --- PASS: TestSecretInspectError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretInspectSecretNotFound [2022-08-25T23:04:51.791Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretInspectWithEmptyID [2022-08-25T23:04:51.791Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretInspect [2022-08-25T23:04:51.791Z] --- PASS: TestSecretInspect (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretListUnsupported [2022-08-25T23:04:51.791Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretListError [2022-08-25T23:04:51.791Z] --- PASS: TestSecretListError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretList [2022-08-25T23:04:51.791Z] --- PASS: TestSecretList (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretRemoveUnsupported [2022-08-25T23:04:51.791Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretRemoveError [2022-08-25T23:04:51.791Z] --- PASS: TestSecretRemoveError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretRemove [2022-08-25T23:04:51.791Z] --- PASS: TestSecretRemove (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretUpdateUnsupported [2022-08-25T23:04:51.791Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretUpdateError [2022-08-25T23:04:51.791Z] --- PASS: TestSecretUpdateError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestSecretUpdate [2022-08-25T23:04:51.791Z] --- PASS: TestSecretUpdate (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceCreateError [2022-08-25T23:04:51.791Z] --- PASS: TestServiceCreateError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceCreate [2022-08-25T23:04:51.791Z] --- PASS: TestServiceCreate (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceCreateCompatiblePlatforms [2022-08-25T23:04:51.791Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceCreateDigestPinning [2022-08-25T23:04:51.791Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceInspectError [2022-08-25T23:04:51.791Z] --- PASS: TestServiceInspectError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceInspectServiceNotFound [2022-08-25T23:04:51.791Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceInspectWithEmptyID [2022-08-25T23:04:51.791Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceInspect [2022-08-25T23:04:51.791Z] --- PASS: TestServiceInspect (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceListError [2022-08-25T23:04:51.791Z] --- PASS: TestServiceListError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceList [2022-08-25T23:04:51.791Z] --- PASS: TestServiceList (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceLogsError [2022-08-25T23:04:51.791Z] --- PASS: TestServiceLogsError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceLogs [2022-08-25T23:04:51.791Z] --- PASS: TestServiceLogs (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceRemoveError [2022-08-25T23:04:51.791Z] --- PASS: TestServiceRemoveError (0.00s) [2022-08-25T23:04:51.791Z] === RUN TestServiceRemoveNotFoundError [2022-08-25T23:04:51.792Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestServiceRemove [2022-08-25T23:04:51.792Z] --- PASS: TestServiceRemove (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestServiceUpdateError [2022-08-25T23:04:51.792Z] --- PASS: TestServiceUpdateError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestServiceUpdate [2022-08-25T23:04:51.792Z] --- PASS: TestServiceUpdate (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmGetUnlockKeyError [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmGetUnlockKey [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmInitError [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmInitError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmInit [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmInit (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmInspectError [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmInspectError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmInspect [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmInspect (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmJoinError [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmJoinError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmJoin [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmJoin (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmLeaveError [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmLeave [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmLeave (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmUnlockError [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmUnlock [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmUnlock (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmUpdateError [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestSwarmUpdate [2022-08-25T23:04:51.792Z] --- PASS: TestSwarmUpdate (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestTaskInspectError [2022-08-25T23:04:51.792Z] --- PASS: TestTaskInspectError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestTaskInspectWithEmptyID [2022-08-25T23:04:51.792Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestTaskInspect [2022-08-25T23:04:51.792Z] --- PASS: TestTaskInspect (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestTaskListError [2022-08-25T23:04:51.792Z] --- PASS: TestTaskListError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestTaskList [2022-08-25T23:04:51.792Z] --- PASS: TestTaskList (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeCreateError [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeCreateError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeCreate [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeCreate (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeInspectError [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeInspectError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeInspectNotFound [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeInspectWithEmptyID [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeInspect [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeInspect (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeListError [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeListError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeList [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeList (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeRemoveError [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-08-25T23:04:51.792Z] === RUN TestVolumeRemove [2022-08-25T23:04:51.792Z] --- PASS: TestVolumeRemove (0.00s) [2022-08-25T23:04:51.792Z] === CONT TestTLSCloseWriter [2022-08-25T23:04:51.792Z] --- PASS: TestTLSCloseWriter (0.04s) [2022-08-25T23:04:51.792Z] PASS [2022-08-25T23:04:51.792Z] coverage: 74.9% of statements [2022-08-25T23:04:51.792Z] ok github.com/docker/docker/client 0.519s coverage: 74.9% of statements [2022-08-25T23:04:52.008Z] 2022/08/25 23:04:52 Finished clone github.com/moby/ipvs [2022-08-25T23:04:52.008Z] 2022/08/25 23:04:52 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2022-08-25T23:04:52.561Z] --- PASS: TestDockerNetworkConnectAlias (4.29s) [2022-08-25T23:04:52.561Z] === RUN TestDockerNetworkReConnect [2022-08-25T23:04:52.580Z] 2022/08/25 23:04:52 Finished clone github.com/samuel/go-zookeeper [2022-08-25T23:04:52.580Z] 2022/08/25 23:04:52 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2022-08-25T23:04:52.580Z] 2022/08/25 23:04:52 Finished clone github.com/deckarep/golang-set [2022-08-25T23:04:52.580Z] 2022/08/25 23:04:52 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2022-08-25T23:04:53.151Z] 2022/08/25 23:04:52 Finished clone github.com/BurntSushi/toml [2022-08-25T23:04:53.151Z] 2022/08/25 23:04:52 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2022-08-25T23:04:53.151Z] 2022/08/25 23:04:52 Finished clone github.com/hashicorp/go-msgpack [2022-08-25T23:04:53.151Z] 2022/08/25 23:04:52 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2022-08-25T23:04:53.151Z] 2022/08/25 23:04:53 Finished clone github.com/vishvananda/netlink [2022-08-25T23:04:53.151Z] 2022/08/25 23:04:53 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2022-08-25T23:04:53.412Z] 2022/08/25 23:04:53 Finished clone github.com/coreos/go-semver [2022-08-25T23:04:53.412Z] 2022/08/25 23:04:53 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2022-08-25T23:04:54.465Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-08-25T23:04:54.724Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-08-25T23:04:54.796Z] 2022/08/25 23:04:54 Finished clone github.com/ishidawataru/sctp [2022-08-25T23:04:54.796Z] 2022/08/25 23:04:54 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2022-08-25T23:04:55.056Z] 2022/08/25 23:04:54 Finished clone github.com/modern-go/concurrent [2022-08-25T23:04:55.056Z] 2022/08/25 23:04:54 Clone github.com/docker/distribution, revision b5ca020cfbe998e5af3457fda087444cf5116496, attempt 1/20 [2022-08-25T23:04:55.627Z] 2022/08/25 23:04:55 Finished clone github.com/Microsoft/opengcs [2022-08-25T23:04:55.627Z] 2022/08/25 23:04:55 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2022-08-25T23:04:55.664Z] --- PASS: TestDockerNetworkReConnect (3.62s) [2022-08-25T23:04:55.664Z] === RUN TestServicePlugin [2022-08-25T23:04:55.923Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-08-25T23:04:56.182Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-08-25T23:04:56.198Z] 2022/08/25 23:04:55 Finished clone github.com/modern-go/reflect2 [2022-08-25T23:04:56.198Z] 2022/08/25 23:04:55 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2022-08-25T23:04:56.198Z] 2022/08/25 23:04:56 Finished clone github.com/json-iterator/go [2022-08-25T23:04:56.198Z] 2022/08/25 23:04:56 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2022-08-25T23:04:56.441Z] === RUN TestDockerSuite/TestEventsFilterType [2022-08-25T23:04:56.458Z] 2022/08/25 23:04:56 Finished clone go.etcd.io/bbolt [2022-08-25T23:04:56.458Z] 2022/08/25 23:04:56 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2022-08-25T23:04:56.700Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-08-25T23:04:56.719Z] 2022/08/25 23:04:56 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2022-08-25T23:04:56.719Z] 2022/08/25 23:04:56 Finished clone github.com/hashicorp/serf [2022-08-25T23:04:56.960Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-08-25T23:04:56.960Z] === RUN TestDockerSuite/TestEventsFilters [2022-08-25T23:04:56.979Z] 2022/08/25 23:04:56 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2022-08-25T23:04:56.979Z] 2022/08/25 23:04:56 Clone github.com/opencontainers/image-spec, revision 67d2d5658fe0476ab9bf414cec164077ebff3920, attempt 1/20 [2022-08-25T23:04:57.550Z] 2022/08/25 23:04:57 Finished clone github.com/containerd/ttrpc [2022-08-25T23:04:57.550Z] 2022/08/25 23:04:57 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2022-08-25T23:04:58.337Z] === RUN TestDockerSuite/TestEventsFormat [2022-08-25T23:04:58.936Z] 2022/08/25 23:04:58 Finished clone golang.org/x/net [2022-08-25T23:04:58.936Z] 2022/08/25 23:04:58 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2022-08-25T23:04:58.936Z] 2022/08/25 23:04:58 Finished clone github.com/cyphar/filepath-securejoin [2022-08-25T23:04:58.936Z] 2022/08/25 23:04:58 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2022-08-25T23:04:59.276Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-08-25T23:04:59.276Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-08-25T23:04:59.276Z] === RUN TestDockerSuite/TestEventsImageImport [2022-08-25T23:04:59.276Z] plugin_test.go:62: [d41bdb2d7f7f5] joining swarm manager [d19054fa1a286]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:05:00.213Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-08-25T23:05:00.213Z] === RUN TestDockerSuite/TestEventsImagePull [2022-08-25T23:05:00.321Z] 2022/08/25 23:05:00 Finished clone github.com/opencontainers/runtime-spec [2022-08-25T23:05:00.321Z] 2022/08/25 23:05:00 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2022-08-25T23:05:00.321Z] 2022/08/25 23:05:00 Finished clone github.com/vbatts/tar-split [2022-08-25T23:05:00.321Z] 2022/08/25 23:05:00 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2022-08-25T23:05:00.796Z] plugin_test.go:65: [d3871511a68a7] joining swarm manager [d19054fa1a286]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:05:00.892Z] 2022/08/25 23:05:00 Finished clone github.com/opencontainers/image-spec [2022-08-25T23:05:00.892Z] 2022/08/25 23:05:00 Clone github.com/fluent/fluent-logger-golang, revision 0b652e850a9140d0b1db6390d8925d0601e952db, attempt 1/20 [2022-08-25T23:05:01.153Z] 2022/08/25 23:05:01 Finished clone github.com/coreos/go-systemd [2022-08-25T23:05:01.153Z] 2022/08/25 23:05:01 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2022-08-25T23:05:01.367Z] === RUN TestDockerSuite/TestEventsImageTag [2022-08-25T23:05:01.413Z] 2022/08/25 23:05:01 Finished clone github.com/coreos/go-systemd/v22 [2022-08-25T23:05:01.413Z] 2022/08/25 23:05:01 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2022-08-25T23:05:01.626Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-08-25T23:05:01.992Z] 2022/08/25 23:05:01 Finished clone github.com/Graylog2/go-gelf [2022-08-25T23:05:01.992Z] 2022/08/25 23:05:01 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2022-08-25T23:05:02.563Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-08-25T23:05:02.563Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-08-25T23:05:02.563Z] docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport [2022-08-25T23:05:02.563Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-08-25T23:05:02.563Z] docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport [2022-08-25T23:05:02.563Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-08-25T23:05:02.564Z] 2022/08/25 23:05:02 Finished clone github.com/fluent/fluent-logger-golang [2022-08-25T23:05:02.564Z] 2022/08/25 23:05:02 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2022-08-25T23:05:02.564Z] 2022/08/25 23:05:02 Finished clone github.com/godbus/dbus/v5 [2022-08-25T23:05:02.564Z] 2022/08/25 23:05:02 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2022-08-25T23:05:02.825Z] 2022/08/25 23:05:02 Finished clone github.com/philhofer/fwd [2022-08-25T23:05:02.825Z] 2022/08/25 23:05:02 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2022-08-25T23:05:04.209Z] 2022/08/25 23:05:03 Finished clone github.com/fsnotify/fsnotify [2022-08-25T23:05:04.209Z] 2022/08/25 23:05:03 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2022-08-25T23:05:04.209Z] 2022/08/25 23:05:04 Finished clone github.com/bsphere/le_go [2022-08-25T23:05:04.209Z] 2022/08/25 23:05:04 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2022-08-25T23:05:05.095Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-08-25T23:05:05.151Z] 2022/08/25 23:05:04 Finished clone github.com/jmespath/go-jmespath [2022-08-25T23:05:05.151Z] 2022/08/25 23:05:04 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2022-08-25T23:05:05.354Z] === RUN TestDockerSuite/TestEventsRename [2022-08-25T23:05:05.922Z] === RUN TestDockerSuite/TestEventsResize [2022-08-25T23:05:06.093Z] 2022/08/25 23:05:05 Finished clone github.com/tinylib/msgp [2022-08-25T23:05:06.093Z] 2022/08/25 23:05:05 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2022-08-25T23:05:06.490Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-08-25T23:05:06.665Z] 2022/08/25 23:05:06 Finished clone github.com/golang/groupcache [2022-08-25T23:05:06.665Z] 2022/08/25 23:05:06 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2022-08-25T23:05:06.665Z] 2022/08/25 23:05:06 Finished clone github.com/docker/libnetwork [2022-08-25T23:05:06.665Z] 2022/08/25 23:05:06 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2022-08-25T23:05:07.236Z] 2022/08/25 23:05:07 Finished clone golang.org/x/oauth2 [2022-08-25T23:05:07.236Z] 2022/08/25 23:05:07 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2022-08-25T23:05:07.866Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-08-25T23:05:09.172Z] 2022/08/25 23:05:08 Finished clone github.com/googleapis/gax-go [2022-08-25T23:05:09.172Z] 2022/08/25 23:05:08 Clone https://github.com/moby/containerd.git to github.com/containerd/containerd, revision 7cfa023d95d37076d5ab035003d4839f4b6ba791, attempt 1/20 [2022-08-25T23:05:09.769Z] docker_api_swarm_test.go:202: [dc1b4a42bb44d] joining swarm manager [d0b246d1dc2bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:05:10.115Z] 2022/08/25 23:05:09 Finished clone github.com/miekg/dns [2022-08-25T23:05:10.115Z] 2022/08/25 23:05:09 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2022-08-25T23:05:10.376Z] 2022/08/25 23:05:10 Finished clone go.opencensus.io [2022-08-25T23:05:10.376Z] 2022/08/25 23:05:10 Clone github.com/containerd/continuity, revision 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd, attempt 1/20 [2022-08-25T23:05:11.765Z] 2022/08/25 23:05:11 Finished clone github.com/containerd/fifo [2022-08-25T23:05:11.765Z] 2022/08/25 23:05:11 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2022-08-25T23:05:12.302Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-08-25T23:05:12.561Z] === RUN TestDockerSuite/TestEventsStreaming [2022-08-25T23:05:13.129Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-08-25T23:05:13.682Z] 2022/08/25 23:05:13 Finished clone golang.org/x/sys [2022-08-25T23:05:13.682Z] 2022/08/25 23:05:13 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2022-08-25T23:05:14.255Z] 2022/08/25 23:05:14 Finished clone github.com/containerd/cgroups [2022-08-25T23:05:14.255Z] 2022/08/25 23:05:14 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2022-08-25T23:05:15.766Z] === RUN TestDockerSuite/TestEventsTop [2022-08-25T23:05:16.170Z] 2022/08/25 23:05:15 Finished clone github.com/containerd/go-runc [2022-08-25T23:05:16.170Z] 2022/08/25 23:05:15 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2022-08-25T23:05:16.333Z] === RUN TestDockerSuite/TestEventsUntag [2022-08-25T23:05:16.430Z] 2022/08/25 23:05:16 Finished clone golang.org/x/text [2022-08-25T23:05:16.430Z] 2022/08/25 23:05:16 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2022-08-25T23:05:17.359Z] --- PASS: TestCheckoutGit (43.15s) [2022-08-25T23:05:17.359Z] === RUN TestValidGitTransport [2022-08-25T23:05:17.359Z] --- PASS: TestValidGitTransport (0.00s) [2022-08-25T23:05:17.359Z] === RUN TestGitInvalidRef [2022-08-25T23:05:17.359Z] --- PASS: TestGitInvalidRef (0.33s) [2022-08-25T23:05:17.359Z] PASS [2022-08-25T23:05:17.359Z] coverage: 86.3% of statements [2022-08-25T23:05:17.359Z] ok github.com/docker/docker/builder/remotecontext/git 43.572s coverage: 86.3% of statements [2022-08-25T23:05:17.359Z] ? github.com/docker/docker/cli [no test files] [2022-08-25T23:05:17.359Z] ? github.com/docker/docker/cli/config [no test files] [2022-08-25T23:05:17.373Z] 2022/08/25 23:05:17 Finished clone github.com/containerd/typeurl [2022-08-25T23:05:17.373Z] 2022/08/25 23:05:17 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2022-08-25T23:05:17.373Z] 2022/08/25 23:05:17 Clone github.com/cilium/ebpf, revision 32458a752e0bcbc670691625f84e7ef6aef5655d, attempt 1/20 [2022-08-25T23:05:17.373Z] 2022/08/25 23:05:17 Finished clone github.com/containerd/continuity [2022-08-25T23:05:17.373Z] 2022/08/25 23:05:17 Finished clone github.com/containerd/console [2022-08-25T23:05:17.373Z] 2022/08/25 23:05:17 Clone github.com/docker/swarmkit, revision cf1e0f8d95ee37ea1f9a5f8a54c73c1e0fa58a54, attempt 1/20 [2022-08-25T23:05:18.863Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-08-25T23:05:19.287Z] 2022/08/25 23:05:19 Finished clone github.com/gogo/googleapis [2022-08-25T23:05:19.287Z] 2022/08/25 23:05:19 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2022-08-25T23:05:20.230Z] 2022/08/25 23:05:19 Finished clone github.com/Microsoft/hcsshim [2022-08-25T23:05:20.230Z] 2022/08/25 23:05:19 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2022-08-25T23:05:20.230Z] 2022/08/25 23:05:20 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2022-08-25T23:05:20.230Z] 2022/08/25 23:05:20 Finished clone github.com/opencontainers/runc [2022-08-25T23:05:20.491Z] 2022/08/25 23:05:20 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2022-08-25T23:05:20.491Z] 2022/08/25 23:05:20 Finished clone google.golang.org/grpc [2022-08-25T23:05:21.878Z] 2022/08/25 23:05:21 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2022-08-25T23:05:21.878Z] 2022/08/25 23:05:21 Finished clone code.cloudfoundry.org/clock [2022-08-25T23:05:21.878Z] 2022/08/25 23:05:21 Finished clone github.com/fernet/fernet-go [2022-08-25T23:05:21.878Z] 2022/08/25 23:05:21 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2022-08-25T23:05:22.821Z] 2022/08/25 23:05:22 Finished clone github.com/docker/distribution [2022-08-25T23:05:22.821Z] 2022/08/25 23:05:22 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.02s) [2022-08-25T23:05:24.674Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-08-25T23:05:24.674Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestConfigureDaemonLogs [2022-08-25T23:05:24.674Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestCommonOptionsInstallFlags [2022-08-25T23:05:24.674Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-08-25T23:05:24.674Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-08-25T23:05:24.674Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-08-25T23:05:24.674Z] PASS [2022-08-25T23:05:24.674Z] coverage: 18.4% of statements [2022-08-25T23:05:24.674Z] ok github.com/docker/docker/cmd/dockerd 0.268s coverage: 18.4% of statements [2022-08-25T23:05:24.734Z] 2022/08/25 23:05:24 Finished clone golang.org/x/time [2022-08-25T23:05:24.734Z] 2022/08/25 23:05:24 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2022-08-25T23:05:25.430Z] === RUN TestDockerSuite/TestExec [2022-08-25T23:05:25.430Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-08-25T23:05:25.689Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-08-25T23:05:26.120Z] 2022/08/25 23:05:26 Finished clone github.com/hashicorp/go-memdb [2022-08-25T23:05:26.120Z] 2022/08/25 23:05:26 Clone https://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2022-08-25T23:05:26.257Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-08-25T23:05:26.258Z] --- PASS: TestServicePlugin (30.75s) [2022-08-25T23:05:26.258Z] === RUN TestServiceUpdateLabel [2022-08-25T23:05:26.292Z] === RUN TestContainerStopSignal [2022-08-25T23:05:26.292Z] --- PASS: TestContainerStopSignal (0.00s) [2022-08-25T23:05:26.292Z] === RUN TestContainerStopTimeout [2022-08-25T23:05:26.292Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-08-25T23:05:26.292Z] === RUN TestContainerSecretReferenceDestTarget [2022-08-25T23:05:26.293Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-08-25T23:05:26.293Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestContainerLogPathSetForRingLogger [2022-08-25T23:05:26.293Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestReplaceAndAppendEnvVars [2022-08-25T23:05:26.293Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-08-25T23:05:26.293Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestNewMemoryStore [2022-08-25T23:05:26.293Z] --- PASS: TestNewMemoryStore (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestAddContainers [2022-08-25T23:05:26.293Z] --- PASS: TestAddContainers (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestGetContainer [2022-08-25T23:05:26.293Z] --- PASS: TestGetContainer (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestDeleteContainer [2022-08-25T23:05:26.293Z] --- PASS: TestDeleteContainer (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestListContainers [2022-08-25T23:05:26.293Z] --- PASS: TestListContainers (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestFirstContainer [2022-08-25T23:05:26.293Z] --- PASS: TestFirstContainer (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestApplyAllContainer [2022-08-25T23:05:26.293Z] --- PASS: TestApplyAllContainer (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestIsValidHealthString [2022-08-25T23:05:26.293Z] --- PASS: TestIsValidHealthString (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestStateRunStop [2022-08-25T23:05:26.293Z] --- PASS: TestStateRunStop (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestStateTimeoutWait [2022-08-25T23:05:26.293Z] state_test.go:141: Stop callback fired [2022-08-25T23:05:26.293Z] state_test.go:165: Stop callback fired [2022-08-25T23:05:26.293Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-08-25T23:05:26.293Z] === RUN TestIsValidStateString [2022-08-25T23:05:26.293Z] --- PASS: TestIsValidStateString (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestViewSaveDelete [2022-08-25T23:05:26.293Z] --- PASS: TestViewSaveDelete (0.02s) [2022-08-25T23:05:26.293Z] === RUN TestViewAll [2022-08-25T23:05:26.293Z] --- PASS: TestViewAll (0.03s) [2022-08-25T23:05:26.293Z] === RUN TestViewGet [2022-08-25T23:05:26.293Z] --- PASS: TestViewGet (0.03s) [2022-08-25T23:05:26.293Z] === RUN TestNames [2022-08-25T23:05:26.293Z] --- PASS: TestNames (0.00s) [2022-08-25T23:05:26.293Z] === RUN TestViewWithHealthCheck [2022-08-25T23:05:26.293Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-08-25T23:05:26.293Z] PASS [2022-08-25T23:05:26.293Z] coverage: 41.4% of statements [2022-08-25T23:05:26.691Z] 2022/08/25 23:05:26 Finished clone github.com/cilium/ebpf [2022-08-25T23:05:26.691Z] 2022/08/25 23:05:26 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2022-08-25T23:05:26.777Z] ok github.com/docker/docker/container 0.297s coverage: 41.4% of statements [2022-08-25T23:05:26.777Z] ? github.com/docker/docker/container/stream [no test files] [2022-08-25T23:05:26.777Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-08-25T23:05:26.777Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-08-25T23:05:26.777Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-08-25T23:05:26.825Z] === RUN TestDockerSuite/TestExecAPIStart [2022-08-25T23:05:27.633Z] 2022/08/25 23:05:27 Finished clone github.com/moby/buildkit [2022-08-25T23:05:27.633Z] 2022/08/25 23:05:27 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2022-08-25T23:05:27.798Z] === RUN TestPrepare [2022-08-25T23:05:27.798Z] --- PASS: TestPrepare (0.00s) [2022-08-25T23:05:27.798Z] === RUN TestStart [2022-08-25T23:05:27.798Z] --- PASS: TestStart (0.00s) [2022-08-25T23:05:27.798Z] === RUN TestWaitCancel [2022-08-25T23:05:27.798Z] --- PASS: TestWaitCancel (0.00s) [2022-08-25T23:05:27.798Z] === RUN TestWaitDisabled [2022-08-25T23:05:27.798Z] --- PASS: TestWaitDisabled (0.00s) [2022-08-25T23:05:27.798Z] === RUN TestWaitEnabled [2022-08-25T23:05:27.798Z] --- PASS: TestWaitEnabled (0.00s) [2022-08-25T23:05:27.798Z] === RUN TestRemove [2022-08-25T23:05:27.798Z] --- PASS: TestRemove (0.00s) [2022-08-25T23:05:27.798Z] PASS [2022-08-25T23:05:27.798Z] coverage: 65.3% of statements [2022-08-25T23:05:27.798Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.078s coverage: 65.3% of statements [2022-08-25T23:05:27.893Z] 2022/08/25 23:05:27 Finished clone github.com/hashicorp/go-immutable-radix [2022-08-25T23:05:27.893Z] 2022/08/25 23:05:27 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2022-08-25T23:05:28.154Z] 2022/08/25 23:05:28 Finished clone github.com/hashicorp/golang-lru [2022-08-25T23:05:28.154Z] 2022/08/25 23:05:28 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2022-08-25T23:05:28.204Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-08-25T23:05:28.415Z] 2022/08/25 23:05:28 Finished clone github.com/golang/protobuf [2022-08-25T23:05:28.415Z] 2022/08/25 23:05:28 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2022-08-25T23:05:28.463Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-08-25T23:05:28.986Z] 2022/08/25 23:05:28 Finished clone github.com/coreos/pkg [2022-08-25T23:05:28.986Z] 2022/08/25 23:05:28 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2022-08-25T23:05:29.032Z] --- PASS: TestServiceUpdateLabel (2.60s) [2022-08-25T23:05:29.032Z] === RUN TestServiceUpdateSecrets [2022-08-25T23:05:29.247Z] 2022/08/25 23:05:29 Finished clone golang.org/x/crypto [2022-08-25T23:05:29.247Z] 2022/08/25 23:05:29 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2022-08-25T23:05:29.291Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-08-25T23:05:29.507Z] 2022/08/25 23:05:29 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2022-08-25T23:05:29.508Z] 2022/08/25 23:05:29 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2022-08-25T23:05:29.771Z] 2022/08/25 23:05:29 Finished clone github.com/beorn7/perks [2022-08-25T23:05:29.771Z] 2022/08/25 23:05:29 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2022-08-25T23:05:29.860Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-08-25T23:05:30.086Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-08-25T23:05:30.086Z] === RUN TestNewListSecretsFilters [2022-08-25T23:05:30.086Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-08-25T23:05:30.086Z] === RUN TestNewListConfigsFilters [2022-08-25T23:05:30.086Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-08-25T23:05:30.086Z] PASS [2022-08-25T23:05:30.086Z] coverage: 0.5% of statements [2022-08-25T23:05:30.429Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-08-25T23:05:30.573Z] ok github.com/docker/docker/daemon/cluster 0.222s coverage: 0.5% of statements [2022-08-25T23:05:30.573Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.23s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCIsolation [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCIsolation [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-08-25T23:05:30.573Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCConfigs [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCConfigs [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-08-25T23:05:30.573Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-08-25T23:05:30.573Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-08-25T23:05:30.573Z] PASS [2022-08-25T23:05:30.573Z] coverage: 35.9% of statements [2022-08-25T23:05:30.573Z] ok github.com/docker/docker/daemon/cluster/convert 0.330s coverage: 35.9% of statements [2022-08-25T23:05:30.728Z] 2022/08/25 23:05:30 Finished clone github.com/prometheus/client_model [2022-08-25T23:05:30.728Z] 2022/08/25 23:05:30 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2022-08-25T23:05:30.997Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-08-25T23:05:31.564Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-08-25T23:05:31.667Z] 2022/08/25 23:05:31 Finished clone github.com/matttproud/golang_protobuf_extensions [2022-08-25T23:05:31.667Z] 2022/08/25 23:05:31 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2022-08-25T23:05:32.240Z] 2022/08/25 23:05:32 Finished clone github.com/pkg/errors [2022-08-25T23:05:32.240Z] 2022/08/25 23:05:32 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2022-08-25T23:05:32.500Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-08-25T23:05:32.500Z] === RUN TestDockerSuite/TestExecCgroup [2022-08-25T23:05:32.811Z] 2022/08/25 23:05:32 Finished clone github.com/prometheus/client_golang [2022-08-25T23:05:32.811Z] 2022/08/25 23:05:32 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2022-08-25T23:05:33.072Z] 2022/08/25 23:05:32 Finished clone github.com/inconshreveable/mousetrap [2022-08-25T23:05:33.072Z] 2022/08/25 23:05:32 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2022-08-25T23:05:33.072Z] 2022/08/25 23:05:33 Finished clone github.com/prometheus/procfs [2022-08-25T23:05:33.335Z] 2022/08/25 23:05:33 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2022-08-25T23:05:33.335Z] 2022/08/25 23:05:33 Finished clone github.com/prometheus/common [2022-08-25T23:05:33.335Z] 2022/08/25 23:05:33 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2022-08-25T23:05:33.437Z] === RUN TestDockerSuite/TestExecEnv [2022-08-25T23:05:33.596Z] 2022/08/25 23:05:33 Finished clone github.com/cespare/xxhash/v2 [2022-08-25T23:05:33.596Z] 2022/08/25 23:05:33 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2022-08-25T23:05:34.374Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-08-25T23:05:34.375Z] docker_api_swarm_test.go:384: [dfc858fff54c2] joining swarm manager [db68268142d26]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:05:34.472Z] === RUN TestDiscoveryOptsErrors [2022-08-25T23:05:34.472Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2022-08-25T23:05:34.472Z] === RUN TestDiscoveryOpts [2022-08-25T23:05:34.472Z] --- PASS: TestDiscoveryOpts (0.00s) [2022-08-25T23:05:34.472Z] PASS [2022-08-25T23:05:34.472Z] coverage: 30.0% of statements [2022-08-25T23:05:34.472Z] ok github.com/docker/docker/daemon/discovery 0.069s coverage: 30.0% of statements [2022-08-25T23:05:34.981Z] 2022/08/25 23:05:34 Finished clone github.com/morikuni/aec [2022-08-25T23:05:34.981Z] 2022/08/25 23:05:34 Finished clone github.com/spf13/pflag [2022-08-25T23:05:35.311Z] === RUN TestDockerSuite/TestExecExitStatus [2022-08-25T23:05:35.494Z] === RUN TestBuilderGC [2022-08-25T23:05:35.494Z] --- PASS: TestBuilderGC (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationNotFound [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestDaemonBrokenConfiguration [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestParseClusterAdvertiseSettings [2022-08-25T23:05:35.494Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestFindConfigurationConflicts [2022-08-25T23:05:35.494Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-08-25T23:05:35.494Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeConflicts [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-08-25T23:05:35.494Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-08-25T23:05:35.494Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-08-25T23:05:35.494Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-08-25T23:05:35.494Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-08-25T23:05:35.494Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-08-25T23:05:35.494Z] === RUN TestValidateConfiguration [2022-08-25T23:05:35.494Z] === RUN TestValidateConfiguration/with_label [2022-08-25T23:05:35.494Z] === RUN TestValidateConfiguration/with_dns [2022-08-25T23:05:35.494Z] === RUN TestValidateConfiguration/with_dns-search [2022-08-25T23:05:35.552Z] 2022/08/25 23:05:35 Finished clone github.com/docker/go-metrics [2022-08-25T23:05:35.879Z] docker_api_swarm_test.go:385: [d3d7ad4b0c1b4] joining swarm manager [db68268142d26]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:05:35.980Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-08-25T23:05:35.980Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-08-25T23:05:35.980Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-08-25T23:05:35.980Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-08-25T23:05:35.980Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestModifiedDiscoverySettings [2022-08-25T23:05:35.980Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestReloadSetConfigFileNotExist [2022-08-25T23:05:35.980Z] === RUN TestWaitNodeAttachment [2022-08-25T23:05:35.980Z] time="2022-08-25T23:05:35Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-08-25T23:05:35.980Z] --- PASS: TestReloadSetConfigFileNotExist (0.24s) [2022-08-25T23:05:35.980Z] === RUN TestReloadDefaultConfigNotExist [2022-08-25T23:05:35.980Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:05:35.980Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestReloadBadDefaultConfig [2022-08-25T23:05:35.980Z] time="2022-08-25T23:05:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1408148426" [2022-08-25T23:05:35.980Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestReloadWithConflictingLabels [2022-08-25T23:05:35.980Z] time="2022-08-25T23:05:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1575515994" [2022-08-25T23:05:35.980Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestReloadWithDuplicateLabels [2022-08-25T23:05:35.980Z] time="2022-08-25T23:05:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1458990397" [2022-08-25T23:05:35.980Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestDaemonConfigurationMerge [2022-08-25T23:05:35.980Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-08-25T23:05:35.980Z] PASS [2022-08-25T23:05:35.980Z] coverage: 79.7% of statements [2022-08-25T23:05:35.980Z] ok github.com/docker/docker/daemon/config 0.440s coverage: 79.7% of statements [2022-08-25T23:05:35.980Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-08-25T23:05:35.980Z] === RUN TestIsolationConversion [2022-08-25T23:05:35.980Z] === RUN TestIsolationConversion/default [2022-08-25T23:05:35.980Z] === RUN TestIsolationConversion/process [2022-08-25T23:05:35.980Z] === RUN TestIsolationConversion/hyperv [2022-08-25T23:05:35.980Z] --- PASS: TestIsolationConversion (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestContainerLabels [2022-08-25T23:05:35.980Z] --- PASS: TestContainerLabels (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestCredentialSpecConversion [2022-08-25T23:05:35.980Z] === RUN TestCredentialSpecConversion/none [2022-08-25T23:05:35.980Z] === RUN TestCredentialSpecConversion/config [2022-08-25T23:05:35.980Z] === RUN TestCredentialSpecConversion/file [2022-08-25T23:05:35.980Z] === RUN TestCredentialSpecConversion/registry [2022-08-25T23:05:35.980Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-08-25T23:05:35.980Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestControllerValidateMountBind [2022-08-25T23:05:35.980Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestControllerValidateMountVolume [2022-08-25T23:05:35.980Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestControllerValidateMountTarget [2022-08-25T23:05:35.980Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestControllerValidateMountTmpfs [2022-08-25T23:05:35.980Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestControllerValidateMountInvalidType [2022-08-25T23:05:35.980Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-08-25T23:05:35.980Z] === RUN TestControllerValidateMountNamedPipe [2022-08-25T23:05:35.980Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-08-25T23:05:35.980Z] PASS [2022-08-25T23:05:35.980Z] coverage: 11.0% of statements [2022-08-25T23:05:35.980Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.762s coverage: 11.0% of statements [2022-08-25T23:05:36.138Z] === RUN TestDockerSuite/TestExecInspectID [2022-08-25T23:05:36.494Z] 2022/08/25 23:05:36 Finished clone github.com/spf13/cobra [2022-08-25T23:05:36.755Z] 2022/08/25 23:05:36 Finished clone github.com/opencontainers/selinux [2022-08-25T23:05:37.005Z] === RUN TestEventsLog [2022-08-25T23:05:37.005Z] --- PASS: TestEventsLog (0.00s) [2022-08-25T23:05:37.005Z] === RUN TestEventsLogTimeout [2022-08-25T23:05:37.005Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-08-25T23:05:37.005Z] === RUN TestLogEvents [2022-08-25T23:05:37.005Z] --- PASS: TestLogEvents (0.06s) [2022-08-25T23:05:37.005Z] === RUN TestLoadBufferedEvents [2022-08-25T23:05:37.326Z] 2022/08/25 23:05:37 Finished clone github.com/google/certificate-transparency-go [2022-08-25T23:05:37.490Z] --- PASS: TestLoadBufferedEvents (0.24s) [2022-08-25T23:05:37.491Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-08-25T23:05:37.491Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-08-25T23:05:37.491Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-08-25T23:05:37.491Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-08-25T23:05:37.491Z] PASS [2022-08-25T23:05:37.491Z] coverage: 50.0% of statements [2022-08-25T23:05:37.491Z] ok github.com/docker/docker/daemon/events 0.405s coverage: 50.0% of statements [2022-08-25T23:05:37.515Z] === RUN TestDockerSuite/TestExecInteractive [2022-08-25T23:05:38.450Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-08-25T23:05:38.512Z] === RUN TestIsEmptyDir [2022-08-25T23:05:38.512Z] --- PASS: TestIsEmptyDir (0.01s) [2022-08-25T23:05:38.512Z] PASS [2022-08-25T23:05:38.512Z] coverage: 2.3% of statements [2022-08-25T23:05:38.512Z] ok github.com/docker/docker/daemon/graphdriver 0.088s coverage: 2.3% of statements [2022-08-25T23:05:38.709Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-08-25T23:05:39.001Z] === RUN TestLinkNaming [2022-08-25T23:05:39.001Z] --- PASS: TestLinkNaming (0.00s) [2022-08-25T23:05:39.001Z] === RUN TestLinkNew [2022-08-25T23:05:39.001Z] --- PASS: TestLinkNew (0.00s) [2022-08-25T23:05:39.001Z] === RUN TestLinkEnv [2022-08-25T23:05:39.001Z] --- PASS: TestLinkEnv (0.00s) [2022-08-25T23:05:39.001Z] === RUN TestLinkMultipleEnv [2022-08-25T23:05:39.001Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-08-25T23:05:39.001Z] === RUN TestLinkPortRangeEnv [2022-08-25T23:05:39.001Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-08-25T23:05:39.001Z] PASS [2022-08-25T23:05:39.001Z] coverage: 93.0% of statements [2022-08-25T23:05:39.001Z] ok github.com/docker/docker/daemon/links 0.079s coverage: 93.0% of statements [2022-08-25T23:05:39.276Z] === RUN TestDockerSuite/TestExecParseError [2022-08-25T23:05:39.843Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-08-25T23:05:40.410Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-08-25T23:05:40.618Z] === RUN TestVerifyNetworkingConfig [2022-08-25T23:05:40.618Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestGetContainer [2022-08-25T23:05:40.618Z] --- PASS: TestGetContainer (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestValidContainerNames [2022-08-25T23:05:40.618Z] --- PASS: TestValidContainerNames (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestContainerInitDNS [2022-08-25T23:05:40.618Z] daemon_test.go:147: root required [2022-08-25T23:05:40.618Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestMerge [2022-08-25T23:05:40.618Z] --- PASS: TestMerge (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestValidateContainerIsolation [2022-08-25T23:05:40.618Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestFindNetworkErrorType [2022-08-25T23:05:40.618Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestEnsureServicesExist [2022-08-25T23:05:40.618Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestEnsureServicesExistErrors [2022-08-25T23:05:40.618Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-08-25T23:05:40.618Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-08-25T23:05:40.618Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-08-25T23:05:40.618Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestContainerDelete [2022-08-25T23:05:40.618Z] --- PASS: TestContainerDelete (0.01s) [2022-08-25T23:05:40.618Z] === RUN TestContainerDoubleDelete [2022-08-25T23:05:40.618Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestLogContainerEventCopyLabels [2022-08-25T23:05:40.618Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestLogContainerEventWithAttributes [2022-08-25T23:05:40.618Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestNoneHealthcheck [2022-08-25T23:05:40.618Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestHealthStates [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] time="2022-08-25T23:05:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-08-25T23:05:40.618Z] --- PASS: TestHealthStates (0.22s) [2022-08-25T23:05:40.618Z] === RUN TestMaskURLCredentials [2022-08-25T23:05:40.618Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestGetInspectData [2022-08-25T23:05:40.618Z] --- PASS: TestGetInspectData (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestFillLicense [2022-08-25T23:05:40.618Z] --- PASS: TestFillLicense (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestListInvalidFilter [2022-08-25T23:05:40.618Z] --- PASS: TestListInvalidFilter (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestNameFilter [2022-08-25T23:05:40.618Z] --- PASS: TestNameFilter (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-08-25T23:05:40.618Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-08-25T23:05:40.618Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-08-25T23:05:40.618Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestDaemonReloadLabels [2022-08-25T23:05:40.618Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-08-25T23:05:40.618Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestDaemonReloadMirrors [2022-08-25T23:05:40.618Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestDaemonReloadInsecureRegistries [2022-08-25T23:05:40.618Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestDaemonReloadNotAffectOthers [2022-08-25T23:05:40.618Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-08-25T23:05:40.618Z] === RUN TestDaemonDiscoveryReload [2022-08-25T23:05:40.669Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-08-25T23:05:41.605Z] === RUN TestDockerSuite/TestExecSetEnv [2022-08-25T23:05:41.641Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2022-08-25T23:05:41.641Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2022-08-25T23:05:42.127Z] === RUN TestAdapterReadLogs [2022-08-25T23:05:42.127Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestCopier [2022-08-25T23:05:42.127Z] --- PASS: TestCopier (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestCopierLongLines [2022-08-25T23:05:42.127Z] --- PASS: TestCopierLongLines (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestCopierSlow [2022-08-25T23:05:42.127Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2022-08-25T23:05:42.127Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig/defaults [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig/invalid_create_group [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-08-25T23:05:42.127Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-08-25T23:05:42.127Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-08-25T23:05:42.127Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestNewAWSLogsClientRegionDetect [2022-08-25T23:05:42.127Z] --- PASS: TestCopierSlow (0.20s) [2022-08-25T23:05:42.127Z] === RUN TestCopierWithSized [2022-08-25T23:05:42.127Z] === RUN TestCopierWithSized/as_is [2022-08-25T23:05:42.127Z] === RUN TestCopierWithSized/With_RingLogger [2022-08-25T23:05:42.127Z] --- PASS: TestCopierWithSized (0.01s) [2022-08-25T23:05:42.127Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-08-25T23:05:42.127Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-08-25T23:05:42.127Z] === RUN TestCopierWithPartial [2022-08-25T23:05:42.127Z] --- PASS: TestCopierWithPartial (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestRingLogger [2022-08-25T23:05:42.127Z] --- PASS: TestRingLogger (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestRingCap [2022-08-25T23:05:42.127Z] --- PASS: TestRingCap (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestRingClose [2022-08-25T23:05:42.127Z] --- PASS: TestRingClose (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestRingDrain [2022-08-25T23:05:42.127Z] --- PASS: TestRingDrain (0.00s) [2022-08-25T23:05:42.127Z] PASS [2022-08-25T23:05:42.127Z] coverage: 43.5% of statements [2022-08-25T23:05:42.127Z] ok github.com/docker/docker/daemon/logger 0.346s coverage: 43.5% of statements [2022-08-25T23:05:42.127Z] time="2022-08-25T23:05:41Z" level=info msg="Trying to get region from EC2 Metadata" [2022-08-25T23:05:42.127Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.22s) [2022-08-25T23:05:42.127Z] === RUN TestCreateSuccess [2022-08-25T23:05:42.127Z] --- PASS: TestCreateSuccess (0.00s) [2022-08-25T23:05:42.127Z] === RUN TestCreateLogGroupSuccess [2022-08-25T23:05:42.173Z] === RUN TestDockerSuite/TestExecStartFails [2022-08-25T23:05:42.612Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCreateError [2022-08-25T23:05:42.612Z] --- PASS: TestCreateError (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCreateAlreadyExists [2022-08-25T23:05:42.612Z] time="2022-08-25T23:05:42Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-08-25T23:05:42.612Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestLogClosed [2022-08-25T23:05:42.612Z] --- PASS: TestLogClosed (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestLogBlocking [2022-08-25T23:05:42.612Z] --- PASS: TestLogBlocking (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestLogNonBlockingBufferEmpty [2022-08-25T23:05:42.612Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestLogNonBlockingBufferFull [2022-08-25T23:05:42.612Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestPublishBatchSuccess [2022-08-25T23:05:42.612Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestPublishBatchError [2022-08-25T23:05:42.612Z] time="2022-08-25T23:05:42Z" level=error msg=Error [2022-08-25T23:05:42.612Z] --- PASS: TestPublishBatchError (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-08-25T23:05:42.612Z] time="2022-08-25T23:05:42Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-08-25T23:05:42.612Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestPublishBatchAlreadyAccepted [2022-08-25T23:05:42.612Z] time="2022-08-25T23:05:42Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-08-25T23:05:42.612Z] time="2022-08-25T23:05:42Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-08-25T23:05:42.612Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchSimple [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchTicker [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchMultilinePattern [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchClose [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchClose (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestEffectiveLen [2022-08-25T23:05:42.612Z] === RUN TestEffectiveLen/0/Hello [2022-08-25T23:05:42.612Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-08-25T23:05:42.612Z] === RUN TestEffectiveLen/2/🙃 [2022-08-25T23:05:42.612Z] === RUN TestEffectiveLen/3/���� [2022-08-25T23:05:42.612Z] === RUN TestEffectiveLen/4/He��o [2022-08-25T23:05:42.612Z] === RUN TestEffectiveLen/5/ [2022-08-25T23:05:42.612Z] --- PASS: TestEffectiveLen (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/0/ [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/1/Hello [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: Hello [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/2/Hello [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: He [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: llo [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/3/Hello [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: Hello [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/4/🙃 [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: 🙃 [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/5/🙃 [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: 🙃 [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/6/a� [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: a [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: � [2022-08-25T23:05:42.612Z] === RUN TestFindValidSplit/7/a� [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1044: a� [2022-08-25T23:05:42.612Z] cloudwatchlogs_test.go:1045: [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestProcessEventEmoji [2022-08-25T23:05:42.612Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchLineSplit [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchLineSplitWithBinary [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchMaxEvents [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchMaxEvents (0.05s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchMaxTotalBytes [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-08-25T23:05:42.612Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-08-25T23:05:42.612Z] === RUN TestSearchRegistryForImagesErrors [2022-08-25T23:05:42.612Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestSearchRegistryForImages [2022-08-25T23:05:42.612Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestOnlyPlatformWithFallback [2022-08-25T23:05:42.612Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestImageDelete [2022-08-25T23:05:42.612Z] === RUN TestImageDelete/no_lease [2022-08-25T23:05:42.612Z] === RUN TestImageDelete/lease_exists [2022-08-25T23:05:42.612Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsMultilinePattern [2022-08-25T23:05:42.612Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-08-25T23:05:42.612Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-08-25T23:05:42.612Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-08-25T23:05:42.612Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-08-25T23:05:42.613Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-08-25T23:05:42.613Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestCreateTagSuccess [2022-08-25T23:05:42.613Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-08-25T23:05:42.613Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-08-25T23:05:42.613Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-08-25T23:05:42.613Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-08-25T23:05:42.613Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-08-25T23:05:42.613Z] PASS [2022-08-25T23:05:42.613Z] coverage: 77.8% of statements [2022-08-25T23:05:42.613Z] --- PASS: TestImageDelete (0.05s) [2022-08-25T23:05:42.613Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-08-25T23:05:42.613Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-08-25T23:05:42.613Z] === RUN TestContentStoreForPull [2022-08-25T23:05:42.613Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2022-08-25T23:05:42.613Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-08-25T23:05:42.613Z] reload_test.go:520: root required [2022-08-25T23:05:42.613Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-08-25T23:05:42.613Z] ok github.com/docker/docker/daemon/logger/awslogs 0.499s coverage: 77.8% of statements [2022-08-25T23:05:42.613Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-08-25T23:05:42.613Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-08-25T23:05:42.613Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-08-25T23:05:42.613Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-08-25T23:05:42.613Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-08-25T23:05:42.613Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-08-25T23:05:42.613Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-08-25T23:05:42.613Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-08-25T23:05:42.613Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-08-25T23:05:42.613Z] === RUN TestParseVolumesFrom [2022-08-25T23:05:42.613Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-08-25T23:05:42.613Z] PASS [2022-08-25T23:05:42.613Z] coverage: 9.0% of statements [2022-08-25T23:05:42.613Z] ok github.com/docker/docker/daemon 2.854s coverage: 9.0% of statements [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-08-25T23:05:42.613Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-08-25T23:05:42.613Z] --- PASS: TestContentStoreForPull (0.27s) [2022-08-25T23:05:42.613Z] PASS [2022-08-25T23:05:42.613Z] coverage: 6.6% of statements [2022-08-25T23:05:42.613Z] ok github.com/docker/docker/daemon/images 0.459s coverage: 6.6% of statements [2022-08-25T23:05:42.741Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-08-25T23:05:43.099Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-08-25T23:05:43.099Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-08-25T23:05:43.099Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-08-25T23:05:43.099Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-08-25T23:05:43.099Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-08-25T23:05:43.099Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-08-25T23:05:43.099Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-08-25T23:05:43.585Z] === RUN TestJSONLogsMarshalJSONBuf [2022-08-25T23:05:43.585Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-08-25T23:05:43.585Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-08-25T23:05:43.693Z] --- PASS: TestServiceUpdateSecrets (14.65s) [2022-08-25T23:05:43.693Z] === RUN TestServiceUpdateConfigs [2022-08-25T23:05:44.080Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-08-25T23:05:44.080Z] === RUN TestFastTimeMarshalJSON [2022-08-25T23:05:44.080Z] --- PASS: TestFastTimeMarshalJSON (0.09s) [2022-08-25T23:05:44.080Z] PASS [2022-08-25T23:05:44.080Z] coverage: 87.2% of statements [2022-08-25T23:05:44.080Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.350s coverage: 87.2% of statements [2022-08-25T23:05:44.080Z] === RUN TestJSONFileLogger [2022-08-25T23:05:44.080Z] --- PASS: TestJSONFileLogger (0.00s) [2022-08-25T23:05:44.080Z] === RUN TestJSONFileLoggerWithTags [2022-08-25T23:05:44.080Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-08-25T23:05:44.080Z] === RUN TestJSONFileLoggerWithOpts [2022-08-25T23:05:44.080Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-08-25T23:05:44.080Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-08-25T23:05:44.080Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-08-25T23:05:44.080Z] === RUN TestEncodeDecode [2022-08-25T23:05:44.080Z] === PAUSE TestEncodeDecode [2022-08-25T23:05:44.080Z] === RUN TestUnexpectedEOF [2022-08-25T23:05:44.566Z] time="2022-08-25T23:05:44Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-08-25T23:05:44.566Z] time="2022-08-25T23:05:44Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-08-25T23:05:44.566Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-08-25T23:05:44.566Z] === CONT TestEncodeDecode [2022-08-25T23:05:44.566Z] --- PASS: TestEncodeDecode (0.00s) [2022-08-25T23:05:44.566Z] PASS [2022-08-25T23:05:44.566Z] coverage: 69.9% of statements [2022-08-25T23:05:44.566Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.330s coverage: 69.9% of statements [2022-08-25T23:05:44.566Z] === RUN TestWriteLog [2022-08-25T23:05:44.566Z] === PAUSE TestWriteLog [2022-08-25T23:05:44.566Z] === RUN TestReadLog [2022-08-25T23:05:44.566Z] === PAUSE TestReadLog [2022-08-25T23:05:44.566Z] === RUN TestDecode [2022-08-25T23:05:44.566Z] --- PASS: TestDecode (0.03s) [2022-08-25T23:05:44.566Z] === CONT TestWriteLog [2022-08-25T23:05:44.566Z] === CONT TestReadLog [2022-08-25T23:05:44.566Z] === RUN TestReadLog/tail_exact [2022-08-25T23:05:44.566Z] --- PASS: TestWriteLog (0.00s) [2022-08-25T23:05:45.052Z] === RUN TestReadLog/tail_less_than_available [2022-08-25T23:05:45.052Z] === RUN TestReadLog/tail_more_than_available [2022-08-25T23:05:45.052Z] --- PASS: TestReadLog (0.23s) [2022-08-25T23:05:45.052Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-08-25T23:05:45.052Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2022-08-25T23:05:45.052Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-08-25T23:05:45.052Z] PASS [2022-08-25T23:05:45.052Z] coverage: 78.7% of statements [2022-08-25T23:05:45.052Z] ok github.com/docker/docker/daemon/logger/local 0.328s coverage: 78.7% of statements [2022-08-25T23:05:45.052Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-08-25T23:05:46.074Z] === RUN TestOpenFileDelete [2022-08-25T23:05:46.074Z] --- PASS: TestOpenFileDelete (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestOpenFileRename [2022-08-25T23:05:46.074Z] --- PASS: TestOpenFileRename (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestHandleDecoderErr [2022-08-25T23:05:46.074Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestParseLogTagDefaultTag [2022-08-25T23:05:46.074Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestParseLogTag [2022-08-25T23:05:46.074Z] --- PASS: TestParseLogTag (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestParseLogTagEmptyTag [2022-08-25T23:05:46.074Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestTailFiles [2022-08-25T23:05:46.074Z] --- PASS: TestTailFiles (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestFollowLogsConsumerGone [2022-08-25T23:05:46.074Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-08-25T23:05:46.074Z] === RUN TestFollowLogsProducerGone [2022-08-25T23:05:46.074Z] logfile_test.go:181: logDecode() closed after sending 4098 messages [2022-08-25T23:05:46.074Z] logfile_test.go:234: messages sent: 4098, received: 4098 [2022-08-25T23:05:46.074Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-08-25T23:05:46.074Z] === RUN TestCheckCapacityAndRotate [2022-08-25T23:05:46.074Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-08-25T23:05:46.074Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-08-25T23:05:46.074Z] === RUN TestLog [2022-08-25T23:05:46.074Z] --- PASS: TestLog (0.01s) [2022-08-25T23:05:46.074Z] PASS [2022-08-25T23:05:46.074Z] coverage: 31.5% of statements [2022-08-25T23:05:46.074Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.093s coverage: 31.5% of statements [2022-08-25T23:05:46.074Z] --- PASS: TestCheckCapacityAndRotate (0.19s) [2022-08-25T23:05:46.074Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-08-25T23:05:46.074Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.15s) [2022-08-25T23:05:46.074Z] PASS [2022-08-25T23:05:46.074Z] coverage: 54.9% of statements [2022-08-25T23:05:46.074Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.273s coverage: 54.9% of statements [2022-08-25T23:05:47.095Z] === RUN TestNewParse [2022-08-25T23:05:47.095Z] --- PASS: TestNewParse (0.00s) [2022-08-25T23:05:47.095Z] PASS [2022-08-25T23:05:47.095Z] coverage: 8.3% of statements [2022-08-25T23:05:47.095Z] ok github.com/docker/docker/daemon/logger/templates 0.049s coverage: 8.3% of statements [2022-08-25T23:05:47.095Z] === RUN TestParseLogFormat [2022-08-25T23:05:47.095Z] --- PASS: TestParseLogFormat (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestValidateLogOptEmpty [2022-08-25T23:05:47.095Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestValidateSyslogAddress [2022-08-25T23:05:47.095Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestParseAddressDefaultPort [2022-08-25T23:05:47.095Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestValidateSyslogFacility [2022-08-25T23:05:47.095Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestValidateLogOptSyslogFormat [2022-08-25T23:05:47.095Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestValidateLogOpt [2022-08-25T23:05:47.095Z] --- PASS: TestValidateLogOpt (0.00s) [2022-08-25T23:05:47.095Z] PASS [2022-08-25T23:05:47.095Z] coverage: 46.8% of statements [2022-08-25T23:05:47.095Z] ok github.com/docker/docker/daemon/logger/syslog 0.060s coverage: 46.8% of statements [2022-08-25T23:05:47.095Z] === RUN TestValidateLogOpt [2022-08-25T23:05:47.095Z] --- PASS: TestValidateLogOpt (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestNewMissedConfig [2022-08-25T23:05:47.095Z] --- PASS: TestNewMissedConfig (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestNewMissedUrl [2022-08-25T23:05:47.095Z] --- PASS: TestNewMissedUrl (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestNewMissedToken [2022-08-25T23:05:47.095Z] --- PASS: TestNewMissedToken (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestNewWithProxy [2022-08-25T23:05:47.095Z] --- PASS: TestNewWithProxy (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestDefault [2022-08-25T23:05:47.095Z] --- PASS: TestDefault (0.01s) [2022-08-25T23:05:47.095Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-08-25T23:05:47.095Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-08-25T23:05:47.095Z] === RUN TestJsonFormat [2022-08-25T23:05:47.095Z] --- PASS: TestJsonFormat (0.01s) [2022-08-25T23:05:47.095Z] === RUN TestRawFormat [2022-08-25T23:05:47.095Z] --- PASS: TestRawFormat (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestRawFormatWithLabels [2022-08-25T23:05:47.095Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestRawFormatWithoutTag [2022-08-25T23:05:47.095Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-08-25T23:05:47.095Z] === RUN TestBatching [2022-08-25T23:05:47.580Z] --- PASS: TestBatching (0.37s) [2022-08-25T23:05:47.580Z] === RUN TestFrequency [2022-08-25T23:05:48.066Z] --- PASS: TestFrequency (0.23s) [2022-08-25T23:05:48.066Z] === RUN TestOneMessagePerRequest [2022-08-25T23:05:48.066Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-08-25T23:05:48.066Z] === RUN TestVerify [2022-08-25T23:05:48.066Z] --- PASS: TestVerify (0.00s) [2022-08-25T23:05:48.066Z] === RUN TestSkipVerify [2022-08-25T23:05:48.066Z] time="2022-08-25T23:05:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.066Z] time="2022-08-25T23:05:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.066Z] time="2022-08-25T23:05:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] --- PASS: TestSkipVerify (0.69s) [2022-08-25T23:05:48.552Z] === RUN TestBufferMaximum [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1661468748.265959\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1661468748.265959\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:48.552Z] --- PASS: TestBufferMaximum (0.00s) [2022-08-25T23:05:48.552Z] === RUN TestServerAlwaysDown [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1661468748.268963\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1661468748.268963\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1661468748.268963\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1661468748.269959\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:48.552Z] time="2022-08-25T23:05:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1661468748.269959\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:48.552Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-08-25T23:05:48.552Z] === RUN TestCannotSendAfterClose [2022-08-25T23:05:48.552Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-08-25T23:05:48.552Z] === RUN TestDeadlockOnBlockedEndpoint [2022-08-25T23:05:49.558Z] 2022/08/25 23:05:49 Finished clone github.com/cloudflare/cfssl [2022-08-25T23:05:49.572Z] === RUN TestV1IDService [2022-08-25T23:05:49.572Z] --- PASS: TestV1IDService (0.04s) [2022-08-25T23:05:49.572Z] === RUN TestV2MetadataService [2022-08-25T23:05:49.572Z] time="2022-08-25T23:05:49Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-08-25T23:05:49.572Z] time="2022-08-25T23:05:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"85375bfb3633\"}'" [2022-08-25T23:05:49.572Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-08-25T23:05:49.572Z] PASS [2022-08-25T23:05:49.572Z] coverage: 82.5% of statements [2022-08-25T23:05:49.572Z] ok github.com/docker/docker/daemon/logger/splunk 2.407s coverage: 82.5% of statements [2022-08-25T23:05:49.572Z] ? github.com/docker/docker/daemon/names [no test files] [2022-08-25T23:05:49.572Z] ? github.com/docker/docker/daemon/network [no test files] [2022-08-25T23:05:49.572Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-08-25T23:05:49.572Z] === RUN TestSuccessfulDownload [2022-08-25T23:05:49.572Z] download_test.go:268: Needs fixing on Windows [2022-08-25T23:05:49.572Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-08-25T23:05:49.572Z] === RUN TestCancelledDownload [2022-08-25T23:05:49.572Z] --- PASS: TestCancelledDownload (0.00s) [2022-08-25T23:05:49.572Z] === RUN TestMaxDownloadAttempts [2022-08-25T23:05:49.572Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-08-25T23:05:49.572Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-08-25T23:05:49.572Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-08-25T23:05:49.572Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-08-25T23:05:49.572Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-08-25T23:05:49.572Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-08-25T23:05:49.573Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-08-25T23:05:49.573Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-08-25T23:05:49.573Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-08-25T23:05:49.573Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-08-25T23:05:49.573Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-08-25T23:05:49.573Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-08-25T23:05:50.057Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-08-25T23:05:50.057Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-08-25T23:05:50.057Z] === RUN TestContinueOnError_MirrorEndpoint [2022-08-25T23:05:50.057Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-08-25T23:05:50.057Z] === RUN TestContinueOnError_NeverContinue [2022-08-25T23:05:50.057Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-08-25T23:05:50.057Z] === RUN TestContinueOnError_UnnestsErrors [2022-08-25T23:05:50.057Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2022-08-25T23:05:50.057Z] === RUN TestManifestStore [2022-08-25T23:05:50.057Z] === RUN TestManifestStore/no_remote_or_local [2022-08-25T23:05:50.057Z] time="2022-08-25T23:05:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-08-25T23:05:50.057Z] time="2022-08-25T23:05:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-08-25T23:05:50.057Z] time="2022-08-25T23:05:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-08-25T23:05:50.057Z] time="2022-08-25T23:05:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-08-25T23:05:50.057Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-08-25T23:05:50.057Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.50s) [2022-08-25T23:05:50.057Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.50s) [2022-08-25T23:05:50.057Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.50s) [2022-08-25T23:05:50.057Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.50s) [2022-08-25T23:05:50.057Z] === RUN TestTransfer [2022-08-25T23:05:50.544Z] --- PASS: TestTransfer (0.12s) [2022-08-25T23:05:50.544Z] === RUN TestConcurrencyLimit [2022-08-25T23:05:50.544Z] time="2022-08-25T23:05:50Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local321950660\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/no_local_cache [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/with_local_cache [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/unknown_media_type [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-08-25T23:05:50.544Z] time="2022-08-25T23:05:50Z" level=warning msg="reference for unknown type: " [2022-08-25T23:05:50.544Z] time="2022-08-25T23:05:50Z" level=warning msg="reference for unknown type: " [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-08-25T23:05:50.544Z] time="2022-08-25T23:05:50Z" level=warning msg="reference for unknown type: " [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-08-25T23:05:50.544Z] time="2022-08-25T23:05:50Z" level=warning msg="reference for unknown type: " [2022-08-25T23:05:50.544Z] time="2022-08-25T23:05:50Z" level=warning msg="reference for unknown type: " [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/error_persisting_manifest [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-08-25T23:05:50.544Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-08-25T23:05:50.544Z] time="2022-08-25T23:05:50Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore (0.44s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/no_remote_or_local (0.28s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaType [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaType (0.01s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-08-25T23:05:50.544Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-08-25T23:05:50.544Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-08-25T23:05:50.544Z] === RUN TestFixManifestLayers [2022-08-25T23:05:50.544Z] --- PASS: TestFixManifestLayers (0.00s) [2022-08-25T23:05:50.544Z] === RUN TestFixManifestLayersBaseLayerParent [2022-08-25T23:05:50.544Z] pull_v2_test.go:82: Needs fixing on Windows [2022-08-25T23:05:50.544Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-08-25T23:05:50.544Z] === RUN TestFixManifestLayersBadParent [2022-08-25T23:05:50.544Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-08-25T23:05:50.544Z] === RUN TestValidateManifest [2022-08-25T23:05:50.544Z] pull_v2_test.go:127: Needs fixing on Windows [2022-08-25T23:05:50.544Z] --- SKIP: TestValidateManifest (0.00s) [2022-08-25T23:05:50.544Z] === RUN TestFormatPlatform [2022-08-25T23:05:50.544Z] --- PASS: TestFormatPlatform (0.00s) [2022-08-25T23:05:50.544Z] === RUN TestPullSchema2Config [2022-08-25T23:05:50.544Z] === RUN TestPullSchema2Config/success_first_time [2022-08-25T23:05:50.544Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-08-25T23:05:50.544Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-08-25T23:05:50.544Z] === RUN TestPullSchema2Config/500_status [2022-08-25T23:05:50.544Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-08-25T23:05:50.544Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-08-25T23:05:50.544Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-08-25T23:05:50.544Z] === RUN TestInactiveJobs [2022-08-25T23:05:51.030Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-08-25T23:05:51.030Z] === RUN TestPullSchema2Config/EOF [2022-08-25T23:05:51.030Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-08-25T23:05:51.030Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-08-25T23:05:51.030Z] 2022/08/25 23:05:50 http: panic serving 127.0.0.1:49217: intentional panic [2022-08-25T23:05:51.030Z] goroutine 110 [running]: [2022-08-25T23:05:51.030Z] net/http.(*conn).serve.func1() [2022-08-25T23:05:51.030Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-08-25T23:05:51.030Z] panic({0x6e3b20, 0x888ed0}) [2022-08-25T23:05:51.030Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-08-25T23:05:51.030Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000084d00?, {0x88fda0?, 0xc0000a2460?}) [2022-08-25T23:05:51.030Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-08-25T23:05:51.030Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x88fda0, 0xc0000a2460}, 0xc0000bf000) [2022-08-25T23:05:51.030Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-08-25T23:05:51.030Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x88fda0?, 0xc0000a2460?}, 0xc000422800?) [2022-08-25T23:05:51.030Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-08-25T23:05:51.030Z] net/http.serverHandler.ServeHTTP({0xc000284600?}, {0x88fda0, 0xc0000a2460}, 0xc0000bf000) [2022-08-25T23:05:51.030Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-08-25T23:05:51.030Z] net/http.(*conn).serve(0xc000226320, {0x8904b8, 0xc000185b90}) [2022-08-25T23:05:51.030Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-08-25T23:05:51.030Z] created by net/http.(*Server).Serve [2022-08-25T23:05:51.030Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-08-25T23:05:51.030Z] --- PASS: TestV2MetadataService (1.31s) [2022-08-25T23:05:51.030Z] PASS [2022-08-25T23:05:51.030Z] coverage: 48.2% of statements [2022-08-25T23:05:51.030Z] ok github.com/docker/docker/distribution/metadata 1.430s coverage: 48.2% of statements [2022-08-25T23:05:51.030Z] --- PASS: TestInactiveJobs (0.36s) [2022-08-25T23:05:51.030Z] === RUN TestWatchRelease [2022-08-25T23:05:51.030Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-08-25T23:05:51.030Z] === RUN TestPullSchema2Config/unauthorized [2022-08-25T23:05:51.030Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-08-25T23:05:51.030Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-08-25T23:05:51.030Z] --- PASS: TestPullSchema2Config (0.54s) [2022-08-25T23:05:51.030Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-08-25T23:05:51.030Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-08-25T23:05:51.030Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-08-25T23:05:51.030Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-08-25T23:05:51.030Z] === RUN TestGetRepositoryMountCandidates [2022-08-25T23:05:51.030Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestLayerAlreadyExists [2022-08-25T23:05:51.030Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-08-25T23:05:51.030Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-08-25T23:05:51.030Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-08-25T23:05:51.030Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-08-25T23:05:51.030Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-08-25T23:05:51.030Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-08-25T23:05:51.030Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestWhenEmptyAuthConfig [2022-08-25T23:05:51.030Z] --- PASS: TestWatchRelease (0.04s) [2022-08-25T23:05:51.030Z] === RUN TestWatchFinishedTransfer [2022-08-25T23:05:51.030Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestDuplicateTransfer [2022-08-25T23:05:51.030Z] === RUN TestNotFound [2022-08-25T23:05:51.030Z] --- PASS: TestNotFound (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestConflict [2022-08-25T23:05:51.030Z] --- PASS: TestConflict (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestForbidden [2022-08-25T23:05:51.030Z] --- PASS: TestForbidden (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestInvalidParameter [2022-08-25T23:05:51.030Z] --- PASS: TestInvalidParameter (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestNotImplemented [2022-08-25T23:05:51.030Z] --- PASS: TestNotImplemented (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestNotModified [2022-08-25T23:05:51.030Z] --- PASS: TestNotModified (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestUnauthorized [2022-08-25T23:05:51.030Z] --- PASS: TestUnauthorized (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestUnknown [2022-08-25T23:05:51.030Z] --- PASS: TestUnknown (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestCancelled [2022-08-25T23:05:51.030Z] --- PASS: TestCancelled (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestDeadline [2022-08-25T23:05:51.030Z] --- PASS: TestDeadline (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestDataLoss [2022-08-25T23:05:51.030Z] --- PASS: TestDataLoss (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestUnavailable [2022-08-25T23:05:51.030Z] --- PASS: TestUnavailable (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestSystem [2022-08-25T23:05:51.030Z] --- PASS: TestSystem (0.00s) [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Not_Found [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Bad_Request [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Conflict [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Unauthorized [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Service_Unavailable [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Forbidden [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Not_Modified [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Not_Implemented [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-08-25T23:05:51.030Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-08-25T23:05:51.030Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-08-25T23:05:51.030Z] PASS [2022-08-25T23:05:51.030Z] coverage: 77.0% of statements [2022-08-25T23:05:51.030Z] ok github.com/docker/docker/errdefs 0.065s coverage: 77.0% of statements [2022-08-25T23:05:51.030Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-08-25T23:05:51.030Z] === RUN TestSuccessfulUpload [2022-08-25T23:05:51.517Z] time="2022-08-25T23:05:51Z" level=error msg="Upload failed, retrying: simulating retry" [2022-08-25T23:05:51.517Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-08-25T23:05:51.517Z] === RUN TestCancelledUpload [2022-08-25T23:05:51.517Z] --- PASS: TestCancelledUpload (0.00s) [2022-08-25T23:05:51.517Z] PASS [2022-08-25T23:05:51.517Z] coverage: 76.4% of statements [2022-08-25T23:05:51.517Z] ok github.com/docker/docker/distribution/xfer 1.881s coverage: 76.4% of statements [2022-08-25T23:05:52.547Z] --- PASS: TestWhenEmptyAuthConfig (1.25s) [2022-08-25T23:05:52.547Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-08-25T23:05:52.547Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-08-25T23:05:52.547Z] === RUN TestTokenPassThru [2022-08-25T23:05:52.547Z] --- PASS: TestTokenPassThru (0.01s) [2022-08-25T23:05:52.547Z] === RUN TestTokenPassThruDifferentHost [2022-08-25T23:05:52.547Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-08-25T23:05:52.547Z] PASS [2022-08-25T23:05:52.547Z] coverage: 26.0% of statements [2022-08-25T23:05:52.547Z] ok github.com/docker/docker/distribution 2.404s coverage: 26.0% of statements [2022-08-25T23:05:52.547Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-08-25T23:05:52.547Z] ? github.com/docker/docker/dockerversion [no test files] [2022-08-25T23:05:53.033Z] === RUN TestCompare [2022-08-25T23:05:53.033Z] --- PASS: TestCompare (0.00s) [2022-08-25T23:05:53.033Z] PASS [2022-08-25T23:05:53.033Z] coverage: 19.2% of statements [2022-08-25T23:05:53.033Z] ok github.com/docker/docker/image/cache 0.084s coverage: 19.2% of statements [2022-08-25T23:05:53.033Z] === RUN TestFSGetInvalidData [2022-08-25T23:05:53.033Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-08-25T23:05:53.033Z] === RUN TestFSInvalidSet [2022-08-25T23:05:53.033Z] --- PASS: TestFSInvalidSet (0.02s) [2022-08-25T23:05:53.033Z] === RUN TestFSInvalidRoot [2022-08-25T23:05:53.033Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-08-25T23:05:53.033Z] === RUN TestFSMetadataGetSet [2022-08-25T23:05:53.033Z] === RUN TestMakeV1ConfigFromConfig [2022-08-25T23:05:53.033Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-08-25T23:05:53.033Z] PASS [2022-08-25T23:05:53.033Z] coverage: 25.0% of statements [2022-08-25T23:05:53.033Z] ok github.com/docker/docker/image/v1 0.097s coverage: 25.0% of statements [2022-08-25T23:05:53.033Z] --- PASS: TestFSMetadataGetSet (0.06s) [2022-08-25T23:05:53.033Z] === RUN TestFSInvalidWalker [2022-08-25T23:05:53.033Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-08-25T23:05:53.033Z] === RUN TestFSGetSet [2022-08-25T23:05:53.033Z] --- PASS: TestFSGetSet (0.02s) [2022-08-25T23:05:53.033Z] === RUN TestFSGetUnsetKey [2022-08-25T23:05:53.033Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-08-25T23:05:53.033Z] === RUN TestFSGetEmptyData [2022-08-25T23:05:53.033Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-08-25T23:05:53.033Z] === RUN TestFSDelete [2022-08-25T23:05:53.033Z] --- PASS: TestFSDelete (0.02s) [2022-08-25T23:05:53.033Z] === RUN TestFSWalker [2022-08-25T23:05:53.033Z] --- PASS: TestFSWalker (0.02s) [2022-08-25T23:05:53.033Z] === RUN TestFSWalkerStopOnError [2022-08-25T23:05:53.033Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-08-25T23:05:53.033Z] === RUN TestNewFromJSON [2022-08-25T23:05:53.033Z] --- PASS: TestNewFromJSON (0.00s) [2022-08-25T23:05:53.033Z] === RUN TestNewFromJSONWithInvalidJSON [2022-08-25T23:05:53.033Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-08-25T23:05:53.033Z] === RUN TestMarshalKeyOrder [2022-08-25T23:05:53.033Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-08-25T23:05:53.033Z] === RUN TestImage [2022-08-25T23:05:53.033Z] --- PASS: TestImage (0.00s) [2022-08-25T23:05:53.033Z] === RUN TestImageOSNotEmpty [2022-08-25T23:05:53.033Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-08-25T23:05:53.033Z] === RUN TestNewChildImageFromImageWithRootFS [2022-08-25T23:05:53.033Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-08-25T23:05:53.033Z] === RUN TestCreate [2022-08-25T23:05:53.033Z] --- PASS: TestCreate (0.01s) [2022-08-25T23:05:53.033Z] === RUN TestRestore [2022-08-25T23:05:53.518Z] time="2022-08-25T23:05:52Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-08-25T23:05:53.518Z] --- PASS: TestRestore (0.28s) [2022-08-25T23:05:53.518Z] === RUN TestAddDelete [2022-08-25T23:05:53.518Z] --- PASS: TestAddDelete (0.04s) [2022-08-25T23:05:53.518Z] === RUN TestSearchAfterDelete [2022-08-25T23:05:53.518Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-08-25T23:05:53.518Z] === RUN TestParentReset [2022-08-25T23:05:53.518Z] --- PASS: TestParentReset (0.17s) [2022-08-25T23:05:53.518Z] === RUN TestGetAndSetLastUpdated [2022-08-25T23:05:53.518Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-08-25T23:05:53.518Z] === RUN TestStoreLen [2022-08-25T23:05:53.689Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-08-25T23:05:53.948Z] === RUN TestDockerSuite/TestExecTTY [2022-08-25T23:05:54.004Z] --- PASS: TestStoreLen (0.12s) [2022-08-25T23:05:54.004Z] PASS [2022-08-25T23:05:54.004Z] coverage: 86.8% of statements [2022-08-25T23:05:54.004Z] ok github.com/docker/docker/image 0.983s coverage: 86.8% of statements [2022-08-25T23:05:54.490Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-08-25T23:05:54.490Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-08-25T23:05:54.490Z] === RUN TestSerialization [2022-08-25T23:05:54.490Z] --- PASS: TestSerialization (0.02s) [2022-08-25T23:05:54.490Z] PASS [2022-08-25T23:05:54.490Z] coverage: 100.0% of statements [2022-08-25T23:05:54.490Z] ok github.com/docker/docker/libcontainerd/queue 0.139s coverage: 100.0% of statements [2022-08-25T23:05:54.516Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-08-25T23:05:54.848Z] 2022/08/25 23:05:54 Finished clone github.com/containerd/containerd [2022-08-25T23:05:55.086Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-08-25T23:05:55.512Z] === RUN TestEnvironmentParsing [2022-08-25T23:05:55.512Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-08-25T23:05:55.512Z] PASS [2022-08-25T23:05:55.512Z] coverage: 1.0% of statements [2022-08-25T23:05:55.512Z] ok github.com/docker/docker/libcontainerd/local 0.127s coverage: 1.0% of statements [2022-08-25T23:05:55.654Z] === RUN TestDockerSuite/TestExecUlimits [2022-08-25T23:05:55.998Z] === RUN TestEmptyLayer [2022-08-25T23:05:55.998Z] --- PASS: TestEmptyLayer (0.00s) [2022-08-25T23:05:55.998Z] === RUN TestCommitFailure [2022-08-25T23:05:55.998Z] --- PASS: TestCommitFailure (0.01s) [2022-08-25T23:05:55.998Z] === RUN TestStartTransactionFailure [2022-08-25T23:05:55.998Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-08-25T23:05:55.998Z] === RUN TestGetOrphan [2022-08-25T23:05:55.998Z] --- PASS: TestGetOrphan (0.01s) [2022-08-25T23:05:55.998Z] === RUN TestMountAndRegister [2022-08-25T23:05:55.998Z] layer_test.go:271: Layer size: 14 [2022-08-25T23:05:55.998Z] --- PASS: TestMountAndRegister (0.06s) [2022-08-25T23:05:55.998Z] === RUN TestLayerRelease [2022-08-25T23:05:55.998Z] layer_test.go:304: Failing on Windows [2022-08-25T23:05:55.998Z] --- SKIP: TestLayerRelease (0.00s) [2022-08-25T23:05:55.998Z] === RUN TestStoreRestore [2022-08-25T23:05:55.998Z] layer_test.go:353: Failing on Windows [2022-08-25T23:05:55.998Z] --- SKIP: TestStoreRestore (0.00s) [2022-08-25T23:05:55.998Z] === RUN TestTarStreamStability [2022-08-25T23:05:55.998Z] layer_test.go:468: Failing on Windows [2022-08-25T23:05:55.998Z] --- SKIP: TestTarStreamStability (0.00s) [2022-08-25T23:05:55.998Z] === RUN TestRegisterExistingLayer [2022-08-25T23:05:56.221Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-08-25T23:05:56.221Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-08-25T23:05:56.221Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-08-25T23:05:56.483Z] --- PASS: TestRegisterExistingLayer (0.21s) [2022-08-25T23:05:56.483Z] === RUN TestTarStreamVerification [2022-08-25T23:05:56.483Z] layer_test.go:697: Failing on Windows [2022-08-25T23:05:56.483Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestLayerMigration [2022-08-25T23:05:56.483Z] migration_test.go:46: Failing on Windows [2022-08-25T23:05:56.483Z] --- SKIP: TestLayerMigration (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestLayerMigrationNoTarsplit [2022-08-25T23:05:56.483Z] migration_test.go:182: Failing on Windows [2022-08-25T23:05:56.483Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestMountInit [2022-08-25T23:05:56.483Z] mount_test.go:17: Failing on Windows [2022-08-25T23:05:56.483Z] --- SKIP: TestMountInit (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestMountSize [2022-08-25T23:05:56.483Z] mount_test.go:76: Failing on Windows [2022-08-25T23:05:56.483Z] --- SKIP: TestMountSize (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestMountChanges [2022-08-25T23:05:56.483Z] mount_test.go:125: Failing on Windows [2022-08-25T23:05:56.483Z] --- SKIP: TestMountChanges (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestMountApply [2022-08-25T23:05:56.483Z] mount_test.go:212: Failing on Windows [2022-08-25T23:05:56.483Z] --- SKIP: TestMountApply (0.00s) [2022-08-25T23:05:56.483Z] PASS [2022-08-25T23:05:56.483Z] coverage: 30.1% of statements [2022-08-25T23:05:56.483Z] ok github.com/docker/docker/layer 0.404s coverage: 30.1% of statements [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-08-25T23:05:56.483Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-08-25T23:05:56.483Z] PASS [2022-08-25T23:05:56.483Z] coverage: 45.8% of statements [2022-08-25T23:05:56.483Z] ok github.com/docker/docker/oci 0.107s coverage: 45.8% of statements [2022-08-25T23:05:56.483Z] === RUN TestAddressPoolOpt [2022-08-25T23:05:56.483Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/a [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/something [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/_=a [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/env1=value1 [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/_env1=value1 [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/env2=value2=value3 [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/env3=abc!qwe [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/env_4=value_4 [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/PATH [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/=a [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/PATH= [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/PATH=something [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/asd!qwe [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/1asd [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/123 [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/some_space [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/__some_space_before [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/some_space_after__ [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/= [2022-08-25T23:05:56.483Z] === RUN TestValidateEnv/PaTh [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/a (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/something (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/= (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestParseHost [2022-08-25T23:05:56.483Z] --- PASS: TestParseHost (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestParseDockerDaemonHost [2022-08-25T23:05:56.483Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestParseTCP [2022-08-25T23:05:56.483Z] --- PASS: TestParseTCP (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestParseInvalidUnixAddrInvalid [2022-08-25T23:05:56.483Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestValidateExtraHosts [2022-08-25T23:05:56.483Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestIpOptString [2022-08-25T23:05:56.483Z] --- PASS: TestIpOptString (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestNewIpOptInvalidDefaultVal [2022-08-25T23:05:56.483Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestNewIpOptValidDefaultVal [2022-08-25T23:05:56.483Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestIpOptSetInvalidVal [2022-08-25T23:05:56.483Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestValidateIPAddress [2022-08-25T23:05:56.483Z] --- PASS: TestValidateIPAddress (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestMapOpts [2022-08-25T23:05:56.483Z] --- PASS: TestMapOpts (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestListOptsWithoutValidator [2022-08-25T23:05:56.483Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestListOptsWithValidator [2022-08-25T23:05:56.483Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestValidateDNSSearch [2022-08-25T23:05:56.483Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_general_format [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_one_more [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-08-25T23:05:56.483Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-08-25T23:05:56.483Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-08-25T23:05:56.484Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-08-25T23:05:56.484Z] === RUN TestNamedListOpts [2022-08-25T23:05:56.484Z] --- PASS: TestNamedListOpts (0.00s) [2022-08-25T23:05:56.484Z] === RUN TestNamedMapOpts [2022-08-25T23:05:56.484Z] --- PASS: TestNamedMapOpts (0.00s) [2022-08-25T23:05:56.484Z] === RUN TestParseLink [2022-08-25T23:05:56.484Z] --- PASS: TestParseLink (0.00s) [2022-08-25T23:05:56.484Z] === RUN TestQuotedStringSetWithQuotes [2022-08-25T23:05:56.484Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-08-25T23:05:56.484Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-08-25T23:05:56.484Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-08-25T23:05:56.484Z] === RUN TestQuotedStringSetWithNoQuotes [2022-08-25T23:05:56.484Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-08-25T23:05:56.484Z] === RUN TestUlimitOpt [2022-08-25T23:05:56.484Z] --- PASS: TestUlimitOpt (0.00s) [2022-08-25T23:05:56.484Z] PASS [2022-08-25T23:05:56.484Z] coverage: 67.1% of statements [2022-08-25T23:05:56.484Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-08-25T23:05:56.484Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-08-25T23:05:56.484Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-08-25T23:05:56.484Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-08-25T23:05:56.484Z] ? github.com/docker/docker/oci/caps [no test files] [2022-08-25T23:05:56.484Z] ok github.com/docker/docker/opts 0.096s coverage: 67.1% of statements [2022-08-25T23:05:56.484Z] === RUN TestParseVersion [2022-08-25T23:05:56.484Z] --- PASS: TestParseVersion (0.00s) [2022-08-25T23:05:56.484Z] PASS [2022-08-25T23:05:56.484Z] coverage: 52.9% of statements [2022-08-25T23:05:56.484Z] ok github.com/docker/docker/pkg/aaparser 0.058s coverage: 52.9% of statements [2022-08-25T23:05:56.761Z] 2022/08/25 23:05:56 Finished clone github.com/coreos/etcd [2022-08-25T23:05:57.158Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-08-25T23:05:57.524Z] === RUN TestUnbuffered [2022-08-25T23:05:57.524Z] --- PASS: TestUnbuffered (0.00s) [2022-08-25T23:05:57.524Z] === RUN TestRaceUnbuffered [2022-08-25T23:05:57.524Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-08-25T23:05:57.524Z] PASS [2022-08-25T23:05:57.524Z] coverage: 100.0% of statements [2022-08-25T23:05:57.524Z] ok github.com/docker/docker/pkg/broadcaster 0.063s coverage: 100.0% of statements [2022-08-25T23:05:57.524Z] === RUN TestMatch [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[foo]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[bar]_[foo]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[foo_bar]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[qux]_[foo]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[]#01 [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[qux]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[foo_bar_qux]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[qux]_[baz]] [2022-08-25T23:05:57.524Z] === RUN TestMatch/[[foo_baz]] [2022-08-25T23:05:57.524Z] --- PASS: TestMatch (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-08-25T23:05:57.524Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-08-25T23:05:57.524Z] PASS [2022-08-25T23:05:57.524Z] coverage: 87.5% of statements [2022-08-25T23:05:57.524Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [2022-08-25T23:05:58.095Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-08-25T23:05:58.095Z] --- PASS: TestServiceUpdateConfigs (14.47s) [2022-08-25T23:05:58.095Z] === RUN TestServiceUpdateNetwork [2022-08-25T23:05:58.556Z] === RUN TestPeerCertificateMarshalJSON [2022-08-25T23:05:59.032Z] === RUN TestDockerSuite/TestExecWithTERM [2022-08-25T23:05:59.041Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-08-25T23:05:59.041Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-08-25T23:05:59.041Z] --- PASS: TestPeerCertificateMarshalJSON (0.51s) [2022-08-25T23:05:59.041Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-08-25T23:05:59.041Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-08-25T23:05:59.041Z] === RUN TestMiddleware [2022-08-25T23:05:59.041Z] --- PASS: TestMiddleware (0.00s) [2022-08-25T23:05:59.041Z] === RUN TestNewResponseModifier [2022-08-25T23:05:59.041Z] --- PASS: TestNewResponseModifier (0.00s) [2022-08-25T23:05:59.041Z] PASS [2022-08-25T23:05:59.041Z] coverage: 26.8% of statements [2022-08-25T23:05:59.041Z] ok github.com/docker/docker/pkg/authorization 0.600s coverage: 26.8% of statements [2022-08-25T23:05:59.291Z] === RUN TestDockerSuite/TestExecWithUser [2022-08-25T23:05:59.304Z] 2022/08/25 23:05:59 Finished clone github.com/docker/swarmkit [2022-08-25T23:05:59.527Z] === RUN TestSizeEmpty [2022-08-25T23:05:59.527Z] --- PASS: TestSizeEmpty (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestSizeEmptyFile [2022-08-25T23:05:59.527Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestSizeNonemptyFile [2022-08-25T23:05:59.527Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestSizeNestedDirectoryEmpty [2022-08-25T23:05:59.527Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-08-25T23:05:59.527Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.01s) [2022-08-25T23:05:59.527Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-08-25T23:05:59.527Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestMoveToSubdir [2022-08-25T23:05:59.527Z] --- PASS: TestMoveToSubdir (0.01s) [2022-08-25T23:05:59.527Z] === RUN TestSizeNonExistingDirectory [2022-08-25T23:05:59.527Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-08-25T23:05:59.527Z] PASS [2022-08-25T23:05:59.527Z] coverage: 80.0% of statements [2022-08-25T23:05:59.527Z] === RUN TestChrootTarUntar [2022-08-25T23:05:59.527Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootTarUntar (0.01s) [2022-08-25T23:05:59.527Z] === RUN TestChrootUntarWithHugeExcludesList [2022-08-25T23:05:59.527Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestChrootUntarEmptyArchive [2022-08-25T23:05:59.527Z] ok github.com/docker/docker/pkg/directory 0.086s coverage: 80.0% of statements [2022-08-25T23:05:59.527Z] --- PASS: TestChrootUntarEmptyArchive (0.02s) [2022-08-25T23:05:59.527Z] === RUN TestChrootTarUntarWithSymlink [2022-08-25T23:05:59.527Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestChrootCopyWithTar [2022-08-25T23:05:59.527Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestChrootCopyFileWithTar [2022-08-25T23:05:59.527Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestChrootUntarPath [2022-08-25T23:05:59.527Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-08-25T23:05:59.527Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-08-25T23:05:59.527Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-08-25T23:05:59.527Z] === RUN TestChrootApplyDotDotFile [2022-08-25T23:05:59.527Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:05:59.527Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-08-25T23:05:59.527Z] PASS [2022-08-25T23:05:59.527Z] coverage: 15.1% of statements [2022-08-25T23:05:59.527Z] ok github.com/docker/docker/pkg/chrootarchive 0.163s coverage: 15.1% of statements [2022-08-25T23:06:00.012Z] === RUN TestIsArchivePathDir [2022-08-25T23:06:00.012Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-08-25T23:06:00.012Z] === RUN TestIsArchivePathInvalidFile [2022-08-25T23:06:00.229Z] === RUN TestDockerSuite/TestGetContainerStats [2022-08-25T23:06:00.497Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-08-25T23:06:00.497Z] === RUN TestIsArchivePathTar [2022-08-25T23:06:00.497Z] --- PASS: TestIsArchivePathTar (0.24s) [2022-08-25T23:06:00.497Z] === RUN TestDecompressStreamGzip [2022-08-25T23:06:00.497Z] === RUN Test [2022-08-25T23:06:00.497Z] === RUN Test/TestContent [2022-08-25T23:06:00.497Z] === RUN Test/TestInitialize [2022-08-25T23:06:00.497Z] === RUN Test/TestNew [2022-08-25T23:06:00.497Z] === RUN Test/TestParsingContentsWithComments [2022-08-25T23:06:00.497Z] === RUN Test/TestRegister [2022-08-25T23:06:00.497Z] === RUN Test/TestWatch [2022-08-25T23:06:00.497Z] --- PASS: Test (0.01s) [2022-08-25T23:06:00.497Z] --- PASS: Test/TestContent (0.00s) [2022-08-25T23:06:00.497Z] --- PASS: Test/TestInitialize (0.00s) [2022-08-25T23:06:00.497Z] --- PASS: Test/TestNew (0.00s) [2022-08-25T23:06:00.497Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2022-08-25T23:06:00.497Z] --- PASS: Test/TestRegister (0.00s) [2022-08-25T23:06:00.497Z] --- PASS: Test/TestWatch (0.01s) [2022-08-25T23:06:00.497Z] PASS [2022-08-25T23:06:00.497Z] coverage: 92.9% of statements [2022-08-25T23:06:00.497Z] ok github.com/docker/docker/pkg/discovery/file 0.060s coverage: 92.9% of statements [2022-08-25T23:06:00.497Z] --- PASS: TestDecompressStreamGzip (0.20s) [2022-08-25T23:06:00.497Z] === RUN TestDecompressStreamBzip2 [2022-08-25T23:06:00.982Z] === RUN Test [2022-08-25T23:06:00.982Z] === RUN Test/TestContainsEntry [2022-08-25T23:06:00.982Z] === RUN Test/TestCreateEntries [2022-08-25T23:06:00.982Z] === RUN Test/TestEntriesDiff [2022-08-25T23:06:00.982Z] === RUN Test/TestEntriesEquality [2022-08-25T23:06:00.982Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2022-08-25T23:06:00.982Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2022-08-25T23:06:00.982Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2022-08-25T23:06:00.982Z] === RUN Test/TestGeneratorNotGenerate [2022-08-25T23:06:00.982Z] === RUN Test/TestGeneratorWithPort [2022-08-25T23:06:00.982Z] === RUN Test/TestGeneratorWithPortNotGenerate [2022-08-25T23:06:00.982Z] === RUN Test/TestNewEntry [2022-08-25T23:06:00.982Z] === RUN Test/TestParse [2022-08-25T23:06:00.982Z] --- PASS: Test (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestContainsEntry (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestCreateEntries (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestEntriesDiff (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestEntriesEquality (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestNewEntry (0.00s) [2022-08-25T23:06:00.982Z] --- PASS: Test/TestParse (0.00s) [2022-08-25T23:06:00.982Z] PASS [2022-08-25T23:06:00.983Z] coverage: 58.3% of statements [2022-08-25T23:06:00.983Z] ok github.com/docker/docker/pkg/discovery 0.051s coverage: 58.3% of statements [2022-08-25T23:06:00.983Z] --- PASS: TestDecompressStreamBzip2 (0.16s) [2022-08-25T23:06:00.983Z] === RUN TestDecompressStreamXz [2022-08-25T23:06:00.983Z] archive_test.go:134: Xz not present in msys2 [2022-08-25T23:06:00.983Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestCompressStreamXzUnsupported [2022-08-25T23:06:00.983Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestCompressStreamBzip2Unsupported [2022-08-25T23:06:00.983Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestCompressStreamInvalid [2022-08-25T23:06:00.983Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestExtensionInvalid [2022-08-25T23:06:00.983Z] --- PASS: TestExtensionInvalid (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestExtensionUncompressed [2022-08-25T23:06:00.983Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestExtensionBzip2 [2022-08-25T23:06:00.983Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestExtensionGzip [2022-08-25T23:06:00.983Z] --- PASS: TestExtensionGzip (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestExtensionXz [2022-08-25T23:06:00.983Z] --- PASS: TestExtensionXz (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestCmdStreamLargeStderr [2022-08-25T23:06:00.983Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-08-25T23:06:00.983Z] === RUN TestCmdStreamBad [2022-08-25T23:06:00.983Z] archive_test.go:239: Failing on Windows CI machines [2022-08-25T23:06:00.983Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestCmdStreamGood [2022-08-25T23:06:00.983Z] --- PASS: TestCmdStreamGood (0.06s) [2022-08-25T23:06:00.983Z] === RUN TestUntarPathWithInvalidDest [2022-08-25T23:06:00.983Z] --- PASS: TestUntarPathWithInvalidDest (0.11s) [2022-08-25T23:06:00.983Z] === RUN TestUntarPathWithInvalidSrc [2022-08-25T23:06:00.983Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-08-25T23:06:00.983Z] === RUN TestUntarPath [2022-08-25T23:06:01.468Z] --- PASS: TestUntarPath (0.11s) [2022-08-25T23:06:01.468Z] === RUN TestUntarPathWithDestinationFile [2022-08-25T23:06:01.468Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-08-25T23:06:01.468Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-08-25T23:06:01.468Z] === RUN Test [2022-08-25T23:06:01.468Z] === RUN Test/TestInitialize [2022-08-25T23:06:01.468Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-08-25T23:06:01.468Z] === RUN TestCopyWithTarInvalidSrc [2022-08-25T23:06:01.468Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-08-25T23:06:01.468Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-08-25T23:06:01.468Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-08-25T23:06:01.468Z] === RUN TestCopyWithTarSrcFile [2022-08-25T23:06:01.468Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-08-25T23:06:01.468Z] === RUN TestCopyWithTarSrcFolder [2022-08-25T23:06:01.468Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-08-25T23:06:01.468Z] === RUN TestCopyFileWithTarInvalidSrc [2022-08-25T23:06:01.468Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-08-25T23:06:01.468Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-08-25T23:06:01.468Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-08-25T23:06:01.468Z] === RUN TestCopyFileWithTarSrcFolder [2022-08-25T23:06:01.468Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-08-25T23:06:01.468Z] === RUN TestCopyFileWithTarSrcFile [2022-08-25T23:06:01.468Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-08-25T23:06:01.468Z] === RUN TestTarFiles [2022-08-25T23:06:01.468Z] time="2022-08-25T23:06:01Z" level=info msg="Initializing discovery without TLS" [2022-08-25T23:06:01.468Z] time="2022-08-25T23:06:01Z" level=info msg="Initializing discovery without TLS" [2022-08-25T23:06:01.468Z] time="2022-08-25T23:06:01Z" level=info msg="Initializing discovery without TLS" [2022-08-25T23:06:01.468Z] === RUN Test/TestInitializeWithCerts [2022-08-25T23:06:01.468Z] time="2022-08-25T23:06:01Z" level=info msg="Initializing discovery with TLS" [2022-08-25T23:06:01.468Z] === RUN Test/TestWatch [2022-08-25T23:06:01.468Z] time="2022-08-25T23:06:01Z" level=info msg="Initializing discovery without TLS" [2022-08-25T23:06:01.953Z] === RUN Test [2022-08-25T23:06:01.954Z] === RUN Test/TestWatch [2022-08-25T23:06:01.954Z] --- PASS: Test (0.00s) [2022-08-25T23:06:01.954Z] --- PASS: Test/TestWatch (0.00s) [2022-08-25T23:06:01.954Z] PASS [2022-08-25T23:06:01.954Z] coverage: 92.3% of statements [2022-08-25T23:06:01.954Z] ok github.com/docker/docker/pkg/discovery/memory 0.078s coverage: 92.3% of statements [2022-08-25T23:06:01.954Z] === RUN Test [2022-08-25T23:06:01.954Z] === RUN Test/TestInitialize [2022-08-25T23:06:01.954Z] === RUN Test/TestInitializeWithPattern [2022-08-25T23:06:01.954Z] === RUN Test/TestRegister [2022-08-25T23:06:01.954Z] === RUN Test/TestWatch [2022-08-25T23:06:01.954Z] --- PASS: Test (0.00s) [2022-08-25T23:06:01.954Z] --- PASS: Test/TestInitialize (0.00s) [2022-08-25T23:06:01.954Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2022-08-25T23:06:01.954Z] --- PASS: Test/TestRegister (0.00s) [2022-08-25T23:06:01.954Z] --- PASS: Test/TestWatch (0.00s) [2022-08-25T23:06:01.954Z] PASS [2022-08-25T23:06:01.954Z] coverage: 93.8% of statements [2022-08-25T23:06:01.954Z] ok github.com/docker/docker/pkg/discovery/nodes 0.055s coverage: 93.8% of statements [2022-08-25T23:06:02.974Z] === RUN TestPollerAddRemove [2022-08-25T23:06:02.974Z] --- PASS: TestPollerAddRemove (0.00s) [2022-08-25T23:06:02.974Z] === RUN TestPollerEvent [2022-08-25T23:06:02.974Z] poller_test.go:41: No chmod on Windows [2022-08-25T23:06:02.974Z] --- SKIP: TestPollerEvent (0.00s) [2022-08-25T23:06:02.974Z] === RUN TestPollerClose [2022-08-25T23:06:02.974Z] --- PASS: TestPollerClose (0.00s) [2022-08-25T23:06:02.974Z] PASS [2022-08-25T23:06:02.974Z] coverage: 45.7% of statements [2022-08-25T23:06:02.974Z] ok github.com/docker/docker/pkg/filenotify 0.057s coverage: 45.7% of statements [2022-08-25T23:06:03.462Z] === RUN TestCopyFileWithInvalidSrc [2022-08-25T23:06:03.462Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCopyFileWithInvalidDest [2022-08-25T23:06:03.462Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCopyFileWithSameSrcAndDest [2022-08-25T23:06:03.462Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-08-25T23:06:03.462Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-08-25T23:06:03.462Z] === RUN TestCopyFile [2022-08-25T23:06:03.462Z] --- PASS: TestCopyFile (0.01s) [2022-08-25T23:06:03.462Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-08-25T23:06:03.462Z] fileutils_test.go:134: Needs porting to Windows [2022-08-25T23:06:03.462Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-08-25T23:06:03.462Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestReadSymlinkedDirectoryToFile [2022-08-25T23:06:03.462Z] fileutils_test.go:180: Needs porting to Windows [2022-08-25T23:06:03.462Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestWildcardMatches [2022-08-25T23:06:03.462Z] --- PASS: TestWildcardMatches (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestPatternMatches [2022-08-25T23:06:03.462Z] --- PASS: TestPatternMatches (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-08-25T23:06:03.462Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestPatternMatchesFolderExclusions [2022-08-25T23:06:03.462Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-08-25T23:06:03.462Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-08-25T23:06:03.462Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-08-25T23:06:03.462Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-08-25T23:06:03.462Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestSingleExclamationError [2022-08-25T23:06:03.462Z] --- PASS: TestSingleExclamationError (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestMatchesWithNoPatterns [2022-08-25T23:06:03.462Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestMatchesWithMalformedPatterns [2022-08-25T23:06:03.462Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestMatches [2022-08-25T23:06:03.462Z] --- PASS: TestMatches (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCleanPatterns [2022-08-25T23:06:03.462Z] --- PASS: TestCleanPatterns (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-08-25T23:06:03.462Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCleanPatternsExceptionFlag [2022-08-25T23:06:03.462Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-08-25T23:06:03.462Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-08-25T23:06:03.462Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCleanPatternsErrorSingleException [2022-08-25T23:06:03.462Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCreateIfNotExistsDir [2022-08-25T23:06:03.462Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-08-25T23:06:03.462Z] === RUN TestCreateIfNotExistsFile [2022-08-25T23:06:03.462Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-08-25T23:06:03.462Z] === RUN TestMatch [2022-08-25T23:06:03.462Z] --- PASS: TestMatch (0.00s) [2022-08-25T23:06:03.462Z] PASS [2022-08-25T23:06:03.462Z] coverage: 85.4% of statements [2022-08-25T23:06:03.462Z] ok github.com/docker/docker/pkg/fileutils 0.107s coverage: 85.4% of statements [2022-08-25T23:06:03.950Z] === RUN TestGet [2022-08-25T23:06:03.950Z] --- PASS: TestGet (0.00s) [2022-08-25T23:06:03.950Z] === RUN TestGetShortcutString [2022-08-25T23:06:03.950Z] --- PASS: TestGetShortcutString (0.00s) [2022-08-25T23:06:03.950Z] PASS [2022-08-25T23:06:03.950Z] coverage: 42.9% of statements [2022-08-25T23:06:03.950Z] ok github.com/docker/docker/pkg/homedir 0.063s coverage: 42.9% of statements [2022-08-25T23:06:04.435Z] --- PASS: Test (3.23s) [2022-08-25T23:06:04.435Z] --- PASS: Test/TestInitialize (0.22s) [2022-08-25T23:06:04.435Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2022-08-25T23:06:04.435Z] --- PASS: Test/TestWatch (3.00s) [2022-08-25T23:06:04.435Z] PASS [2022-08-25T23:06:04.435Z] coverage: 84.1% of statements [2022-08-25T23:06:04.435Z] ok github.com/docker/docker/pkg/discovery/kv 3.293s coverage: 84.1% of statements [2022-08-25T23:06:04.925Z] === RUN TestCreateIDMapOrder [2022-08-25T23:06:04.925Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-08-25T23:06:04.925Z] PASS [2022-08-25T23:06:04.925Z] coverage: 7.2% of statements [2022-08-25T23:06:04.925Z] ok github.com/docker/docker/pkg/idtools 0.076s coverage: 7.2% of statements [2022-08-25T23:06:05.499Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-08-25T23:06:05.946Z] === RUN TestFixedBufferCap [2022-08-25T23:06:05.946Z] --- PASS: TestFixedBufferCap (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestFixedBufferLen [2022-08-25T23:06:05.946Z] --- PASS: TestFixedBufferLen (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestFixedBufferString [2022-08-25T23:06:05.946Z] --- PASS: TestFixedBufferString (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestFixedBufferWrite [2022-08-25T23:06:05.946Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestFixedBufferRead [2022-08-25T23:06:05.946Z] --- PASS: TestFixedBufferRead (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestBytesPipeRead [2022-08-25T23:06:05.946Z] --- PASS: TestBytesPipeRead (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestBytesPipeWrite [2022-08-25T23:06:05.946Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestBytesPipeWriteRandomChunks [2022-08-25T23:06:05.946Z] === RUN TestError [2022-08-25T23:06:05.946Z] --- PASS: TestError (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestProgressString [2022-08-25T23:06:05.946Z] === RUN TestProgressString/no_progress [2022-08-25T23:06:05.946Z] === RUN TestProgressString/progress_1 [2022-08-25T23:06:05.946Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-08-25T23:06:05.946Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-08-25T23:06:05.946Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-08-25T23:06:05.946Z] === RUN TestProgressString/with_units [2022-08-25T23:06:05.946Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-08-25T23:06:05.946Z] === RUN TestProgressString/hide_counts [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/with_units (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-08-25T23:06:05.946Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestJSONMessageDisplay [2022-08-25T23:06:05.946Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-08-25T23:06:05.946Z] === RUN TestJSONMessageDisplayWithJSONError [2022-08-25T23:06:05.946Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-08-25T23:06:05.946Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestDisplayJSONMessagesStream [2022-08-25T23:06:05.946Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-08-25T23:06:05.946Z] PASS [2022-08-25T23:06:05.946Z] coverage: 91.7% of statements [2022-08-25T23:06:05.946Z] ok github.com/docker/docker/pkg/jsonmessage 0.263s coverage: 91.7% of statements [2022-08-25T23:06:05.946Z] === RUN TestStandardLongPath [2022-08-25T23:06:05.946Z] --- PASS: TestStandardLongPath (0.00s) [2022-08-25T23:06:05.946Z] === RUN TestUNCLongPath [2022-08-25T23:06:05.946Z] --- PASS: TestUNCLongPath (0.00s) [2022-08-25T23:06:05.946Z] PASS [2022-08-25T23:06:05.946Z] coverage: 100.0% of statements [2022-08-25T23:06:05.946Z] ok github.com/docker/docker/pkg/longpath 0.066s coverage: 100.0% of statements [2022-08-25T23:06:06.433Z] --- PASS: TestBytesPipeWriteRandomChunks (0.57s) [2022-08-25T23:06:06.433Z] === RUN TestAtomicWriteToFile [2022-08-25T23:06:06.433Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-08-25T23:06:06.433Z] === RUN TestAtomicWriteSetCommit [2022-08-25T23:06:06.433Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-08-25T23:06:06.433Z] === RUN TestAtomicWriteSetCancel [2022-08-25T23:06:06.433Z] --- PASS: TestAtomicWriteSetCancel (0.02s) [2022-08-25T23:06:06.433Z] === RUN TestReadCloserWrapperClose [2022-08-25T23:06:06.433Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-08-25T23:06:06.433Z] === RUN TestReaderErrWrapperReadOnError [2022-08-25T23:06:06.433Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-08-25T23:06:06.433Z] === RUN TestReaderErrWrapperRead [2022-08-25T23:06:06.433Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-08-25T23:06:06.433Z] === RUN TestHashData [2022-08-25T23:06:06.433Z] --- PASS: TestHashData (0.00s) [2022-08-25T23:06:06.433Z] === RUN TestCancelReadCloser [2022-08-25T23:06:06.433Z] --- PASS: TestCancelReadCloser (0.10s) [2022-08-25T23:06:06.433Z] === RUN TestWriteCloserWrapperClose [2022-08-25T23:06:06.433Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-08-25T23:06:06.433Z] === RUN TestNopWriteCloser [2022-08-25T23:06:06.433Z] --- PASS: TestNopWriteCloser (0.00s) [2022-08-25T23:06:06.433Z] === RUN TestNopWriter [2022-08-25T23:06:06.433Z] --- PASS: TestNopWriter (0.00s) [2022-08-25T23:06:06.433Z] === RUN TestWriteCounter [2022-08-25T23:06:06.433Z] --- PASS: TestWriteCounter (0.00s) [2022-08-25T23:06:06.433Z] PASS [2022-08-25T23:06:06.433Z] coverage: 68.4% of statements [2022-08-25T23:06:06.433Z] ok github.com/docker/docker/pkg/ioutils 0.800s coverage: 68.4% of statements [2022-08-25T23:06:06.919Z] === RUN TestNameFormat [2022-08-25T23:06:06.919Z] --- PASS: TestNameFormat (0.00s) [2022-08-25T23:06:06.919Z] === RUN TestNameRetries [2022-08-25T23:06:06.919Z] --- PASS: TestNameRetries (0.00s) [2022-08-25T23:06:06.919Z] PASS [2022-08-25T23:06:06.919Z] coverage: 85.7% of statements [2022-08-25T23:06:06.919Z] ok github.com/docker/docker/pkg/namesgenerator 0.069s coverage: 85.7% of statements [2022-08-25T23:06:07.405Z] === RUN TestParseKeyValueOpt [2022-08-25T23:06:07.405Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-08-25T23:06:07.405Z] === RUN TestParseUintList [2022-08-25T23:06:07.405Z] --- PASS: TestParseUintList (0.00s) [2022-08-25T23:06:07.405Z] === RUN TestParseUintListMaximumLimits [2022-08-25T23:06:07.405Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-08-25T23:06:07.405Z] PASS [2022-08-25T23:06:07.405Z] coverage: 97.0% of statements [2022-08-25T23:06:07.405Z] ok github.com/docker/docker/pkg/parsers 0.051s coverage: 97.0% of statements [2022-08-25T23:06:07.893Z] === RUN TestNewAndRemove [2022-08-25T23:06:07.893Z] --- PASS: TestNewAndRemove (0.00s) [2022-08-25T23:06:07.893Z] === RUN TestRemoveInvalidPath [2022-08-25T23:06:07.893Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-08-25T23:06:07.893Z] PASS [2022-08-25T23:06:07.893Z] coverage: 82.6% of statements [2022-08-25T23:06:07.893Z] ok github.com/docker/docker/pkg/pidfile 0.074s coverage: 82.6% of statements [2022-08-25T23:06:08.915Z] === RUN TestParseEmptyInterface [2022-08-25T23:06:08.915Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-08-25T23:06:08.915Z] === RUN TestParseNonInterfaceType [2022-08-25T23:06:08.915Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-08-25T23:06:08.915Z] === RUN TestParseWithOneFunction [2022-08-25T23:06:08.915Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-08-25T23:06:08.915Z] === RUN TestParseWithMultipleFuncs [2022-08-25T23:06:08.915Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-08-25T23:06:08.915Z] === RUN TestParseWithUnnamedReturn [2022-08-25T23:06:08.915Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-08-25T23:06:08.915Z] === RUN TestEmbeddedInterface [2022-08-25T23:06:08.915Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-08-25T23:06:08.915Z] === RUN TestParsedImports [2022-08-25T23:06:08.915Z] --- PASS: TestParsedImports (0.00s) [2022-08-25T23:06:08.915Z] === RUN TestAliasedImports [2022-08-25T23:06:08.915Z] --- PASS: TestAliasedImports (0.00s) [2022-08-25T23:06:08.915Z] PASS [2022-08-25T23:06:08.915Z] coverage: 56.8% of statements [2022-08-25T23:06:08.915Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.089s coverage: 56.8% of statements [2022-08-25T23:06:09.408Z] === RUN TestFailedConnection [2022-08-25T23:06:09.685Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-08-25T23:06:10.430Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-08-25T23:06:10.430Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestBufioReaderPoolPutAndGet [2022-08-25T23:06:10.430Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-08-25T23:06:10.430Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-08-25T23:06:10.430Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestBufioWriterPoolPutAndGet [2022-08-25T23:06:10.430Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-08-25T23:06:10.430Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestBufferPoolPutAndGet [2022-08-25T23:06:10.430Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-08-25T23:06:10.430Z] PASS [2022-08-25T23:06:10.430Z] coverage: 88.2% of statements [2022-08-25T23:06:10.430Z] ok github.com/docker/docker/pkg/pools 0.062s coverage: 88.2% of statements [2022-08-25T23:06:10.430Z] === RUN TestHTTPTransport [2022-08-25T23:06:10.430Z] --- PASS: TestHTTPTransport (0.00s) [2022-08-25T23:06:10.430Z] PASS [2022-08-25T23:06:10.430Z] coverage: 85.7% of statements [2022-08-25T23:06:10.430Z] ok github.com/docker/docker/pkg/plugins/transport 0.064s coverage: 85.7% of statements [2022-08-25T23:06:10.430Z] --- PASS: TestTarFiles (8.96s) [2022-08-25T23:06:10.430Z] === RUN TestTarUntar [2022-08-25T23:06:10.430Z] --- PASS: TestTarUntar (0.06s) [2022-08-25T23:06:10.430Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-08-25T23:06:10.430Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-08-25T23:06:10.430Z] === RUN TestTarWithOptions [2022-08-25T23:06:10.430Z] --- PASS: TestTarWithOptions (0.04s) [2022-08-25T23:06:10.430Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-08-25T23:06:10.430Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestUntarUstarGnuConflict [2022-08-25T23:06:10.430Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-08-25T23:06:10.430Z] === RUN TestUntarInvalidFilenames [2022-08-25T23:06:10.919Z] --- PASS: TestFailedConnection (1.16s) [2022-08-25T23:06:10.919Z] === RUN TestFailOnce [2022-08-25T23:06:10.919Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1237944989\\dest" [2022-08-25T23:06:10.919Z] --- PASS: TestUntarInvalidFilenames (0.25s) [2022-08-25T23:06:10.919Z] === RUN TestUntarHardlinkToSymlink [2022-08-25T23:06:10.919Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-08-25T23:06:10.919Z] === RUN TestUntarInvalidHardlink [2022-08-25T23:06:10.919Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink921316639\\victim\\hello" -> "../victim/hello" [2022-08-25T23:06:10.919Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3192605431\\victim\\hello" -> "/../victim/hello" [2022-08-25T23:06:10.919Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2179847200\\victim" -> "../victim" [2022-08-25T23:06:10.919Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1987124265\\victim" -> "../victim" [2022-08-25T23:06:10.919Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1756114032\\victim" -> "../victim" [2022-08-25T23:06:10.919Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2413774863\\victim" -> "../victim" [2022-08-25T23:06:10.919Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-08-25T23:06:10.919Z] === RUN TestUntarInvalidSymlink [2022-08-25T23:06:10.919Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4126482506\\dest\\dotdot" -> "../victim/hello" [2022-08-25T23:06:10.919Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2769653652\\dest\\slash-dotdot" -> "/../victim/hello" [2022-08-25T23:06:10.919Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink401064204\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:10.919Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2323162284\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:10.919Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3651797662\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:10.919Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3336700059\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:10.919Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2676408585\\dest\\dir\\loophole" -> "../../victim" [2022-08-25T23:06:10.919Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-08-25T23:06:10.919Z] === RUN TestTempArchiveCloseMultipleTimes [2022-08-25T23:06:10.919Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-08-25T23:06:10.919Z] === RUN TestXGlobalNoParent [2022-08-25T23:06:10.919Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-08-25T23:06:10.919Z] === RUN TestReplaceFileTarWrapper [2022-08-25T23:06:10.919Z] 2022/08/25 23:06:10 http: panic serving 127.0.0.1:49239: Plugin not ready [2022-08-25T23:06:10.919Z] goroutine 22 [running]: [2022-08-25T23:06:10.919Z] net/http.(*conn).serve.func1() [2022-08-25T23:06:10.919Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-08-25T23:06:10.919Z] panic({0x7c5960, 0x9092a0}) [2022-08-25T23:06:10.919Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-08-25T23:06:10.919Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x190000000000003b?, 0xffffffffffffffff?}, 0x1996630fb03661cf?) [2022-08-25T23:06:10.919Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-08-25T23:06:10.919Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x90eae8?, 0xc0001a40e0?}, 0xc0001cda78?) [2022-08-25T23:06:10.919Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-08-25T23:06:10.919Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x90eae8, 0xc0001a40e0}, 0xc0001b0200) [2022-08-25T23:06:10.919Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-08-25T23:06:10.919Z] net/http.serverHandler.ServeHTTP({0x90d018?}, {0x90eae8, 0xc0001a40e0}, 0xc0001b0200) [2022-08-25T23:06:10.919Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-08-25T23:06:10.919Z] net/http.(*conn).serve(0xc0001c0000, {0x90eef8, 0xc00018a420}) [2022-08-25T23:06:10.919Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-08-25T23:06:10.919Z] created by net/http.(*Server).Serve [2022-08-25T23:06:10.919Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-08-25T23:06:10.919Z] time="2022-08-25T23:06:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49238/Test.FailOnce: Post \"http://127.0.0.1:49238/Test.FailOnce\": EOF, retrying in 1s" [2022-08-25T23:06:10.919Z] === RUN TestOutputOnPrematureClose [2022-08-25T23:06:10.919Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-08-25T23:06:10.919Z] === RUN TestCompleteSilently [2022-08-25T23:06:10.919Z] --- PASS: TestCompleteSilently (0.00s) [2022-08-25T23:06:10.919Z] PASS [2022-08-25T23:06:10.919Z] coverage: 75.9% of statements [2022-08-25T23:06:10.919Z] ok github.com/docker/docker/pkg/progress 0.050s coverage: 75.9% of statements [2022-08-25T23:06:11.061Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-08-25T23:06:11.061Z] --- PASS: TestServiceUpdateNetwork (12.95s) [2022-08-25T23:06:11.061Z] === RUN TestServiceUpdatePidsLimit [2022-08-25T23:06:11.405Z] --- PASS: TestReplaceFileTarWrapper (0.29s) [2022-08-25T23:06:11.405Z] === RUN TestPrefixHeaderReadable [2022-08-25T23:06:11.405Z] === RUN TestSendToOneSub [2022-08-25T23:06:11.405Z] --- PASS: TestSendToOneSub (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestSendToMultipleSubs [2022-08-25T23:06:11.405Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestEvictOneSub [2022-08-25T23:06:11.405Z] --- PASS: TestEvictOneSub (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestClosePublisher [2022-08-25T23:06:11.405Z] --- PASS: TestClosePublisher (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestPubSubRace [2022-08-25T23:06:11.405Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-08-25T23:06:11.405Z] === RUN TestDisablePigz [2022-08-25T23:06:11.405Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2022-08-25T23:06:11.405Z] --- PASS: TestDisablePigz (0.17s) [2022-08-25T23:06:11.405Z] === RUN TestPigz [2022-08-25T23:06:11.405Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2022-08-25T23:06:11.405Z] --- PASS: TestPigz (0.19s) [2022-08-25T23:06:11.405Z] === RUN TestCopyFileWithInvalidDest [2022-08-25T23:06:11.405Z] archive_windows_test.go:17: Currently fails [2022-08-25T23:06:11.405Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestCanonicalTarNameForPath [2022-08-25T23:06:11.405Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestCanonicalTarName [2022-08-25T23:06:11.405Z] --- PASS: TestCanonicalTarName (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestChmodTarEntry [2022-08-25T23:06:11.405Z] --- PASS: TestChmodTarEntry (0.00s) [2022-08-25T23:06:11.405Z] === RUN TestHardLinkOrder [2022-08-25T23:06:11.890Z] --- PASS: TestHardLinkOrder (0.12s) [2022-08-25T23:06:11.890Z] === RUN TestChangeString [2022-08-25T23:06:11.890Z] --- PASS: TestChangeString (0.00s) [2022-08-25T23:06:11.890Z] === RUN TestChangesWithNoChanges [2022-08-25T23:06:11.890Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-08-25T23:06:11.890Z] === RUN TestChangesWithChanges [2022-08-25T23:06:11.890Z] --- PASS: TestChangesWithChanges (0.04s) [2022-08-25T23:06:11.890Z] === RUN TestChangesWithChangesGH13590 [2022-08-25T23:06:11.890Z] changes_test.go:192: needs more investigation [2022-08-25T23:06:11.890Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-08-25T23:06:11.890Z] === RUN TestChangesDirsEmpty [2022-08-25T23:06:11.890Z] --- PASS: TestFailOnce (1.21s) [2022-08-25T23:06:11.890Z] === RUN TestEchoInputOutput [2022-08-25T23:06:11.890Z] --- PASS: TestChangesDirsEmpty (0.19s) [2022-08-25T23:06:11.890Z] === RUN TestChangesDirsMutated [2022-08-25T23:06:11.890Z] --- PASS: TestEchoInputOutput (0.00s) [2022-08-25T23:06:11.890Z] === RUN TestBackoff [2022-08-25T23:06:11.890Z] --- PASS: TestBackoff (0.00s) [2022-08-25T23:06:11.890Z] === RUN TestAbortRetry [2022-08-25T23:06:11.890Z] --- PASS: TestAbortRetry (0.00s) [2022-08-25T23:06:11.890Z] === RUN TestClientScheme [2022-08-25T23:06:11.890Z] --- PASS: TestClientScheme (0.00s) [2022-08-25T23:06:11.890Z] === RUN TestNewClientWithTimeout [2022-08-25T23:06:11.890Z] === RUN TestRegister [2022-08-25T23:06:11.890Z] --- PASS: TestRegister (0.00s) [2022-08-25T23:06:11.890Z] === RUN TestCommand [2022-08-25T23:06:11.890Z] --- PASS: TestCommand (0.04s) [2022-08-25T23:06:11.890Z] === RUN TestNaiveSelf [2022-08-25T23:06:12.376Z] --- PASS: TestNaiveSelf (0.04s) [2022-08-25T23:06:12.376Z] PASS [2022-08-25T23:06:12.376Z] coverage: 82.4% of statements [2022-08-25T23:06:12.376Z] --- PASS: TestChangesDirsMutated (0.18s) [2022-08-25T23:06:12.376Z] === RUN TestApplyLayer [2022-08-25T23:06:12.376Z] changes_test.go:405: needs further investigation [2022-08-25T23:06:12.376Z] --- SKIP: TestApplyLayer (0.00s) [2022-08-25T23:06:12.376Z] === RUN TestChangesSizeWithHardlinks [2022-08-25T23:06:12.376Z] changes_test.go:441: needs further investigation [2022-08-25T23:06:12.376Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-08-25T23:06:12.376Z] === RUN TestChangesSizeWithNoChanges [2022-08-25T23:06:12.376Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-08-25T23:06:12.376Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-08-25T23:06:12.376Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-08-25T23:06:12.376Z] === RUN TestChangesSize [2022-08-25T23:06:12.376Z] --- PASS: TestChangesSize (0.00s) [2022-08-25T23:06:12.376Z] === RUN TestApplyLayerInvalidFilenames [2022-08-25T23:06:12.376Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1064844612\\dest" [2022-08-25T23:06:12.376Z] ok github.com/docker/docker/pkg/reexec 0.133s coverage: 82.4% of statements [2022-08-25T23:06:12.376Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-08-25T23:06:12.376Z] === RUN TestApplyLayerInvalidHardlink [2022-08-25T23:06:12.376Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4201321830\\victim\\hello" -> "../victim/hello" [2022-08-25T23:06:12.376Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink239052715\\victim\\hello" -> "/../victim/hello" [2022-08-25T23:06:12.376Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1596565429\\victim" -> "../victim" [2022-08-25T23:06:12.376Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1382867981\\victim" -> "../victim" [2022-08-25T23:06:12.376Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3916932953\\victim" -> "../victim" [2022-08-25T23:06:12.376Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink470024835\\victim" -> "../victim" [2022-08-25T23:06:12.376Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-08-25T23:06:12.376Z] === RUN TestApplyLayerInvalidSymlink [2022-08-25T23:06:12.376Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1922316248\\dest\\dotdot" -> "../victim/hello" [2022-08-25T23:06:12.376Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4037276443\\dest\\slash-dotdot" -> "/../victim/hello" [2022-08-25T23:06:12.376Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink191371236\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:12.376Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2436337456\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:12.376Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3936375575\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:12.376Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1914882220\\dest\\loophole-victim" -> "../victim" [2022-08-25T23:06:12.376Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-08-25T23:06:12.376Z] === RUN TestApplyLayerWhiteouts [2022-08-25T23:06:12.376Z] --- PASS: TestPubSubRace (1.09s) [2022-08-25T23:06:12.376Z] PASS [2022-08-25T23:06:12.376Z] coverage: 75.0% of statements [2022-08-25T23:06:12.376Z] ok github.com/docker/docker/pkg/pubsub 1.158s coverage: 75.0% of statements [2022-08-25T23:06:12.376Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-08-25T23:06:12.376Z] === RUN TestGenerateEmptyFile [2022-08-25T23:06:12.376Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-08-25T23:06:12.376Z] === RUN TestGenerateWithContent [2022-08-25T23:06:12.376Z] --- PASS: TestGenerateWithContent (0.00s) [2022-08-25T23:06:12.376Z] PASS [2022-08-25T23:06:12.376Z] coverage: 62.6% of statements [2022-08-25T23:06:12.376Z] ok github.com/docker/docker/pkg/archive 12.440s coverage: 62.6% of statements [2022-08-25T23:06:12.376Z] time="2022-08-25T23:06:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post \"http://127.0.0.1:49243/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-08-25T23:06:12.438Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-25T23:06:13.012Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-25T23:06:13.400Z] === RUN TestParseSignal [2022-08-25T23:06:13.400Z] --- PASS: TestParseSignal (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestValidSignalForPlatform [2022-08-25T23:06:13.400Z] --- PASS: TestValidSignalForPlatform (0.00s) [2022-08-25T23:06:13.400Z] PASS [2022-08-25T23:06:13.400Z] coverage: 19.7% of statements [2022-08-25T23:06:13.400Z] ok github.com/docker/docker/pkg/signal 0.044s coverage: 19.7% of statements [2022-08-25T23:06:13.400Z] === RUN TestNewStdWriter [2022-08-25T23:06:13.400Z] --- PASS: TestNewStdWriter (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestWriteWithUninitializedStdWriter [2022-08-25T23:06:13.400Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestWriteWithNilBytes [2022-08-25T23:06:13.400Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestWrite [2022-08-25T23:06:13.400Z] --- PASS: TestWrite (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestWriteWithWriterError [2022-08-25T23:06:13.400Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-08-25T23:06:13.400Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestStdCopyWriteAndRead [2022-08-25T23:06:13.400Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-08-25T23:06:13.400Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-08-25T23:06:13.400Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-08-25T23:06:13.400Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-08-25T23:06:13.400Z] === RUN TestStdCopyWithInvalidInputHeader [2022-08-25T23:06:13.401Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-08-25T23:06:13.401Z] === RUN TestStdCopyWithCorruptedPrefix [2022-08-25T23:06:13.401Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-08-25T23:06:13.401Z] === RUN TestStdCopyReturnsWriteErrors [2022-08-25T23:06:13.401Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-08-25T23:06:13.401Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-08-25T23:06:13.401Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-08-25T23:06:13.401Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-08-25T23:06:13.401Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-08-25T23:06:13.401Z] PASS [2022-08-25T23:06:13.401Z] coverage: 100.0% of statements [2022-08-25T23:06:13.401Z] ok github.com/docker/docker/pkg/stdcopy 0.052s coverage: 100.0% of statements [2022-08-25T23:06:13.886Z] time="2022-08-25T23:06:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post \"http://127.0.0.1:49243/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-08-25T23:06:14.220Z] 2022/08/25 23:06:13 Finished clone cloud.google.com/go [2022-08-25T23:06:14.371Z] === RUN TestGenerateRandomID [2022-08-25T23:06:14.371Z] --- PASS: TestGenerateRandomID (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestShortenId [2022-08-25T23:06:14.371Z] --- PASS: TestShortenId (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestShortenSha256Id [2022-08-25T23:06:14.371Z] --- PASS: TestShortenSha256Id (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestShortenIdEmpty [2022-08-25T23:06:14.371Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestShortenIdInvalid [2022-08-25T23:06:14.371Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestIsShortIDNonHex [2022-08-25T23:06:14.371Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestIsShortIDNotCorrectSize [2022-08-25T23:06:14.371Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-08-25T23:06:14.371Z] PASS [2022-08-25T23:06:14.371Z] coverage: 70.6% of statements [2022-08-25T23:06:14.371Z] === RUN TestRawProgressFormatterFormatStatus [2022-08-25T23:06:14.371Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestRawProgressFormatterFormatProgress [2022-08-25T23:06:14.371Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestFormatStatus [2022-08-25T23:06:14.371Z] --- PASS: TestFormatStatus (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestFormatError [2022-08-25T23:06:14.371Z] --- PASS: TestFormatError (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestFormatJSONError [2022-08-25T23:06:14.371Z] --- PASS: TestFormatJSONError (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestJsonProgressFormatterFormatProgress [2022-08-25T23:06:14.371Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestJsonProgressFormatterFormatStatus [2022-08-25T23:06:14.371Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestNewJSONProgressOutput [2022-08-25T23:06:14.371Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestAuxFormatterEmit [2022-08-25T23:06:14.371Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestStreamWriterStdout [2022-08-25T23:06:14.371Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-08-25T23:06:14.371Z] === RUN TestStreamWriterStderr [2022-08-25T23:06:14.371Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-08-25T23:06:14.371Z] PASS [2022-08-25T23:06:14.371Z] coverage: 66.2% of statements [2022-08-25T23:06:14.371Z] ok github.com/docker/docker/pkg/stringid 0.064s coverage: 70.6% of statements [2022-08-25T23:06:14.371Z] ok github.com/docker/docker/pkg/streamformatter 0.081s coverage: 66.2% of statements [2022-08-25T23:06:15.396Z] === RUN TestIsCpusetListAvailable [2022-08-25T23:06:15.396Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-08-25T23:06:15.396Z] PASS [2022-08-25T23:06:15.396Z] coverage: 38.2% of statements [2022-08-25T23:06:15.396Z] ok github.com/docker/docker/pkg/sysinfo 0.052s coverage: 38.2% of statements [2022-08-25T23:06:15.549Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-08-25T23:06:16.119Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-08-25T23:06:16.119Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-08-25T23:06:16.119Z] === RUN TestDockerSuite/TestHealth [2022-08-25T23:06:16.419Z] time="2022-08-25T23:06:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post \"http://127.0.0.1:49243/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-08-25T23:06:16.915Z] === RUN TestTailFile [2022-08-25T23:06:16.915Z] --- PASS: TestTailFile (0.00s) [2022-08-25T23:06:16.915Z] === RUN TestTailFileManyLines [2022-08-25T23:06:16.915Z] --- PASS: TestTailFileManyLines (0.00s) [2022-08-25T23:06:16.915Z] === RUN TestTailEmptyFile [2022-08-25T23:06:16.915Z] --- PASS: TestTailEmptyFile (0.00s) [2022-08-25T23:06:16.915Z] === RUN TestTailNegativeN [2022-08-25T23:06:16.915Z] --- PASS: TestTailNegativeN (0.00s) [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/truncated_last_line [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/4_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/no_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/2_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/single_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/12_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/8_byte_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.915Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-08-25T23:06:16.915Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.915Z] === RUN TestChtimes [2022-08-25T23:06:16.915Z] --- PASS: TestChtimes (0.01s) [2022-08-25T23:06:16.916Z] === RUN TestChtimesWindows [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:16.916Z] --- PASS: TestChtimesWindows (0.00s) [2022-08-25T23:06:16.916Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-08-25T23:06:16.916Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-08-25T23:06:16.916Z] === RUN TestEnsureRemoveAllNotExist [2022-08-25T23:06:16.916Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-08-25T23:06:16.916Z] === RUN TestEnsureRemoveAllWithDir [2022-08-25T23:06:16.916Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-08-25T23:06:16.916Z] === RUN TestEnsureRemoveAllWithFile [2022-08-25T23:06:16.916Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-08-25T23:06:16.916Z] === RUN TestHasWin32KSupport [2022-08-25T23:06:16.916Z] syscall_windows_test.go:8: win32k: true [2022-08-25T23:06:16.916Z] --- PASS: TestHasWin32KSupport (0.01s) [2022-08-25T23:06:16.916Z] PASS [2022-08-25T23:06:16.916Z] coverage: 12.0% of statements [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] ok github.com/docker/docker/pkg/system 0.075s coverage: 12.0% of statements [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:16.916Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:16.916Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:16.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:16.917Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:16.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.407Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.408Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.408Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.409Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-08-25T23:06:17.410Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.02s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.410Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.02s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.02s) [2022-08-25T23:06:17.896Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.02s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.02s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.03s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.03s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-08-25T23:06:17.897Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-08-25T23:06:17.898Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-08-25T23:06:17.898Z] PASS [2022-08-25T23:06:17.898Z] coverage: 88.6% of statements [2022-08-25T23:06:17.898Z] ok github.com/docker/docker/pkg/tailfile 0.444s coverage: 88.6% of statements [2022-08-25T23:06:18.385Z] testing: warning: no tests to run [2022-08-25T23:06:18.385Z] PASS [2022-08-25T23:06:18.385Z] coverage: [no statements] [2022-08-25T23:06:18.385Z] ok github.com/docker/docker/pkg/term/windows 0.081s coverage: [no statements] [no tests to run] [2022-08-25T23:06:18.385Z] === RUN TestTarSumRemoveNonExistent [2022-08-25T23:06:18.385Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-08-25T23:06:18.385Z] === RUN TestTarSumRemove [2022-08-25T23:06:18.385Z] --- PASS: TestTarSumRemove (0.00s) [2022-08-25T23:06:18.385Z] === RUN TestSortFileInfoSums [2022-08-25T23:06:18.385Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-08-25T23:06:18.385Z] === RUN TestNewTarSumForLabelInvalid [2022-08-25T23:06:18.385Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-08-25T23:06:18.385Z] === RUN TestNewTarSumForLabel [2022-08-25T23:06:18.385Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-08-25T23:06:18.385Z] === RUN TestEmptyTar [2022-08-25T23:06:18.385Z] --- PASS: TestEmptyTar (0.00s) [2022-08-25T23:06:18.385Z] === RUN TestTarSumsReadSize [2022-08-25T23:06:18.460Z] 2022/08/25 23:06:18 Finished clone github.com/gogo/protobuf [2022-08-25T23:06:18.871Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-08-25T23:06:18.871Z] === RUN TestTarSums [2022-08-25T23:06:18.871Z] --- PASS: TestTarSums (0.10s) [2022-08-25T23:06:18.871Z] === RUN TestIteration [2022-08-25T23:06:18.871Z] --- PASS: TestIteration (0.00s) [2022-08-25T23:06:18.871Z] === RUN TestVersionLabelForChecksum [2022-08-25T23:06:18.871Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-08-25T23:06:18.871Z] === RUN TestVersion [2022-08-25T23:06:18.871Z] --- PASS: TestVersion (0.00s) [2022-08-25T23:06:18.871Z] === RUN TestGetVersion [2022-08-25T23:06:18.871Z] --- PASS: TestGetVersion (0.00s) [2022-08-25T23:06:18.871Z] === RUN TestGetVersions [2022-08-25T23:06:18.871Z] --- PASS: TestGetVersions (0.00s) [2022-08-25T23:06:18.871Z] PASS [2022-08-25T23:06:18.871Z] coverage: 89.3% of statements [2022-08-25T23:06:18.871Z] ok github.com/docker/docker/pkg/tarsum 0.201s coverage: 89.3% of statements [2022-08-25T23:06:19.359Z] === RUN TestTruncIndex [2022-08-25T23:06:19.359Z] --- PASS: TestTruncIndex (0.12s) [2022-08-25T23:06:19.359Z] PASS [2022-08-25T23:06:19.359Z] coverage: 91.5% of statements [2022-08-25T23:06:19.359Z] ok github.com/docker/docker/pkg/truncindex 0.199s coverage: 91.5% of statements [2022-08-25T23:06:19.844Z] === RUN TestIsGIT [2022-08-25T23:06:19.844Z] --- PASS: TestIsGIT (0.00s) [2022-08-25T23:06:19.844Z] === RUN TestIsTransport [2022-08-25T23:06:19.844Z] --- PASS: TestIsTransport (0.00s) [2022-08-25T23:06:19.844Z] PASS [2022-08-25T23:06:19.844Z] coverage: 100.0% of statements [2022-08-25T23:06:19.844Z] ok github.com/docker/docker/pkg/urlutil 0.046s coverage: 100.0% of statements [2022-08-25T23:06:20.309Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-25T23:06:20.329Z] === RUN TestVersionInfo [2022-08-25T23:06:20.329Z] --- PASS: TestVersionInfo (0.00s) [2022-08-25T23:06:20.329Z] === RUN TestAppendVersions [2022-08-25T23:06:20.329Z] --- PASS: TestAppendVersions (0.00s) [2022-08-25T23:06:20.329Z] PASS [2022-08-25T23:06:20.329Z] coverage: 88.9% of statements [2022-08-25T23:06:20.329Z] ok github.com/docker/docker/pkg/useragent 0.046s coverage: 88.9% of statements [2022-08-25T23:06:20.816Z] time="2022-08-25T23:06:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49243/Test.Echo: Post \"http://127.0.0.1:49243/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-08-25T23:06:22.434Z] === RUN TestValidatePrivileges [2022-08-25T23:06:22.434Z] --- PASS: TestValidatePrivileges (0.00s) [2022-08-25T23:06:22.434Z] === RUN TestFilterByCapNeg [2022-08-25T23:06:22.434Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-08-25T23:06:22.434Z] === RUN TestFilterByCapPos [2022-08-25T23:06:22.434Z] --- PASS: TestFilterByCapPos (0.00s) [2022-08-25T23:06:22.434Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-08-25T23:06:22.434Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-08-25T23:06:22.434Z] PASS [2022-08-25T23:06:22.434Z] coverage: 12.0% of statements [2022-08-25T23:06:22.434Z] ok github.com/docker/docker/plugin 0.064s coverage: 12.0% of statements [2022-08-25T23:06:22.434Z] === RUN TestNewSettable [2022-08-25T23:06:22.434Z] --- PASS: TestNewSettable (0.00s) [2022-08-25T23:06:22.434Z] === RUN TestIsSettable [2022-08-25T23:06:22.434Z] --- PASS: TestIsSettable (0.00s) [2022-08-25T23:06:22.434Z] === RUN TestUpdateSettingsEnv [2022-08-25T23:06:22.434Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-08-25T23:06:22.434Z] PASS [2022-08-25T23:06:22.434Z] coverage: 20.0% of statements [2022-08-25T23:06:22.434Z] ok github.com/docker/docker/plugin/v2 0.082s coverage: 20.0% of statements [2022-08-25T23:06:23.750Z] 2022/08/25 23:06:23 Finished clone google.golang.org/genproto [2022-08-25T23:06:24.052Z] === RUN TestLoad [2022-08-25T23:06:24.052Z] --- PASS: TestLoad (0.00s) [2022-08-25T23:06:24.052Z] === RUN TestSave [2022-08-25T23:06:24.052Z] --- PASS: TestSave (0.09s) [2022-08-25T23:06:24.052Z] === RUN TestAddDeleteGet [2022-08-25T23:06:24.052Z] --- PASS: TestAddDeleteGet (0.06s) [2022-08-25T23:06:24.052Z] === RUN TestInvalidTags [2022-08-25T23:06:24.052Z] --- PASS: TestInvalidTags (0.01s) [2022-08-25T23:06:24.052Z] PASS [2022-08-25T23:06:24.052Z] coverage: 84.4% of statements [2022-08-25T23:06:24.052Z] ok github.com/docker/docker/reference 0.274s coverage: 84.4% of statements [2022-08-25T23:06:25.669Z] === RUN TestResolveAuthConfigIndexServer [2022-08-25T23:06:25.669Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestResolveAuthConfigFullURL [2022-08-25T23:06:25.669Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestLoadAllowNondistributableArtifacts [2022-08-25T23:06:25.669Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestValidateMirror [2022-08-25T23:06:25.669Z] --- PASS: TestValidateMirror (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestLoadInsecureRegistries [2022-08-25T23:06:25.669Z] time="2022-08-25T23:06:25Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-08-25T23:06:25.669Z] time="2022-08-25T23:06:25Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-08-25T23:06:25.669Z] time="2022-08-25T23:06:25Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-08-25T23:06:25.669Z] --- PASS: TestLoadInsecureRegistries (0.23s) [2022-08-25T23:06:25.669Z] === RUN TestNewServiceConfig [2022-08-25T23:06:25.669Z] --- PASS: TestNewServiceConfig (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestValidateIndexName [2022-08-25T23:06:25.669Z] --- PASS: TestValidateIndexName (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestValidateIndexNameWithError [2022-08-25T23:06:25.669Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestEndpointParse [2022-08-25T23:06:25.669Z] --- PASS: TestEndpointParse (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestEndpointParseInvalid [2022-08-25T23:06:25.669Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestValidateEndpoint [2022-08-25T23:06:25.669Z] --- PASS: TestValidateEndpoint (0.01s) [2022-08-25T23:06:25.669Z] === RUN TestPing [2022-08-25T23:06:25.669Z] --- PASS: TestPing (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestPingRegistryEndpoint [2022-08-25T23:06:25.669Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:25.669Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-08-25T23:06:25.669Z] === RUN TestEndpoint [2022-08-25T23:06:25.669Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:25.669Z] --- SKIP: TestEndpoint (0.01s) [2022-08-25T23:06:25.669Z] === RUN TestParseRepositoryInfo [2022-08-25T23:06:25.669Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestNewIndexInfo [2022-08-25T23:06:25.669Z] --- PASS: TestNewIndexInfo (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestMirrorEndpointLookup [2022-08-25T23:06:25.669Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:25.669Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2022-08-25T23:06:25.669Z] === RUN TestSearchRepositories [2022-08-25T23:06:25.669Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-08-25T23:06:25.669Z] Host: 127.0.0.1:49248 [2022-08-25T23:06:25.669Z] User-Agent: docker test client [2022-08-25T23:06:25.669Z] Authorization: Token fake-token [2022-08-25T23:06:25.669Z] X-Docker-Token: true [2022-08-25T23:06:25.669Z] Accept-Encoding: gzip [2022-08-25T23:06:25.669Z] [2022-08-25T23:06:25.669Z] [2022-08-25T23:06:25.669Z] registry_test.go:730: HTTP/1.1 200 OK [2022-08-25T23:06:25.669Z] Connection: close [2022-08-25T23:06:25.669Z] Content-Length: 144 [2022-08-25T23:06:25.669Z] Cache-Control: no-cache [2022-08-25T23:06:25.669Z] Content-Type: application/json [2022-08-25T23:06:25.669Z] Date: Thu, 25 Aug 2022 23:06:25 GMT [2022-08-25T23:06:25.669Z] Expires: -1 [2022-08-25T23:06:25.669Z] Pragma: no-cache [2022-08-25T23:06:25.669Z] Server: docker-tests/mock [2022-08-25T23:06:25.669Z] X-Docker-Registry-Config: mock [2022-08-25T23:06:25.669Z] X-Docker-Registry-Version: 0.0.0 [2022-08-25T23:06:25.669Z] [2022-08-25T23:06:25.669Z] [2022-08-25T23:06:25.669Z] --- PASS: TestSearchRepositories (0.01s) [2022-08-25T23:06:25.669Z] === RUN TestTrustedLocation [2022-08-25T23:06:25.669Z] --- PASS: TestTrustedLocation (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-08-25T23:06:25.669Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestAllowNondistributableArtifacts [2022-08-25T23:06:25.669Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-08-25T23:06:25.669Z] === RUN TestIsSecureIndex [2022-08-25T23:06:25.669Z] --- PASS: TestIsSecureIndex (0.00s) [2022-08-25T23:06:25.669Z] PASS [2022-08-25T23:06:25.669Z] coverage: 50.2% of statements [2022-08-25T23:06:25.669Z] ok github.com/docker/docker/registry 0.365s coverage: 50.2% of statements [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestReaderWithReadError [2022-08-25T23:06:26.154Z] time="2022-08-25T23:06:25Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestReaderWithReadError (0.23s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.01s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestReader [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestReader (0.00s) [2022-08-25T23:06:26.154Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-08-25T23:06:26.154Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-08-25T23:06:26.154Z] PASS [2022-08-25T23:06:26.154Z] coverage: 100.0% of statements [2022-08-25T23:06:26.154Z] ok github.com/docker/docker/registry/resumable 0.330s coverage: 100.0% of statements [2022-08-25T23:06:26.640Z] === RUN TestRestartManagerTimeout [2022-08-25T23:06:26.640Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-08-25T23:06:26.640Z] === RUN TestRestartManagerTimeoutReset [2022-08-25T23:06:26.640Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-08-25T23:06:26.640Z] PASS [2022-08-25T23:06:26.640Z] coverage: 45.3% of statements [2022-08-25T23:06:26.640Z] ok github.com/docker/docker/restartmanager 0.055s coverage: 45.3% of statements [2022-08-25T23:06:27.664Z] === RUN TestDecodeContainerConfig [2022-08-25T23:06:27.664Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-08-25T23:06:27.664Z] === RUN TestDecodeContainerConfigIsolation [2022-08-25T23:06:27.664Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-08-25T23:06:27.664Z] === RUN TestValidatePrivileged [2022-08-25T23:06:27.664Z] --- PASS: TestValidatePrivileged (0.00s) [2022-08-25T23:06:27.664Z] PASS [2022-08-25T23:06:27.664Z] coverage: 52.2% of statements [2022-08-25T23:06:27.664Z] ok github.com/docker/docker/runconfig 0.060s coverage: 52.2% of statements [2022-08-25T23:06:28.150Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-08-25T23:06:28.150Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-08-25T23:06:28.150Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-08-25T23:06:28.150Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-08-25T23:06:28.150Z] PASS [2022-08-25T23:06:28.150Z] coverage: 62.5% of statements [2022-08-25T23:06:28.150Z] ok github.com/docker/docker/testutil 0.070s coverage: 62.5% of statements [2022-08-25T23:06:28.424Z] --- PASS: TestServiceUpdatePidsLimit (16.19s) [2022-08-25T23:06:28.424Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-08-25T23:06:28.424Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-08-25T23:06:28.424Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-08-25T23:06:28.424Z] PASS [2022-08-25T23:06:28.424Z] [2022-08-25T23:06:28.424Z] === Skipped [2022-08-25T23:06:28.424Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-25T23:06:28.424Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-25T23:06:28.424Z] [2022-08-25T23:06:28.424Z] DONE 27 tests, 1 skipped in 193.039s [2022-08-25T23:06:28.424Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-25T23:06:28.424Z] ++ 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-08-25T23:06:28.424Z] ++ set -e [2022-08-25T23:06:28.424Z] ++ '[' -n 0 ']' [2022-08-25T23:06:28.424Z] ++ set -x [2022-08-25T23:06:28.424Z] ++ 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-08-25T23:06:28.424Z] INFO: Testing against a local daemon [2022-08-25T23:06:28.424Z] === RUN TestSessionCreate [2022-08-25T23:06:28.424Z] --- PASS: TestSessionCreate (0.02s) [2022-08-25T23:06:28.424Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-25T23:06:28.424Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-25T23:06:28.424Z] PASS [2022-08-25T23:06:28.424Z] [2022-08-25T23:06:28.424Z] DONE 2 tests in 0.145s [2022-08-25T23:06:28.424Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-25T23:06:28.424Z] ++ 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-08-25T23:06:28.424Z] ++ set -e [2022-08-25T23:06:28.424Z] ++ '[' -n 0 ']' [2022-08-25T23:06:28.424Z] ++ set -x [2022-08-25T23:06:28.424Z] ++ 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-08-25T23:06:28.424Z] INFO: Testing against a local daemon [2022-08-25T23:06:28.424Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-25T23:06:28.424Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-25T23:06:28.424Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T23:06:28.424Z] === RUN TestEventsExecDie [2022-08-25T23:06:28.424Z] --- PASS: TestEventsExecDie (0.53s) [2022-08-25T23:06:28.424Z] === RUN TestEventsBackwardsCompatible [2022-08-25T23:06:28.424Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2022-08-25T23:06:28.424Z] === RUN TestInfoBinaryCommits [2022-08-25T23:06:28.424Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-25T23:06:28.424Z] === RUN TestInfoAPIVersioned [2022-08-25T23:06:28.424Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-25T23:06:28.424Z] === RUN TestInfoDiscoveryBackend [2022-08-25T23:06:28.682Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2022-08-25T23:06:28.682Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-25T23:06:29.619Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-08-25T23:06:29.619Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-25T23:06:29.766Z] --- PASS: TestNewClientWithTimeout (17.64s) [2022-08-25T23:06:29.766Z] === RUN TestClientStream [2022-08-25T23:06:29.766Z] --- PASS: TestClientStream (0.00s) [2022-08-25T23:06:29.766Z] === RUN TestClientSendFile [2022-08-25T23:06:29.766Z] --- PASS: TestClientSendFile (0.00s) [2022-08-25T23:06:29.766Z] === RUN TestClientWithRequestTimeout [2022-08-25T23:06:29.766Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-08-25T23:06:29.766Z] === RUN TestFileSpecPlugin [2022-08-25T23:06:29.766Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-08-25T23:06:29.766Z] === RUN TestFileJSONSpecPlugin [2022-08-25T23:06:29.766Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-08-25T23:06:29.766Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-08-25T23:06:29.766Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-08-25T23:06:29.766Z] === RUN TestPluginAddHandler [2022-08-25T23:06:29.766Z] --- PASS: TestPluginAddHandler (0.00s) [2022-08-25T23:06:29.766Z] === RUN TestPluginWaitBadPlugin [2022-08-25T23:06:29.766Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-08-25T23:06:29.766Z] === RUN TestGet [2022-08-25T23:06:29.766Z] time="2022-08-25T23:06:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-08-25T23:06:30.186Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-08-25T23:06:30.186Z] === RUN TestInfoAPI [2022-08-25T23:06:30.186Z] --- PASS: TestInfoAPI (0.02s) [2022-08-25T23:06:30.186Z] === RUN TestInfoAPIWarnings [2022-08-25T23:06:30.789Z] time="2022-08-25T23:06:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-08-25T23:06:31.813Z] === RUN TestGetDriver [2022-08-25T23:06:31.813Z] --- PASS: TestGetDriver (0.00s) [2022-08-25T23:06:31.813Z] === RUN TestVolumeRequestError [2022-08-25T23:06:31.813Z] --- PASS: TestVolumeRequestError (0.01s) [2022-08-25T23:06:31.813Z] PASS [2022-08-25T23:06:31.813Z] coverage: 36.1% of statements [2022-08-25T23:06:31.813Z] ok github.com/docker/docker/volume/drivers 0.064s coverage: 36.1% of statements [2022-08-25T23:06:32.298Z] === RUN TestGetAddress [2022-08-25T23:06:32.298Z] --- PASS: TestGetAddress (0.00s) [2022-08-25T23:06:32.298Z] === RUN TestRemove [2022-08-25T23:06:32.298Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-08-25T23:06:32.298Z] --- SKIP: TestRemove (0.00s) [2022-08-25T23:06:32.298Z] === RUN TestInitializeWithVolumes [2022-08-25T23:06:32.298Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-08-25T23:06:32.298Z] === RUN TestCreate [2022-08-25T23:06:32.298Z] --- PASS: TestCreate (0.01s) [2022-08-25T23:06:32.298Z] === RUN TestValidateName [2022-08-25T23:06:32.298Z] --- PASS: TestValidateName (0.00s) [2022-08-25T23:06:32.298Z] === RUN TestCreateWithOpts [2022-08-25T23:06:32.298Z] local_test.go:181: runtime.GOOS == "windows" [2022-08-25T23:06:32.298Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-08-25T23:06:32.298Z] === RUN TestRelaodNoOpts [2022-08-25T23:06:32.298Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-08-25T23:06:32.298Z] PASS [2022-08-25T23:06:32.298Z] coverage: 41.5% of statements [2022-08-25T23:06:32.298Z] ok github.com/docker/docker/volume/local 0.100s coverage: 41.5% of statements [2022-08-25T23:06:32.784Z] time="2022-08-25T23:06:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-08-25T23:06:33.470Z] check_test.go:380: [d3d7ad4b0c1b4] daemon is not started [2022-08-25T23:06:33.470Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-08-25T23:06:33.806Z] === RUN TestConvertTmpfsOptions [2022-08-25T23:06:33.806Z] parser_test.go:49: data="mode=700,size=1m" [2022-08-25T23:06:33.806Z] parser_test.go:49: data="ro" [2022-08-25T23:06:33.806Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-08-25T23:06:33.806Z] === RUN TestParseMountRaw [2022-08-25T23:06:33.806Z] --- PASS: TestParseMountRaw (0.05s) [2022-08-25T23:06:33.806Z] === RUN TestParseMountRawSplit [2022-08-25T23:06:33.806Z] parser_test.go:390: case 0 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 1 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 2 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 3 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 4 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 5 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 6 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 7 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 8 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 0 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 1 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 2 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 3 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 4 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 5 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 6 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 7 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 8 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 9 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 10 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 11 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 12 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 0 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 1 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 2 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 3 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 4 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 5 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 6 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 7 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 8 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 9 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 10 [2022-08-25T23:06:33.806Z] parser_test.go:390: case 11 [2022-08-25T23:06:33.806Z] --- PASS: TestParseMountRawSplit (0.01s) [2022-08-25T23:06:33.806Z] === RUN TestParseMountSpec [2022-08-25T23:06:33.806Z] parser_test.go:455: case 0 [2022-08-25T23:06:33.806Z] parser_test.go:455: case 1 [2022-08-25T23:06:33.806Z] parser_test.go:455: case 2 [2022-08-25T23:06:33.806Z] parser_test.go:455: case 3 [2022-08-25T23:06:34.291Z] parser_test.go:455: case 4 [2022-08-25T23:06:34.291Z] parser_test.go:455: case 5 [2022-08-25T23:06:34.291Z] --- PASS: TestParseMountSpec (0.00s) [2022-08-25T23:06:34.291Z] === RUN TestParseMountSpecBindWithFileinfoError [2022-08-25T23:06:34.291Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2022-08-25T23:06:34.291Z] === RUN TestValidateMount [2022-08-25T23:06:34.291Z] --- PASS: TestValidateMount (0.01s) [2022-08-25T23:06:34.291Z] PASS [2022-08-25T23:06:34.291Z] coverage: 66.2% of statements [2022-08-25T23:06:34.291Z] ok github.com/docker/docker/volume/mounts 0.131s coverage: 66.2% of statements [2022-08-25T23:06:34.777Z] === RUN TestSetGetMeta [2022-08-25T23:06:34.778Z] === PAUSE TestSetGetMeta [2022-08-25T23:06:34.778Z] === RUN TestRestore [2022-08-25T23:06:34.778Z] === PAUSE TestRestore [2022-08-25T23:06:34.778Z] === RUN TestServiceCreate [2022-08-25T23:06:34.778Z] === PAUSE TestServiceCreate [2022-08-25T23:06:34.778Z] === RUN TestServiceList [2022-08-25T23:06:34.778Z] === PAUSE TestServiceList [2022-08-25T23:06:34.778Z] === RUN TestServiceRemove [2022-08-25T23:06:34.778Z] === PAUSE TestServiceRemove [2022-08-25T23:06:34.778Z] === RUN TestServiceGet [2022-08-25T23:06:34.778Z] === PAUSE TestServiceGet [2022-08-25T23:06:34.778Z] === RUN TestServicePrune [2022-08-25T23:06:34.778Z] === PAUSE TestServicePrune [2022-08-25T23:06:34.778Z] === RUN TestCreate [2022-08-25T23:06:34.778Z] === PAUSE TestCreate [2022-08-25T23:06:34.778Z] === RUN TestRemove [2022-08-25T23:06:34.778Z] === PAUSE TestRemove [2022-08-25T23:06:34.778Z] === RUN TestList [2022-08-25T23:06:34.778Z] === PAUSE TestList [2022-08-25T23:06:34.778Z] === RUN TestFindByDriver [2022-08-25T23:06:34.778Z] === PAUSE TestFindByDriver [2022-08-25T23:06:34.778Z] === RUN TestFindByReferenced [2022-08-25T23:06:34.778Z] === PAUSE TestFindByReferenced [2022-08-25T23:06:34.778Z] === RUN TestDerefMultipleOfSameRef [2022-08-25T23:06:34.778Z] === PAUSE TestDerefMultipleOfSameRef [2022-08-25T23:06:34.778Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-08-25T23:06:34.778Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-08-25T23:06:34.778Z] === RUN TestDefererencePluginOnCreateError [2022-08-25T23:06:34.778Z] === PAUSE TestDefererencePluginOnCreateError [2022-08-25T23:06:34.778Z] === RUN TestRefDerefRemove [2022-08-25T23:06:34.778Z] === PAUSE TestRefDerefRemove [2022-08-25T23:06:34.778Z] === RUN TestGet [2022-08-25T23:06:34.778Z] === PAUSE TestGet [2022-08-25T23:06:34.778Z] === RUN TestGetWithReference [2022-08-25T23:06:34.778Z] === PAUSE TestGetWithReference [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_nil_list [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_nil_list [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_empty_list [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_empty_list [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_filter_some [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_filter_some [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_filter_middle [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_filter_middle [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-08-25T23:06:34.778Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-08-25T23:06:34.778Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-08-25T23:06:34.778Z] === CONT TestFilterFunc/test_nil_list [2022-08-25T23:06:34.778Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-08-25T23:06:34.778Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-08-25T23:06:35.265Z] === CONT TestFilterFunc/test_filter_middle [2022-08-25T23:06:35.265Z] === CONT TestFilterFunc/test_filter_some [2022-08-25T23:06:35.265Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-08-25T23:06:35.265Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-08-25T23:06:35.265Z] === CONT TestFilterFunc/test_empty_list [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-08-25T23:06:35.265Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-08-25T23:06:35.265Z] === CONT TestSetGetMeta [2022-08-25T23:06:35.265Z] === CONT TestList [2022-08-25T23:06:35.265Z] === CONT TestServiceGet [2022-08-25T23:06:35.265Z] === CONT TestCreate [2022-08-25T23:06:35.265Z] --- PASS: TestSetGetMeta (0.02s) [2022-08-25T23:06:35.265Z] === CONT TestServiceRemove [2022-08-25T23:06:35.265Z] --- PASS: TestCreate (0.03s) [2022-08-25T23:06:35.265Z] === CONT TestServiceList [2022-08-25T23:06:35.265Z] --- PASS: TestList (0.08s) [2022-08-25T23:06:35.265Z] === CONT TestServiceCreate [2022-08-25T23:06:35.265Z] --- PASS: TestServiceGet (0.28s) [2022-08-25T23:06:35.265Z] === CONT TestRestore [2022-08-25T23:06:35.265Z] --- PASS: TestServiceRemove (0.26s) [2022-08-25T23:06:35.265Z] === CONT TestRemove [2022-08-25T23:06:35.265Z] --- PASS: TestServiceList (0.25s) [2022-08-25T23:06:35.265Z] === CONT TestDefererencePluginOnCreateError [2022-08-25T23:06:35.265Z] --- PASS: TestServiceCreate (0.22s) [2022-08-25T23:06:35.265Z] === CONT TestGetWithReference [2022-08-25T23:06:35.265Z] --- PASS: TestRestore (0.04s) [2022-08-25T23:06:35.265Z] === CONT TestGet [2022-08-25T23:06:35.265Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-08-25T23:06:35.265Z] === CONT TestRefDerefRemove [2022-08-25T23:06:35.265Z] --- PASS: TestRemove (0.04s) [2022-08-25T23:06:35.265Z] === CONT TestDerefMultipleOfSameRef [2022-08-25T23:06:35.265Z] --- PASS: TestGetWithReference (0.04s) [2022-08-25T23:06:35.265Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-08-25T23:06:35.265Z] --- PASS: TestGet (0.03s) [2022-08-25T23:06:35.265Z] === CONT TestServicePrune [2022-08-25T23:06:35.265Z] --- PASS: TestRefDerefRemove (0.03s) [2022-08-25T23:06:35.265Z] === CONT TestFindByReferenced [2022-08-25T23:06:35.265Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-08-25T23:06:35.265Z] === CONT TestFindByDriver [2022-08-25T23:06:35.265Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-08-25T23:06:35.265Z] time="2022-08-25T23:06:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-08-25T23:06:35.265Z] time="2022-08-25T23:06:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-08-25T23:06:35.265Z] --- PASS: TestFindByReferenced (0.05s) [2022-08-25T23:06:35.265Z] --- PASS: TestFindByDriver (0.05s) [2022-08-25T23:06:35.265Z] time="2022-08-25T23:06:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-08-25T23:06:35.265Z] time="2022-08-25T23:06:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-08-25T23:06:35.265Z] time="2022-08-25T23:06:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-08-25T23:06:35.265Z] --- PASS: TestServicePrune (0.08s) [2022-08-25T23:06:35.265Z] PASS [2022-08-25T23:06:35.265Z] coverage: 70.3% of statements [2022-08-25T23:06:35.265Z] ok github.com/docker/docker/volume/service 0.493s coverage: 70.3% of statements [2022-08-25T23:06:35.373Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-08-25T23:06:35.373Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-08-25T23:06:35.373Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-08-25T23:06:35.373Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-08-25T23:06:35.633Z] docker_api_swarm_test.go:802: [da1f41e9c413f] joining swarm manager [dc9be161c85ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:06:35.892Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-08-25T23:06:36.151Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-08-25T23:06:36.719Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-08-25T23:06:36.719Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-08-25T23:06:36.719Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-08-25T23:06:36.719Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-08-25T23:06:36.889Z] time="2022-08-25T23:06:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-08-25T23:06:36.978Z] docker_api_swarm_test.go:802: [d021e369e45a6] joining swarm manager [dc9be161c85ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:06:36.978Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-08-25T23:06:37.237Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-08-25T23:06:37.496Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-08-25T23:06:37.496Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-08-25T23:06:38.065Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-08-25T23:06:38.324Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-08-25T23:06:38.324Z] docker_api_swarm_test.go:802: [dbda1e66b199d] joining swarm manager [dc9be161c85ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-25T23:06:38.892Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-08-25T23:06:39.828Z] === RUN TestDockerSuite/TestImagesFormat [2022-08-25T23:06:39.828Z] docker_api_swarm_test.go:802: [d2692c1218ba7] joining swarm manager [dc9be161c85ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-08-25T23:06:39.828Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-08-25T23:06:40.397Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-08-25T23:06:40.791Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-08-25T23:06:40.964Z] docker_api_swarm_test.go:810: [df0da944a3d30] joining swarm manager [dc9be161c85ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-08-25T23:06:43.509Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-08-25T23:06:43.509Z] === RUN TestDockerSuite/TestImportBadURL [2022-08-25T23:06:43.509Z] === RUN TestDockerSuite/TestImportDisplay [2022-08-25T23:06:44.248Z] === RUN TestDockerSuite/TestImportFile [2022-08-25T23:06:44.693Z] --- PASS: TestGet (15.03s) [2022-08-25T23:06:44.693Z] === RUN TestPluginWithNoManifest [2022-08-25T23:06:44.693Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-08-25T23:06:44.693Z] === RUN TestGetAll [2022-08-25T23:06:44.693Z] --- PASS: TestGetAll (0.01s) [2022-08-25T23:06:44.693Z] PASS [2022-08-25T23:06:44.693Z] coverage: 73.4% of statements [2022-08-25T23:06:44.693Z] ok github.com/docker/docker/pkg/plugins 35.184s coverage: 73.4% of statements [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/pkg/term [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/quota [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/rootless [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/testutil/request [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/volume [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-08-25T23:06:44.693Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-08-25T23:06:45.198Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-08-25T23:06:45.198Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-08-25T23:06:46.575Z] === RUN TestDockerSuite/TestImportGzipped [2022-08-25T23:06:46.575Z] --- PASS: TestInfoAPIWarnings (16.42s) [2022-08-25T23:06:46.575Z] === RUN TestInfoDebug [2022-08-25T23:06:47.144Z] --- PASS: TestInfoDebug (0.53s) [2022-08-25T23:06:47.144Z] === RUN TestInfoInsecureRegistries [2022-08-25T23:06:47.712Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-08-25T23:06:47.712Z] === RUN TestInfoRegistryMirrors [2022-08-25T23:06:47.971Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-08-25T23:06:48.230Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-08-25T23:06:48.230Z] === RUN TestLoginFailsWithBadCredentials [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === Skipped [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-08-25T23:06:48.602Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-08-25T23:06:48.602Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-08-25T23:06:48.602Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-08-25T23:06:48.602Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-08-25T23:06:48.602Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-08-25T23:06:48.602Z] client_test.go:23: runtime.GOOS == "windows" [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-08-25T23:06:48.602Z] daemon_test.go:147: root required [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-08-25T23:06:48.602Z] reload_test.go:520: root required [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-08-25T23:06:48.602Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-08-25T23:06:48.602Z] pull_v2_test.go:82: Needs fixing on Windows [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-08-25T23:06:48.602Z] pull_v2_test.go:127: Needs fixing on Windows [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-08-25T23:06:48.602Z] download_test.go:268: Needs fixing on Windows [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-08-25T23:06:48.602Z] layer_test.go:304: Failing on Windows [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-08-25T23:06:48.602Z] layer_test.go:353: Failing on Windows [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.602Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-08-25T23:06:48.602Z] layer_test.go:468: Failing on Windows [2022-08-25T23:06:48.602Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-08-25T23:06:48.603Z] layer_test.go:697: Failing on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-08-25T23:06:48.603Z] migration_test.go:46: Failing on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-08-25T23:06:48.603Z] migration_test.go:182: Failing on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-08-25T23:06:48.603Z] mount_test.go:17: Failing on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-08-25T23:06:48.603Z] mount_test.go:76: Failing on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-08-25T23:06:48.603Z] mount_test.go:125: Failing on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-08-25T23:06:48.603Z] mount_test.go:212: Failing on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:134: Xz not present in msys2 [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:239: Failing on Windows CI machines [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-08-25T23:06:48.603Z] archive_windows_test.go:17: Currently fails [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-08-25T23:06:48.603Z] changes_test.go:192: needs more investigation [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-08-25T23:06:48.603Z] changes_test.go:405: needs further investigation [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-08-25T23:06:48.603Z] changes_test.go:441: needs further investigation [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2022-08-25T23:06:48.603Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-08-25T23:06:48.603Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-08-25T23:06:48.603Z] poller_test.go:41: No chmod on Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-08-25T23:06:48.603Z] fileutils_test.go:134: Needs porting to Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-08-25T23:06:48.603Z] fileutils_test.go:180: Needs porting to Windows [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-08-25T23:06:48.603Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-08-25T23:06:48.603Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2022-08-25T23:06:48.603Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-08-25T23:06:48.603Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-08-25T23:06:48.603Z] local_test.go:181: runtime.GOOS == "windows" [2022-08-25T23:06:48.603Z] [2022-08-25T23:06:48.603Z] DONE 1851 tests, 45 skipped in 251.137s [2022-08-25T23:06:48.603Z] INFO: make.ps1 ended at 08/25/2022 23:06:48 [2022-08-25T23:06:48.798Z] --- PASS: TestLoginFailsWithBadCredentials (0.45s) [2022-08-25T23:06:48.798Z] === RUN TestPingCacheHeaders [2022-08-25T23:06:48.798Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-25T23:06:48.798Z] === RUN TestPingGet [2022-08-25T23:06:48.798Z] --- PASS: TestPingGet (0.02s) [2022-08-25T23:06:48.798Z] === RUN TestPingHead [2022-08-25T23:06:48.798Z] --- PASS: TestPingHead (0.03s) [2022-08-25T23:06:48.798Z] === RUN TestVersion [2022-08-25T23:06:48.798Z] --- PASS: TestVersion (0.03s) [2022-08-25T23:06:48.798Z] PASS [2022-08-25T23:06:48.798Z] [2022-08-25T23:06:48.798Z] === Skipped [2022-08-25T23:06:48.798Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T23:06:48.798Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-25T23:06:48.798Z] [2022-08-25T23:06:48.798Z] DONE 18 tests, 1 skipped in 21.388s [2022-08-25T23:06:48.798Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-25T23:06:48.798Z] ++ 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-08-25T23:06:48.798Z] ++ set -e [2022-08-25T23:06:48.798Z] ++ '[' -n 0 ']' [2022-08-25T23:06:48.798Z] ++ set -x [2022-08-25T23:06:48.798Z] ++ 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-08-25T23:06:49.057Z] INFO: Testing against a local daemon [2022-08-25T23:06:49.057Z] === RUN TestVolumesCreateAndList [2022-08-25T23:06:49.057Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-08-25T23:06:49.057Z] === RUN TestVolumesRemove [2022-08-25T23:06:49.057Z] --- PASS: TestVolumesRemove (0.07s) [2022-08-25T23:06:49.057Z] === RUN TestVolumesInspect [2022-08-25T23:06:49.057Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-25T23:06:49.057Z] === RUN TestVolumesInvalidJSON [2022-08-25T23:06:49.057Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-25T23:06:49.057Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-25T23:06:49.057Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-25T23:06:49.057Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-25T23:06:49.057Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-25T23:06:49.057Z] PASS [2022-08-25T23:06:49.057Z] [2022-08-25T23:06:49.057Z] DONE 5 tests in 0.283s [2022-08-25T23:06:49.057Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-25T23:06:49.317Z] ++++ cat bundles/test-integration/docker.pid [2022-08-25T23:06:49.317Z] +++ kill 5658 [2022-08-25T23:06:49.317Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-08-25T23:06:50.253Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-08-25T23:06:50.512Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-08-25T23:06:50.512Z] +++ /etc/init.d/apparmor stop [2022-08-25T23:06:50.512Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-25T23:06:50.512Z] [2022-08-25T23:06:50.513Z] Unloading profiles will leave already running processes permanently [2022-08-25T23:06:50.513Z] unconfined, which can lead to unexpected situations. [2022-08-25T23:06:50.513Z] [2022-08-25T23:06:50.513Z] To set a process to complain mode, use the command line tool [2022-08-25T23:06:50.513Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-25T23:06:50.513Z] +++ true [2022-08-25T23:06:50.513Z] exiting test-integration [2022-08-25T23:06:50.513Z] ++ exit 0 [2022-08-25T23:06:50.513Z] [2022-08-25T23:06:50.895Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-08-25T23:06:50.895Z] INFO: Unit tests ended at 08/25/2022 23:06:50. Duration:00:04:34.6959959 [2022-08-25T23:06:50.895Z] INFO: Building busybox [2022-08-25T23:06:50.895Z] Sending build context to Docker daemon 5.12kB [2022-08-25T23:06:50.895Z] [2022-08-25T23:06:50.895Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-08-25T23:06:50.895Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-08-25T23:06:50.895Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-08-25T23:06:50.895Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-08-25T23:06:50.895Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-08-25T23:06:50.895Z] ---> e795f3f8aa80 [2022-08-25T23:06:50.895Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-08-25T23:06:51.080Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-08-25T23:06:51.080Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-08-25T23:06:51.080Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-08-25T23:06:51.339Z] + for job in $(jobs -p) [2022-08-25T23:06:51.339Z] + wait 9328 [2022-08-25T23:06:51.384Z] ---> Running in 2f80b29d8d97 [2022-08-25T23:06:52.277Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-08-25T23:06:52.536Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-08-25T23:06:53.106Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-08-25T23:06:53.673Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-08-25T23:06:53.932Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-08-25T23:06:54.499Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-08-25T23:06:54.499Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-08-25T23:06:55.435Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-08-25T23:06:56.003Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-08-25T23:06:56.261Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-08-25T23:06:56.261Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-08-25T23:06:56.829Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-08-25T23:06:56.829Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-08-25T23:06:56.829Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-08-25T23:06:57.767Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-08-25T23:06:58.334Z] === RUN TestDockerSuite/TestInspectDefault [2022-08-25T23:06:58.594Z] === RUN TestDockerSuite/TestInspectHistory [2022-08-25T23:06:59.164Z] === RUN TestDockerSuite/TestInspectImage [2022-08-25T23:06:59.164Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-08-25T23:06:59.164Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-08-25T23:06:59.164Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-08-25T23:06:59.164Z] === RUN TestDockerSuite/TestInspectInt64 [2022-08-25T23:06:59.731Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-08-25T23:07:00.298Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-08-25T23:07:00.298Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-08-25T23:07:00.557Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-08-25T23:07:01.124Z] === RUN TestDockerSuite/TestInspectPlugin [2022-08-25T23:07:03.656Z] === RUN TestDockerSuite/TestInspectRootFS [2022-08-25T23:07:03.656Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-08-25T23:07:03.937Z] === RUN TestDockerSuite/TestInspectStatus [2022-08-25T23:07:04.879Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-08-25T23:07:05.815Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-08-25T23:07:06.074Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-08-25T23:07:06.641Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-08-25T23:07:06.900Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-08-25T23:07:07.467Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-08-25T23:07:07.726Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-08-25T23:07:08.294Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-08-25T23:07:08.294Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-08-25T23:07:10.198Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-08-25T23:07:10.765Z] === RUN TestDockerSuite/TestLinksEnvs [2022-08-25T23:07:11.704Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-08-25T23:07:11.963Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-08-25T23:07:13.341Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-08-25T23:07:14.720Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-08-25T23:07:16.097Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-08-25T23:07:16.357Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-08-25T23:07:16.968Z] Removing intermediate container 2f80b29d8d97 [2022-08-25T23:07:16.968Z] ---> f4cbbfd09f31 [2022-08-25T23:07:16.968Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-08-25T23:07:16.968Z] ---> Running in 361d6568dcc7 [2022-08-25T23:07:16.968Z] Removing intermediate container 361d6568dcc7 [2022-08-25T23:07:16.968Z] ---> 9bc65b573521 [2022-08-25T23:07:16.968Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-08-25T23:07:16.968Z] ---> Running in a07283b4bf74 [2022-08-25T23:07:16.968Z] Removing intermediate container a07283b4bf74 [2022-08-25T23:07:16.968Z] ---> bf5aad3875c6 [2022-08-25T23:07:16.968Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-08-25T23:07:16.968Z] [2022-08-25T23:07:17.453Z] ---> fb6a8f2da781 [2022-08-25T23:07:17.453Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-08-25T23:07:17.453Z] ---> Running in 860ccc8de85a [2022-08-25T23:07:17.733Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-08-25T23:07:17.733Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-08-25T23:07:18.300Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-08-25T23:07:20.021Z] 2022/08/25 23:07:14 Finished clone github.com/hashicorp/consul [2022-08-25T23:07:21.588Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-08-25T23:07:25.783Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-08-25T23:07:26.719Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-08-25T23:07:27.655Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-08-25T23:07:27.914Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-08-25T23:07:29.318Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-08-25T23:07:29.576Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-08-25T23:07:29.835Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-08-25T23:07:29.835Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-08-25T23:07:29.835Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-08-25T23:07:30.093Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-08-25T23:07:30.661Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-08-25T23:07:34.846Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-08-25T23:07:34.846Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-08-25T23:07:38.141Z] 2022/08/25 23:07:37 Finished clone github.com/aws/aws-sdk-go [2022-08-25T23:07:39.032Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-08-25T23:07:39.598Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-08-25T23:07:39.598Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-08-25T23:07:40.536Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-08-25T23:07:41.103Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-08-25T23:07:42.041Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-08-25T23:07:42.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-08-25T23:07:42.868Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-08-25T23:07:43.804Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-08-25T23:07:46.340Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-08-25T23:07:46.908Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-08-25T23:07:47.167Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-08-25T23:07:47.426Z] === RUN TestDockerSuite/TestLogsSince [2022-08-25T23:07:49.328Z] docker_api_swarm_service_test.go:395: [dee88c04692cd] joining swarm manager [da3ace5dacaa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:07:49.896Z] docker_api_swarm_service_test.go:395: [d38244c2ea3a1] joining swarm manager [da3ace5dacaa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:07:53.635Z] Removing intermediate container 860ccc8de85a [2022-08-25T23:07:53.635Z] ---> e3474c13e2ff [2022-08-25T23:07:53.635Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-08-25T23:07:53.635Z] ---> Running in ca5d76f4a2cc [2022-08-25T23:07:54.088Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-08-25T23:07:54.658Z] [2022-08-25T23:07:54.658Z] SUCCESS: Specified value was saved. [2022-08-25T23:07:57.706Z] Removing intermediate container ca5d76f4a2cc [2022-08-25T23:07:57.706Z] ---> d097ac9e3833 [2022-08-25T23:07:57.706Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-08-25T23:07:57.706Z] ---> Running in e3fc57b82c81 [2022-08-25T23:07:59.384Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-08-25T23:07:59.952Z] === RUN TestDockerSuite/TestLogsTail [2022-08-25T23:08:00.519Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-08-25T23:08:01.088Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-08-25T23:08:01.347Z] === RUN TestDockerSuite/TestMountIntoProc [2022-08-25T23:08:01.605Z] === RUN TestDockerSuite/TestMountIntoSys [2022-08-25T23:08:02.177Z] === RUN TestDockerSuite/TestNetHostname [2022-08-25T23:08:03.560Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-08-25T23:08:03.560Z] === RUN TestDockerSuite/TestNetworkEvents [2022-08-25T23:08:04.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-08-25T23:08:06.401Z] docker_api_swarm_service_test.go:343: [d533d42cbc2ee] joining swarm manager [da0f8437b5d5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:08:06.539Z] Cannot create a file when that file already exists. [2022-08-25T23:08:07.337Z] docker_api_swarm_service_test.go:343: [dea9422ff264f] joining swarm manager [da0f8437b5d5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:08:09.240Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-08-25T23:08:11.143Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-08-25T23:08:11.402Z] === RUN TestDockerSuite/TestPluginActive [2022-08-25T23:08:12.544Z] Removing intermediate container e3fc57b82c81 [2022-08-25T23:08:12.544Z] ---> e14ec0da1825 [2022-08-25T23:08:12.544Z] Step 13/13 : CMD ["sh"] [2022-08-25T23:08:12.544Z] ---> Running in c8acf4d39ec1 [2022-08-25T23:08:12.544Z] Removing intermediate container c8acf4d39ec1 [2022-08-25T23:08:12.544Z] ---> 2f4bbd364a1c [2022-08-25T23:08:12.544Z] Successfully built 2f4bbd364a1c [2022-08-25T23:08:12.544Z] Successfully tagged busybox:latest [2022-08-25T23:08:12.544Z] INFO: Docker images of the daemon under test [2022-08-25T23:08:12.544Z] [2022-08-25T23:08:12.544Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-25T23:08:12.544Z] busybox latest 2f4bbd364a1c Less than a second ago 5.63GB [2022-08-25T23:08:12.544Z] mcr.microsoft.com/windows/servercore ltsc2019 e795f3f8aa80 2 weeks ago 5.6GB [2022-08-25T23:08:12.544Z] microsoft/windowsservercore latest e795f3f8aa80 2 weeks ago 5.6GB [2022-08-25T23:08:12.544Z] [2022-08-25T23:08:12.544Z] INFO: Running integration tests at 08/25/2022 23:08:12... [2022-08-25T23:08:12.544Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-08-25T23:08:12.544Z] INFO: Integration API tests being run from the host: [2022-08-25T23:08:12.544Z] INFO: make.ps1 starting at 08/25/2022 23:08:12 [2022-08-25T23:08:13.933Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-08-25T23:08:14.164Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-08-25T23:08:19.204Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-08-25T23:08:19.205Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-08-25T23:08:19.205Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-08-25T23:08:20.580Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-08-25T23:08:20.580Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-08-25T23:08:22.485Z] docker_api_swarm_service_test.go:490: [d332e4862ae05] joining swarm manager [de212ee524e42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:08:23.087Z] docker_api_swarm_service_test.go:490: [d09b9ab140910] joining swarm manager [de212ee524e42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:08:23.656Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-08-25T23:08:26.189Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-08-25T23:08:28.719Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-08-25T23:08:33.987Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-08-25T23:08:35.365Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-08-25T23:08:35.626Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-08-25T23:08:35.885Z] === RUN TestDockerSuite/TestPortHostBinding [2022-08-25T23:08:37.265Z] === RUN TestDockerSuite/TestPortList [2022-08-25T23:08:42.542Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-08-25T23:08:43.921Z] docker_api_swarm_service_test.go:128: [dd8e53b37204c] joining swarm manager [da5b08cde3033]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:08:44.857Z] docker_api_swarm_service_test.go:129: [dede1fedf7f67] joining swarm manager [da5b08cde3033]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:08:45.117Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-08-25T23:08:46.495Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-08-25T23:08:46.754Z] docker_api_swarm_service_test.go:137: [d61391a6c122f] joining swarm manager [da5b08cde3033]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-25T23:08:47.691Z] docker_api_swarm_service_test.go:138: [d764b0b323ce8] joining swarm manager [da5b08cde3033]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-08-25T23:08:52.989Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-08-25T23:08:52.989Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-08-25T23:08:52.989Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-08-25T23:08:52.989Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-08-25T23:08:52.989Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-08-25T23:08:53.561Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-08-25T23:08:53.561Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-08-25T23:08:53.820Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-08-25T23:08:54.078Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-08-25T23:08:55.014Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-08-25T23:08:55.014Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-08-25T23:08:56.918Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-08-25T23:08:57.232Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:08:57.232Z] INFO: Testing against a local daemon [2022-08-25T23:08:57.232Z] === RUN TestBuildWithSession [2022-08-25T23:08:57.232Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T23:08:57.232Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-25T23:08:57.232Z] === RUN TestBuildSquashParent [2022-08-25T23:08:57.232Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:08:57.232Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-08-25T23:08:57.232Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-25T23:08:57.232Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T23:08:57.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T23:08:57.232Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T23:08:57.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T23:08:57.232Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T23:08:57.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T23:08:57.232Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T23:08:57.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T23:08:57.232Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T23:08:57.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T23:08:57.232Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T23:08:57.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T23:08:57.232Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-25T23:08:57.232Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-25T23:08:57.232Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-25T23:08:57.232Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-25T23:08:57.488Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-08-25T23:08:58.056Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-08-25T23:08:58.056Z] === RUN TestDockerSuite/TestPsByOrder [2022-08-25T23:08:59.962Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-08-25T23:09:00.531Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-08-25T23:09:02.435Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-08-25T23:09:05.724Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-08-25T23:09:05.724Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-08-25T23:09:08.260Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-08-25T23:09:09.638Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-08-25T23:09:12.171Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-08-25T23:09:13.549Z] docker_api_swarm_service_test.go:304: [d90e411922366] joining swarm manager [d090c7a68698d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:09:14.118Z] docker_api_swarm_service_test.go:304: [d041fed8472e3] joining swarm manager [d090c7a68698d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:09:14.687Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-08-25T23:09:15.339Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-25T23:09:15.339Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-25T23:09:16.067Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-08-25T23:09:17.448Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-08-25T23:09:18.397Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-08-25T23:09:19.332Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-08-25T23:09:20.710Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-08-25T23:09:22.617Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-08-25T23:09:23.556Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-08-25T23:09:23.817Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-08-25T23:09:24.282Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-08-25T23:09:24.283Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (16.83s) [2022-08-25T23:09:24.283Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.90s) [2022-08-25T23:09:24.283Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.18s) [2022-08-25T23:09:24.283Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.41s) [2022-08-25T23:09:24.283Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.91s) [2022-08-25T23:09:24.283Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.07s) [2022-08-25T23:09:24.283Z] === RUN TestBuildMultiStageCopy [2022-08-25T23:09:24.283Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-25T23:09:24.385Z] === RUN TestDockerSuite/TestPsRightTagName [2022-08-25T23:09:25.765Z] === RUN TestDockerSuite/TestPsShowMounts [2022-08-25T23:09:27.142Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-08-25T23:09:27.709Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-08-25T23:09:27.709Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-08-25T23:09:27.709Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-08-25T23:09:28.276Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-08-25T23:09:28.535Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-08-25T23:09:28.794Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-08-25T23:09:29.361Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-08-25T23:09:30.299Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-08-25T23:09:30.868Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-08-25T23:09:31.436Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-08-25T23:09:33.973Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-08-25T23:09:36.509Z] docker_api_swarm_service_test.go:100: [da5e895de7609] joining swarm manager [d1d16a0136c1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:09:36.987Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-25T23:09:36.987Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-25T23:09:37.080Z] docker_api_swarm_service_test.go:101: [d520bcda332a1] joining swarm manager [d1d16a0136c1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:09:37.649Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-08-25T23:09:38.018Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-25T23:09:38.216Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-08-25T23:09:39.640Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-25T23:09:40.662Z] --- PASS: TestBuildMultiStageCopy (16.28s) [2022-08-25T23:09:40.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.68s) [2022-08-25T23:09:40.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.90s) [2022-08-25T23:09:40.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.02s) [2022-08-25T23:09:40.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.31s) [2022-08-25T23:09:40.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.37s) [2022-08-25T23:09:40.662Z] === RUN TestBuildMultiStageParentConfig [2022-08-25T23:09:40.757Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-08-25T23:09:40.757Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-08-25T23:09:40.757Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-08-25T23:09:41.345Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-08-25T23:09:43.246Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-08-25T23:09:44.181Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-08-25T23:09:44.568Z] --- PASS: TestBuildMultiStageParentConfig (3.43s) [2022-08-25T23:09:44.568Z] === RUN TestBuildLabelWithTargets [2022-08-25T23:09:44.568Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:09:44.568Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-08-25T23:09:44.568Z] === RUN TestBuildWithEmptyLayers [2022-08-25T23:09:45.591Z] --- PASS: TestBuildWithEmptyLayers (1.65s) [2022-08-25T23:09:45.591Z] === RUN TestBuildMultiStageOnBuild [2022-08-25T23:09:46.088Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-08-25T23:09:47.027Z] === RUN TestDockerSuite/TestRmiBlank [2022-08-25T23:09:47.027Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-08-25T23:09:47.027Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-08-25T23:09:49.562Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-08-25T23:09:50.130Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-08-25T23:09:50.130Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-08-25T23:09:51.507Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-08-25T23:09:52.076Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-08-25T23:09:53.453Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-08-25T23:09:54.021Z] === RUN TestDockerSuite/TestRmiTag [2022-08-25T23:09:54.021Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-08-25T23:09:54.589Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-08-25T23:09:57.878Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-08-25T23:09:58.137Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-08-25T23:09:59.075Z] check_test.go:380: [da5e895de7609] daemon is not started [2022-08-25T23:09:59.075Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-08-25T23:09:59.333Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-08-25T23:10:00.271Z] === RUN TestDockerSuite/TestRunAddHost [2022-08-25T23:10:00.838Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-08-25T23:10:00.838Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-08-25T23:10:01.406Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-08-25T23:10:01.406Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-08-25T23:10:01.974Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-08-25T23:10:02.912Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-08-25T23:10:03.170Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-08-25T23:10:03.737Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-08-25T23:10:04.308Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-08-25T23:10:04.308Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-08-25T23:10:05.687Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-08-25T23:10:06.623Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-08-25T23:10:06.623Z] docker_api_swarm_service_test.go:533: [db060dcc674ad] joining swarm manager [db1afcc70f9ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:10:07.091Z] --- PASS: TestBuildMultiStageOnBuild (21.38s) [2022-08-25T23:10:07.091Z] === RUN TestBuildUncleanTarFilenames [2022-08-25T23:10:07.091Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:10:07.091Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-08-25T23:10:07.091Z] === RUN TestBuildMultiStageLayerLeak [2022-08-25T23:10:07.190Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-08-25T23:10:07.757Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-08-25T23:10:08.016Z] docker_api_swarm_service_test.go:534: [d1d6fa8024c28] joining swarm manager [db1afcc70f9ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:10:08.583Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-08-25T23:10:08.842Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-08-25T23:10:09.780Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-08-25T23:10:10.718Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-08-25T23:10:12.098Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-08-25T23:10:12.357Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-08-25T23:10:12.928Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-08-25T23:10:13.497Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-08-25T23:10:13.497Z] === RUN TestDockerSuite/TestRunBindMounts [2022-08-25T23:10:15.402Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-08-25T23:10:15.661Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-08-25T23:10:16.228Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-08-25T23:10:16.486Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-08-25T23:10:17.054Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-08-25T23:10:17.054Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-08-25T23:10:17.312Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-08-25T23:10:17.881Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-08-25T23:10:18.448Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-08-25T23:10:18.707Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-08-25T23:10:19.274Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-08-25T23:10:19.275Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-08-25T23:10:19.534Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-08-25T23:10:19.793Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-08-25T23:10:20.729Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-08-25T23:10:20.988Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-08-25T23:10:21.556Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-08-25T23:10:22.124Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-08-25T23:10:22.124Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-08-25T23:10:22.383Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-08-25T23:10:23.320Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-08-25T23:10:24.264Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-08-25T23:10:25.216Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-08-25T23:10:25.786Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-08-25T23:10:26.044Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-08-25T23:10:26.611Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-08-25T23:10:26.870Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-08-25T23:10:27.439Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-08-25T23:10:28.375Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-08-25T23:10:30.282Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-08-25T23:10:30.543Z] === RUN TestDockerSuite/TestRunCreateVolume=== RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-08-25T23:10:30.543Z] [2022-08-25T23:10:30.802Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-08-25T23:10:32.656Z] --- PASS: TestBuildMultiStageLayerLeak (23.29s) [2022-08-25T23:10:32.656Z] === RUN TestBuildWithHugeFile [2022-08-25T23:10:32.708Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-08-25T23:10:32.708Z] docker_api_swarm_service_test.go:148: [dcbffe2b5f79f] joining swarm manager [dd69b633c61c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:10:33.645Z] docker_api_swarm_service_test.go:148: [dd63796601556] joining swarm manager [dd69b633c61c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:10:33.645Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-08-25T23:10:36.185Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-08-25T23:10:37.563Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-08-25T23:10:37.563Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2022-08-25T23:10:37.563Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-08-25T23:10:37.563Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2022-08-25T23:10:37.563Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-08-25T23:10:38.130Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-08-25T23:10:39.067Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-08-25T23:10:40.002Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-08-25T23:10:41.381Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-08-25T23:10:41.639Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-08-25T23:10:42.577Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-08-25T23:10:43.517Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-08-25T23:10:43.517Z] docker_cli_run_unix_test.go:87: Host does not have /dev/snd [2022-08-25T23:10:43.517Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-08-25T23:10:44.083Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-08-25T23:10:45.020Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-08-25T23:10:45.020Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-08-25T23:10:45.588Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-08-25T23:10:45.846Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-08-25T23:10:46.413Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-08-25T23:10:46.998Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-08-25T23:10:46.998Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-08-25T23:10:47.267Z] === RUN TestDockerSuite/TestRunEnvironment [2022-08-25T23:10:47.833Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-08-25T23:10:48.401Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-08-25T23:10:48.661Z] === RUN TestDockerSuite/TestRunExitCode [2022-08-25T23:10:49.228Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-08-25T23:10:49.796Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-08-25T23:10:50.364Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-08-25T23:10:50.622Z] === RUN TestDockerSuite/TestRunExposePort [2022-08-25T23:10:50.622Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-08-25T23:10:51.560Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-08-25T23:10:52.127Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-08-25T23:10:53.066Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-08-25T23:10:53.066Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-25T23:10:53.066Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-08-25T23:10:53.066Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-08-25T23:10:55.598Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-08-25T23:10:55.598Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-08-25T23:11:07.802Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-08-25T23:11:07.802Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-08-25T23:11:08.061Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-08-25T23:11:08.061Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-08-25T23:11:08.061Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-08-25T23:11:08.061Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-08-25T23:11:08.319Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-08-25T23:11:09.256Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-08-25T23:11:10.193Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-08-25T23:11:11.572Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-08-25T23:11:12.951Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-08-25T23:11:19.516Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-08-25T23:11:19.516Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-08-25T23:11:19.780Z] === RUN TestDockerSuite/TestRunModeHostname [2022-08-25T23:11:20.719Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-08-25T23:11:20.719Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-08-25T23:11:20.719Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-08-25T23:11:21.656Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-08-25T23:11:22.594Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-08-25T23:11:23.532Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-08-25T23:11:23.532Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-08-25T23:11:23.791Z] === RUN TestDockerSuite/TestRunModePIDHost [2022-08-25T23:11:24.727Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-08-25T23:11:26.105Z] === RUN TestDockerSuite/TestRunMount [2022-08-25T23:11:31.378Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-08-25T23:11:31.378Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-08-25T23:11:31.378Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-08-25T23:11:32.770Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-08-25T23:11:34.150Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-08-25T23:11:34.718Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-08-25T23:11:37.253Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-08-25T23:11:39.158Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-08-25T23:11:39.158Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-08-25T23:11:41.064Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-08-25T23:11:41.323Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-08-25T23:11:42.261Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-08-25T23:11:43.199Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-08-25T23:11:43.458Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-08-25T23:11:44.027Z] === RUN TestDockerSuite/TestRunNetHost [2022-08-25T23:11:44.286Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-08-25T23:11:44.546Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-08-25T23:11:45.122Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-08-25T23:11:45.691Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-08-25T23:11:47.596Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-08-25T23:11:47.596Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-08-25T23:11:48.973Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-08-25T23:11:50.351Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-08-25T23:11:52.254Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-08-25T23:11:52.822Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-08-25T23:11:52.822Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-08-25T23:11:52.822Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-08-25T23:11:53.391Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-08-25T23:11:53.391Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-08-25T23:11:53.958Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-08-25T23:11:54.527Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-08-25T23:11:54.527Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-08-25T23:11:55.094Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-08-25T23:11:56.470Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-08-25T23:11:59.752Z] 2022/08/25 23:11:51 Finished clone google.golang.org/api [2022-08-25T23:11:59.752Z] 2022/08/25 23:11:51 Dependencies downloaded. Download time: 7m9.27128402s [2022-08-25T23:11:59.752Z] 2022/08/25 23:11:51 Collecting all dependencies [2022-08-25T23:11:59.758Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-08-25T23:12:01.135Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-08-25T23:12:01.135Z] docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport [2022-08-25T23:12:01.135Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-08-25T23:12:02.071Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-08-25T23:12:02.639Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-08-25T23:12:03.576Z] === RUN TestDockerSuite/TestRunPortInUse [2022-08-25T23:12:04.144Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-08-25T23:12:04.711Z] docker_cli_run_unix_test.go:1408: out: "a *:* rwm\n" [2022-08-25T23:12:04.711Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-08-25T23:12:05.032Z] 2022/08/25 23:12:04 Clean vendor dir from unused packages [2022-08-25T23:12:05.032Z] 2022/08/25 23:12:04 Ignoring paths matching "^archive/tar" [2022-08-25T23:12:05.278Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-08-25T23:12:05.292Z] 2022/08/25 23:12:05 Success [2022-08-25T23:12:05.292Z] 2022/08/25 23:12:05 Running time: 7m26.588315331s [2022-08-25T23:12:05.537Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-08-25T23:12:05.862Z] Congratulations! All vendoring changes are done the right way. [2022-08-25T23:12:06.104Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-25T23:12:06.675Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-25T23:12:06.675Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2022-08-25T23:12:06.675Z] === RUN TestDockerSuite/TestRunPublishPort [2022-08-25T23:12:06.757Z] + echo Ensuring container killed. [2022-08-25T23:12:06.757Z] Ensuring container killed. [2022-08-25T23:12:06.757Z] + docker rm -vf docker-pr1 [2022-08-25T23:12:06.757Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-25T23:12:06.933Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-08-25T23:12:07.042Z] + echo Chowning /workspace to jenkins user [2022-08-25T23:12:07.042Z] Chowning /workspace to jenkins user [2022-08-25T23:12:07.042Z] + id -u [2022-08-25T23:12:07.042Z] + id -g [2022-08-25T23:12:07.042Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44041:/workspace busybox chown -R 1000:1000 /workspace [2022-08-25T23:12:07.501Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-08-25T23:12:07.501Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2022-08-25T23:12:07.501Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-08-25T23:12:08.073Z] === RUN TestDockerSuite/TestRunRedirectStdout [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-25T23:12:08.721Z] + bundleName=unit [2022-08-25T23:12:08.721Z] + echo Creating unit-bundles.tar.gz [2022-08-25T23:12:08.721Z] Creating unit-bundles.tar.gz [2022-08-25T23:12:08.721Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2022-08-25T23:12:08.721Z] bundles/junit-report.xml [2022-08-25T23:12:08.721Z] bundles/go-test-report.json [2022-08-25T23:12:08.721Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-08-25T23:12:08.734Z] Archiving artifacts [2022-08-25T23:12:09.012Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-08-25T23:12:09.012Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2022-08-25T23:12:09.012Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-08-25T23:12:09.143Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44041/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-25T23:12:09.450Z] + make clean [2022-08-25T23:12:09.713Z] docker volume rm -f docker-dev-cache [2022-08-25T23:12:09.713Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-25T23:12:10.915Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-08-25T23:12:11.852Z] === RUN TestDockerSuite/TestRunRm [2022-08-25T23:12:12.420Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-08-25T23:12:15.703Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-08-25T23:12:16.270Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-08-25T23:12:16.529Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-08-25T23:12:17.908Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-08-25T23:12:18.476Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-08-25T23:12:21.008Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-08-25T23:12:23.543Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-08-25T23:12:23.802Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-08-25T23:12:23.802Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-08-25T23:12:24.370Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-08-25T23:12:24.939Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-08-25T23:12:25.199Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-08-25T23:12:26.137Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-08-25T23:12:26.396Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-08-25T23:12:27.333Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-08-25T23:12:27.902Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-08-25T23:12:28.470Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-08-25T23:12:31.002Z] === RUN TestDockerSuite/TestRunState [2022-08-25T23:12:32.395Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-08-25T23:12:32.654Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-08-25T23:12:32.654Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-08-25T23:12:33.221Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-08-25T23:12:33.482Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-08-25T23:12:33.482Z] docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport [2022-08-25T23:12:33.482Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-08-25T23:12:34.050Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-08-25T23:12:34.618Z] === RUN TestDockerSuite/TestRunSysctls [2022-08-25T23:12:35.997Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-08-25T23:12:35.997Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-08-25T23:12:35.997Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-08-25T23:12:35.997Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-08-25T23:12:36.566Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-08-25T23:12:38.471Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-08-25T23:12:38.730Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-08-25T23:12:40.112Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-08-25T23:12:42.018Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-08-25T23:12:45.307Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-08-25T23:12:45.307Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-08-25T23:12:45.566Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-08-25T23:12:46.133Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-08-25T23:12:47.511Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-08-25T23:12:48.449Z] === RUN TestDockerSuite/TestRunUserByID [2022-08-25T23:12:49.017Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-08-25T23:12:49.017Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-08-25T23:12:49.017Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-08-25T23:12:49.277Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-08-25T23:12:49.845Z] === RUN TestDockerSuite/TestRunUserByName [2022-08-25T23:12:50.412Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-08-25T23:12:50.981Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-08-25T23:12:50.981Z] docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer [2022-08-25T23:12:50.981Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-08-25T23:12:50.981Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-08-25T23:12:51.917Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-08-25T23:12:51.917Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-08-25T23:12:55.211Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-08-25T23:12:55.211Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-08-25T23:12:55.779Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-08-25T23:12:56.346Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-08-25T23:12:57.724Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-08-25T23:12:58.293Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-08-25T23:12:59.229Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-08-25T23:13:00.607Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-08-25T23:13:01.176Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-08-25T23:13:03.080Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-08-25T23:13:03.649Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-08-25T23:13:03.907Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-08-25T23:13:03.907Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-08-25T23:13:03.907Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-08-25T23:13:03.907Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-08-25T23:13:03.907Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-08-25T23:13:03.907Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-08-25T23:13:03.907Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-08-25T23:13:03.907Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-08-25T23:13:03.907Z] docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight [2022-08-25T23:13:03.907Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-08-25T23:13:04.844Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-08-25T23:13:05.413Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-08-25T23:13:06.791Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-08-25T23:13:06.791Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-08-25T23:13:07.050Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-08-25T23:13:07.618Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-08-25T23:13:07.618Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-08-25T23:13:08.188Z] docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-08-25T23:13:08.188Z] docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-08-25T23:13:08.188Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-08-25T23:13:08.188Z] docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-08-25T23:13:08.188Z] docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight [2022-08-25T23:13:08.188Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-08-25T23:13:08.188Z] docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight [2022-08-25T23:13:08.189Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-08-25T23:13:09.126Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-08-25T23:13:09.126Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-08-25T23:13:09.385Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-08-25T23:13:09.645Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-08-25T23:13:10.214Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-08-25T23:13:10.214Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-08-25T23:13:10.782Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-08-25T23:13:10.782Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-08-25T23:13:11.719Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-08-25T23:13:12.289Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-08-25T23:13:12.289Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-08-25T23:13:12.289Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-08-25T23:13:12.548Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-08-25T23:13:12.806Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-08-25T23:13:13.744Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-08-25T23:13:14.682Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-08-25T23:13:14.682Z] docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport [2022-08-25T23:13:14.682Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-08-25T23:13:14.952Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-08-25T23:13:14.952Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-08-25T23:13:16.346Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-08-25T23:13:16.605Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-08-25T23:13:18.507Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-08-25T23:13:18.507Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-08-25T23:13:18.766Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-08-25T23:13:18.766Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-08-25T23:13:18.766Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-08-25T23:13:19.703Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-08-25T23:13:20.640Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-08-25T23:13:21.576Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-08-25T23:13:21.576Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-08-25T23:13:22.513Z] === RUN TestDockerSuite/TestSaveImageId [2022-08-25T23:13:22.772Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-08-25T23:13:23.031Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-08-25T23:13:23.599Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-08-25T23:13:24.536Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents2587407519 [2022-08-25T23:13:24.796Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-08-25T23:13:24.796Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-08-25T23:13:26.700Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-08-25T23:13:26.700Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-08-25T23:13:26.700Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-08-25T23:13:27.637Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-08-25T23:13:29.015Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-08-25T23:13:30.738Z] --- PASS: TestBuildWithHugeFile (176.91s) [2022-08-25T23:13:30.738Z] === RUN TestBuildWithEmptyDockerfile [2022-08-25T23:13:30.738Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T23:13:30.738Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T23:13:30.738Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T23:13:30.738Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T23:13:30.738Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T23:13:30.738Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T23:13:30.738Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-25T23:13:30.738Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-25T23:13:30.738Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-25T23:13:30.738Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-08-25T23:13:30.738Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-08-25T23:13:30.738Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-08-25T23:13:30.738Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-08-25T23:13:30.738Z] === RUN TestBuildPreserveOwnership [2022-08-25T23:13:30.738Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:13:30.738Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-08-25T23:13:30.738Z] === RUN TestBuildPlatformInvalid [2022-08-25T23:13:30.738Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-08-25T23:13:30.738Z] PASS [2022-08-25T23:13:30.738Z] ok github.com/docker/docker/integration/build 271.235s [2022-08-25T23:13:30.738Z] [2022-08-25T23:13:30.738Z] === Skipped [2022-08-25T23:13:30.738Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-08-25T23:13:30.738Z] build_session_test.go:25: TODO: BuildKit [2022-08-25T23:13:30.738Z] [2022-08-25T23:13:30.738Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-08-25T23:13:30.738Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:30.738Z] [2022-08-25T23:13:30.738Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-08-25T23:13:30.738Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:13:30.738Z] [2022-08-25T23:13:30.738Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-08-25T23:13:30.738Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:13:30.738Z] [2022-08-25T23:13:30.738Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-08-25T23:13:30.738Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:13:30.738Z] [2022-08-25T23:13:30.738Z] DONE 28 tests, 5 skipped in 313.962s [2022-08-25T23:13:30.738Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-08-25T23:13:30.917Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-08-25T23:13:31.224Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:13:31.224Z] INFO: Testing against a local daemon [2022-08-25T23:13:31.224Z] === RUN TestConfigInspect [2022-08-25T23:13:31.224Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] --- SKIP: TestConfigInspect (0.00s) [2022-08-25T23:13:31.224Z] === RUN TestConfigList [2022-08-25T23:13:31.224Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] --- SKIP: TestConfigList (0.00s) [2022-08-25T23:13:31.224Z] === RUN TestConfigsCreateAndDelete [2022-08-25T23:13:31.224Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-08-25T23:13:31.224Z] === RUN TestConfigsUpdate [2022-08-25T23:13:31.224Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-08-25T23:13:31.224Z] === RUN TestTemplatedConfig [2022-08-25T23:13:31.224Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-08-25T23:13:31.224Z] === RUN TestConfigCreateResolve [2022-08-25T23:13:31.224Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:13:31.224Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-08-25T23:13:31.224Z] === RUN TestConfigDaemonLibtrustID [2022-08-25T23:13:31.224Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:13:31.224Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-08-25T23:13:31.224Z] PASS [2022-08-25T23:13:31.224Z] ok github.com/docker/docker/integration/config 0.151s [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] === Skipped [2022-08-25T23:13:31.224Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-08-25T23:13:31.224Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-08-25T23:13:31.224Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-08-25T23:13:31.224Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-08-25T23:13:31.224Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-08-25T23:13:31.224Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-08-25T23:13:31.224Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2022-08-25T23:13:31.224Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:13:31.224Z] [2022-08-25T23:13:31.224Z] DONE 7 tests, 7 skipped in 2.950s [2022-08-25T23:13:31.484Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-08-25T23:13:31.711Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-08-25T23:13:31.742Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-08-25T23:13:31.742Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-08-25T23:13:33.643Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-08-25T23:13:35.549Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-08-25T23:13:35.637Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:13:35.637Z] INFO: Testing against a local daemon [2022-08-25T23:13:35.637Z] === RUN TestCheckpoint [2022-08-25T23:13:35.638Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T23:13:35.638Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-25T23:13:35.638Z] === RUN TestContainerInvalidJSON [2022-08-25T23:13:35.638Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T23:13:35.638Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T23:13:35.638Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T23:13:35.638Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T23:13:35.638Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-25T23:13:35.638Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-25T23:13:35.638Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-25T23:13:35.638Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-25T23:13:35.638Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-25T23:13:35.638Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-08-25T23:13:35.638Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-08-25T23:13:35.638Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2022-08-25T23:13:35.638Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-08-25T23:13:35.638Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-25T23:13:35.638Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2022-08-25T23:13:35.638Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-25T23:13:35.638Z] copy_test.go:38: testEnv.OSType == "windows" [2022-08-25T23:13:35.638Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.04s) [2022-08-25T23:13:35.638Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-25T23:13:35.638Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2022-08-25T23:13:35.638Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-25T23:13:35.638Z] copy_test.go:63: testEnv.OSType == "windows" [2022-08-25T23:13:36.124Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2022-08-25T23:13:36.124Z] === RUN TestCopyFromContainer [2022-08-25T23:13:36.124Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:36.124Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-25T23:13:36.124Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T23:13:36.124Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T23:13:36.124Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T23:13:36.124Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T23:13:36.124Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T23:13:36.124Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T23:13:36.124Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-25T23:13:36.124Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-25T23:13:36.124Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-25T23:13:36.124Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-08-25T23:13:36.124Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-25T23:13:36.124Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-08-25T23:13:36.124Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidEnv [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-08-25T23:13:36.124Z] === RUN TestCreateTmpfsMountsTarget [2022-08-25T23:13:36.124Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:36.124Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-25T23:13:36.124Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:13:36.124Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-25T23:13:36.124Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:13:36.124Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T23:13:36.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T23:13:36.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-25T23:13:36.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-25T23:13:36.124Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-25T23:13:36.124Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-08-25T23:13:36.124Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestCreateDifferentPlatform [2022-08-25T23:13:36.124Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-25T23:13:36.124Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-25T23:13:36.124Z] --- PASS: TestCreateDifferentPlatform (0.06s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-08-25T23:13:36.124Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-08-25T23:13:36.124Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-25T23:13:36.124Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-08-25T23:13:36.124Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-25T23:13:36.124Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-08-25T23:13:36.124Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-08-25T23:13:36.124Z] === RUN TestContainerKillOnDaemonStart [2022-08-25T23:13:36.124Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:36.124Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestDiff [2022-08-25T23:13:36.124Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-08-25T23:13:36.124Z] --- SKIP: TestDiff (0.00s) [2022-08-25T23:13:36.124Z] === RUN TestExecWithCloseStdin [2022-08-25T23:13:36.925Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-08-25T23:13:39.472Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-08-25T23:13:40.016Z] --- PASS: TestExecWithCloseStdin (3.39s) [2022-08-25T23:13:40.016Z] === RUN TestExec [2022-08-25T23:13:40.408Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-08-25T23:13:42.313Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-08-25T23:13:42.369Z] --- PASS: TestExec (2.85s) [2022-08-25T23:13:42.369Z] === RUN TestExecUser [2022-08-25T23:13:42.369Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-08-25T23:13:42.369Z] --- SKIP: TestExecUser (0.00s) [2022-08-25T23:13:42.369Z] === RUN TestExportContainerAndImportImage [2022-08-25T23:13:42.369Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:42.369Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-08-25T23:13:42.369Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-25T23:13:42.369Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:42.369Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-08-25T23:13:42.369Z] === RUN TestHealthCheckWorkdir [2022-08-25T23:13:42.370Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2022-08-25T23:13:42.370Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-08-25T23:13:42.370Z] === RUN TestHealthKillContainer [2022-08-25T23:13:42.370Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-08-25T23:13:42.370Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-08-25T23:13:42.370Z] === RUN TestHealthCheckProcessKilled [2022-08-25T23:13:42.880Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-08-25T23:13:43.139Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-08-25T23:13:43.707Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-08-25T23:13:45.410Z] --- PASS: TestHealthCheckProcessKilled (2.88s) [2022-08-25T23:13:45.410Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-25T23:13:45.410Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-25T23:13:45.410Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-08-25T23:13:45.410Z] === RUN TestKillContainerInvalidSignal [2022-08-25T23:13:46.240Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-08-25T23:13:46.240Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-08-25T23:13:47.696Z] --- PASS: TestKillContainerInvalidSignal (2.47s) [2022-08-25T23:13:47.696Z] === RUN TestKillContainer [2022-08-25T23:13:47.696Z] === RUN TestKillContainer/no_signal [2022-08-25T23:13:48.776Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-08-25T23:13:48.776Z] === RUN TestDockerSuite/TestStartRecordError [2022-08-25T23:13:50.154Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-08-25T23:13:50.415Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-08-25T23:13:50.733Z] === RUN TestKillContainer/non_killing_signal [2022-08-25T23:13:50.733Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-08-25T23:13:50.733Z] === RUN TestKillContainer/killing_signal [2022-08-25T23:13:51.355Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-08-25T23:13:52.733Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-08-25T23:13:53.669Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-08-25T23:13:53.770Z] --- PASS: TestKillContainer (5.74s) [2022-08-25T23:13:53.770Z] --- PASS: TestKillContainer/no_signal (2.65s) [2022-08-25T23:13:53.770Z] --- SKIP: TestKillContainer/non_killing_signal (0.01s) [2022-08-25T23:13:53.770Z] --- PASS: TestKillContainer/killing_signal (3.02s) [2022-08-25T23:13:53.770Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-25T23:13:53.770Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-08-25T23:13:53.770Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-08-25T23:13:53.770Z] === RUN TestKillStoppedContainer [2022-08-25T23:13:53.770Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-08-25T23:13:53.770Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-08-25T23:13:53.770Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-25T23:13:53.770Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-08-25T23:13:53.770Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-08-25T23:13:53.770Z] === RUN TestKillDifferentUserContainer [2022-08-25T23:13:53.770Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-08-25T23:13:53.770Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-08-25T23:13:53.770Z] === RUN TestInspectOomKilledTrue [2022-08-25T23:13:53.770Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:13:53.770Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-25T23:13:53.770Z] === RUN TestInspectOomKilledFalse [2022-08-25T23:13:53.770Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T23:13:53.770Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-08-25T23:13:53.770Z] === RUN TestLogsFollowTailEmpty [2022-08-25T23:13:55.573Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-08-25T23:13:56.074Z] --- PASS: TestLogsFollowTailEmpty (2.57s) [2022-08-25T23:13:56.074Z] === RUN TestNetworkNat [2022-08-25T23:13:56.074Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2022-08-25T23:13:56.074Z] --- SKIP: TestNetworkNat (0.00s) [2022-08-25T23:13:56.074Z] === RUN TestNetworkLocalhostTCPNat [2022-08-25T23:13:59.111Z] --- PASS: TestNetworkLocalhostTCPNat (2.92s) [2022-08-25T23:13:59.111Z] === RUN TestNetworkLoopbackNat [2022-08-25T23:13:59.111Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2022-08-25T23:13:59.111Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-08-25T23:13:59.111Z] === RUN TestPause [2022-08-25T23:13:59.111Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-08-25T23:13:59.111Z] --- SKIP: TestPause (0.00s) [2022-08-25T23:13:59.111Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-25T23:13:59.760Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-08-25T23:14:01.397Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.53s) [2022-08-25T23:14:01.397Z] === RUN TestPauseStopPausedContainer [2022-08-25T23:14:01.397Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:14:01.397Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-08-25T23:14:01.397Z] === RUN TestPsFilter [2022-08-25T23:14:01.882Z] --- PASS: TestPsFilter (0.14s) [2022-08-25T23:14:01.882Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-25T23:14:02.296Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-08-25T23:14:06.498Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-08-25T23:14:07.066Z] === RUN TestDockerSuite/TestStatsNoStream [2022-08-25T23:14:09.199Z] --- PASS: TestRemoveContainerWithRemovedVolume (7.65s) [2022-08-25T23:14:09.199Z] === RUN TestRemoveContainerWithVolume [2022-08-25T23:14:09.599Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-08-25T23:14:10.974Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-08-25T23:14:11.233Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-08-25T23:14:11.801Z] === RUN TestDockerSuite/TestTopPrivileged [2022-08-25T23:14:12.253Z] --- PASS: TestRemoveContainerWithVolume (3.06s) [2022-08-25T23:14:12.253Z] === RUN TestRemoveContainerRunning [2022-08-25T23:14:12.369Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-08-25T23:14:12.369Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-08-25T23:14:12.369Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-08-25T23:14:12.629Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-08-25T23:14:15.163Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-08-25T23:14:15.288Z] --- PASS: TestRemoveContainerRunning (2.55s) [2022-08-25T23:14:15.288Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-25T23:14:18.338Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.82s) [2022-08-25T23:14:18.338Z] === RUN TestRemoveInvalidContainer [2022-08-25T23:14:18.338Z] --- PASS: TestRemoveInvalidContainer (0.08s) [2022-08-25T23:14:18.338Z] === RUN TestRenameLinkedContainer [2022-08-25T23:14:18.338Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-08-25T23:14:18.338Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-08-25T23:14:18.338Z] === RUN TestRenameStoppedContainer [2022-08-25T23:14:18.448Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-08-25T23:14:18.448Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-08-25T23:14:18.707Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-08-25T23:14:18.966Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-08-25T23:14:18.966Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-08-25T23:14:18.966Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-08-25T23:14:18.966Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-08-25T23:14:18.966Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-08-25T23:14:19.903Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-08-25T23:14:20.473Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-08-25T23:14:21.385Z] --- PASS: TestRenameStoppedContainer (3.13s) [2022-08-25T23:14:21.385Z] === RUN TestRenameRunningContainerAndReuse [2022-08-25T23:14:21.411Z] docker_cli_service_logs_test.go:246: checking task lsliagn7zkrm [2022-08-25T23:14:21.411Z] docker_cli_service_logs_test.go:251: checking messages for lsliagn7zkrm [2022-08-25T23:14:21.411Z] docker_cli_service_logs_test.go:246: checking task qf34b15z0a9y [2022-08-25T23:14:21.411Z] docker_cli_service_logs_test.go:251: checking messages for qf34b15z0a9y [2022-08-25T23:14:21.411Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-08-25T23:14:22.349Z] === RUN TestDockerSuite/TestUpdateStats [2022-08-25T23:14:26.261Z] --- PASS: TestRenameRunningContainerAndReuse (5.39s) [2022-08-25T23:14:26.261Z] === RUN TestRenameInvalidName [2022-08-25T23:14:26.537Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-08-25T23:14:26.796Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-08-25T23:14:26.796Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-08-25T23:14:26.796Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-08-25T23:14:27.366Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-08-25T23:14:27.934Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-08-25T23:14:29.297Z] --- PASS: TestRenameInvalidName (2.61s) [2022-08-25T23:14:29.297Z] === RUN TestRenameAnonymousContainer [2022-08-25T23:14:29.297Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2022-08-25T23:14:29.297Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2022-08-25T23:14:29.297Z] === RUN TestRenameContainerWithSameName [2022-08-25T23:14:30.497Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-08-25T23:14:31.580Z] --- PASS: TestRenameContainerWithSameName (2.71s) [2022-08-25T23:14:31.580Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-25T23:14:31.580Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2022-08-25T23:14:31.580Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-08-25T23:14:31.580Z] === RUN TestResize [2022-08-25T23:14:32.399Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-08-25T23:14:32.658Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-08-25T23:14:34.620Z] --- PASS: TestResize (2.78s) [2022-08-25T23:14:34.620Z] === RUN TestResizeWithInvalidSize [2022-08-25T23:14:34.620Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2022-08-25T23:14:34.620Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2022-08-25T23:14:34.620Z] === RUN TestResizeWhenContainerNotStarted [2022-08-25T23:14:35.190Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-08-25T23:14:35.190Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-08-25T23:14:36.568Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-08-25T23:14:37.657Z] --- PASS: TestResizeWhenContainerNotStarted (3.10s) [2022-08-25T23:14:37.657Z] === RUN TestDaemonRestartKillContainers [2022-08-25T23:14:37.657Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:14:37.657Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-08-25T23:14:37.657Z] === RUN TestStats [2022-08-25T23:14:37.657Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-08-25T23:14:37.657Z] --- SKIP: TestStats (0.00s) [2022-08-25T23:14:37.657Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-25T23:14:39.102Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-08-25T23:14:41.635Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-08-25T23:14:42.571Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-08-25T23:14:44.474Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-08-25T23:14:44.963Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.42s) [2022-08-25T23:14:44.963Z] === RUN TestStopContainerWithTimeout [2022-08-25T23:14:44.963Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-08-25T23:14:44.963Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-08-25T23:14:44.963Z] === RUN TestUpdateRestartPolicy [2022-08-25T23:14:45.853Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-08-25T23:14:46.420Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-08-25T23:14:47.799Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-08-25T23:14:49.177Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-08-25T23:14:50.553Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-08-25T23:14:52.460Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-08-25T23:14:53.837Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-08-25T23:14:53.837Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-08-25T23:14:55.768Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-08-25T23:14:57.670Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-08-25T23:14:59.572Z] docker_cli_swarm_test.go:1902: [d03b73d430d17] joining swarm manager [d9759183b72e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:15:00.508Z] docker_cli_swarm_test.go:1903: [d3431723efb36] joining swarm manager [d9759183b72e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:15:10.479Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-08-25T23:15:10.479Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-08-25T23:15:10.479Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-08-25T23:15:10.480Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-08-25T23:15:10.480Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-08-25T23:15:10.480Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-08-25T23:15:10.480Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-08-25T23:15:10.480Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-08-25T23:15:10.480Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-08-25T23:15:10.523Z] --- PASS: TestUpdateRestartPolicy (24.61s) [2022-08-25T23:15:10.523Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-25T23:15:10.738Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-08-25T23:15:10.738Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-08-25T23:15:10.997Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-08-25T23:15:10.997Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-08-25T23:15:10.997Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-08-25T23:15:12.374Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-08-25T23:15:12.374Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-08-25T23:15:12.634Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-08-25T23:15:12.634Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-08-25T23:15:12.634Z] === RUN TestDockerSuite/TestVolumeEvents [2022-08-25T23:15:12.808Z] --- PASS: TestUpdateRestartWithAutoRemove (2.83s) [2022-08-25T23:15:12.808Z] === RUN TestWaitNonBlocked [2022-08-25T23:15:12.808Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T23:15:12.808Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T23:15:12.808Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T23:15:12.808Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T23:15:12.808Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-25T23:15:12.808Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-25T23:15:13.201Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-08-25T23:15:14.578Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-08-25T23:15:14.578Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-08-25T23:15:14.578Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-08-25T23:15:16.481Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-08-25T23:15:16.741Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-08-25T23:15:19.277Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-08-25T23:15:19.277Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite (1294.29s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.81s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.93s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.97s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.62s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.42s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.81s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.11s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.69s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.08s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.09s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.79s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.66s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.77s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.66s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.81s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.76s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAttachDetach (1.08s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.89s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.95s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.83s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.73s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.04s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.57s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.13s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.14s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.06s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.99s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.78s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.38s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.24s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.34s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.62s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.11s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.82s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.61s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.35s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.94s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.49s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.95s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.95s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.07s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.08s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.78s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.64s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.11s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (1.82s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.31s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.46s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.33s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.12s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.74s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.88s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.31s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.60s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.62s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.98s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.70s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.57s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.67s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.67s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.96s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.39s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.87s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.96s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.62s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.17s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.07s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.29s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.43s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.77s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.50s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.18s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.76s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.86s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.24s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.26s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.51s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.24s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.28s) [2022-08-25T23:15:19.277Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.05s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.48s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.74s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.97s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.88s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.59s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.31s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.15s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.71s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.41s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.21s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.44s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.82s) [2022-08-25T23:15:19.277Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-08-25T23:15:19.277Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-08-25T23:15:19.277Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-25T23:15:19.277Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.34s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.55s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.99s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.39s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.11s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.47s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.02s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.71s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.59s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.98s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.19s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.13s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.84s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.20s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.91s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.17s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.97s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.25s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.24s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.16s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.69s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.13s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.90s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.40s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.48s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.76s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.30s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.24s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.64s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.65s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnv (1.43s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.26s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.09s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.95s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.64s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.93s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.75s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.80s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.61s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.69s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.23s) [2022-08-25T23:15:19.277Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.31s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.27s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2022-08-25T23:15:19.277Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.70s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.65s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFails (0.88s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.52s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.16s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.67s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.17s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.34s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.62s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.11s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.54s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.46s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.05s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.30s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildHistory (3.75s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.66s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.58s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.54s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.89s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLabel (0.43s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.45s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.38s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLabels (0.58s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.53s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.87s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.76s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.04s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.32s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.62s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.63s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.26s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.51s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.16s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.49s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.76s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.81s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.42s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.35s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.55s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.34s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.59s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.71s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.67s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.43s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.38s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.56s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.24s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.46s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.28s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.54s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.08s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.07s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.90s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.75s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.81s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.24s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.23s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildPATH (1.54s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.73s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.81s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (5.95s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.65s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildRm (2.60s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.17s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.56s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.41s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.63s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.49s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.78s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.82s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.06s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.69s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildStderr (0.68s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.81s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.87s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.40s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.68s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.88s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildUser (1.28s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.48s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.81s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.42s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.12s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.67s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.96s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.31s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.61s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.57s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.92s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.44s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.74s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.23s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.42s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.49s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.27s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.53s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.56s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.99s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.60s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitTTY (0.93s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.55s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.95s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.54s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.10s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.16s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.65s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.65s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.62s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.51s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.59s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.52s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.22s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.59s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.53s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.50s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.37s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.67s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.55s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.57s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.74s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.67s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.05s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.15s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.82s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.58s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.50s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.04s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (0.89s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.46s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.31s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.79s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.64s) [2022-08-25T23:15:19.278Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.56s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.52s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.71s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.32s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.57s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.23s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.95s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.51s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.40s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.57s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.53s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.67s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ec9e48_} (1.71s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11641291386_/foo_false____} (1.35s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11641291386_/foo_true____} (1.32s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32777252979_/foo_false____} (1.57s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32777252979_/foo_true____} (1.32s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32777252979_/foo_true__0xc000ec9e78__} (1.36s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ec9e90_} (1.36s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ec9ea8_} (1.32s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ec9ec0_} (1.45s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ec9ed8_} (1.66s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.63s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.94s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.92s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.47s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.21s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.66s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.52s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.51s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.93s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.68s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.50s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.60s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.60s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.52s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.57s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.59s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.50s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.56s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.78s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.79s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.62s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.53s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.64s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.87s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.56s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.66s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.38s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.53s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.44s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.46s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.96s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.43s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.65s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.71s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.46s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.84s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.79s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToDot (0.56s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.88s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.90s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToStdout (0.49s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.97s) [2022-08-25T23:15:19.278Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.52s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.73s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.47s) [2022-08-25T23:15:19.279Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.45s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.22s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-08-25T23:15:19.279Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.27s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.41s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.20s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.45s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.64s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.04s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.14s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.65s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.73s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.51s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.72s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.50s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.97s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.45s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.78s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.86s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsAttach (0.66s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsCommit (0.86s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.55s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.61s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.72s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.71s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.36s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.48s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.08s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsCopy (1.06s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.95s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.48s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.07s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.27s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.21s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.40s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.20s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.06s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFilters (1.12s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFormat (1.11s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.72s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsImagePull (1.11s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.32s) [2022-08-25T23:15:19.279Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-08-25T23:15:19.279Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.25s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.52s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsRename (0.54s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.65s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsTop (0.56s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.84s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExec (0.49s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.50s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.53s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.17s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.69s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.64s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.59s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.73s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.03s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecCgroup (0.91s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecEnv (0.75s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.12s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.63s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecInspectID (1.59s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecInteractive (0.65s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.55s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecParseError (0.49s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.94s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.55s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.77s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecTTY (0.52s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.48s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecUlimits (0.53s) [2022-08-25T23:15:19.279Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.17s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.69s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.84s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.54s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestExecWithUser (0.90s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.65s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.54s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.56s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.53s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.43s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestHealth (19.20s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.75s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.58s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.26s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.25s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.64s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.09s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.68s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.64s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.74s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImportDisplay (1.07s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImportFile (1.07s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.14s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImportGzipped (1.71s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.32s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.67s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.57s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.05s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.42s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.09s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.43s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.41s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s) [2022-08-25T23:15:19.279Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.78s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.58s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectHistory (0.55s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2022-08-25T23:15:19.279Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.26s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.50s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectStatus (0.79s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.95s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.45s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.45s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.40s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.41s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.62s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.90s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.08s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.38s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.77s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.33s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.80s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.37s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.43s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.44s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.47s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.49s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.47s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.83s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.80s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.74s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.53s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.69s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.57s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsSince (6.63s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.48s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.49s) [2022-08-25T23:15:19.279Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestNetHostname (1.27s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.64s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.69s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPluginActive (2.31s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.41s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.56s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.07s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.12s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.81s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.07s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.36s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.87s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.03s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPortList (8.10s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.31s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.08s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.86s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.81s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.84s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsByOrder (1.91s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersBase (1.96s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.09s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.30s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.54s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.41s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.38s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.94s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.86s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.56s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.64s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.33s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.52s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.41s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.52s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.49s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.41s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.10s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.87s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.88s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.16s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.72s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.12s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.14s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.12s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.99s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.87s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.88s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.93s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.36s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.66s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.12s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.72s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.20s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiTag (0.18s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.06s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.65s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.88s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.30s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.87s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.41s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.55s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.96s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.06s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.79s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.62s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.72s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.17s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.04s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.52s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.55s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.76s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.42s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.85s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.87s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.84s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.93s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.53s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.97s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.98s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.49s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.56s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.23s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.05s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.82s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.09s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.83s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.27s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.99s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.83s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.50s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.03s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.49s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.42s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunExitCode (0.54s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.57s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.63s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.92s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.93s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.89s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.62s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.87s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.89s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.25s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.42s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.89s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.52s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.40s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.82s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.89s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.86s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.05s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.93s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.09s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunMount (4.70s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.30s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.59s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.93s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.69s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.11s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.25s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.55s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetHost (0.74s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.56s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.56s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.73s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.37s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.37s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.14s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.47s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.12s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.65s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.98s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.02s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.65s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.09s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.66s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.48s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.49s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.93s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.05s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.91s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunRm (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.43s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.46s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.25s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.20s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.54s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.78s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.49s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.52s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.44s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.63s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.56s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.64s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.68s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.65s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.45s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunState (1.27s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.57s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.51s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2022-08-25T23:15:19.280Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.49s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.67s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunSysctls (1.26s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2022-08-25T23:15:19.280Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.48s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.83s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.11s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.15s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.81s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.41s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.42s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.42s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.31s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.99s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUserByID (0.64s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.54s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUserByName (0.45s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.60s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.69s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.45s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.51s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.72s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.75s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.07s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.87s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.08s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.61s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.72s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.54s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.34s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.51s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.59s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.46s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.64s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.57s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.55s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.50s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.73s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.73s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.52s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.99s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.71s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.46s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.08s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.44s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.70s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.51s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.72s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.92s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.93s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.20s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.42s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.56s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.73s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.12s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.11s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.21s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.49s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.96s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.94s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.87s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.69s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.01s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.58s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartRecordError (1.13s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.38s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.20s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.72s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.55s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.50s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.42s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.45s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.38s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.47s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.57s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.69s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.87s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.95s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateStats (3.47s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.52s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.19s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.49s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.48s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.53s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.19s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.44s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.39s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.63s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.38s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.85s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.29s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.26s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.38s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.77s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.75s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.37s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.47s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.33s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.79s) [2022-08-25T23:15:19.281Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.70s) [2022-08-25T23:15:19.281Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-25T23:15:19.281Z] === RUN TestDockerRegistrySuite [2022-08-25T23:15:19.281Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-08-25T23:15:20.217Z] check_test.go:196: [dbf0c67f0a4c1] daemon is not started [2022-08-25T23:15:20.217Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-08-25T23:15:21.153Z] check_test.go:196: [d8217da2648cd] daemon is not started [2022-08-25T23:15:21.153Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-08-25T23:15:21.641Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-08-25T23:15:21.641Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (8.49s) [2022-08-25T23:15:21.641Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (8.59s) [2022-08-25T23:15:21.641Z] === RUN TestWaitBlocked [2022-08-25T23:15:21.641Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:21.641Z] --- SKIP: TestWaitBlocked (0.00s) [2022-08-25T23:15:21.641Z] PASS [2022-08-25T23:15:21.641Z] ok github.com/docker/docker/integration/container 105.872s [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === Skipped [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-08-25T23:15:21.641Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.04s) [2022-08-25T23:15:21.641Z] copy_test.go:38: testEnv.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2022-08-25T23:15:21.641Z] copy_test.go:63: testEnv.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-08-25T23:15:21.641Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-08-25T23:15:21.641Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-08-25T23:15:21.641Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-08-25T23:15:21.641Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-08-25T23:15:21.641Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-08-25T23:15:21.641Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-08-25T23:15:21.641Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-08-25T23:15:21.641Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-08-25T23:15:21.641Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-08-25T23:15:21.641Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-08-25T23:15:21.641Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-08-25T23:15:21.641Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-08-25T23:15:21.641Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-08-25T23:15:21.641Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-08-25T23:15:21.641Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.01s) [2022-08-25T23:15:21.641Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-08-25T23:15:21.641Z] --- SKIP: TestKillContainer/non_killing_signal (0.01s) [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-08-25T23:15:21.641Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-08-25T23:15:21.641Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-08-25T23:15:21.641Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-08-25T23:15:21.641Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-08-25T23:15:21.641Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-08-25T23:15:21.641Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-25T23:15:21.641Z] [2022-08-25T23:15:21.641Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-08-25T23:15:21.642Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-08-25T23:15:21.642Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-08-25T23:15:21.642Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-08-25T23:15:21.642Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-08-25T23:15:21.642Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2022-08-25T23:15:21.642Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-08-25T23:15:21.642Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2022-08-25T23:15:21.642Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-08-25T23:15:21.642Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-08-25T23:15:21.642Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-08-25T23:15:21.642Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-08-25T23:15:21.642Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:21.642Z] [2022-08-25T23:15:21.642Z] DONE 89 tests, 37 skipped in 109.681s [2022-08-25T23:15:21.642Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-08-25T23:15:22.530Z] check_test.go:196: [de638882b405e] daemon is not started [2022-08-25T23:15:22.530Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-08-25T23:15:22.530Z] check_test.go:196: [da9b2df802fe8] daemon is not started [2022-08-25T23:15:22.530Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-08-25T23:15:23.929Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:23.929Z] INFO: Testing against a local daemon [2022-08-25T23:15:23.929Z] === RUN TestCommitInheritsEnv [2022-08-25T23:15:23.929Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:15:23.929Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-08-25T23:15:23.929Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-25T23:15:23.929Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-08-25T23:15:23.929Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-08-25T23:15:23.929Z] === RUN TestImagesFilterMultiReference [2022-08-25T23:15:23.929Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-08-25T23:15:23.929Z] === RUN TestImagePullPlatformInvalid [2022-08-25T23:15:24.416Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-08-25T23:15:24.416Z] === RUN TestRemoveImageOrphaning [2022-08-25T23:15:25.076Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-08-25T23:15:25.437Z] --- PASS: TestRemoveImageOrphaning (1.40s) [2022-08-25T23:15:25.437Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-25T23:15:25.437Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-08-25T23:15:25.437Z] === RUN TestTagInvalidReference [2022-08-25T23:15:25.437Z] --- PASS: TestTagInvalidReference (0.04s) [2022-08-25T23:15:25.437Z] === RUN TestTagValidPrefixedRepo [2022-08-25T23:15:25.644Z] check_test.go:196: [d6e913fc90061] daemon is not started [2022-08-25T23:15:25.644Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-08-25T23:15:25.924Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-08-25T23:15:25.924Z] === RUN TestTagExistedNameWithoutForce [2022-08-25T23:15:25.924Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-08-25T23:15:25.924Z] === RUN TestTagOfficialNames [2022-08-25T23:15:25.924Z] --- PASS: TestTagOfficialNames (0.11s) [2022-08-25T23:15:25.924Z] === RUN TestTagMatchesDigest [2022-08-25T23:15:25.924Z] --- PASS: TestTagMatchesDigest (0.06s) [2022-08-25T23:15:25.924Z] PASS [2022-08-25T23:15:25.924Z] ok github.com/docker/docker/integration/image 2.101s [2022-08-25T23:15:25.924Z] [2022-08-25T23:15:25.924Z] === Skipped [2022-08-25T23:15:25.924Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-08-25T23:15:25.924Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:15:25.924Z] [2022-08-25T23:15:25.924Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-08-25T23:15:25.924Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-08-25T23:15:25.924Z] [2022-08-25T23:15:25.924Z] DONE 11 tests, 2 skipped in 4.653s [2022-08-25T23:15:26.411Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-08-25T23:15:27.548Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-08-25T23:15:28.717Z] testing: warning: no tests to run [2022-08-25T23:15:28.717Z] PASS [2022-08-25T23:15:28.717Z] ok github.com/docker/docker/integration/network/ipvlan 0.224s [no tests to run] [2022-08-25T23:15:28.717Z] testing: warning: no tests to run [2022-08-25T23:15:28.717Z] PASS [2022-08-25T23:15:28.717Z] ok github.com/docker/docker/integration/network/macvlan 0.134s [no tests to run] [2022-08-25T23:15:29.737Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:29.737Z] INFO: Testing against a local daemon [2022-08-25T23:15:29.737Z] === RUN TestNetworkCreateDelete [2022-08-25T23:15:29.737Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:29.737Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestDockerNetworkDeletePreferID [2022-08-25T23:15:29.737Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-08-25T23:15:29.737Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestDaemonDNSFallback [2022-08-25T23:15:29.737Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:29.737Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestInspectNetwork [2022-08-25T23:15:29.737Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:29.737Z] --- SKIP: TestInspectNetwork (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestRunContainerWithBridgeNone [2022-08-25T23:15:29.737Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:29.737Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestNetworkInvalidJSON [2022-08-25T23:15:29.737Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-25T23:15:29.737Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-25T23:15:29.737Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T23:15:29.737Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T23:15:29.737Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T23:15:29.737Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T23:15:29.737Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-25T23:15:29.737Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-25T23:15:29.737Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-25T23:15:29.737Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-08-25T23:15:29.737Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-08-25T23:15:29.737Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-08-25T23:15:29.737Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-08-25T23:15:29.737Z] === RUN TestNetworkList [2022-08-25T23:15:29.737Z] === RUN TestNetworkList//networks [2022-08-25T23:15:29.737Z] === PAUSE TestNetworkList//networks [2022-08-25T23:15:29.737Z] === RUN TestNetworkList//networks/ [2022-08-25T23:15:29.737Z] === PAUSE TestNetworkList//networks/ [2022-08-25T23:15:29.737Z] === CONT TestNetworkList//networks [2022-08-25T23:15:29.737Z] === CONT TestNetworkList//networks/ [2022-08-25T23:15:29.737Z] --- PASS: TestNetworkList (0.04s) [2022-08-25T23:15:29.737Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-25T23:15:29.737Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-08-25T23:15:29.737Z] === RUN TestHostIPv4BridgeLabel [2022-08-25T23:15:29.737Z] network_test.go:126: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-25T23:15:29.737Z] service_test.go:29: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestDaemonDefaultNetworkPools [2022-08-25T23:15:29.737Z] service_test.go:58: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-25T23:15:29.737Z] service_test.go:102: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-25T23:15:29.737Z] service_test.go:136: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-25T23:15:29.737Z] service_test.go:187: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestServiceWithPredefinedNetwork [2022-08-25T23:15:29.737Z] service_test.go:212: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-25T23:15:29.737Z] service_test.go:242: FLAKY_TEST [2022-08-25T23:15:29.737Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestServiceWithDataPathPortInit [2022-08-25T23:15:29.737Z] service_test.go:333: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-08-25T23:15:29.737Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-25T23:15:29.737Z] service_test.go:401: testEnv.OSType == "windows" [2022-08-25T23:15:29.737Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.01s) [2022-08-25T23:15:29.737Z] PASS [2022-08-25T23:15:29.737Z] ok github.com/docker/docker/integration/network 0.232s [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === Skipped [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-08-25T23:15:30.223Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-08-25T23:15:30.223Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-08-25T23:15:30.223Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-08-25T23:15:30.223Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-08-25T23:15:30.223Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-08-25T23:15:30.223Z] network_test.go:126: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:29: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:58: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:102: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:136: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:187: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:212: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:242: FLAKY_TEST [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-08-25T23:15:30.223Z] service_test.go:333: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.01s) [2022-08-25T23:15:30.223Z] service_test.go:401: testEnv.OSType == "windows" [2022-08-25T23:15:30.223Z] [2022-08-25T23:15:30.223Z] DONE 22 tests, 15 skipped in 3.702s [2022-08-25T23:15:30.223Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-08-25T23:15:30.713Z] testing: warning: no tests to run [2022-08-25T23:15:30.713Z] PASS [2022-08-25T23:15:30.713Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2022-08-25T23:15:30.713Z] [2022-08-25T23:15:30.713Z] DONE 0 tests in 0.636s [2022-08-25T23:15:31.198Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-08-25T23:15:31.685Z] testing: warning: no tests to run [2022-08-25T23:15:31.685Z] PASS [2022-08-25T23:15:31.685Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2022-08-25T23:15:31.685Z] [2022-08-25T23:15:31.685Z] DONE 0 tests in 0.658s [2022-08-25T23:15:31.685Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-08-25T23:15:31.737Z] check_test.go:196: [db533861614c9] daemon is not started [2022-08-25T23:15:31.737Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-08-25T23:15:34.007Z] testing: warning: no tests to run [2022-08-25T23:15:34.008Z] PASS [2022-08-25T23:15:34.008Z] ok github.com/docker/docker/integration/plugin 0.214s [no tests to run] [2022-08-25T23:15:34.008Z] testing: warning: no tests to run [2022-08-25T23:15:34.008Z] PASS [2022-08-25T23:15:34.008Z] ok github.com/docker/docker/integration/plugin/authz 0.163s [no tests to run] [2022-08-25T23:15:35.026Z] check_test.go:196: [db47875857d55] daemon is not started [2022-08-25T23:15:35.026Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-08-25T23:15:35.593Z] check_test.go:196: [d7decabaad012] daemon is not started [2022-08-25T23:15:35.593Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-08-25T23:15:36.530Z] check_test.go:196: [d2e4b1cc77646] daemon is not started [2022-08-25T23:15:36.530Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-08-25T23:15:37.466Z] check_test.go:196: [d278a4624ae90] daemon is not started [2022-08-25T23:15:37.466Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-08-25T23:15:38.845Z] check_test.go:196: [dc02fbf933320] daemon is not started [2022-08-25T23:15:38.846Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-08-25T23:15:39.781Z] check_test.go:196: [d3671ad1d3b9f] daemon is not started [2022-08-25T23:15:39.781Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-08-25T23:15:40.719Z] check_test.go:196: [d7c7906844495] daemon is not started [2022-08-25T23:15:40.719Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-08-25T23:15:41.654Z] check_test.go:196: [d506397995b1a] daemon is not started [2022-08-25T23:15:41.654Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-08-25T23:15:42.591Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0e52f657e7e53dd83f76d8e083efa3d508b0b960ebb826b3d20007c61cfcf89b [2022-08-25T23:15:42.850Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-08-25T23:15:43.419Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ba546f3446453785b6e2032a238e7588fd934eae7e6a0b18bf19e931d3a54345 [2022-08-25T23:15:43.677Z] check_test.go:196: [d04da39da4cb2] daemon is not started [2022-08-25T23:15:43.677Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-08-25T23:15:44.614Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:57e5984cf9b7bde82a2356ec415d17463259f0d1cf07926029d87453e8817edb [2022-08-25T23:15:44.873Z] docker_cli_swarm_test.go:1803: [d46598f9fc5fd] joining swarm manager [d70987ddd1a1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:15:45.809Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fd5c5a52e998f5bb9851fe429d2dd59e32cc3f4ce340b209b1474ccf07bbf4a5 [2022-08-25T23:15:45.809Z] check_test.go:196: [da09de8689dbe] daemon is not started [2022-08-25T23:15:46.068Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-08-25T23:15:46.328Z] docker_cli_swarm_test.go:1804: [d58fc4daeb25e] joining swarm manager [d70987ddd1a1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:15:46.749Z] testing: warning: no tests to run [2022-08-25T23:15:46.749Z] PASS [2022-08-25T23:15:46.749Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.168s [no tests to run] [2022-08-25T23:15:46.750Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:46.750Z] INFO: Testing against a local daemon [2022-08-25T23:15:46.750Z] === RUN TestExternalGraphDriver [2022-08-25T23:15:46.750Z] external_test.go:48: runtime.GOOS == "windows" [2022-08-25T23:15:46.750Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-08-25T23:15:46.750Z] === RUN TestGraphdriverPluginV2 [2022-08-25T23:15:46.750Z] external_test.go:408: runtime.GOOS == "windows" [2022-08-25T23:15:46.750Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-08-25T23:15:46.750Z] PASS [2022-08-25T23:15:46.750Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.172s [2022-08-25T23:15:47.269Z] check_test.go:196: [d217c7313c321] daemon is not started [2022-08-25T23:15:47.269Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-08-25T23:15:49.175Z] check_test.go:196: [dbdd06a45eec0] daemon is not started [2022-08-25T23:15:49.175Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-08-25T23:15:49.811Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:49.811Z] INFO: Testing against a local daemon [2022-08-25T23:15:49.811Z] === RUN TestReadPluginNoRead [2022-08-25T23:15:49.811Z] read_test.go:21: no unix domain sockets on Windows [2022-08-25T23:15:49.811Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-08-25T23:15:49.811Z] PASS [2022-08-25T23:15:49.811Z] ok github.com/docker/docker/integration/plugin/logging 0.247s [2022-08-25T23:15:49.811Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:49.811Z] INFO: Testing against a local daemon [2022-08-25T23:15:49.811Z] === RUN TestPluginWithDevMounts [2022-08-25T23:15:49.811Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:49.811Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-08-25T23:15:49.811Z] PASS [2022-08-25T23:15:49.811Z] ok github.com/docker/docker/integration/plugin/volumes 0.125s [2022-08-25T23:15:49.811Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:49.811Z] INFO: Testing against a local daemon [2022-08-25T23:15:49.811Z] === RUN TestPluginInvalidJSON [2022-08-25T23:15:49.811Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:15:49.811Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:15:49.811Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:15:49.811Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-08-25T23:15:49.811Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-08-25T23:15:49.811Z] === RUN TestPluginInstall [2022-08-25T23:15:49.811Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-08-25T23:15:49.811Z] --- SKIP: TestPluginInstall (0.00s) [2022-08-25T23:15:49.811Z] === RUN TestPluginsWithRuntimes [2022-08-25T23:15:49.811Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-08-25T23:15:49.811Z] --- SKIP: TestPluginsWithRuntimes (0.01s) [2022-08-25T23:15:49.811Z] === RUN TestPluginBackCompatMediaTypes [2022-08-25T23:15:49.811Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-08-25T23:15:49.811Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-08-25T23:15:49.811Z] PASS [2022-08-25T23:15:49.811Z] ok github.com/docker/docker/integration/plugin/common 0.212s [2022-08-25T23:15:49.811Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2022-08-25T23:15:49.811Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2022-08-25T23:15:49.811Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2022-08-25T23:15:50.113Z] check_test.go:196: [d279734a6d337] daemon is not started [2022-08-25T23:15:50.113Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] === Skipped [2022-08-25T23:15:50.298Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-08-25T23:15:50.298Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.01s) [2022-08-25T23:15:50.298Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-08-25T23:15:50.298Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-08-25T23:15:50.298Z] external_test.go:48: runtime.GOOS == "windows" [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-08-25T23:15:50.298Z] external_test.go:408: runtime.GOOS == "windows" [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-08-25T23:15:50.298Z] read_test.go:21: no unix domain sockets on Windows [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-08-25T23:15:50.298Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:50.298Z] [2022-08-25T23:15:50.298Z] DONE 9 tests, 7 skipped in 18.650s [2022-08-25T23:15:50.372Z] check_test.go:196: [d6396309df2f6] daemon is not started [2022-08-25T23:15:50.372Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-08-25T23:15:50.783Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-08-25T23:15:51.272Z] testing: warning: no tests to run [2022-08-25T23:15:51.272Z] PASS [2022-08-25T23:15:51.272Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2022-08-25T23:15:51.272Z] [2022-08-25T23:15:51.272Z] DONE 0 tests in 0.669s [2022-08-25T23:15:51.308Z] check_test.go:196: [dce970d04d88c] daemon is not started [2022-08-25T23:15:51.308Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-08-25T23:15:51.758Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-08-25T23:15:52.251Z] check_test.go:196: [d987ebf52cf5c] daemon is not started [2022-08-25T23:15:52.251Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-08-25T23:15:53.376Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:53.376Z] INFO: Testing against a local daemon [2022-08-25T23:15:53.376Z] === RUN TestPluginInvalidJSON [2022-08-25T23:15:53.376Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:15:53.376Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:15:53.376Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-25T23:15:53.376Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-08-25T23:15:53.376Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-08-25T23:15:53.376Z] === RUN TestPluginInstall [2022-08-25T23:15:53.376Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-08-25T23:15:53.376Z] --- SKIP: TestPluginInstall (0.00s) [2022-08-25T23:15:53.376Z] === RUN TestPluginsWithRuntimes [2022-08-25T23:15:53.376Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-08-25T23:15:53.376Z] --- SKIP: TestPluginsWithRuntimes (0.01s) [2022-08-25T23:15:53.376Z] === RUN TestPluginBackCompatMediaTypes [2022-08-25T23:15:53.376Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-08-25T23:15:53.376Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-08-25T23:15:53.376Z] PASS [2022-08-25T23:15:53.376Z] ok github.com/docker/docker/integration/plugin/common (cached) [2022-08-25T23:15:53.376Z] [2022-08-25T23:15:53.376Z] === Skipped [2022-08-25T23:15:53.376Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-08-25T23:15:53.376Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-08-25T23:15:53.376Z] [2022-08-25T23:15:53.376Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.01s) [2022-08-25T23:15:53.376Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-08-25T23:15:53.376Z] [2022-08-25T23:15:53.376Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-08-25T23:15:53.376Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-08-25T23:15:53.376Z] [2022-08-25T23:15:53.376Z] DONE 5 tests, 3 skipped in 1.649s [2022-08-25T23:15:53.376Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-08-25T23:15:53.635Z] check_test.go:196: [d12a6d36a4143] daemon is not started [2022-08-25T23:15:53.635Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-08-25T23:15:55.006Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:55.006Z] INFO: Testing against a local daemon [2022-08-25T23:15:55.006Z] === RUN TestExternalGraphDriver [2022-08-25T23:15:55.006Z] external_test.go:48: runtime.GOOS == "windows" [2022-08-25T23:15:55.006Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-08-25T23:15:55.006Z] === RUN TestGraphdriverPluginV2 [2022-08-25T23:15:55.006Z] external_test.go:408: runtime.GOOS == "windows" [2022-08-25T23:15:55.006Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-08-25T23:15:55.006Z] PASS [2022-08-25T23:15:55.006Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2022-08-25T23:15:55.006Z] [2022-08-25T23:15:55.006Z] === Skipped [2022-08-25T23:15:55.006Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-08-25T23:15:55.006Z] external_test.go:48: runtime.GOOS == "windows" [2022-08-25T23:15:55.006Z] [2022-08-25T23:15:55.006Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-08-25T23:15:55.006Z] external_test.go:408: runtime.GOOS == "windows" [2022-08-25T23:15:55.006Z] [2022-08-25T23:15:55.006Z] DONE 2 tests, 2 skipped in 1.511s [2022-08-25T23:15:55.006Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-08-25T23:15:55.540Z] check_test.go:196: [d2baa790280c3] daemon is not started [2022-08-25T23:15:55.540Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-08-25T23:15:56.107Z] check_test.go:196: [d3b4dc6ee4ab2] daemon is not started [2022-08-25T23:15:56.107Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-08-25T23:15:56.632Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:56.632Z] testing: warning: no tests to run [2022-08-25T23:15:56.632Z] PASS [2022-08-25T23:15:56.632Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2022-08-25T23:15:56.632Z] INFO: Testing against a local daemon [2022-08-25T23:15:56.632Z] === RUN TestReadPluginNoRead [2022-08-25T23:15:56.632Z] read_test.go:21: no unix domain sockets on Windows [2022-08-25T23:15:56.632Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-08-25T23:15:56.632Z] PASS [2022-08-25T23:15:56.632Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2022-08-25T23:15:56.632Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2022-08-25T23:15:56.632Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2022-08-25T23:15:56.632Z] [2022-08-25T23:15:56.632Z] === Skipped [2022-08-25T23:15:56.632Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-08-25T23:15:56.632Z] read_test.go:21: no unix domain sockets on Windows [2022-08-25T23:15:56.632Z] [2022-08-25T23:15:56.632Z] DONE 1 tests, 1 skipped in 1.708s [2022-08-25T23:15:57.043Z] check_test.go:196: [df8fd7224abaa] daemon is not started [2022-08-25T23:15:57.044Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-08-25T23:15:57.117Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-08-25T23:15:57.302Z] check_test.go:196: [d14203b207458] daemon is not started [2022-08-25T23:15:57.302Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-08-25T23:15:57.561Z] check_test.go:196: [dd897875a4211] daemon is not started [2022-08-25T23:15:57.562Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-08-25T23:15:57.820Z] check_test.go:196: [d4e88701271a0] daemon is not started [2022-08-25T23:15:57.820Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-08-25T23:15:58.083Z] check_test.go:196: [ddcd455c23d31] daemon is not started [2022-08-25T23:15:58.083Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-08-25T23:15:58.083Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-08-25T23:15:58.138Z] testing: warning: no tests to run [2022-08-25T23:15:58.138Z] PASS [2022-08-25T23:15:58.138Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2022-08-25T23:15:58.138Z] [2022-08-25T23:15:58.138Z] DONE 0 tests in 1.124s [2022-08-25T23:15:58.138Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-08-25T23:15:58.342Z] check_test.go:196: [d8c4a825620a9] daemon is not started [2022-08-25T23:15:58.342Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-08-25T23:15:58.600Z] check_test.go:196: [d0eb417d3fa56] daemon is not started [2022-08-25T23:15:58.600Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-08-25T23:15:59.537Z] check_test.go:196: [db4bbe60859b3] daemon is not started [2022-08-25T23:15:59.537Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-08-25T23:15:59.749Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:15:59.749Z] INFO: Testing against a local daemon [2022-08-25T23:15:59.749Z] === RUN TestPluginWithDevMounts [2022-08-25T23:15:59.749Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:59.749Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-08-25T23:15:59.749Z] PASS [2022-08-25T23:15:59.749Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2022-08-25T23:15:59.750Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2022-08-25T23:15:59.750Z] [2022-08-25T23:15:59.750Z] === Skipped [2022-08-25T23:15:59.750Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-08-25T23:15:59.750Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:15:59.750Z] [2022-08-25T23:15:59.750Z] DONE 1 tests, 1 skipped in 1.482s [2022-08-25T23:15:59.750Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-08-25T23:16:01.441Z] check_test.go:196: [d2ef11910ffc5] daemon is not started [2022-08-25T23:16:01.441Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-08-25T23:16:02.009Z] check_test.go:196: [d247282b27d7c] daemon is not started [2022-08-25T23:16:02.009Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-08-25T23:16:02.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:16:02.813Z] INFO: Testing against a local daemon [2022-08-25T23:16:02.813Z] === RUN TestSecretInspect [2022-08-25T23:16:02.813Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] --- SKIP: TestSecretInspect (0.01s) [2022-08-25T23:16:02.813Z] === RUN TestSecretList [2022-08-25T23:16:02.813Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] --- SKIP: TestSecretList (0.00s) [2022-08-25T23:16:02.813Z] === RUN TestSecretsCreateAndDelete [2022-08-25T23:16:02.813Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-08-25T23:16:02.813Z] === RUN TestSecretsUpdate [2022-08-25T23:16:02.813Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-08-25T23:16:02.813Z] === RUN TestTemplatedSecret [2022-08-25T23:16:02.813Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-08-25T23:16:02.813Z] === RUN TestSecretCreateResolve [2022-08-25T23:16:02.813Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:02.813Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-08-25T23:16:02.813Z] PASS [2022-08-25T23:16:02.813Z] ok github.com/docker/docker/integration/secret 0.185s [2022-08-25T23:16:02.813Z] [2022-08-25T23:16:02.813Z] === Skipped [2022-08-25T23:16:02.813Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s) [2022-08-25T23:16:02.813Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] [2022-08-25T23:16:02.813Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-08-25T23:16:02.813Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] [2022-08-25T23:16:02.813Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-08-25T23:16:02.813Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] [2022-08-25T23:16:02.813Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-08-25T23:16:02.813Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] [2022-08-25T23:16:02.813Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-08-25T23:16:02.813Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:02.813Z] [2022-08-25T23:16:02.813Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-08-25T23:16:02.813Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:02.813Z] [2022-08-25T23:16:02.813Z] DONE 6 tests, 6 skipped in 2.739s [2022-08-25T23:16:02.813Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-08-25T23:16:02.947Z] check_test.go:196: [d7afbdbb9b0aa] daemon is not started [2022-08-25T23:16:02.947Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-08-25T23:16:03.882Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite (45.69s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.15s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.96s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.17s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.01s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.33s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.75s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.00s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.00s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.97s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.99s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.17s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.95s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.00s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.22s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.12s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.10s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.96s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.95s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.19s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.24s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.41s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.17s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.59s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.81s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.89s) [2022-08-25T23:16:04.818Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.80s) [2022-08-25T23:16:04.818Z] === RUN TestDockerSchema1RegistrySuite [2022-08-25T23:16:04.818Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-08-25T23:16:04.818Z] check_test.go:223: [db864216189c6] daemon is not started [2022-08-25T23:16:04.818Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-08-25T23:16:06.196Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-08-25T23:16:06.718Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:16:06.718Z] INFO: Testing against a local daemon [2022-08-25T23:16:06.718Z] === RUN TestServiceCreateInit [2022-08-25T23:16:06.719Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-25T23:16:06.719Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-25T23:16:06.719Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- PASS: TestServiceCreateInit (0.06s) [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestCreateServiceMultipleTimes [2022-08-25T23:16:06.719Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestCreateServiceConflict [2022-08-25T23:16:06.719Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestCreateServiceMaxReplicas [2022-08-25T23:16:06.719Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-08-25T23:16:06.719Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-25T23:16:06.719Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestCreateServiceSecretFileMode [2022-08-25T23:16:06.719Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestCreateServiceConfigFileMode [2022-08-25T23:16:06.719Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestCreateServiceSysctls [2022-08-25T23:16:06.719Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-08-25T23:16:06.719Z] === RUN TestCreateServiceCapabilities [2022-08-25T23:16:06.719Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-08-25T23:16:06.719Z] === RUN TestInspect [2022-08-25T23:16:06.719Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestInspect (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestCreateJob [2022-08-25T23:16:06.719Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestCreateJob (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestReplicatedJob [2022-08-25T23:16:06.719Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestReplicatedJob (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestUpdateReplicatedJob [2022-08-25T23:16:06.719Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestServiceListWithStatuses [2022-08-25T23:16:06.719Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestDockerNetworkConnectAlias [2022-08-25T23:16:06.719Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestDockerNetworkReConnect [2022-08-25T23:16:06.719Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestServicePlugin [2022-08-25T23:16:06.719Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestServicePlugin (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestServiceUpdateLabel [2022-08-25T23:16:06.719Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-08-25T23:16:06.719Z] === RUN TestServiceUpdateSecrets [2022-08-25T23:16:06.719Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestServiceUpdateConfigs [2022-08-25T23:16:06.719Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-08-25T23:16:06.719Z] === RUN TestServiceUpdateNetwork [2022-08-25T23:16:06.719Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-08-25T23:16:06.719Z] === RUN TestServiceUpdatePidsLimit [2022-08-25T23:16:06.719Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-08-25T23:16:06.719Z] PASS [2022-08-25T23:16:06.719Z] ok github.com/docker/docker/integration/service 0.386s [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === Skipped [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-25T23:16:06.719Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-25T23:16:06.719Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-08-25T23:16:06.719Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-08-25T23:16:06.719Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-08-25T23:16:06.719Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-08-25T23:16:06.719Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-08-25T23:16:06.719Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-08-25T23:16:06.719Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-08-25T23:16:06.719Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-08-25T23:16:06.719Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-08-25T23:16:06.719Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-08-25T23:16:06.719Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-08-25T23:16:06.719Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-08-25T23:16:06.719Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-08-25T23:16:06.719Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-08-25T23:16:06.719Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-08-25T23:16:06.719Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-08-25T23:16:06.719Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2022-08-25T23:16:06.719Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-08-25T23:16:06.719Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-08-25T23:16:06.719Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2022-08-25T23:16:06.719Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-08-25T23:16:06.719Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-08-25T23:16:06.719Z] [2022-08-25T23:16:06.719Z] DONE 24 tests, 23 skipped in 3.774s [2022-08-25T23:16:06.719Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-08-25T23:16:08.103Z] check_test.go:223: [dedbb7aad3a32] daemon is not started [2022-08-25T23:16:08.103Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-08-25T23:16:08.103Z] docker_cli_swarm_test.go:1322: [dbc86ee136d69] joining swarm manager [d13b49150c2f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:16:09.077Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:16:09.077Z] INFO: Testing against a local daemon [2022-08-25T23:16:09.077Z] === RUN TestSessionCreate [2022-08-25T23:16:09.077Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-08-25T23:16:09.077Z] --- SKIP: TestSessionCreate (0.00s) [2022-08-25T23:16:09.077Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-25T23:16:09.077Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-08-25T23:16:09.077Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-08-25T23:16:09.077Z] PASS [2022-08-25T23:16:09.077Z] ok github.com/docker/docker/integration/session 0.148s [2022-08-25T23:16:09.077Z] [2022-08-25T23:16:09.077Z] === Skipped [2022-08-25T23:16:09.077Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-08-25T23:16:09.077Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-08-25T23:16:09.077Z] [2022-08-25T23:16:09.077Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-08-25T23:16:09.077Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-08-25T23:16:09.077Z] [2022-08-25T23:16:09.077Z] DONE 2 tests, 2 skipped in 2.443s [2022-08-25T23:16:09.492Z] docker_cli_swarm_test.go:1323: [dc51f263b7f6f] joining swarm manager [d13b49150c2f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:16:09.562Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-08-25T23:16:11.846Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:16:11.846Z] INFO: Testing against a local daemon [2022-08-25T23:16:11.846Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-25T23:16:11.846Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:11.846Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T23:16:11.846Z] === RUN TestEventsExecDie [2022-08-25T23:16:11.846Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-08-25T23:16:11.846Z] --- SKIP: TestEventsExecDie (0.01s) [2022-08-25T23:16:11.846Z] === RUN TestEventsBackwardsCompatible [2022-08-25T23:16:11.846Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-08-25T23:16:11.846Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-08-25T23:16:11.846Z] === RUN TestInfoAPI [2022-08-25T23:16:11.846Z] --- PASS: TestInfoAPI (0.07s) [2022-08-25T23:16:11.846Z] === RUN TestInfoAPIWarnings [2022-08-25T23:16:11.846Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:16:11.846Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-08-25T23:16:11.846Z] === RUN TestInfoDebug [2022-08-25T23:16:11.846Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-08-25T23:16:11.846Z] --- SKIP: TestInfoDebug (0.00s) [2022-08-25T23:16:11.846Z] === RUN TestInfoInsecureRegistries [2022-08-25T23:16:11.846Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-08-25T23:16:11.846Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-08-25T23:16:11.846Z] === RUN TestInfoRegistryMirrors [2022-08-25T23:16:11.846Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-08-25T23:16:11.846Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-08-25T23:16:11.846Z] === RUN TestLoginFailsWithBadCredentials [2022-08-25T23:16:12.870Z] --- PASS: TestLoginFailsWithBadCredentials (1.10s) [2022-08-25T23:16:12.870Z] === RUN TestPingCacheHeaders [2022-08-25T23:16:13.363Z] --- PASS: TestPingCacheHeaders (0.07s) [2022-08-25T23:16:13.363Z] === RUN TestPingGet [2022-08-25T23:16:13.363Z] --- PASS: TestPingGet (0.06s) [2022-08-25T23:16:13.363Z] === RUN TestPingHead [2022-08-25T23:16:13.363Z] --- PASS: TestPingHead (0.06s) [2022-08-25T23:16:13.363Z] === RUN TestVersion [2022-08-25T23:16:13.363Z] --- PASS: TestVersion (0.05s) [2022-08-25T23:16:13.363Z] PASS [2022-08-25T23:16:13.363Z] ok github.com/docker/docker/integration/system 1.541s [2022-08-25T23:16:13.679Z] check_test.go:223: [de4f283cbf195] daemon is not started [2022-08-25T23:16:13.679Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] === Skipped [2022-08-25T23:16:13.849Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-25T23:16:13.849Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-08-25T23:16:13.849Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-08-25T23:16:13.849Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-08-25T23:16:13.849Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-08-25T23:16:13.849Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-08-25T23:16:13.849Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-08-25T23:16:13.849Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-08-25T23:16:13.849Z] [2022-08-25T23:16:13.849Z] DONE 13 tests, 7 skipped in 4.307s [2022-08-25T23:16:13.849Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-08-25T23:16:16.214Z] check_test.go:223: [da738d6fb4b33] daemon is not started [2022-08-25T23:16:16.214Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2022-08-25T23:16:16.890Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:16:16.890Z] INFO: Testing against a local daemon [2022-08-25T23:16:16.890Z] === RUN TestVolumesCreateAndList [2022-08-25T23:16:16.890Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-08-25T23:16:16.890Z] === RUN TestVolumesRemove [2022-08-25T23:16:16.890Z] --- PASS: TestVolumesRemove (0.11s) [2022-08-25T23:16:16.890Z] === RUN TestVolumesInspect [2022-08-25T23:16:16.890Z] --- PASS: TestVolumesInspect (0.07s) [2022-08-25T23:16:16.890Z] === RUN TestVolumesInvalidJSON [2022-08-25T23:16:16.890Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-25T23:16:16.890Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-25T23:16:16.890Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-25T23:16:16.890Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-08-25T23:16:16.890Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-08-25T23:16:16.890Z] PASS [2022-08-25T23:16:16.890Z] ok github.com/docker/docker/integration/volume 0.410s [2022-08-25T23:16:17.150Z] check_test.go:223: [d22b0fd132d7c] daemon is not started [2022-08-25T23:16:17.150Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-08-25T23:16:17.375Z] [2022-08-25T23:16:17.375Z] DONE 5 tests in 3.391s [2022-08-25T23:16:17.375Z] INFO: make.ps1 ended at 08/25/2022 23:16:17 [2022-08-25T23:16:17.375Z] INFO: Integration CLI tests being run from the host: [2022-08-25T23:16:17.375Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-08-25T23:16:18.085Z] check_test.go:223: [dcab697fd4089] daemon is not started [2022-08-25T23:16:18.085Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-08-25T23:16:18.085Z] check_test.go:223: [d4f092c37a41e] daemon is not started [2022-08-25T23:16:18.085Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-08-25T23:16:19.021Z] check_test.go:223: [d75fbef8bcd66] daemon is not started [2022-08-25T23:16:19.021Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-08-25T23:16:19.958Z] check_test.go:223: [d56fafb43af5e] daemon is not started [2022-08-25T23:16:19.958Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-08-25T23:16:20.895Z] check_test.go:223: [da8e31023b453] daemon is not started [2022-08-25T23:16:20.895Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-08-25T23:16:23.428Z] check_test.go:223: [d92e8cd0966e1] daemon is not started [2022-08-25T23:16:23.428Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-08-25T23:16:23.687Z] check_test.go:223: [dda2375d4e2a3] daemon is not started [2022-08-25T23:16:23.687Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-08-25T23:16:23.945Z] check_test.go:223: [d7ab36135e564] daemon is not started [2022-08-25T23:16:23.945Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2022-08-25T23:16:24.205Z] check_test.go:223: [d207da10961e6] daemon is not started [2022-08-25T23:16:24.205Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2022-08-25T23:16:24.464Z] check_test.go:223: [d466e6aafc1e1] daemon is not started [2022-08-25T23:16:24.464Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2022-08-25T23:16:24.723Z] check_test.go:223: [d4be224e54af3] daemon is not started [2022-08-25T23:16:24.723Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2022-08-25T23:16:24.982Z] check_test.go:223: [d2f05d76034bf] daemon is not started [2022-08-25T23:16:24.982Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2022-08-25T23:16:24.982Z] check_test.go:223: [d5d2a81e4879d] daemon is not started [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite (20.35s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.19s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.39s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.69s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.92s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.94s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.32s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2022-08-25T23:16:24.982Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2022-08-25T23:16:24.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-08-25T23:16:24.982Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-08-25T23:16:25.917Z] check_test.go:252: [dd2d4c52e480b] daemon is not started [2022-08-25T23:16:25.917Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-08-25T23:16:26.486Z] check_test.go:252: [d6c46292d312b] daemon is not started [2022-08-25T23:16:26.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-08-25T23:16:26.486Z] check_test.go:252: [dcd01e37c3df9] daemon is not started [2022-08-25T23:16:26.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-08-25T23:16:27.423Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-08-25T23:16:27.681Z] check_test.go:252: [de6148041b220] daemon is not started [2022-08-25T23:16:27.681Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-08-25T23:16:28.249Z] check_test.go:252: [de22ae7cb1a1e] daemon is not started [2022-08-25T23:16:28.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-08-25T23:16:28.508Z] check_test.go:252: [d905855b06ada] daemon is not started [2022-08-25T23:16:28.508Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-08-25T23:16:28.767Z] check_test.go:252: [d096f7707e8e4] daemon is not started [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.69s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.74s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.03s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2022-08-25T23:16:28.767Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-08-25T23:16:28.767Z] === RUN TestDockerRegistryAuthTokenSuite [2022-08-25T23:16:28.767Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-08-25T23:16:32.566Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-08-25T23:16:32.566Z] INFO: Testing against a local daemon [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-08-25T23:16:32.566Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-08-25T23:16:32.566Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-08-25T23:16:32.566Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-08-25T23:16:33.588Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-08-25T23:16:34.035Z] check_test.go:279: [d247aa58570b6] daemon is not started [2022-08-25T23:16:34.035Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-08-25T23:16:34.035Z] check_test.go:279: [d1a5146aa49c8] daemon is not started [2022-08-25T23:16:34.035Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-08-25T23:16:34.074Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-08-25T23:16:34.293Z] check_test.go:279: [d380fd7a0cfe7] daemon is not started [2022-08-25T23:16:34.293Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-08-25T23:16:34.293Z] check_test.go:279: [da06d1281554d] daemon is not started [2022-08-25T23:16:34.293Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-08-25T23:16:34.555Z] check_test.go:279: [df09d245297a2] daemon is not started [2022-08-25T23:16:34.555Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-08-25T23:16:34.555Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-08-25T23:16:34.555Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-08-25T23:16:34.555Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-08-25T23:16:34.555Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2022-08-25T23:16:34.555Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-08-25T23:16:34.555Z] === RUN TestDockerNetworkSuite [2022-08-25T23:16:34.555Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-08-25T23:16:34.560Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-08-25T23:16:35.046Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-08-25T23:16:37.102Z] docker_cli_network_unix_test.go:47: [d1be640a1a372] daemon is not started [2022-08-25T23:16:37.102Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-08-25T23:16:37.670Z] docker_cli_network_unix_test.go:47: [d0923a3af97c4] daemon is not started [2022-08-25T23:16:37.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-08-25T23:16:40.205Z] docker_cli_network_unix_test.go:47: [d0760c33cb995] daemon is not started [2022-08-25T23:16:40.463Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-08-25T23:16:41.840Z] docker_cli_network_unix_test.go:47: [d77ffa98c7472] daemon is not started [2022-08-25T23:16:41.840Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-08-25T23:16:42.099Z] docker_cli_network_unix_test.go:1234: [d897a13cc5f6f] daemon is not started [2022-08-25T23:16:44.633Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-08-25T23:16:45.568Z] docker_cli_network_unix_test.go:47: [de6266ecb071e] daemon is not started [2022-08-25T23:16:46.136Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-08-25T23:16:50.328Z] docker_cli_network_unix_test.go:47: [d77ba9e4822b2] daemon is not started [2022-08-25T23:16:50.896Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-08-25T23:16:52.804Z] docker_cli_network_unix_test.go:47: [d1cdccaec8bfb] daemon is not started [2022-08-25T23:16:53.063Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-08-25T23:16:54.442Z] docker_cli_network_unix_test.go:47: [df0e9bc5f061d] daemon is not started [2022-08-25T23:16:54.442Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-08-25T23:16:54.700Z] docker_cli_network_unix_test.go:47: [db0a3a8629537] daemon is not started [2022-08-25T23:16:54.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-08-25T23:16:54.959Z] docker_cli_network_unix_test.go:47: [d9eef1a9d1f59] daemon is not started [2022-08-25T23:16:55.220Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-08-25T23:16:55.479Z] docker_cli_network_unix_test.go:47: [d29494ce4ee1e] daemon is not started [2022-08-25T23:16:56.046Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-08-25T23:16:56.613Z] docker_cli_network_unix_test.go:47: [d317db71c4eff] daemon is not started [2022-08-25T23:16:56.872Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-08-25T23:16:57.131Z] docker_cli_network_unix_test.go:47: [def173ca8e8ab] daemon is not started [2022-08-25T23:16:57.131Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-08-25T23:16:57.390Z] docker_cli_network_unix_test.go:47: [d3aec353484c4] daemon is not started [2022-08-25T23:16:57.390Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-08-25T23:16:57.958Z] docker_cli_network_unix_test.go:47: [d0e78aa8a7484] daemon is not started [2022-08-25T23:16:58.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-08-25T23:16:58.227Z] docker_cli_network_unix_test.go:47: [dd93ac3681158] daemon is not started [2022-08-25T23:16:58.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-08-25T23:16:58.227Z] docker_cli_network_unix_test.go:47: [d213a3be0fc40] daemon is not started [2022-08-25T23:16:58.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-08-25T23:16:58.492Z] docker_cli_network_unix_test.go:47: [dac245bf5171c] daemon is not started [2022-08-25T23:16:58.492Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-08-25T23:16:59.431Z] docker_cli_network_unix_test.go:47: [d89f94233f6b4] daemon is not started [2022-08-25T23:16:59.431Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-08-25T23:16:59.689Z] docker_cli_network_unix_test.go:47: [d6fb25938bb75] daemon is not started [2022-08-25T23:17:00.256Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-08-25T23:17:00.256Z] docker_cli_network_unix_test.go:47: [d407e71ef28ba] daemon is not started [2022-08-25T23:17:00.256Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-08-25T23:17:00.515Z] docker_cli_network_unix_test.go:47: [d47d1c137891f] daemon is not started [2022-08-25T23:17:00.515Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-08-25T23:17:00.775Z] docker_cli_network_unix_test.go:47: [d2a5ac75d24b0] daemon is not started [2022-08-25T23:17:00.775Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-08-25T23:17:02.151Z] docker_cli_network_unix_test.go:969: [d7c25ed333f8a] daemon is not started [2022-08-25T23:17:03.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-08-25T23:17:04.024Z] docker_cli_network_unix_test.go:47: [d398237e5008d] daemon is not started [2022-08-25T23:17:04.024Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-08-25T23:17:06.557Z] docker_cli_network_unix_test.go:1117: [d9220ba15c270] daemon is not started [2022-08-25T23:17:09.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-08-25T23:17:09.847Z] docker_cli_network_unix_test.go:47: [d1de9b2a4a390] daemon is not started [2022-08-25T23:17:09.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-08-25T23:17:10.414Z] docker_cli_network_unix_test.go:47: [d9a190b27105c] daemon is not started [2022-08-25T23:17:10.414Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-08-25T23:17:10.673Z] docker_cli_network_unix_test.go:47: [dfaf671341c20] daemon is not started [2022-08-25T23:17:10.673Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-08-25T23:17:10.673Z] docker_cli_network_unix_test.go:47: [df93e9b759ef5] daemon is not started [2022-08-25T23:17:10.673Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-08-25T23:17:10.931Z] docker_cli_network_unix_test.go:47: [db52500273ee7] daemon is not started [2022-08-25T23:17:10.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-08-25T23:17:10.931Z] docker_cli_network_unix_test.go:47: [d09027f057199] daemon is not started [2022-08-25T23:17:10.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-08-25T23:17:10.931Z] docker_cli_network_unix_test.go:47: [da7921a782386] daemon is not started [2022-08-25T23:17:10.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-08-25T23:17:12.836Z] docker_cli_network_unix_test.go:47: [da3ffed8eaae7] daemon is not started [2022-08-25T23:17:13.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-08-25T23:17:13.404Z] docker_cli_network_unix_test.go:47: [d16289db2b4aa] daemon is not started [2022-08-25T23:17:13.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-08-25T23:17:13.404Z] docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks [2022-08-25T23:17:13.404Z] docker_cli_network_unix_test.go:47: [db2d2ff8e7216] daemon is not started [2022-08-25T23:17:13.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-08-25T23:17:13.971Z] docker_cli_network_unix_test.go:47: [dc7460496c969] daemon is not started [2022-08-25T23:17:14.230Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-08-25T23:17:17.517Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-08-25T23:17:18.894Z] docker_cli_network_unix_test.go:1085: [da3f2d0de50e4] daemon is not started [2022-08-25T23:17:20.800Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-08-25T23:17:20.800Z] docker_cli_network_unix_test.go:47: [d94c2a4f14a4c] daemon is not started [2022-08-25T23:17:20.800Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-08-25T23:17:21.059Z] docker_cli_network_unix_test.go:47: [d7bdb4a36dfa0] daemon is not started [2022-08-25T23:17:21.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-08-25T23:17:22.717Z] docker_cli_network_unix_test.go:47: [db4321cb38e2b] daemon is not started [2022-08-25T23:17:22.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-08-25T23:17:22.976Z] docker_cli_network_unix_test.go:47: [d72de8ba1dec5] daemon is not started [2022-08-25T23:17:22.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-08-25T23:17:23.234Z] docker_cli_network_unix_test.go:47: [d8dfd9239ab2e] daemon is not started [2022-08-25T23:17:23.493Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-08-25T23:17:24.061Z] docker_cli_network_unix_test.go:47: [dc0c5a1d04c3a] daemon is not started [2022-08-25T23:17:24.061Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-08-25T23:17:24.627Z] docker_cli_network_unix_test.go:47: [d44d776bf7601] daemon is not started [2022-08-25T23:17:25.195Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-08-25T23:17:30.466Z] docker_cli_network_unix_test.go:47: [d2dad4c101876] daemon is not started [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite (55.84s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.51s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.72s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.46s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.58s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.98s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.12s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.11s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.89s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.34s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.12s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.31s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.44s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-08-25T23:17:30.466Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.29s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.08s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.49s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.92s) [2022-08-25T23:17:30.466Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.38s) [2022-08-25T23:17:30.466Z] === RUN TestDockerHubPullSuite [2022-08-25T23:17:30.466Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-08-25T23:17:32.368Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-08-25T23:17:34.898Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-08-25T23:17:35.833Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-08-25T23:17:37.734Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-08-25T23:17:38.301Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-08-25T23:17:38.560Z] --- PASS: TestDockerHubPullSuite (8.18s) [2022-08-25T23:17:38.560Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.00s) [2022-08-25T23:17:38.560Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.54s) [2022-08-25T23:17:38.560Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.00s) [2022-08-25T23:17:38.560Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.75s) [2022-08-25T23:17:38.560Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.52s) [2022-08-25T23:17:38.560Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s) [2022-08-25T23:17:38.560Z] PASS [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === Skipped [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_sni_test.go:18: Flakey test [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-08-25T23:17:38.560Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_run_unix_test.go:87: Host does not have /dev/snd [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.02s) [2022-08-25T23:17:38.560Z] docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.02s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.560Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-08-25T23:17:38.560Z] [2022-08-25T23:17:38.560Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-25T23:17:38.560Z] docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-08-25T23:17:38.561Z] docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-08-25T23:17:38.561Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-25T23:17:38.561Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-25T23:17:38.561Z] docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks [2022-08-25T23:17:38.561Z] docker_cli_network_unix_test.go:47: [db2d2ff8e7216] daemon is not started [2022-08-25T23:17:38.561Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-25T23:17:38.561Z] [2022-08-25T23:17:38.561Z] DONE 1270 tests, 51 skipped in 1483.668s [2022-08-25T23:17:38.561Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-25T23:17:38.561Z] ++++ cat bundles/test-integration/docker.pid [2022-08-25T23:17:38.561Z] +++ kill 8047 [2022-08-25T23:17:39.943Z] +++ /etc/init.d/apparmor stop [2022-08-25T23:17:39.943Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-25T23:17:39.943Z] [2022-08-25T23:17:39.944Z] Unloading profiles will leave already running processes permanently [2022-08-25T23:17:39.944Z] unconfined, which can lead to unexpected situations. [2022-08-25T23:17:39.944Z] [2022-08-25T23:17:39.944Z] To set a process to complain mode, use the command line tool [2022-08-25T23:17:39.944Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-25T23:17:39.944Z] +++ true [2022-08-25T23:17:39.944Z] exiting test-integration [2022-08-25T23:17:39.944Z] ++ exit 0 [2022-08-25T23:17:39.944Z] [2022-08-25T23:17:39.944Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-08-25T23:17:39.944Z] + for job in $(jobs -p) [2022-08-25T23:17:39.944Z] + wait 9329 [2022-08-25T23:17:43.236Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-08-25T23:17:48.686Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-08-25T23:17:55.252Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-08-25T23:17:56.628Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-08-25T23:18:00.971Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-08-25T23:18:03.502Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-08-25T23:18:06.794Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-08-25T23:18:06.795Z] docker_cli_swarm_test.go:131: unmatched requirement IPv6 [2022-08-25T23:18:06.795Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-08-25T23:18:13.515Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-08-25T23:18:13.515Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-08-25T23:18:13.774Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-08-25T23:18:16.306Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-08-25T23:18:47.409Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-08-25T23:18:47.413Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-08-25T23:18:47.413Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-08-25T23:18:47.413Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-08-25T23:18:47.413Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-08-25T23:18:47.413Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-08-25T23:18:47.413Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-08-25T23:18:47.413Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-08-25T23:18:47.413Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2022-08-25T23:18:47.413Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-08-25T23:18:53.424Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-08-25T23:18:53.424Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-08-25T23:18:53.424Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-08-25T23:18:53.424Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2022-08-25T23:18:53.424Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-08-25T23:18:57.320Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-08-25T23:19:04.771Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-08-25T23:19:04.771Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2022-08-25T23:19:04.771Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-08-25T23:19:04.771Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-08-25T23:19:04.771Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-08-25T23:19:04.771Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2022-08-25T23:19:04.771Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-08-25T23:19:04.771Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-08-25T23:19:04.771Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-08-25T23:19:08.664Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-08-25T23:19:08.664Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-08-25T23:19:08.664Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-08-25T23:19:08.664Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-08-25T23:19:08.664Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-08-25T23:19:13.277Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-08-25T23:19:13.277Z] docker_cli_swarm_test.go:1187: [daa0e2b207a73] joining swarm manager [d2315b723cbc1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:19:17.499Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-08-25T23:19:18.544Z] docker_cli_swarm_test.go:1196: [d7e51bbb10831] joining swarm manager [d2315b723cbc1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:20:05.221Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-08-25T23:20:13.333Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-08-25T23:20:17.523Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-08-25T23:20:19.426Z] docker_cli_swarm_test.go:1119: [d7ade3f4aa1f2] joining swarm manager [dd6e77e01eabd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:20:20.362Z] docker_cli_swarm_test.go:1120: [d0a54030acbd6] joining swarm manager [dd6e77e01eabd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:22:00.349Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-08-25T23:22:00.349Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2022-08-25T23:22:00.349Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-08-25T23:22:04.254Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-08-25T23:22:04.254Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-08-25T23:22:10.262Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-08-25T23:22:10.262Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-08-25T23:22:10.262Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2022-08-25T23:22:10.262Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-08-25T23:22:10.262Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2022-08-25T23:22:10.747Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-08-25T23:22:10.747Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2022-08-25T23:22:10.747Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-08-25T23:22:10.747Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-08-25T23:22:11.768Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-08-25T23:22:11.805Z] docker_cli_swarm_test.go:1173: [d2627f0de7dad] joining swarm manager [dd6e77e01eabd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-25T23:22:16.678Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-08-25T23:22:17.699Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-08-25T23:22:17.699Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2022-08-25T23:22:17.699Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-08-25T23:22:17.699Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2022-08-25T23:22:17.699Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-08-25T23:22:18.186Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-08-25T23:22:22.083Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-08-25T23:22:26.693Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-08-25T23:22:28.069Z] docker_cli_swarm_test.go:1454: [d7fc983cf8f0a] joining swarm manager [df2a6ef9a2b95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:22:29.005Z] docker_cli_swarm_test.go:1455: [dd0ca719692a7] joining swarm manager [df2a6ef9a2b95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-25T23:22:37.237Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-08-25T23:22:41.205Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-08-25T23:22:41.205Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-08-25T23:22:41.205Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-08-25T23:22:41.205Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-08-25T23:22:41.205Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-08-25T23:22:41.772Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-08-25T23:22:43.675Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-08-25T23:22:46.961Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-08-25T23:22:47.851Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-08-25T23:22:48.872Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-08-25T23:22:48.872Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2022-08-25T23:22:48.872Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-08-25T23:22:49.493Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-08-25T23:22:50.869Z] docker_cli_swarm_unix_test.go:63: [d86c4e0d1710e] joining swarm manager [df6fc9eabb9ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:22:52.762Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-08-25T23:22:54.382Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-08-25T23:23:07.096Z] === RUN TestDockerSuite/TestBuildAddScript [2022-08-25T23:23:07.096Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2022-08-25T23:23:07.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-08-25T23:23:07.096Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2022-08-25T23:23:07.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-08-25T23:23:07.096Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2022-08-25T23:23:07.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-08-25T23:23:07.096Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2022-08-25T23:23:07.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-08-25T23:23:07.096Z] === RUN TestDockerSuite/TestBuildAddTar [2022-08-25T23:23:47.118Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-08-25T23:23:47.118Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-08-25T23:23:47.118Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-08-25T23:23:49.020Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-08-25T23:23:52.305Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-08-25T23:23:54.210Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-08-25T23:23:56.114Z] docker_api_swarm_test.go:962: [d4c1e98975c7e] joining swarm manager [d45c700c702f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-25T23:24:18.039Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-08-25T23:24:19.781Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-08-25T23:24:19.781Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2022-08-25T23:24:19.781Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-08-25T23:24:19.781Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2022-08-25T23:24:19.781Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-08-25T23:24:26.157Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-08-25T23:24:27.534Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-08-25T23:24:30.066Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-08-25T23:24:32.608Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-08-25T23:24:39.172Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-08-25T23:24:44.440Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-08-25T23:24:45.348Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-08-25T23:24:45.348Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2022-08-25T23:24:45.348Z] === RUN TestDockerSuite/TestBuildBlankName [2022-08-25T23:24:46.346Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-08-25T23:24:46.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-08-25T23:24:48.878Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-08-25T23:24:50.782Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-08-25T23:24:54.068Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-08-25T23:24:56.602Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-08-25T23:24:56.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-08-25T23:24:56.998Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2022-08-25T23:24:56.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-08-25T23:24:58.504Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-08-25T23:25:04.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-08-25T23:25:14.928Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-08-25T23:25:27.625Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-08-25T23:25:27.625Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2022-08-25T23:25:27.625Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-08-25T23:25:33.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-08-25T23:25:33.626Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2022-08-25T23:25:33.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-08-25T23:25:33.626Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2022-08-25T23:25:33.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-08-25T23:25:40.944Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-08-25T23:25:40.944Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2022-08-25T23:25:40.944Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-08-25T23:25:41.966Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-08-25T23:25:41.966Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2022-08-25T23:25:41.966Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-08-25T23:25:41.966Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2022-08-25T23:25:41.966Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-08-25T23:25:54.745Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-08-25T23:26:09.620Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite (1618.32s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.91s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.97s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.63s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.06s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.88s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.48s) [2022-08-25T23:26:24.494Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.41s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.89s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.73s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (43.61s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.53s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.38s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.33s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.68s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (52.44s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.97s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.44s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.26s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.53s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.25s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (47.51s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.62s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.43s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.39s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (15.92s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.15s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.07s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.91s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.19s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.21s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.38s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.09s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.85s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.88s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.67s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.51s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.81s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.08s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.12s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.43s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.74s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.35s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.98s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.79s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.40s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.83s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.96s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.16s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.57s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.08s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.92s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.10s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.45s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.35s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.97s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.14s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.44s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.52s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.56s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.70s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.73s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.98s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.64s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.65s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.38s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.70s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.71s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.23s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (1.72s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.23s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.27s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.38s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.39s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.34s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.94s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (93.69s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.45s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.61s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.80s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.14s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.19s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.20s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.59s) [2022-08-25T23:26:24.494Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.71s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.69s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.13s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.61s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.68s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.92s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.09s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (128.99s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.15s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.25s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.17s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.12s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.08s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.13s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.20s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.22s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.13s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.08s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.15s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.07s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.47s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.15s) [2022-08-25T23:26:24.494Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.07s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.09s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.12s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.74s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.78s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.33s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.46s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.45s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.43s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.60s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.90s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.12s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.80s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.12s) [2022-08-25T23:26:24.495Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.09s) [2022-08-25T23:26:24.495Z] === RUN TestDockerExternalVolumeSuite [2022-08-25T23:26:24.495Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-08-25T23:26:24.753Z] docker_cli_external_volume_driver_test.go:53: [ddac72404807c] daemon is not started [2022-08-25T23:26:25.006Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-08-25T23:26:26.030Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-08-25T23:26:26.030Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2022-08-25T23:26:27.052Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-08-25T23:26:27.052Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2022-08-25T23:26:27.541Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-08-25T23:26:29.825Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-08-25T23:26:29.825Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2022-08-25T23:26:29.825Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-08-25T23:26:35.830Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-08-25T23:26:37.445Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-08-25T23:26:37.445Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2022-08-25T23:26:37.445Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-08-25T23:26:37.445Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2022-08-25T23:26:37.445Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-08-25T23:26:39.060Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-08-25T23:26:40.676Z] === RUN TestDockerSuite/TestBuildCmd [2022-08-25T23:26:41.161Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-08-25T23:26:41.647Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-08-25T23:26:42.672Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-08-25T23:26:42.831Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-08-25T23:26:49.997Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-08-25T23:26:52.301Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-08-25T23:26:52.301Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2022-08-25T23:26:52.301Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-08-25T23:26:53.924Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-08-25T23:26:53.924Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2022-08-25T23:26:53.924Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-08-25T23:26:54.411Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-08-25T23:26:57.453Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-08-25T23:26:58.473Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-08-25T23:26:58.959Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-08-25T23:26:58.959Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2022-08-25T23:26:58.959Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-08-25T23:26:59.979Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-08-25T23:27:01.000Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-08-25T23:27:01.000Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2022-08-25T23:27:01.000Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-08-25T23:27:01.000Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2022-08-25T23:27:01.000Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-08-25T23:27:08.311Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-08-25T23:27:50.528Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-08-25T23:27:51.329Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-08-25T23:27:51.329Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-08-25T23:27:51.329Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-08-25T23:27:57.089Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-08-25T23:27:58.637Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-08-25T23:27:58.637Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2022-08-25T23:27:58.637Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-08-25T23:27:58.637Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2022-08-25T23:27:59.124Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-08-25T23:27:59.124Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2022-08-25T23:27:59.124Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-08-25T23:27:59.609Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-08-25T23:27:59.609Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2022-08-25T23:27:59.609Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-08-25T23:28:11.963Z] docker_cli_external_volume_driver_test.go:53: [df5265c176fac] daemon is not started [2022-08-25T23:28:26.901Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-08-25T23:28:42.658Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-08-25T23:28:42.658Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-08-25T23:28:42.658Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2022-08-25T23:28:42.658Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-08-25T23:28:44.981Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-08-25T23:28:59.854Z] docker_cli_external_volume_driver_test.go:53: [db0136bce3fbc] daemon is not started [2022-08-25T23:29:13.070Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-08-25T23:29:13.556Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-08-25T23:29:14.581Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-08-25T23:29:14.727Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-08-25T23:29:14.728Z] docker_cli_external_volume_driver_test.go:53: [d30dfe81ae75d] daemon is not started [2022-08-25T23:29:19.465Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-08-25T23:29:23.363Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-08-25T23:29:26.405Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-08-25T23:29:29.600Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-08-25T23:30:01.711Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-08-25T23:30:16.585Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-08-25T23:30:31.461Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-08-25T23:31:08.324Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-08-25T23:31:10.616Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-08-25T23:31:10.616Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2022-08-25T23:31:11.103Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-08-25T23:31:18.128Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-08-25T23:31:36.238Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-08-25T23:32:08.309Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-08-25T23:32:40.379Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-08-25T23:32:55.253Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-08-25T23:33:08.268Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-08-25T23:33:08.268Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-08-25T23:33:08.268Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-08-25T23:33:10.137Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-08-25T23:33:10.137Z] docker_cli_external_volume_driver_test.go:485: [de399209ffddf] daemon is not started [2022-08-25T23:33:28.224Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-08-25T23:33:28.224Z] docker_cli_external_volume_driver_test.go:53: [d7139e4e85c6b] daemon is not started [2022-08-25T23:33:38.695Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite (436.71s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.74s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.13s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.56s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2022-08-25T23:33:43.098Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-08-25T23:33:43.098Z] PASS [2022-08-25T23:33:43.098Z] [2022-08-25T23:33:43.098Z] === Skipped [2022-08-25T23:33:43.099Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-25T23:33:43.099Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-08-25T23:33:43.099Z] check_test.go:309: [d49ae36eb9a75] daemon is not started [2022-08-25T23:33:43.099Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-08-25T23:33:43.099Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-08-25T23:33:43.099Z] check_test.go:309: [dfb6e73f66250] daemon is not started [2022-08-25T23:33:43.099Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-08-25T23:33:43.099Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-08-25T23:33:43.099Z] check_test.go:309: [d6b20e9a2a7e9] daemon is not started [2022-08-25T23:33:43.099Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-08-25T23:33:43.099Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-08-25T23:33:43.099Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-25T23:33:43.099Z] docker_cli_swarm_test.go:131: unmatched requirement IPv6 [2022-08-25T23:33:43.099Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] DONE 273 tests, 5 skipped in 2445.115s [2022-08-25T23:33:43.099Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-25T23:33:43.099Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d89dad8a7578a/docker.pid [2022-08-25T23:33:43.099Z] +++ kill 5848 [2022-08-25T23:33:43.099Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5848 is not a child of this shell [2022-08-25T23:33:43.099Z] warning: PID 5848 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d89dad8a7578a/docker.pid had a nonzero exit code [2022-08-25T23:33:43.099Z] ++++ cat bundles/test-integration/docker.pid [2022-08-25T23:33:43.099Z] +++ kill 8007 [2022-08-25T23:33:43.099Z] +++ /etc/init.d/apparmor stop [2022-08-25T23:33:43.099Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] Unloading profiles will leave already running processes permanently [2022-08-25T23:33:43.099Z] unconfined, which can lead to unexpected situations. [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] To set a process to complain mode, use the command line tool [2022-08-25T23:33:43.099Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-25T23:33:43.099Z] +++ true [2022-08-25T23:33:43.099Z] exiting test-integration [2022-08-25T23:33:43.099Z] ++ exit 0 [2022-08-25T23:33:43.099Z] [2022-08-25T23:33:43.099Z] + exit 0 [2022-08-25T23:33:43.099Z] ++ jobs -p [2022-08-25T23:33:43.099Z] + pids= [2022-08-25T23:33:43.099Z] + echo 'Remaining pids to kill: []' [2022-08-25T23:33:43.099Z] Remaining pids to kill: [] [2022-08-25T23:33:43.099Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-08-25T23:33:43.117Z] Recording test results [2022-08-25T23:33:43.516Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-25T23:33:43.830Z] + echo Ensuring container killed. [2022-08-25T23:33:43.830Z] Ensuring container killed. [2022-08-25T23:33:43.830Z] + docker ps -aq -f name=docker-pr1-* [2022-08-25T23:33:43.830Z] + cids=f17796a4fd77 [2022-08-25T23:33:43.830Z] d6c1a521e0de [2022-08-25T23:33:43.830Z] 720db4115e09 [2022-08-25T23:33:43.830Z] + [ -n f17796a4fd77 [2022-08-25T23:33:43.830Z] d6c1a521e0de [2022-08-25T23:33:43.830Z] 720db4115e09 ] [2022-08-25T23:33:43.830Z] + docker rm -vf f17796a4fd77 d6c1a521e0de 720db4115e09 [2022-08-25T23:33:45.735Z] f17796a4fd77 [2022-08-25T23:33:46.302Z] d6c1a521e0de [2022-08-25T23:33:46.302Z] 720db4115e09 [Pipeline] sh [2022-08-25T23:33:46.584Z] + echo Chowning /workspace to jenkins user [2022-08-25T23:33:46.584Z] Chowning /workspace to jenkins user [2022-08-25T23:33:46.584Z] + id -u [2022-08-25T23:33:46.584Z] + id -g [2022-08-25T23:33:46.584Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44041:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-25T23:33:49.413Z] + bundleName=amd64 [2022-08-25T23:33:49.413Z] + echo Creating amd64-bundles.tar.gz [2022-08-25T23:33:49.413Z] Creating amd64-bundles.tar.gz [2022-08-25T23:33:49.413Z] + xargs tar -czf amd64-bundles.tar.gz [2022-08-25T23:33:49.413Z] + 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-08-25T23:33:50.363Z] Archiving artifacts [2022-08-25T23:33:50.923Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44041/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-25T23:33:51.228Z] + make clean [2022-08-25T23:33:51.228Z] docker volume rm -f docker-dev-cache [2022-08-25T23:33:51.228Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-25T23:33:56.798Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-08-25T23:34:09.493Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-08-25T23:35:00.717Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-08-25T23:35:18.785Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-08-25T23:35:36.891Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-08-25T23:37:49.285Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-08-25T23:37:49.285Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-08-25T23:37:49.285Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-08-25T23:37:49.285Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-08-25T23:37:56.655Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-08-25T23:38:00.564Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-08-25T23:38:06.571Z] === RUN TestDockerSuite/TestBuildEnv [2022-08-25T23:38:06.571Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2022-08-25T23:38:06.571Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-08-25T23:38:06.571Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2022-08-25T23:38:07.057Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-08-25T23:38:07.057Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2022-08-25T23:38:07.057Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-08-25T23:38:07.057Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2022-08-25T23:38:07.543Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-08-25T23:38:07.543Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2022-08-25T23:38:07.543Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-08-25T23:38:12.431Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-08-25T23:38:12.431Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2022-08-25T23:38:12.431Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-08-25T23:38:12.431Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2022-08-25T23:38:12.431Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-08-25T23:38:12.431Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2022-08-25T23:38:12.431Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-08-25T23:38:13.452Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-08-25T23:38:20.794Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-08-25T23:38:42.294Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-08-25T23:38:42.294Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-08-25T23:38:42.294Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2022-08-25T23:38:42.294Z] === RUN TestDockerSuite/TestBuildExpose [2022-08-25T23:38:42.294Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2022-08-25T23:38:42.294Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-08-25T23:38:42.294Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2022-08-25T23:38:42.294Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-08-25T23:38:42.294Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2022-08-25T23:38:42.294Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-08-25T23:38:42.294Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2022-08-25T23:38:42.294Z] === RUN TestDockerSuite/TestBuildFails [2022-08-25T23:38:45.333Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-08-25T23:38:45.818Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-08-25T23:38:53.126Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-08-25T23:38:59.123Z] === RUN TestDockerSuite/TestBuildForceRm [2022-08-25T23:39:14.272Z] === RUN TestDockerSuite/TestBuildFromGit [2022-08-25T23:39:24.880Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-08-25T23:39:26.496Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-08-25T23:39:33.808Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-08-25T23:39:33.808Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2022-08-25T23:39:33.808Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-08-25T23:39:34.293Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-08-25T23:39:35.314Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-08-25T23:39:35.314Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2022-08-25T23:39:35.314Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-08-25T23:39:48.007Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-08-25T23:39:48.007Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2022-08-25T23:39:48.007Z] === RUN TestDockerSuite/TestBuildHistory [2022-08-25T23:40:00.736Z] === RUN TestDockerSuite/TestBuildIidFile [2022-08-25T23:40:01.757Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-08-25T23:40:04.051Z] === RUN TestDockerSuite/TestBuildInheritance [2022-08-25T23:40:04.051Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2022-08-25T23:40:04.051Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-08-25T23:40:05.077Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-08-25T23:40:05.565Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-08-25T23:40:16.176Z] === RUN TestDockerSuite/TestBuildLabel [2022-08-25T23:40:17.197Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-08-25T23:40:18.225Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-08-25T23:40:19.248Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-08-25T23:40:20.269Z] === RUN TestDockerSuite/TestBuildLabels [2022-08-25T23:40:21.289Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-08-25T23:40:23.572Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-08-25T23:40:30.884Z] === RUN TestDockerSuite/TestBuildLastModified [2022-08-25T23:40:30.884Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2022-08-25T23:40:30.884Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-08-25T23:40:30.884Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2022-08-25T23:40:30.884Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-08-25T23:40:30.884Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-08-25T23:40:30.884Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-08-25T23:40:30.884Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-08-25T23:40:30.884Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-08-25T23:40:31.907Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-08-25T23:40:32.929Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-08-25T23:40:38.926Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-08-25T23:41:09.352Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-08-25T23:41:09.352Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2022-08-25T23:41:09.352Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-08-25T23:41:12.410Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-08-25T23:42:03.628Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-08-25T23:42:25.117Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-08-25T23:42:29.987Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-08-25T23:42:37.304Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-08-25T23:42:44.616Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-08-25T23:43:06.105Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-08-25T23:43:06.105Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2022-08-25T23:43:06.105Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-08-25T23:43:18.801Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-08-25T23:43:19.824Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-08-25T23:43:19.824Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2022-08-25T23:43:19.824Z] === RUN TestDockerSuite/TestBuildNetNone [2022-08-25T23:43:19.824Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2022-08-25T23:43:19.824Z] === RUN TestDockerSuite/TestBuildNoContext [2022-08-25T23:43:23.717Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-08-25T23:43:29.729Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-08-25T23:43:32.016Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-08-25T23:43:32.506Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-08-25T23:43:32.506Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-08-25T23:43:36.404Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-08-25T23:43:37.424Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-08-25T23:43:39.039Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-08-25T23:44:00.535Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-08-25T23:44:02.156Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-08-25T23:44:14.864Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-08-25T23:44:17.898Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-08-25T23:44:30.612Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-08-25T23:44:36.615Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-08-25T23:44:42.624Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-08-25T23:44:43.642Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-08-25T23:44:43.642Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2022-08-25T23:44:43.642Z] === RUN TestDockerSuite/TestBuildPATH [2022-08-25T23:44:43.642Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2022-08-25T23:44:43.642Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-08-25T23:44:46.677Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-08-25T23:44:46.677Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2022-08-25T23:44:46.677Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-08-25T23:45:47.686Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-08-25T23:46:09.171Z] === RUN TestDockerSuite/TestBuildRm [2022-08-25T23:46:27.255Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-08-25T23:46:29.546Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-08-25T23:46:29.546Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2022-08-25T23:46:29.546Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-08-25T23:46:29.546Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2022-08-25T23:46:29.546Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-08-25T23:46:31.830Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-08-25T23:46:36.702Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-08-25T23:46:40.605Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-08-25T23:46:53.295Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-08-25T23:47:11.359Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-08-25T23:47:12.379Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-08-25T23:47:13.408Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-08-25T23:47:28.562Z] === RUN TestDockerSuite/TestBuildSpaces [2022-08-25T23:47:28.562Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-08-25T23:47:34.570Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-08-25T23:47:34.570Z] === RUN TestDockerSuite/TestBuildStderr [2022-08-25T23:47:40.585Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-08-25T23:48:06.152Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-08-25T23:48:06.152Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2022-08-25T23:48:06.152Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-08-25T23:48:10.059Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-08-25T23:48:11.078Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-08-25T23:48:17.205Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-08-25T23:48:24.526Z] === RUN TestDockerSuite/TestBuildUser [2022-08-25T23:48:24.526Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2022-08-25T23:48:24.526Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-08-25T23:48:24.526Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2022-08-25T23:48:24.526Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-08-25T23:48:24.526Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2022-08-25T23:48:24.526Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-08-25T23:48:35.158Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-08-25T23:48:36.180Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-08-25T23:48:40.074Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-08-25T23:48:40.074Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2022-08-25T23:48:40.074Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-08-25T23:48:40.074Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2022-08-25T23:48:40.074Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-08-25T23:49:10.479Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-08-25T23:49:10.479Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-08-25T23:49:21.108Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-08-25T23:49:27.112Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-08-25T23:49:27.112Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2022-08-25T23:49:27.599Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-08-25T23:49:27.599Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2022-08-25T23:49:27.599Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-08-25T23:49:31.492Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-08-25T23:49:31.492Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2022-08-25T23:49:31.492Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-08-25T23:49:46.640Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-08-25T23:49:51.513Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-08-25T23:49:51.997Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-08-25T23:50:17.568Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-08-25T23:50:17.568Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2022-08-25T23:50:17.568Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-08-25T23:50:17.568Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2022-08-25T23:50:17.568Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-08-25T23:50:17.568Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2022-08-25T23:50:17.568Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-08-25T23:50:17.568Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-08-25T23:50:28.189Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-08-25T23:50:29.209Z] === RUN TestDockerSuite/TestBuildXZHost [2022-08-25T23:50:29.209Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2022-08-25T23:50:29.694Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-08-25T23:50:29.694Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-08-25T23:50:30.182Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-08-25T23:50:30.182Z] docker_cli_sni_test.go:18: Flakey test [2022-08-25T23:50:30.182Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-08-25T23:50:32.465Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-08-25T23:50:38.492Z] === RUN TestDockerSuite/TestCommitChange [2022-08-25T23:50:44.495Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-08-25T23:50:50.499Z] === RUN TestDockerSuite/TestCommitHardlink [2022-08-25T23:50:50.499Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2022-08-25T23:50:50.499Z] === RUN TestDockerSuite/TestCommitNewFile [2022-08-25T23:51:05.644Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-08-25T23:51:05.644Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2022-08-25T23:51:05.644Z] === RUN TestDockerSuite/TestCommitTTY [2022-08-25T23:51:18.365Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-08-25T23:51:23.258Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-08-25T23:51:23.258Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-08-25T23:51:23.258Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-08-25T23:51:23.258Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-08-25T23:51:23.258Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-08-25T23:51:23.258Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-08-25T23:51:23.258Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-08-25T23:51:23.258Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-08-25T23:51:38.415Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-08-25T23:51:51.129Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-08-25T23:51:51.129Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-08-25T23:51:51.129Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-08-25T23:51:53.413Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-08-25T23:51:53.413Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-08-25T23:51:53.413Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-08-25T23:51:53.413Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-08-25T23:51:53.413Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-08-25T23:51:53.413Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-08-25T23:51:53.413Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-08-25T23:51:56.450Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-08-25T23:51:56.450Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-08-25T23:51:56.450Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-08-25T23:51:56.450Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-08-25T23:51:59.489Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-08-25T23:51:59.489Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-08-25T23:51:59.489Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-08-25T23:51:59.489Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-08-25T23:51:59.489Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-08-25T23:51:59.489Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-08-25T23:51:59.489Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-08-25T23:51:59.489Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-08-25T23:52:03.378Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-08-25T23:52:05.671Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-08-25T23:52:08.709Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-08-25T23:52:08.709Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-08-25T23:52:08.709Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-08-25T23:52:08.709Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-08-25T23:52:11.743Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-08-25T23:52:11.743Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-08-25T23:52:20.579Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-08-25T23:52:20.579Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-08-25T23:52:20.580Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-08-25T23:52:20.580Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-08-25T23:52:20.580Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-08-25T23:52:22.879Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-08-25T23:52:22.879Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-08-25T23:52:25.914Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-08-25T23:52:25.914Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-08-25T23:52:25.914Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-08-25T23:52:28.965Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-08-25T23:52:28.965Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-08-25T23:52:32.003Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-08-25T23:52:42.611Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-08-25T23:52:47.484Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-08-25T23:52:47.484Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-08-25T23:52:47.484Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-08-25T23:52:47.484Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-08-25T23:52:47.484Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-08-25T23:52:49.103Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-08-25T23:52:49.103Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-08-25T23:52:49.103Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-08-25T23:52:52.142Z] === RUN TestDockerSuite/TestContainerAPITop [2022-08-25T23:52:52.142Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-08-25T23:52:52.142Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-08-25T23:52:55.188Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-08-25T23:52:55.188Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-08-25T23:53:00.063Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-08-25T23:53:03.100Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-08-25T23:53:03.100Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-08-25T23:53:03.100Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-08-25T23:53:03.100Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2022-08-25T23:53:03.100Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-08-25T23:53:03.100Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2022-08-25T23:53:03.100Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-08-25T23:53:03.100Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2022-08-25T23:53:03.100Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-08-25T23:53:03.100Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2022-08-25T23:53:03.100Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-08-25T23:53:05.381Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-08-25T23:53:05.381Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-08-25T23:53:08.416Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-08-25T23:53:11.454Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-08-25T23:53:14.489Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-08-25T23:53:23.333Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000843dd0_} [2022-08-25T23:53:25.618Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13395376017_c:\foo_false____} [2022-08-25T23:53:28.658Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13395376017_c:\foo_true____} [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-08-25T23:53:37.486Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-08-25T23:53:37.486Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-08-25T23:53:37.486Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-08-25T23:53:37.486Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-08-25T23:53:37.486Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-08-25T23:53:37.486Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-08-25T23:53:37.486Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-08-25T23:53:39.770Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-08-25T23:53:39.770Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-08-25T23:53:39.770Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-08-25T23:53:40.264Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-08-25T23:53:40.264Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-08-25T23:53:40.264Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-08-25T23:53:40.264Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-08-25T23:53:40.264Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-08-25T23:53:40.264Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-08-25T23:53:40.264Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-08-25T23:53:40.264Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-08-25T23:53:40.264Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-08-25T23:53:49.090Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-08-25T23:53:49.090Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-08-25T23:53:49.090Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-08-25T23:53:49.090Z] === RUN TestDockerSuite/TestCpRelativePath [2022-08-25T23:53:51.380Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-08-25T23:53:51.380Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-08-25T23:53:51.380Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-08-25T23:53:51.380Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-08-25T23:53:51.868Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-08-25T23:53:51.868Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-08-25T23:53:51.868Z] === RUN TestDockerSuite/TestCpToCaseA [2022-08-25T23:53:57.873Z] === RUN TestDockerSuite/TestCpToCaseB [2022-08-25T23:54:05.183Z] === RUN TestDockerSuite/TestCpToCaseC [2022-08-25T23:54:05.183Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-08-25T23:54:05.183Z] === RUN TestDockerSuite/TestCpToCaseD [2022-08-25T23:54:05.183Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-08-25T23:54:05.183Z] === RUN TestDockerSuite/TestCpToCaseE [2022-08-25T23:54:17.895Z] === RUN TestDockerSuite/TestCpToCaseF [2022-08-25T23:54:17.895Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-08-25T23:54:17.895Z] === RUN TestDockerSuite/TestCpToCaseG [2022-08-25T23:54:17.895Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-08-25T23:54:17.895Z] === RUN TestDockerSuite/TestCpToCaseH [2022-08-25T23:54:39.383Z] === RUN TestDockerSuite/TestCpToCaseI [2022-08-25T23:54:39.383Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-08-25T23:54:39.383Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-08-25T23:54:39.383Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-08-25T23:54:39.383Z] === RUN TestDockerSuite/TestCpToDot [2022-08-25T23:54:40.999Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-08-25T23:54:40.999Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-08-25T23:54:40.999Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-08-25T23:54:40.999Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-08-25T23:54:40.999Z] === RUN TestDockerSuite/TestCpToStdout [2022-08-25T23:54:44.040Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-08-25T23:54:44.040Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-08-25T23:54:44.040Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-08-25T23:54:44.040Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-08-25T23:54:44.040Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-08-25T23:54:44.040Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-08-25T23:54:44.040Z] === RUN TestDockerSuite/TestCpVolumePath [2022-08-25T23:54:44.040Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-08-25T23:54:44.040Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-08-25T23:54:44.527Z] === RUN TestDockerSuite/TestCreateArgs [2022-08-25T23:54:44.527Z] === RUN TestDockerSuite/TestCreateByImageID [2022-08-25T23:54:46.821Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-08-25T23:54:49.856Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-08-25T23:54:49.856Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-08-25T23:54:50.355Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-08-25T23:54:52.638Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-08-25T23:54:53.657Z] === RUN TestDockerSuite/TestCreateLabels [2022-08-25T23:54:53.657Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-08-25T23:54:53.657Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-08-25T23:54:53.657Z] === RUN TestDockerSuite/TestCreateRM [2022-08-25T23:54:54.143Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-08-25T23:54:54.143Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-25T23:54:54.143Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-08-25T23:54:54.143Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-08-25T23:54:54.630Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-08-25T23:55:05.244Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-08-25T23:55:05.244Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-08-25T23:55:05.244Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-08-25T23:55:10.118Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-08-25T23:55:10.118Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-08-25T23:55:10.118Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-08-25T23:55:10.118Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-08-25T23:55:12.403Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-08-25T23:55:12.403Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-08-25T23:55:12.890Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDevicePermissions [2022-08-25T23:55:12.890Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2022-08-25T23:55:12.890Z] === RUN TestDockerSuite/TestDockerFails [2022-08-25T23:55:13.376Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-08-25T23:55:13.376Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2022-08-25T23:55:13.376Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-08-25T23:55:13.376Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2022-08-25T23:55:13.376Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-08-25T23:55:13.376Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2022-08-25T23:55:13.376Z] === RUN TestDockerSuite/TestEventsAttach [2022-08-25T23:55:13.376Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2022-08-25T23:55:13.376Z] === RUN TestDockerSuite/TestEventsCommit [2022-08-25T23:55:13.376Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2022-08-25T23:55:13.376Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-08-25T23:55:17.284Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-08-25T23:55:20.324Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-08-25T23:55:23.426Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-08-25T23:55:38.595Z] === RUN TestDockerSuite/TestEventsCopy [2022-08-25T23:55:44.603Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-08-25T23:55:50.607Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-08-25T23:55:53.645Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-08-25T23:55:54.130Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-08-25T23:55:59.002Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-08-25T23:55:59.487Z] === RUN TestDockerSuite/TestEventsFilterType [2022-08-25T23:56:00.512Z] === RUN TestDockerSuite/TestEventsFilters [2022-08-25T23:56:07.828Z] === RUN TestDockerSuite/TestEventsFormat [2022-08-25T23:56:12.698Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-08-25T23:56:12.698Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-08-25T23:56:12.698Z] === RUN TestDockerSuite/TestEventsImageImport [2022-08-25T23:56:12.698Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2022-08-25T23:56:12.698Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-08-25T23:56:12.698Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2022-08-25T23:56:12.698Z] === RUN TestDockerSuite/TestEventsImagePull [2022-08-25T23:56:12.698Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2022-08-25T23:56:12.698Z] === RUN TestDockerSuite/TestEventsImageTag [2022-08-25T23:56:14.310Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-08-25T23:56:14.310Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2022-08-25T23:56:14.310Z] === RUN TestDockerSuite/TestEventsRename [2022-08-25T23:56:17.348Z] === RUN TestDockerSuite/TestEventsResize [2022-08-25T23:56:20.384Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-08-25T23:56:29.212Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-08-25T23:56:31.499Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-08-25T23:56:37.499Z] === RUN TestDockerSuite/TestEventsTop [2022-08-25T23:56:37.499Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2022-08-25T23:56:37.499Z] === RUN TestDockerSuite/TestEventsUntag [2022-08-25T23:56:39.785Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-08-25T23:56:44.667Z] === RUN TestDockerSuite/TestExec [2022-08-25T23:56:44.667Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-08-25T23:56:44.667Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-08-25T23:56:44.667Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-08-25T23:56:44.667Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-08-25T23:56:46.953Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-08-25T23:56:49.988Z] === RUN TestDockerSuite/TestExecAPIStart [2022-08-25T23:56:49.988Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-08-25T23:56:49.988Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-08-25T23:56:49.988Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-08-25T23:56:49.988Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-08-25T23:56:49.988Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-08-25T23:56:49.988Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-08-25T23:56:52.272Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-08-25T23:56:55.307Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-08-25T23:56:57.599Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-08-25T23:57:00.634Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-08-25T23:57:06.638Z] === RUN TestDockerSuite/TestExecCgroup [2022-08-25T23:57:06.638Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-08-25T23:57:06.638Z] === RUN TestDockerSuite/TestExecEnv [2022-08-25T23:57:06.638Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-08-25T23:57:06.638Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-08-25T23:57:06.638Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-08-25T23:57:06.638Z] === RUN TestDockerSuite/TestExecExitStatus [2022-08-25T23:57:08.951Z] === RUN TestDockerSuite/TestExecInspectID [2022-08-25T23:57:14.952Z] === RUN TestDockerSuite/TestExecInteractive [2022-08-25T23:57:14.952Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-08-25T23:57:14.952Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-08-25T23:57:14.952Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-08-25T23:57:14.952Z] === RUN TestDockerSuite/TestExecParseError [2022-08-25T23:57:14.952Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-08-25T23:57:14.952Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-08-25T23:57:14.952Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-08-25T23:57:14.952Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-08-25T23:57:14.952Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-08-25T23:57:14.952Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-08-25T23:57:17.985Z] === RUN TestDockerSuite/TestExecSetEnv [2022-08-25T23:57:17.985Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-08-25T23:57:17.985Z] === RUN TestDockerSuite/TestExecStartFails [2022-08-25T23:57:17.985Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-08-25T23:57:17.985Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-08-25T23:57:17.985Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-08-25T23:57:17.985Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-08-25T23:57:17.985Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-08-25T23:57:17.985Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-08-25T23:57:17.985Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-08-25T23:57:17.985Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-08-25T23:57:21.022Z] === RUN TestDockerSuite/TestExecUlimits [2022-08-25T23:57:21.022Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-08-25T23:57:21.022Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-08-25T23:57:31.650Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-08-25T23:57:31.650Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-08-25T23:57:31.650Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-08-25T23:57:31.650Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-08-25T23:57:31.650Z] === RUN TestDockerSuite/TestExecWithUser [2022-08-25T23:57:31.650Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-08-25T23:57:31.650Z] === RUN TestDockerSuite/TestGetContainerStats [2022-08-25T23:57:37.649Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-08-25T23:57:44.960Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-08-25T23:57:48.000Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-08-25T23:57:55.346Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestHealth [2022-08-25T23:57:55.346Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-08-25T23:57:55.346Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-08-25T23:58:01.348Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-08-25T23:58:01.348Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-08-25T23:58:01.348Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2022-08-25T23:58:01.348Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-08-25T23:58:01.348Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-08-25T23:58:01.348Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-08-25T23:58:01.348Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-08-25T23:58:02.367Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-08-25T23:58:02.367Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2022-08-25T23:58:02.367Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-08-25T23:58:03.388Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-08-25T23:58:03.873Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-08-25T23:58:06.157Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-08-25T23:58:06.157Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-08-25T23:58:09.193Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-08-25T23:58:18.030Z] === RUN TestDockerSuite/TestImagesFormat [2022-08-25T23:58:18.030Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-08-25T23:58:18.030Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2022-08-25T23:58:18.030Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-08-25T23:58:21.073Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-08-25T23:58:21.558Z] === RUN TestDockerSuite/TestImportBadURL [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestImportDisplay [2022-08-25T23:58:23.851Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestImportFile [2022-08-25T23:58:23.851Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-08-25T23:58:23.851Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestImportGzipped [2022-08-25T23:58:23.851Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-08-25T23:58:23.851Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-08-25T23:58:23.851Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-08-25T23:58:23.851Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-08-25T23:58:23.851Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-08-25T23:58:23.851Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-08-25T23:58:23.852Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-08-25T23:58:24.336Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-08-25T23:58:24.337Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-08-25T23:58:24.337Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-08-25T23:58:24.337Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-08-25T23:58:24.337Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-08-25T23:58:27.371Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-08-25T23:58:29.654Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-08-25T23:58:29.654Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-08-25T23:58:29.654Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-08-25T23:58:29.654Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-08-25T23:58:29.654Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-08-25T23:58:30.149Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-08-25T23:58:30.149Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-08-25T23:58:30.149Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-08-25T23:58:32.446Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-08-25T23:58:32.938Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-08-25T23:58:35.976Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-08-25T23:58:35.976Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-08-25T23:58:35.976Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-08-25T23:58:35.976Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-08-25T23:58:35.976Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-08-25T23:58:35.976Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-08-25T23:58:35.976Z] === RUN TestDockerSuite/TestInspectDefault [2022-08-25T23:58:38.257Z] === RUN TestDockerSuite/TestInspectHistory [2022-08-25T23:58:44.259Z] === RUN TestDockerSuite/TestInspectImage [2022-08-25T23:58:44.259Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-08-25T23:58:44.259Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-08-25T23:58:44.259Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-08-25T23:58:44.259Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-08-25T23:58:44.259Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-08-25T23:58:44.259Z] === RUN TestDockerSuite/TestInspectInt64 [2022-08-25T23:58:47.294Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-08-25T23:58:49.574Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-08-25T23:58:50.059Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-08-25T23:58:57.368Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-08-25T23:59:00.405Z] === RUN TestDockerSuite/TestInspectPlugin [2022-08-25T23:59:00.405Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-08-25T23:59:00.405Z] === RUN TestDockerSuite/TestInspectRootFS [2022-08-25T23:59:00.405Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-08-25T23:59:03.438Z] === RUN TestDockerSuite/TestInspectStatus [2022-08-25T23:59:06.473Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-08-25T23:59:12.483Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-08-25T23:59:15.517Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-08-25T23:59:18.552Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-08-25T23:59:20.836Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-08-25T23:59:23.874Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-08-25T23:59:26.912Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-08-25T23:59:29.200Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-08-25T23:59:29.200Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-08-25T23:59:29.200Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.200Z] === RUN TestDockerSuite/TestLinksEnvs [2022-08-25T23:59:29.200Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.200Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-08-25T23:59:29.200Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.200Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-08-25T23:59:29.200Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-08-25T23:59:29.684Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-08-25T23:59:29.684Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-08-25T23:59:29.684Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-08-25T23:59:29.684Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-08-25T23:59:32.719Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-08-25T23:59:35.006Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-08-25T23:59:42.337Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-08-25T23:59:44.636Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-08-25T23:59:44.636Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2022-08-25T23:59:44.636Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-08-25T23:59:47.672Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-08-25T23:59:47.672Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-08-25T23:59:58.290Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-08-26T00:00:05.605Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-08-26T00:00:16.215Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-08-26T00:00:17.877Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-08-26T00:00:21.769Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-08-26T00:00:21.769Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-08-26T00:00:21.769Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-08-26T00:00:24.049Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-08-26T00:00:27.093Z] === RUN TestDockerSuite/TestLogsSince [2022-08-26T00:00:37.700Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-08-26T00:00:37.700Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-08-26T00:00:37.700Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-08-26T00:00:37.700Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-08-26T00:00:37.700Z] === RUN TestDockerSuite/TestLogsTail [2022-08-26T00:00:40.912Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-08-26T00:00:43.966Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-08-26T00:00:47.008Z] === RUN TestDockerSuite/TestMountIntoProc [2022-08-26T00:00:47.008Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.008Z] === RUN TestDockerSuite/TestMountIntoSys [2022-08-26T00:00:47.008Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.008Z] === RUN TestDockerSuite/TestNetHostname [2022-08-26T00:00:47.008Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.008Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-08-26T00:00:47.008Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.008Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-08-26T00:00:47.008Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.008Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-08-26T00:00:47.495Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginActive [2022-08-26T00:00:47.496Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-08-26T00:00:47.496Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-08-26T00:00:47.496Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-08-26T00:00:47.496Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-08-26T00:00:47.496Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-08-26T00:00:47.496Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-08-26T00:00:47.496Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-08-26T00:00:47.496Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-08-26T00:00:47.496Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPortHostBinding [2022-08-26T00:00:47.496Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPortList [2022-08-26T00:00:47.496Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-08-26T00:00:47.496Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-08-26T00:00:53.499Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-08-26T00:00:53.499Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-08-26T00:00:53.499Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-08-26T00:00:53.499Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-08-26T00:00:53.499Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-08-26T00:00:53.499Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-08-26T00:00:53.499Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-08-26T00:00:53.499Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-08-26T00:00:53.499Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-08-26T00:01:04.119Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-08-26T00:01:04.119Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-08-26T00:01:04.119Z] === RUN TestDockerSuite/TestPsByOrder [2022-08-26T00:01:14.739Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-08-26T00:01:14.739Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2022-08-26T00:01:14.739Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-08-26T00:01:27.433Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-08-26T00:01:45.501Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-08-26T00:01:45.501Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-08-26T00:01:45.501Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-08-26T00:01:45.501Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-08-26T00:02:00.668Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-08-26T00:02:03.705Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-08-26T00:02:12.717Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-08-26T00:02:23.334Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-08-26T00:02:23.334Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2022-08-26T00:02:23.334Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-08-26T00:02:23.334Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2022-08-26T00:02:23.334Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-08-26T00:02:36.038Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-08-26T00:02:36.038Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-08-26T00:02:36.038Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-08-26T00:02:36.038Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2022-08-26T00:02:36.038Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-08-26T00:02:36.038Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2022-08-26T00:02:36.038Z] === RUN TestDockerSuite/TestPsRightTagName [2022-08-26T00:02:36.038Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2022-08-26T00:02:36.038Z] === RUN TestDockerSuite/TestPsShowMounts [2022-08-26T00:02:51.184Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-08-26T00:02:51.184Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2022-08-26T00:02:51.184Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-08-26T00:02:51.184Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-08-26T00:02:51.184Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-08-26T00:02:51.184Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-08-26T00:02:52.800Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-08-26T00:02:53.822Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-08-26T00:02:53.822Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-08-26T00:02:53.822Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-08-26T00:02:58.695Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-08-26T00:03:04.697Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-08-26T00:03:06.979Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-08-26T00:03:37.414Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-08-26T00:03:37.414Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-08-26T00:03:37.414Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-08-26T00:03:43.415Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-08-26T00:03:43.415Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-08-26T00:03:43.415Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-08-26T00:03:43.900Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-08-26T00:03:49.899Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-08-26T00:03:54.766Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-08-26T00:03:54.766Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-08-26T00:03:54.766Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-08-26T00:03:59.635Z] === RUN TestDockerSuite/TestRmiBlank [2022-08-26T00:04:00.121Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-08-26T00:04:00.121Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-08-26T00:04:25.680Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-08-26T00:04:26.165Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-08-26T00:04:27.186Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-08-26T00:04:36.021Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-08-26T00:04:43.331Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-08-26T00:04:53.937Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-08-26T00:04:58.839Z] === RUN TestDockerSuite/TestRmiTag [2022-08-26T00:04:59.323Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-08-26T00:05:02.359Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-08-26T00:05:27.917Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-08-26T00:05:30.957Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-08-26T00:05:38.262Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-08-26T00:05:38.747Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAddHost [2022-08-26T00:05:38.747Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-08-26T00:05:38.747Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-08-26T00:05:38.747Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-08-26T00:05:38.747Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-08-26T00:05:38.747Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-08-26T00:05:38.747Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-08-26T00:05:38.747Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-08-26T00:05:41.786Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-08-26T00:05:41.786Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-08-26T00:05:41.786Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-08-26T00:05:41.786Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2022-08-26T00:05:41.786Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-08-26T00:05:47.805Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-08-26T00:05:50.839Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-08-26T00:05:58.146Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-08-26T00:06:01.178Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-08-26T00:06:04.321Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-08-26T00:06:04.321Z] === RUN TestDockerSuite/TestRunBindMounts [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-08-26T00:06:10.325Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2022-08-26T00:06:10.325Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-08-26T00:06:12.605Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-08-26T00:06:12.605Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2022-08-26T00:06:12.605Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-08-26T00:06:16.499Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-08-26T00:06:16.499Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2022-08-26T00:06:16.499Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-08-26T00:06:16.499Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2022-08-26T00:06:16.499Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-08-26T00:06:18.782Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-08-26T00:06:18.782Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-08-26T00:06:18.782Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-08-26T00:06:18.782Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-08-26T00:06:18.782Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-08-26T00:06:18.782Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-08-26T00:06:18.782Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2022-08-26T00:06:18.782Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-08-26T00:06:21.819Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-08-26T00:06:24.854Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-08-26T00:06:27.887Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-08-26T00:06:27.887Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2022-08-26T00:06:27.887Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-08-26T00:06:27.887Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2022-08-26T00:06:27.887Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-08-26T00:06:27.887Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2022-08-26T00:06:27.887Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-08-26T00:06:30.922Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-08-26T00:06:30.922Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-08-26T00:06:30.922Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-08-26T00:06:30.922Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2022-08-26T00:06:30.922Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-08-26T00:06:30.922Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2022-08-26T00:06:30.922Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-08-26T00:06:30.922Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2022-08-26T00:06:30.922Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-08-26T00:06:32.542Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-08-26T00:06:39.851Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-08-26T00:06:39.851Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2022-08-26T00:06:39.851Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-08-26T00:06:39.851Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2022-08-26T00:06:39.851Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-08-26T00:06:39.851Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2022-08-26T00:06:39.851Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-08-26T00:06:39.851Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2022-08-26T00:06:39.851Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-08-26T00:06:39.851Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2022-08-26T00:06:39.851Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-08-26T00:06:39.851Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-08-26T00:06:39.851Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-08-26T00:06:42.138Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-08-26T00:06:42.138Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2022-08-26T00:06:42.138Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-08-26T00:06:42.138Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-08-26T00:06:42.138Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2022-08-26T00:06:42.623Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-08-26T00:06:44.903Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-08-26T00:06:47.939Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-08-26T00:06:47.939Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2022-08-26T00:06:47.939Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-08-26T00:06:50.221Z] === RUN TestDockerSuite/TestRunEnvironment [2022-08-26T00:06:50.221Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2022-08-26T00:06:50.221Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-08-26T00:06:50.221Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2022-08-26T00:06:50.221Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-08-26T00:06:50.221Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2022-08-26T00:06:50.221Z] === RUN TestDockerSuite/TestRunExitCode [2022-08-26T00:06:53.261Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-08-26T00:06:55.712Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-08-26T00:06:58.745Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunExposePort [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-08-26T00:07:01.782Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-08-26T00:07:01.782Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-08-26T00:07:01.782Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-08-26T00:07:01.782Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-26T00:07:01.782Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-08-26T00:07:01.782Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2022-08-26T00:07:01.782Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-08-26T00:07:01.783Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-08-26T00:07:01.783Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-08-26T00:07:12.389Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-08-26T00:07:12.389Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2022-08-26T00:07:12.389Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-08-26T00:07:12.389Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-08-26T00:07:12.389Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2022-08-26T00:07:12.389Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-08-26T00:07:12.389Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2022-08-26T00:07:12.389Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-08-26T00:07:12.389Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2022-08-26T00:07:12.389Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-08-26T00:07:12.389Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2022-08-26T00:07:12.389Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-08-26T00:07:22.997Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-08-26T00:07:22.997Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2022-08-26T00:07:22.997Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-08-26T00:07:25.286Z] === RUN TestDockerSuite/TestRunModeHostname [2022-08-26T00:07:25.286Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.286Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-08-26T00:07:25.286Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.286Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-08-26T00:07:25.286Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.286Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-08-26T00:07:25.286Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.286Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-08-26T00:07:25.286Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.286Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-08-26T00:07:25.286Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.286Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-08-26T00:07:25.286Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-08-26T00:07:25.770Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunModePIDHost [2022-08-26T00:07:25.770Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-08-26T00:07:25.770Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunMount [2022-08-26T00:07:25.770Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-08-26T00:07:25.770Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-08-26T00:07:25.770Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-08-26T00:07:25.770Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-08-26T00:07:25.770Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-08-26T00:07:34.605Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-08-26T00:07:34.605Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-08-26T00:07:34.605Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-08-26T00:07:34.605Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2022-08-26T00:07:34.605Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-08-26T00:07:34.605Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2022-08-26T00:07:34.605Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-08-26T00:07:40.607Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetHost [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-08-26T00:07:45.480Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2022-08-26T00:07:45.480Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-08-26T00:07:45.965Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-08-26T00:07:47.580Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-08-26T00:07:49.863Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-08-26T00:07:52.897Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-08-26T00:07:53.917Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-08-26T00:07:56.209Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-08-26T00:07:56.693Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.693Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-08-26T00:07:56.693Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.693Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-08-26T00:07:56.693Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.693Z] === RUN TestDockerSuite/TestRunPortInUse [2022-08-26T00:07:56.693Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.693Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-08-26T00:07:56.693Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.693Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-08-26T00:07:56.694Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.694Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-08-26T00:07:56.694Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.694Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-08-26T00:07:56.694Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2022-08-26T00:07:56.694Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-26T00:08:00.586Z] === RUN TestDockerSuite/TestRunPublishPort [2022-08-26T00:08:00.586Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2022-08-26T00:08:00.586Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-08-26T00:08:00.586Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2022-08-26T00:08:00.586Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-08-26T00:08:00.586Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2022-08-26T00:08:00.586Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-08-26T00:08:00.586Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2022-08-26T00:08:00.586Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-08-26T00:08:00.586Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2022-08-26T00:08:00.586Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-08-26T00:08:15.751Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-08-26T00:08:15.751Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-08-26T00:08:15.751Z] === RUN TestDockerSuite/TestRunRm [2022-08-26T00:08:18.038Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-08-26T00:08:24.045Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-08-26T00:08:27.078Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-08-26T00:08:30.111Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-08-26T00:08:32.394Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-08-26T00:08:35.427Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-08-26T00:08:35.427Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-08-26T00:08:35.427Z] === RUN TestDockerSuite/TestRunState [2022-08-26T00:08:35.427Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2022-08-26T00:08:35.427Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-08-26T00:08:38.461Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-08-26T00:08:38.461Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2022-08-26T00:08:38.461Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-08-26T00:08:40.745Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-08-26T00:08:40.745Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2022-08-26T00:08:40.745Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-08-26T00:08:40.745Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2022-08-26T00:08:40.745Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-08-26T00:08:40.745Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-08-26T00:08:40.745Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-08-26T00:08:40.745Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2022-08-26T00:08:41.230Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUserByID [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUserByName [2022-08-26T00:08:47.241Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2022-08-26T00:08:47.241Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-08-26T00:08:49.524Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-08-26T00:08:49.524Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2022-08-26T00:08:49.524Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-08-26T00:08:52.560Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-08-26T00:08:52.560Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2022-08-26T00:08:52.560Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-08-26T00:08:52.560Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2022-08-26T00:08:52.560Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-08-26T00:08:56.451Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-08-26T00:09:05.282Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-08-26T00:09:10.156Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-08-26T00:09:17.463Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-08-26T00:09:17.464Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2022-08-26T00:09:17.464Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-08-26T00:09:17.464Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-08-26T00:09:21.358Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-08-26T00:09:23.643Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-08-26T00:09:26.678Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-08-26T00:09:26.678Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2022-08-26T00:09:26.678Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-08-26T00:09:26.678Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-08-26T00:09:26.678Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-08-26T00:09:26.678Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2022-08-26T00:09:26.678Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-08-26T00:09:26.678Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-08-26T00:09:26.678Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-08-26T00:09:26.678Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2022-08-26T00:09:26.678Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-08-26T00:09:26.678Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2022-08-26T00:09:27.165Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-08-26T00:09:27.165Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2022-08-26T00:09:27.165Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-08-26T00:09:32.054Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-08-26T00:09:34.344Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-08-26T00:09:36.624Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-08-26T00:09:42.620Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-08-26T00:09:42.620Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-08-26T00:09:42.620Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-08-26T00:09:42.620Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-08-26T00:09:42.620Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveImageId [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-08-26T00:09:42.620Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2022-08-26T00:09:42.620Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-08-26T00:09:45.665Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-08-26T00:09:45.665Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-08-26T00:09:46.151Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-08-26T00:09:46.644Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-08-26T00:09:48.924Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-08-26T00:10:04.075Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-08-26T00:10:04.075Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-08-26T00:10:04.075Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-08-26T00:10:12.908Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-08-26T00:10:12.908Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-08-26T00:10:12.908Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-08-26T00:10:23.524Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-08-26T00:10:23.524Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-08-26T00:10:23.524Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-08-26T00:10:23.524Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-08-26T00:10:23.524Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-08-26T00:10:23.524Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-08-26T00:10:23.524Z] === RUN TestDockerSuite/TestStartRecordError [2022-08-26T00:10:23.524Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-08-26T00:10:23.524Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-08-26T00:10:29.522Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-08-26T00:10:29.522Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-08-26T00:10:29.522Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-08-26T00:10:29.522Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-08-26T00:10:29.522Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-08-26T00:10:29.522Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-08-26T00:10:29.522Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-08-26T00:10:29.522Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-08-26T00:10:29.522Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-08-26T00:10:29.522Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-08-26T00:10:29.522Z] === RUN TestDockerSuite/TestStatsNoStream [2022-08-26T00:10:29.522Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-08-26T00:10:29.522Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-08-26T00:10:32.555Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-08-26T00:10:35.598Z] === RUN TestDockerSuite/TestTopPrivileged [2022-08-26T00:10:35.598Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-08-26T00:10:35.598Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-08-26T00:10:37.883Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-08-26T00:10:37.883Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2022-08-26T00:10:38.370Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-08-26T00:10:38.370Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-08-26T00:10:38.370Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-08-26T00:10:38.370Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-08-26T00:10:38.370Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-08-26T00:10:38.370Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2022-08-26T00:10:38.370Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-08-26T00:10:38.370Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2022-08-26T00:10:38.370Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-08-26T00:10:38.370Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2022-08-26T00:10:38.370Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-08-26T00:10:53.523Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-08-26T00:10:54.016Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-08-26T00:10:54.016Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-08-26T00:10:54.016Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2022-08-26T00:10:54.501Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-08-26T00:10:54.986Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-08-26T00:10:54.986Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-08-26T00:10:55.473Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-08-26T00:10:58.514Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-08-26T00:10:58.514Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-08-26T00:11:02.519Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-08-26T00:11:02.519Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-08-26T00:11:03.537Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-08-26T00:11:03.537Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-08-26T00:11:03.537Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-08-26T00:11:14.145Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-08-26T00:11:14.145Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2022-08-26T00:11:14.145Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-08-26T00:11:14.145Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-08-26T00:11:14.145Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-08-26T00:11:14.145Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2022-08-26T00:11:14.145Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-08-26T00:11:29.291Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-08-26T00:11:29.291Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-08-26T00:11:29.291Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-08-26T00:11:59.681Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-08-26T00:11:59.681Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-08-26T00:11:59.681Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-08-26T00:12:01.297Z] --- PASS: TestDockerSuite (3329.09s) [2022-08-26T00:12:01.297Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-08-26T00:12:01.297Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-08-26T00:12:01.297Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-08-26T00:12:01.297Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-08-26T00:12:01.297Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-08-26T00:12:01.297Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-08-26T00:12:01.297Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-08-26T00:12:01.297Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.10s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.38s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.41s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (129.76s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.95s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.08s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.04s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.89s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.90s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.64s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.82s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.27s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (159.37s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.48s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.19s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.07s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.09s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.08s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.81s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.49s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.80s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (11.21s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.32s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.51s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.09s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.98s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddTar (65.76s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (32.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.82s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.31s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.13s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.86s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.80s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.37s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.06s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.77s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (38.01s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.17s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.05s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.83s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.77s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.89s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.87s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.20s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCmd (0.71s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.68s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.74s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.05s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.85s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.48s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.62s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.41s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.18s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.63s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.06s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.89s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.58s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.87s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.57s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.38s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.77s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.56s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.65s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (37.58s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.91s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (32.58s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.21s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.10s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.51s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.55s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.44s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignore (96.94s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.50s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.57s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (112.55s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.26s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.10s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (29.46s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (18.58s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.37s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (51.10s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.45s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (17.88s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (128.25s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.67s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.52s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.71s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.70s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.66s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.85s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.18s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.07s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.07s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.52s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.17s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.60s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (21.69s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.84s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFails (3.08s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.75s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.59s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildForceRm (13.09s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFromGit (12.28s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.89s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.96s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.75s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.26s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildHistory (14.01s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.29s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.52s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.00s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (10.66s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLabel (1.13s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.80s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.24s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.76s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.00s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.07s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.74s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.91s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.19s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (29.83s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.16s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (3.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (44.01s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.48s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.30s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.28s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.70s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.93s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (14.16s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.88s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.47s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.95s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.93s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.26s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (3.11s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.49s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.62s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuild (21.21s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.03s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.22s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.61s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.41s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.43s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.32s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.49s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.60s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.90s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (28.87s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildRm (17.62s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.37s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-08-26T00:12:01.298Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.93s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.61s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.45s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildShellInherited (11.00s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.63s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.20s) [2022-08-26T00:12:01.298Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.81s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (13.80s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.41s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.44s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.16s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildStderr (5.68s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (25.26s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.82s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.61s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.14s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.78s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (11.04s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.72s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.81s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.04s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.60s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.24s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.16s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.09s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.55s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.44s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.92s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.86s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.62s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.07s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.57s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.55s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.21s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.59s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.60s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.61s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCommitChange (6.37s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.66s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCommitNewFile (13.24s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCommitTTY (13.87s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.71s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPICommit (13.64s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (13.68s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.84s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.83s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.13s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.28s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.84s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.86s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.96s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (7.76s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.26s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.67s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.18s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.18s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.66s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.98s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.34s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.93s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.87s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.99s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.53s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.51s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (31.06s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.90s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.09s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.88s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.98s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000843dd0_} (3.01s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13395376017_c:\foo_false____} (2.98s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13395376017_c:\foo_true____} (8.19s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.19s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.10s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpGarbagePath (8.26s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.10s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.09s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.62s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.92s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.22s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.04s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpToCaseH (21.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpToDot (3.37s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCpToStdout (3.06s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.40s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.75s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.44s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.77s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateRM (0.40s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.71s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.68s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.10s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.93s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.12s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-08-26T00:12:01.299Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.68s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.07s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.18s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (14.30s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsCopy (6.55s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.24s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.92s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.06s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.72s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.41s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.32s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFilters (6.21s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFormat (5.62s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-08-26T00:12:01.299Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.25s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsRename (3.20s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsResize (3.26s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.49s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.53s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.35s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsUntag (2.85s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.87s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.42s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.45s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.61s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.75s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.78s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.86s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.20s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.95s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecInspectID (5.59s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.14s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.06s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (10.07s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.58s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.64s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.57s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.72s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.57s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.11s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.12s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.47s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.78s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.25s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.15s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.36s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.71s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.93s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesFormat (0.27s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.15s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImportBadURL (2.48s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.10s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.82s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.73s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.72s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.27s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.69s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectDefault (2.72s) [2022-08-26T00:12:01.300Z] --- PASS: TestDockerSuite/TestInspectHistory (5.62s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-08-26T00:12:01.300Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.82s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.84s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.57s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.85s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.80s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectStatus (3.30s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.87s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.15s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.69s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.69s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.74s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.79s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.68s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.13s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.43s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.51s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.60s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.01s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.89s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (9.37s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (9.03s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.94s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.24s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.20s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.09s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.93s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsSince (9.85s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsTail (3.61s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.35s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.05s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.04s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.49s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (10.32s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsByOrder (10.92s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.97s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.32s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.97s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.63s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.78s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (10.52s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (10.97s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPsShowMounts (14.89s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.87s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.46s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.09s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.11s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.26s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.04s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (27.86s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.60s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.92s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.31s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.28s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.12s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiBlank (0.10s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.37s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (22.53s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.41s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.89s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.35s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (7.39s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.66s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.63s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiTag (0.95s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.88s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (25.96s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.16s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.19s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.51s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.54s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.58s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.48s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.59s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.96s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.73s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s) [2022-08-26T00:12:01.786Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.59s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-08-26T00:12:01.786Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.76s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.76s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.40s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.90s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.10s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.75s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.72s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.15s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.54s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.80s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.65s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.63s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.67s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunExitCode (2.76s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.74s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.70s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.83s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunExposePort (0.10s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.77s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.49s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.17s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.43s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.95s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.13s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.38s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.66s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.60s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.39s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.35s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.63s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (14.58s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunRm (2.91s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.06s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.81s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.71s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.65s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.11s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.62s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.51s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.24s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.10s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.40s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.74s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.90s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.66s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.21s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.46s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.81s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.36s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.79s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.83s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.09s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.10s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.08s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.12s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.68s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.45s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.70s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.47s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.48s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.32s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestSearchWithLimit (2.08s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (13.24s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.19s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestStartAttachSilent (10.05s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.98s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.80s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.00s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.84s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.41s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.20s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.39s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.50s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.39s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.21s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.14s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.59s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.54s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.54s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.11s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.25s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.52s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.81s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.29s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (13.89s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.38s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.38s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (30.44s) [2022-08-26T00:12:01.787Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-08-26T00:12:01.787Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.87s) [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-08-26T00:12:01.787Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.787Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-08-26T00:12:01.788Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- PASS: TestDockerRegistrySuite (0.21s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.21s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2022-08-26T00:12:01.788Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-08-26T00:12:01.788Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthTokenSuite [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-08-26T00:12:01.788Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-08-26T00:12:01.788Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-08-26T00:12:01.788Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-08-26T00:12:01.788Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-08-26T00:12:01.788Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerDaemonSuite [2022-08-26T00:12:01.788Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-08-26T00:12:01.788Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-08-26T00:12:01.788Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-08-26T00:12:01.788Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerSwarmSuite [2022-08-26T00:12:01.788Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-08-26T00:12:01.788Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- PASS: TestDockerPluginSuite (0.03s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerExternalVolumeSuite [2022-08-26T00:12:01.788Z] check_test.go:128: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerNetworkSuite [2022-08-26T00:12:01.788Z] check_test.go:134: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-08-26T00:12:01.788Z] === RUN TestDockerHubPullSuite [2022-08-26T00:12:01.788Z] check_test.go:142: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-08-26T00:12:01.788Z] PASS [2022-08-26T00:12:01.788Z] ok github.com/docker/docker/integration-cli 3329.652s [2022-08-26T00:12:01.788Z] [2022-08-26T00:12:01.788Z] === Skipped [2022-08-26T00:12:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-08-26T00:12:01.788Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-08-26T00:12:01.788Z] [2022-08-26T00:12:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-08-26T00:12:01.788Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-08-26T00:12:01.788Z] [2022-08-26T00:12:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-08-26T00:12:01.788Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-08-26T00:12:01.788Z] [2022-08-26T00:12:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-08-26T00:12:01.788Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-08-26T00:12:01.788Z] [2022-08-26T00:12:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-08-26T00:12:01.788Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.788Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-08-26T00:12:01.789Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-08-26T00:12:01.789Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-08-26T00:12:01.789Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.04s) [2022-08-26T00:12:01.789Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-08-26T00:12:01.789Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-08-26T00:12:01.789Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-08-26T00:12:01.789Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-08-26T00:12:01.789Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.05s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.05s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-08-26T00:12:01.789Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.56s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.56s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.57s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.57s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.52s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.52s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-08-26T00:12:01.789Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.789Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-08-26T00:12:01.789Z] [2022-08-26T00:12:01.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-08-26T00:12:01.790Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.790Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-08-26T00:12:01.790Z] [2022-08-26T00:12:01.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-08-26T00:12:01.790Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.790Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-08-26T00:12:01.790Z] [2022-08-26T00:12:01.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-08-26T00:12:01.790Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.790Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-08-26T00:12:01.790Z] [2022-08-26T00:12:01.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-08-26T00:12:01.790Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.790Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-08-26T00:12:01.790Z] [2022-08-26T00:12:01.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-08-26T00:12:01.790Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.790Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-08-26T00:12:01.790Z] [2022-08-26T00:12:01.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-08-26T00:12:01.790Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2022-08-26T00:12:01.790Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-08-26T00:12:01.790Z] [2022-08-26T00:12:01.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-08-26T00:12:01.790Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2022-08-26T00:12:01.790Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.16s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.16s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-08-26T00:12:02.277Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.52s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.04s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.04s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.55s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.55s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.57s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.57s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.49s) [2022-08-26T00:12:02.277Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-08-26T00:12:02.277Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-08-26T00:12:02.277Z] docker_cli_sni_test.go:18: Flakey test [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-08-26T00:12:02.277Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-08-26T00:12:02.277Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.277Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-08-26T00:12:02.277Z] [2022-08-26T00:12:02.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-08-26T00:12:02.277Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.04s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.04s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-08-26T00:12:02.278Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-08-26T00:12:02.278Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.12s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.12s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-08-26T00:12:02.278Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-08-26T00:12:02.278Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.278Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-08-26T00:12:02.278Z] [2022-08-26T00:12:02.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-08-26T00:12:02.279Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-08-26T00:12:02.279Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-08-26T00:12:02.279Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-08-26T00:12:02.279Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-08-26T00:12:02.279Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-08-26T00:12:02.279Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-08-26T00:12:02.279Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-08-26T00:12:02.279Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-08-26T00:12:02.279Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-08-26T00:12:02.279Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-08-26T00:12:02.279Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-08-26T00:12:02.279Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-08-26T00:12:02.279Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.279Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-08-26T00:12:02.279Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.04s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.04s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-08-26T00:12:02.280Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-08-26T00:12:02.280Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-08-26T00:12:02.280Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.280Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-08-26T00:12:02.280Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-08-26T00:12:02.281Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.281Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-08-26T00:12:02.281Z] [2022-08-26T00:12:02.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-08-26T00:12:02.766Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.766Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-08-26T00:12:02.766Z] [2022-08-26T00:12:02.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-08-26T00:12:02.767Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-08-26T00:12:02.767Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-08-26T00:12:02.767Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.21s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.21s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-08-26T00:12:02.767Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.767Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-08-26T00:12:02.767Z] [2022-08-26T00:12:02.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:128: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:134: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-08-26T00:12:02.768Z] check_test.go:142: unmatched requirement DaemonIsLinux [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:02.768Z] DONE 1093 tests, 547 skipped in 3345.157s [2022-08-26T00:12:02.768Z] INFO: Integration tests ended at 08/26/2022 00:12:02. Duration:00:55:45.4084513 [2022-08-26T00:12:02.768Z] INFO: Docker info of the daemon under test at end of run [2022-08-26T00:12:02.768Z] [2022-08-26T00:12:03.255Z] Containers: 2 [2022-08-26T00:12:03.255Z] Running: 0 [2022-08-26T00:12:03.255Z] Paused: 0 [2022-08-26T00:12:03.255Z] Stopped: 2 [2022-08-26T00:12:03.255Z] Images: 18 [2022-08-26T00:12:03.255Z] Server Version: 0.0.0-dev [2022-08-26T00:12:03.255Z] Storage Driver: windowsfilter [2022-08-26T00:12:03.255Z] Windows: [2022-08-26T00:12:03.255Z] Logging Driver: json-file [2022-08-26T00:12:03.255Z] Plugins: [2022-08-26T00:12:03.255Z] Volume: local [2022-08-26T00:12:03.255Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-08-26T00:12:03.255Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-08-26T00:12:03.255Z] Swarm: inactive [2022-08-26T00:12:03.255Z] Default Isolation: process [2022-08-26T00:12:03.255Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-08-26T00:12:03.255Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-08-26T00:12:03.255Z] OSType: windows [2022-08-26T00:12:03.255Z] Architecture: x86_64 [2022-08-26T00:12:03.255Z] CPUs: 4 [2022-08-26T00:12:03.255Z] Total Memory: 32GiB [2022-08-26T00:12:03.255Z] Name: azwin-2-33f8d0 [2022-08-26T00:12:03.255Z] ID: OSWR:ARDW:S3LP:YAWD:BX4T:LEQF:PJVZ:P7MV:BCP3:KXL6:PWJU:DGKT [2022-08-26T00:12:03.255Z] Docker Root Dir: D:\CI\PR-44041\1\daemon [2022-08-26T00:12:03.255Z] Debug Mode (client): false [2022-08-26T00:12:03.255Z] Debug Mode (server): true [2022-08-26T00:12:03.255Z] File Descriptors: -1 [2022-08-26T00:12:03.255Z] Goroutines: 17 [2022-08-26T00:12:03.255Z] System Time: 2022-08-26T00:12:02.7374841Z [2022-08-26T00:12:03.255Z] EventsListeners: 0 [2022-08-26T00:12:03.255Z] Registry: https://index.docker.io/v1/ [2022-08-26T00:12:03.255Z] Labels: [2022-08-26T00:12:03.255Z] Experimental: false [2022-08-26T00:12:03.255Z] Insecure Registries: [2022-08-26T00:12:03.255Z] 127.0.0.0/8 [2022-08-26T00:12:03.255Z] Live Restore Enabled: false [2022-08-26T00:12:03.255Z] [2022-08-26T00:12:03.255Z] [2022-08-26T00:12:03.255Z] INFO: Stopping daemon under test [2022-08-26T00:12:03.255Z] SUCCESS: The process with PID 5728 (child process of PID 5736) has been terminated. [2022-08-26T00:12:03.255Z] SUCCESS: The process with PID 5736 (child process of PID 2972) has been terminated. [2022-08-26T00:12:03.255Z] INFO: Stop tailing logs of the daemon under tests [2022-08-26T00:12:03.255Z] INFO: executeCI.ps1 Completed successfully at 08/26/2022 00:12:03. [2022-08-26T00:12:03.255Z] INFO: Tidying up at end of run [2022-08-26T00:12:03.255Z] INFO: Saving daemon under test log (d:\CI\PR-44041\1\dut.out) to bundles\CIDUT.out [2022-08-26T00:12:03.255Z] INFO: Saving daemon under test log (d:\CI\PR-44041\1\dut.err) to bundles\CIDUT.err [2022-08-26T00:12:03.255Z] INFO: Nuke-Everything... [2022-08-26T00:12:03.740Z] INFO: Container count on control daemon to delete is 2 [2022-08-26T00:12:03.740Z] 85375bfb3633 [2022-08-26T00:12:03.740Z] 657839dbca69 [2022-08-26T00:12:04.224Z] INFO: Tidying pidfile d:\CI\PR-44041\1\docker.pid [2022-08-26T00:12:04.224Z] INFO: Nuking d:\CI [2022-08-26T00:12:47.305Z] INFO: Zapped successfully [2022-08-26T00:12:47.305Z] [2022-08-26T00:12:47.305Z] INFO: executeCI.ps1 exiting at Fri Aug 26 00:12:45 CUT 2022. Duration 01:29:37.7368555 [2022-08-26T00:12:47.305Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-08-26T00:12:47.567Z] Recording test results [2022-08-26T00:12:55.194Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-08-26T00:12:57.381Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-08-26T00:12:59.901Z] Archiving artifacts [2022-08-26T00:13:15.397Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44041/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-26T00:13:16.396Z] + make clean [2022-08-26T00:13:18.010Z] docker volume rm -f docker-dev-cache [2022-08-26T00:13:18.010Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [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