Pull request #44285 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 34f459423ae32dd07993eebd7c81dc6390403b5a+058010187bdae5364d82c4cff204f103231b13e0 (54869085555de24e9cd81419b2075ea8fd9a671d) 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 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-44285@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 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" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-10-12T00:39:19.639Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-10-12T00:39:19.642Z] Trying to pass milestone 1 [Pipeline] milestone [2022-10-12T00:39:19.735Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-10-12T00:39:19.914Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d410bcd1b49ffe39) in /home/ubuntu/workspace/moby_PR-44285 [Pipeline] { [Pipeline] checkout [2022-10-12T00:39:19.956Z] The recommended git tool is: git [2022-10-12T00:39:19.964Z] using credential docker-jenkins-github-credentials [2022-10-12T00:39:19.973Z] Cloning the remote Git repository [2022-10-12T00:39:19.974Z] Cloning with configured refspecs honoured and without tags [2022-10-12T00:39:19.980Z] Cloning repository https://github.com/moby/moby.git [2022-10-12T00:39:19.980Z] > git init /home/ubuntu/workspace/moby_PR-44285 # timeout=10 [2022-10-12T00:39:19.991Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-10-12T00:39:19.991Z] > git --version # timeout=10 [2022-10-12T00:39:19.994Z] > git --version # 'git version 2.25.1' [2022-10-12T00:39:19.994Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-10-12T00:39:19.995Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44285/head:refs/remotes/origin/PR-44285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-10-12T00:39:32.366Z] Fetching without tags [2022-10-12T00:39:32.356Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-10-12T00:39:32.358Z] > git config --add remote.origin.fetch +refs/pull/44285/head:refs/remotes/origin/PR-44285 # timeout=10 [2022-10-12T00:39:32.361Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-10-12T00:39:32.367Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-10-12T00:39:32.372Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-10-12T00:39:32.372Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-10-12T00:39:32.373Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44285/head:refs/remotes/origin/PR-44285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-10-12T00:39:32.564Z] Merging remotes/origin/master commit 058010187bdae5364d82c4cff204f103231b13e0 into PR head commit 34f459423ae32dd07993eebd7c81dc6390403b5a [2022-10-12T00:39:33.127Z] Merge succeeded, producing 34f459423ae32dd07993eebd7c81dc6390403b5a [2022-10-12T00:39:33.127Z] Checking out Revision 34f459423ae32dd07993eebd7c81dc6390403b5a (PR-44285) [2022-10-12T00:39:33.306Z] Commit message: "Replace overlay2 mount reexec with in-proc impl" [2022-10-12T00:39:33.313Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T00:39:34.022Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44285:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2022-10-12T00:39:32.571Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T00:39:32.575Z] > git checkout -f 34f459423ae32dd07993eebd7c81dc6390403b5a # timeout=10 [2022-10-12T00:39:33.109Z] > git remote # timeout=10 [2022-10-12T00:39:33.115Z] > git config --get remote.origin.url # timeout=10 [2022-10-12T00:39:33.119Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-10-12T00:39:33.119Z] > git merge 058010187bdae5364d82c4cff204f103231b13e0 # timeout=10 [2022-10-12T00:39:33.126Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-12T00:39:33.133Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T00:39:33.137Z] > git checkout -f 34f459423ae32dd07993eebd7c81dc6390403b5a # timeout=10 [2022-10-12T00:39:33.313Z] > git rev-list --no-walk 1cd686a48b2614c0ae00bc683d3d71ba004fd907 # timeout=10 [2022-10-12T00:39:38.207Z] 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: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional [2022-10-12T00:39:38.341Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d410bcd1b49ffe39) in /home/ubuntu/workspace/moby_PR-44285 Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] { Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2022-10-12T00:39:38.372Z] The recommended git tool is: git [Pipeline] // stage [2022-10-12T00:39:38.380Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-10-12T00:39:38.392Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2022-10-12T00:39:38.406Z] Fetching without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-10-12T00:39:38.730Z] Merging remotes/origin/master commit 058010187bdae5364d82c4cff204f103231b13e0 into PR head commit 34f459423ae32dd07993eebd7c81dc6390403b5a [2022-10-12T00:39:38.925Z] Merge succeeded, producing 34f459423ae32dd07993eebd7c81dc6390403b5a [2022-10-12T00:39:38.925Z] Checking out Revision 34f459423ae32dd07993eebd7c81dc6390403b5a (PR-44285) [2022-10-12T00:39:38.969Z] Commit message: "Replace overlay2 mount reexec with in-proc impl" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-10-12T00:39:38.392Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44285/.git # timeout=10 [2022-10-12T00:39:38.404Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-10-12T00:39:38.416Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-10-12T00:39:38.417Z] > git --version # timeout=10 [2022-10-12T00:39:38.435Z] > git --version # 'git version 2.25.1' [2022-10-12T00:39:38.436Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-10-12T00:39:38.436Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44285/head:refs/remotes/origin/PR-44285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-10-12T00:39:38.737Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T00:39:38.743Z] > git checkout -f 34f459423ae32dd07993eebd7c81dc6390403b5a # timeout=10 [2022-10-12T00:39:38.908Z] > git remote # timeout=10 [2022-10-12T00:39:38.911Z] > git config --get remote.origin.url # timeout=10 [2022-10-12T00:39:38.916Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-10-12T00:39:38.917Z] > git merge 058010187bdae5364d82c4cff204f103231b13e0 # timeout=10 [2022-10-12T00:39:38.924Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-12T00:39:38.931Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T00:39:38.934Z] > git checkout -f 34f459423ae32dd07993eebd7c81dc6390403b5a # timeout=10 [2022-10-12T00:39:39.574Z] + docker version [2022-10-12T00:39:39.574Z] Client: Docker Engine - Community [2022-10-12T00:39:39.574Z] Version: 22.06.0-beta.0 [2022-10-12T00:39:39.574Z] API version: 1.42 [2022-10-12T00:39:39.574Z] Go version: go1.18.3 [2022-10-12T00:39:39.574Z] Git commit: 3e9117b [2022-10-12T00:39:39.574Z] Built: Fri Jun 3 17:55:34 2022 [2022-10-12T00:39:39.574Z] OS/Arch: linux/arm64 [2022-10-12T00:39:39.574Z] Context: default [2022-10-12T00:39:39.574Z] [2022-10-12T00:39:39.574Z] Server: Docker Engine - Community [2022-10-12T00:39:39.574Z] Engine: [2022-10-12T00:39:39.574Z] Version: 22.06.0-beta.0 [2022-10-12T00:39:39.574Z] API version: 1.42 (minimum version 1.12) [2022-10-12T00:39:39.574Z] Go version: go1.18.3 [2022-10-12T00:39:39.574Z] Git commit: 38633e7 [2022-10-12T00:39:39.574Z] Built: Fri Jun 3 17:55:34 2022 [2022-10-12T00:39:39.574Z] OS/Arch: linux/arm64 [2022-10-12T00:39:39.574Z] Experimental: true [2022-10-12T00:39:39.574Z] containerd: [2022-10-12T00:39:39.574Z] Version: 1.6.8 [2022-10-12T00:39:39.574Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-10-12T00:39:39.574Z] runc: [2022-10-12T00:39:39.574Z] Version: 1.1.4 [2022-10-12T00:39:39.574Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-10-12T00:39:39.574Z] docker-init: [2022-10-12T00:39:39.574Z] Version: 0.19.0 [2022-10-12T00:39:39.574Z] GitCommit: de40ad0 [Pipeline] sh [2022-10-12T00:39:39.852Z] + docker info [2022-10-12T00:39:39.852Z] Client: [2022-10-12T00:39:39.852Z] Context: default [2022-10-12T00:39:39.852Z] Debug Mode: false [2022-10-12T00:39:39.852Z] Plugins: [2022-10-12T00:39:39.852Z] buildx: Docker Buildx (Docker Inc.) [2022-10-12T00:39:39.852Z] Version: v0.8.2 [2022-10-12T00:39:39.852Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2022-10-12T00:39:39.852Z] compose: Docker Compose (Docker Inc.) [2022-10-12T00:39:39.852Z] Version: v2.11.0 [2022-10-12T00:39:39.852Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-10-12T00:39:39.852Z] [2022-10-12T00:39:39.852Z] Server: [2022-10-12T00:39:39.852Z] Containers: 0 [2022-10-12T00:39:39.852Z] Running: 0 [2022-10-12T00:39:39.852Z] Paused: 0 [2022-10-12T00:39:39.852Z] Stopped: 0 [2022-10-12T00:39:39.852Z] Images: 4 [2022-10-12T00:39:39.852Z] Server Version: 22.06.0-beta.0 [2022-10-12T00:39:39.852Z] Storage Driver: overlay2 [2022-10-12T00:39:39.852Z] Backing Filesystem: extfs [2022-10-12T00:39:39.852Z] Supports d_type: true [2022-10-12T00:39:39.852Z] Using metacopy: false [2022-10-12T00:39:39.852Z] Native Overlay Diff: true [2022-10-12T00:39:39.852Z] userxattr: false [2022-10-12T00:39:39.852Z] Logging Driver: json-file [2022-10-12T00:39:39.852Z] Cgroup Driver: cgroupfs [2022-10-12T00:39:39.852Z] Cgroup Version: 1 [2022-10-12T00:39:39.852Z] Plugins: [2022-10-12T00:39:39.852Z] Volume: local [2022-10-12T00:39:39.852Z] Network: bridge host ipvlan macvlan null overlay [2022-10-12T00:39:39.852Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-10-12T00:39:39.852Z] Swarm: inactive [2022-10-12T00:39:39.852Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-10-12T00:39:39.852Z] Default Runtime: runc [2022-10-12T00:39:39.852Z] Init Binary: docker-init [2022-10-12T00:39:39.853Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-10-12T00:39:39.853Z] runc version: v1.1.4-0-g5fd4c4d [2022-10-12T00:39:39.853Z] init version: de40ad0 [2022-10-12T00:39:39.853Z] Security Options: [2022-10-12T00:39:39.853Z] apparmor [2022-10-12T00:39:39.853Z] seccomp [2022-10-12T00:39:39.853Z] Profile: builtin [2022-10-12T00:39:39.853Z] Kernel Version: 5.15.0-1019-aws [2022-10-12T00:39:39.853Z] Operating System: Ubuntu 20.04.5 LTS [2022-10-12T00:39:39.853Z] OSType: linux [2022-10-12T00:39:39.853Z] Architecture: aarch64 [2022-10-12T00:39:39.853Z] CPUs: 2 [2022-10-12T00:39:39.853Z] Total Memory: 7.559GiB [2022-10-12T00:39:39.853Z] Name: ip-10-100-125-234 [2022-10-12T00:39:39.853Z] ID: 21ee9248-431c-49fb-8774-3b222a03c749 [2022-10-12T00:39:39.853Z] Docker Root Dir: /var/lib/docker [2022-10-12T00:39:39.853Z] Debug Mode: false [2022-10-12T00:39:39.853Z] Registry: https://index.docker.io/v1/ [2022-10-12T00:39:39.853Z] Labels: [2022-10-12T00:39:39.853Z] Experimental: true [2022-10-12T00:39:39.853Z] Insecure Registries: [2022-10-12T00:39:39.853Z] 127.0.0.0/8 [2022-10-12T00:39:39.853Z] Live Restore Enabled: true [2022-10-12T00:39:39.853Z] [Pipeline] sh [2022-10-12T00:39:40.131Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-10-12T00:39:40.131Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-10-12T00:39:40.131Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44285/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-10-12T00:39:40.131Z] + bash /home/ubuntu/workspace/moby_PR-44285/check-config.sh [2022-10-12T00:39:40.131Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-10-12T00:39:40.131Z] info: reading kernel config from /boot/config-5.15.0-1019-aws ... [2022-10-12T00:39:40.131Z] [2022-10-12T00:39:40.131Z] Generally Necessary: [2022-10-12T00:39:40.131Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-10-12T00:39:40.131Z] - apparmor: enabled and tools installed [2022-10-12T00:39:40.131Z] - CONFIG_NAMESPACES: enabled [2022-10-12T00:39:40.131Z] - CONFIG_NET_NS: enabled [2022-10-12T00:39:40.131Z] - CONFIG_PID_NS: enabled [2022-10-12T00:39:40.131Z] - CONFIG_IPC_NS: enabled [2022-10-12T00:39:40.131Z] - CONFIG_UTS_NS: enabled [2022-10-12T00:39:40.131Z] - CONFIG_CGROUPS: enabled [2022-10-12T00:39:40.131Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-10-12T00:39:40.131Z] - CONFIG_CGROUP_DEVICE: enabled [2022-10-12T00:39:40.131Z] - CONFIG_CGROUP_FREEZER: enabled [2022-10-12T00:39:40.131Z] - CONFIG_CGROUP_SCHED: enabled [2022-10-12T00:39:40.131Z] - CONFIG_CPUSETS: enabled [2022-10-12T00:39:40.131Z] - CONFIG_MEMCG: enabled [2022-10-12T00:39:40.131Z] - CONFIG_KEYS: enabled [2022-10-12T00:39:40.389Z] - CONFIG_VETH: enabled (as module) [2022-10-12T00:39:40.389Z] - CONFIG_BRIDGE: enabled (as module) [2022-10-12T00:39:40.389Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-10-12T00:39:40.389Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-10-12T00:39:40.389Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-10-12T00:39:40.389Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-10-12T00:39:40.389Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-10-12T00:39:40.389Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-10-12T00:39:40.390Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-10-12T00:39:40.390Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-10-12T00:39:40.390Z] - CONFIG_NF_NAT: enabled (as module) [2022-10-12T00:39:40.390Z] - CONFIG_POSIX_MQUEUE: enabled [2022-10-12T00:39:40.390Z] - CONFIG_CGROUP_BPF: enabled [2022-10-12T00:39:40.390Z] [2022-10-12T00:39:40.390Z] Optional Features: [2022-10-12T00:39:40.390Z] - CONFIG_USER_NS: enabled [2022-10-12T00:39:40.390Z] - CONFIG_SECCOMP: enabled [2022-10-12T00:39:40.390Z] - CONFIG_SECCOMP_FILTER: enabled [2022-10-12T00:39:40.390Z] - CONFIG_CGROUP_PIDS: enabled [2022-10-12T00:39:40.390Z] - CONFIG_MEMCG_SWAP: enabled [2022-10-12T00:39:40.390Z] (cgroup swap accounting is currently enabled) [2022-10-12T00:39:40.390Z] - CONFIG_BLK_CGROUP: enabled [2022-10-12T00:39:40.390Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-10-12T00:39:40.390Z] - CONFIG_CGROUP_PERF: enabled [2022-10-12T00:39:40.390Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-10-12T00:39:40.648Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-10-12T00:39:40.648Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-10-12T00:39:40.648Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-10-12T00:39:40.648Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-10-12T00:39:40.648Z] - CONFIG_RT_GROUP_SCHED: missing [2022-10-12T00:39:40.648Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-10-12T00:39:40.648Z] - CONFIG_IP_VS: enabled (as module) [2022-10-12T00:39:40.648Z] - CONFIG_IP_VS_NFCT: enabled [2022-10-12T00:39:40.648Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-10-12T00:39:40.648Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-10-12T00:39:40.648Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-10-12T00:39:40.648Z] - CONFIG_SECURITY_SELINUX: enabled [2022-10-12T00:39:40.648Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-10-12T00:39:40.648Z] - CONFIG_EXT4_FS: enabled [2022-10-12T00:39:40.648Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-10-12T00:39:40.648Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-10-12T00:39:40.648Z] - Network Drivers: [2022-10-12T00:39:40.648Z] - "overlay": [2022-10-12T00:39:40.648Z] - CONFIG_VXLAN: enabled (as module) [2022-10-12T00:39:40.648Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-10-12T00:39:40.648Z] Optional (for encrypted networks): [2022-10-12T00:39:40.906Z] - CONFIG_CRYPTO: enabled [2022-10-12T00:39:40.906Z] - CONFIG_CRYPTO_AEAD: enabled [2022-10-12T00:39:40.906Z] - CONFIG_CRYPTO_GCM: enabled [2022-10-12T00:39:40.906Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-10-12T00:39:40.906Z] - CONFIG_CRYPTO_GHASH: enabled [2022-10-12T00:39:40.906Z] - CONFIG_XFRM: enabled [2022-10-12T00:39:40.906Z] - CONFIG_XFRM_USER: enabled (as module) [2022-10-12T00:39:40.906Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-10-12T00:39:40.906Z] - CONFIG_INET_ESP: enabled (as module) [2022-10-12T00:39:40.906Z] - "ipvlan": [2022-10-12T00:39:40.906Z] - CONFIG_IPVLAN: enabled (as module) [2022-10-12T00:39:40.906Z] - "macvlan": [2022-10-12T00:39:40.906Z] - CONFIG_MACVLAN: enabled (as module) [2022-10-12T00:39:40.906Z] - CONFIG_DUMMY: enabled (as module) [2022-10-12T00:39:40.906Z] - "ftp,tftp client in container": [2022-10-12T00:39:40.906Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-10-12T00:39:40.906Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-10-12T00:39:40.906Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-10-12T00:39:40.906Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-10-12T00:39:40.906Z] - Storage Drivers: [2022-10-12T00:39:40.906Z] - "aufs": [2022-10-12T00:39:40.906Z] - CONFIG_AUFS_FS: enabled (as module) [2022-10-12T00:39:40.906Z] - "btrfs": [2022-10-12T00:39:40.906Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-10-12T00:39:40.906Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-10-12T00:39:40.906Z] - "devicemapper": [2022-10-12T00:39:40.906Z] - CONFIG_BLK_DEV_DM: enabled [2022-10-12T00:39:40.906Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-10-12T00:39:40.906Z] - "overlay": [2022-10-12T00:39:40.906Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-10-12T00:39:40.906Z] - "zfs": [2022-10-12T00:39:40.906Z] - /dev/zfs: present [2022-10-12T00:39:40.906Z] - zfs command: missing [2022-10-12T00:39:40.906Z] - zpool command: missing [2022-10-12T00:39:40.906Z] [2022-10-12T00:39:40.906Z] Limits: [2022-10-12T00:39:40.906Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-10-12T00:39:40.906Z] [2022-10-12T00:39:40.906Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-10-12T00:39:41.212Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:34f459423ae32dd07993eebd7c81dc6390403b5a . [2022-10-12T00:39:41.470Z] #1 [internal] load .dockerignore [2022-10-12T00:39:41.470Z] #1 transferring context: 145B done [2022-10-12T00:39:41.470Z] #1 DONE 0.0s [2022-10-12T00:39:41.470Z] [2022-10-12T00:39:41.470Z] #2 [internal] load build definition from Dockerfile [2022-10-12T00:39:41.470Z] #2 transferring dockerfile: 19.29kB done [2022-10-12T00:39:41.470Z] #2 DONE 0.0s [2022-10-12T00:39:41.470Z] [2022-10-12T00:39:41.470Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-10-12T00:39:41.728Z] #3 DONE 0.1s [2022-10-12T00:39:41.728Z] [2022-10-12T00:39:41.728Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-10-12T00:39:41.728Z] #4 CACHED [2022-10-12T00:39:41.728Z] [2022-10-12T00:39:41.728Z] #5 [internal] load metadata for docker.io/library/golang:1.19.2-bullseye [2022-10-12T00:39:41.986Z] #5 DONE 0.1s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-10-12T00:39:41.986Z] #6 DONE 0.1s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-10-12T00:39:41.986Z] #7 DONE 0.1s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-10-12T00:39:41.986Z] #8 DONE 0.1s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-10-12T00:39:41.986Z] #9 DONE 0.0s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-10-12T00:39:41.986Z] #10 DONE 0.0s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e538a2f0566efc44db21503277c7312a142f4d0dedc5d2886932b92626104bff [2022-10-12T00:39:41.986Z] #11 DONE 0.0s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.2-bullseye@sha256:80ede0f12980ec4fc580fa651aabff041d46d1255b323fa0b740ecbce9f89256 [2022-10-12T00:39:41.986Z] #12 DONE 0.0s [2022-10-12T00:39:41.986Z] [2022-10-12T00:39:41.986Z] #13 [internal] load build context [2022-10-12T00:39:42.556Z] #13 ... [2022-10-12T00:39:42.556Z] [2022-10-12T00:39:42.556Z] #14 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-10-12T00:39:42.556Z] #14 DONE 0.5s [2022-10-12T00:39:42.556Z] [2022-10-12T00:39:42.556Z] #13 [internal] load build context [2022-10-12T00:39:43.496Z] #13 transferring context: 62.88MB 1.3s done [2022-10-12T00:39:43.496Z] #13 DONE 1.4s [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #15 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-10-12T00:39:43.496Z] #15 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #16 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-10-12T00:39:43.496Z] #16 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #17 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.27.1 [2022-10-12T00:39:43.496Z] #17 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #18 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-10-12T00:39:43.496Z] #18 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #19 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-10-12T00:39:43.496Z] #19 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #20 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-10-12T00:39:43.496Z] #20 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #21 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-10-12T00:39:43.496Z] #21 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #22 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-10-12T00:39:43.496Z] #22 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #23 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-10-12T00:39:43.496Z] #23 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #24 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-10-12T00:39:43.496Z] #24 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #25 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-10-12T00:39:43.496Z] #25 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #26 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-10-12T00:39:43.496Z] #26 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #27 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-10-12T00:39:43.496Z] #27 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-10-12T00:39:43.496Z] #28 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #29 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-10-12T00:39:43.496Z] #29 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #30 [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-10-12T00:39:43.496Z] #30 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #31 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-10-12T00:39:43.496Z] #31 CACHED [2022-10-12T00:39:43.496Z] [2022-10-12T00:39:43.496Z] #32 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-10-12T00:39:43.496Z] #32 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #33 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #33 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #34 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-10-12T00:39:43.497Z] #34 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #35 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-10-12T00:39:43.497Z] #35 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #36 [dev-systemd-false 6/28] RUN ldconfig [2022-10-12T00:39:43.497Z] #36 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #37 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-10-12T00:39:43.497Z] #37 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #38 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-10-12T00:39:43.497Z] #38 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #39 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-10-12T00:39:43.497Z] #39 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #40 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #40 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #41 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-10-12T00:39:43.497Z] #41 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #42 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-10-12T00:39:43.497Z] #42 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #43 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-10-12T00:39:43.497Z] #43 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #44 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-10-12T00:39:43.497Z] #44 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #45 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-10-12T00:39:43.497Z] #45 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #46 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-10-12T00:39:43.497Z] #46 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #47 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-10-12T00:39:43.497Z] #47 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #48 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-10-12T00:39:43.497Z] #48 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #49 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-10-12T00:39:43.497Z] #49 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #50 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-10-12T00:39:43.497Z] #50 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #51 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-10-12T00:39:43.497Z] #51 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #52 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-10-12T00:39:43.497Z] #52 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #53 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-10-12T00:39:43.497Z] #53 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #54 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-10-12T00:39:43.497Z] #54 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #55 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #55 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #56 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-10-12T00:39:43.497Z] #56 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-10-12T00:39:43.497Z] #57 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #58 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-10-12T00:39:43.497Z] #58 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #59 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-10-12T00:39:43.497Z] #59 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #60 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-10-12T00:39:43.497Z] #60 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #61 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-10-12T00:39:43.497Z] #61 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #62 [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-10-12T00:39:43.497Z] #62 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #63 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #63 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #64 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #64 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #65 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-10-12T00:39:43.497Z] #65 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #66 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-10-12T00:39:43.497Z] #66 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #67 [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-10-12T00:39:43.497Z] #67 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #68 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-10-12T00:39:43.497Z] #68 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #69 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #69 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #70 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-10-12T00:39:43.497Z] #70 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #71 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-10-12T00:39:43.497Z] #71 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #72 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-10-12T00:39:43.497Z] #72 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #73 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #73 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-10-12T00:39:43.497Z] #74 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #75 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-10-12T00:39:43.497Z] #75 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #76 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-10-12T00:39:43.497Z] #76 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #77 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-10-12T00:39:43.497Z] #77 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #78 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-10-12T00:39:43.497Z] #78 CACHED [2022-10-12T00:39:43.497Z] [2022-10-12T00:39:43.497Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-10-12T00:39:48.781Z] #79 DONE 4.5s [2022-10-12T00:39:48.781Z] [2022-10-12T00:39:48.781Z] #80 exporting to image [2022-10-12T00:39:48.781Z] #80 exporting layers [2022-10-12T00:39:48.781Z] #80 exporting layers 0.8s done [2022-10-12T00:39:48.781Z] #80 writing image sha256:104e396181561c5d851a5c9b49e1210110b9b468f5398bc58dd96dc8765682f3 done [2022-10-12T00:39:48.781Z] #80 naming to docker.io/library/docker:34f459423ae32dd07993eebd7c81dc6390403b5a done [2022-10-12T00:39:48.781Z] #80 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-10-12T00:39:49.096Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-10-12T00:39:49.376Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44285/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=34f459423ae32dd07993eebd7c81dc6390403b5a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:34f459423ae32dd07993eebd7c81dc6390403b5a hack/test/unit [2022-10-12T00:39:49.942Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald') [2022-10-12T00:39:49.942Z] + TESTFLAGS+=' -test.timeout=5m' [2022-10-12T00:39:49.942Z] + TESTDIRS=./... [2022-10-12T00:39:49.942Z] + exclude_paths='/vendor/|/integration' [2022-10-12T00:39:49.942Z] ++ go list ./... [2022-10-12T00:39:49.942Z] ++ grep -vE '(/vendor/|/integration)' [2022-10-12T00:39:50.878Z] + pkg_list='github.com/docker/docker/api [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/backend/build [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/httpstatus [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/httputils [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/middleware [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/build [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/checkpoint [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/container [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/debug [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/distribution [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/grpc [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/image [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/network [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/plugin [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/session [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/swarm [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/system [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/server/router/volume [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/backend [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/blkiodev [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/container [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/events [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/filters [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/image [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/mount [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/network [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/plugins/logdriver [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/registry [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/strslice [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/swarm [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/swarm/runtime [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/time [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/versions [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/versions/v1p19 [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/versions/v1p20 [2022-10-12T00:39:50.878Z] github.com/docker/docker/api/types/volume [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/builder-next [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/builder-next/exporter [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/builder-next/worker [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/dockerfile [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/remotecontext [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/remotecontext/git [2022-10-12T00:39:50.878Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-10-12T00:39:50.878Z] github.com/docker/docker/cli [2022-10-12T00:39:50.878Z] github.com/docker/docker/cli/config [2022-10-12T00:39:50.878Z] github.com/docker/docker/cli/debug [2022-10-12T00:39:50.878Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-10-12T00:39:50.878Z] github.com/docker/docker/cli/winresources/dockerd [2022-10-12T00:39:50.878Z] github.com/docker/docker/client [2022-10-12T00:39:50.878Z] github.com/docker/docker/cmd/docker-proxy [2022-10-12T00:39:50.878Z] github.com/docker/docker/cmd/dockerd [2022-10-12T00:39:50.878Z] github.com/docker/docker/cmd/dockerd/trap [2022-10-12T00:39:50.878Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-10-12T00:39:50.878Z] github.com/docker/docker/container [2022-10-12T00:39:50.878Z] github.com/docker/docker/container/stream [2022-10-12T00:39:50.878Z] github.com/docker/docker/contrib/apparmor [2022-10-12T00:39:50.878Z] github.com/docker/docker/contrib/docker-device-tool [2022-10-12T00:39:50.878Z] github.com/docker/docker/contrib/httpserver [2022-10-12T00:39:50.878Z] github.com/docker/docker/daemon [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/convert [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/executor [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/executor/container [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/provider [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/config [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/containerd [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/events [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/events/testutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/copy [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/register [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/images [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/initlayer [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/links [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/listeners [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/awslogs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/fluentd [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/gcplogs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/gelf [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/local [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/logentries [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/loggertest [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/loggerutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/splunk [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/syslog [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/templates [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/names [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/network [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/stats [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution/metadata [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution/utils [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution/xfer [2022-10-12T00:39:50.879Z] github.com/docker/docker/dockerversion [2022-10-12T00:39:50.879Z] github.com/docker/docker/errdefs [2022-10-12T00:39:50.879Z] github.com/docker/docker/image [2022-10-12T00:39:50.879Z] github.com/docker/docker/image/cache [2022-10-12T00:39:50.879Z] github.com/docker/docker/image/tarexport [2022-10-12T00:39:50.879Z] github.com/docker/docker/image/v1 [2022-10-12T00:39:50.879Z] github.com/docker/docker/internal/test/suite [2022-10-12T00:39:50.879Z] github.com/docker/docker/layer [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/queue [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/remote [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/supervisor [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/types [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/bitseq [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cluster [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/config [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/datastore [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/diagnostic [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/discoverapi [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/driverapi [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/host [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/null [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/remote [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/windows [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drvregistry [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/etchosts [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/idm [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/internal/caller [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipam [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipamapi [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipams/null [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipams/remote [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ipamutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/iptables [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/netlabel [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/netutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/networkdb [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/ns [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/options [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/osl [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/osl/kernel [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/portallocator [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/portmapper [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/resolvconf [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/testutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/types [2022-10-12T00:39:50.879Z] github.com/docker/docker/oci [2022-10-12T00:39:50.879Z] github.com/docker/docker/oci/caps [2022-10-12T00:39:50.879Z] github.com/docker/docker/opts [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/aaparser [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/archive [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/authorization [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/broadcaster [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/capabilities [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/chrootarchive [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/containerfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/devicemapper [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/directory [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/dmesg [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/fileutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/fsutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/homedir [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/idtools [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/ioutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/jsonmessage [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/longpath [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/loopback [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/namesgenerator [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/parsers [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/parsers/kernel [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/pidfile [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/platform [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/plugingetter [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/plugins [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/plugins/transport [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/pools [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/progress [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/pubsub [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/reexec [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/stack [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/stdcopy [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/streamformatter [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/stringid [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/sysinfo [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/system [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/tailfile [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/tarsum [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/urlutil [2022-10-12T00:39:50.879Z] github.com/docker/docker/pkg/useragent [2022-10-12T00:39:50.879Z] github.com/docker/docker/plugin [2022-10-12T00:39:50.879Z] github.com/docker/docker/plugin/executor/containerd [2022-10-12T00:39:50.879Z] github.com/docker/docker/plugin/v2 [2022-10-12T00:39:50.879Z] github.com/docker/docker/profiles/apparmor [2022-10-12T00:39:50.879Z] github.com/docker/docker/profiles/seccomp [2022-10-12T00:39:50.879Z] github.com/docker/docker/quota [2022-10-12T00:39:50.879Z] github.com/docker/docker/reference [2022-10-12T00:39:50.879Z] github.com/docker/docker/registry [2022-10-12T00:39:50.879Z] github.com/docker/docker/registry/resumable [2022-10-12T00:39:50.879Z] github.com/docker/docker/restartmanager [2022-10-12T00:39:50.879Z] github.com/docker/docker/rootless [2022-10-12T00:39:50.879Z] github.com/docker/docker/rootless/specconv [2022-10-12T00:39:50.879Z] github.com/docker/docker/runconfig [2022-10-12T00:39:50.879Z] github.com/docker/docker/runconfig/opts [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/daemon [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/environment [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/fakecontext [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/fakegit [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/fakestorage [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/fixtures/load [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/fixtures/plugin [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/registry [2022-10-12T00:39:50.879Z] github.com/docker/docker/testutil/request [2022-10-12T00:39:50.879Z] github.com/docker/docker/volume [2022-10-12T00:39:50.879Z] github.com/docker/docker/volume/drivers [2022-10-12T00:39:50.879Z] github.com/docker/docker/volume/local [2022-10-12T00:39:50.879Z] github.com/docker/docker/volume/mounts [2022-10-12T00:39:50.879Z] github.com/docker/docker/volume/service [2022-10-12T00:39:50.879Z] github.com/docker/docker/volume/service/opts [2022-10-12T00:39:50.879Z] github.com/docker/docker/volume/testutils' [2022-10-12T00:39:50.879Z] ++ grep --fixed-strings -v /libnetwork [2022-10-12T00:39:50.879Z] ++ echo 'github.com/docker/docker/api [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/backend/build [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/httpstatus [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/httputils [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/middleware [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/build [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/checkpoint [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/container [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/debug [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/distribution [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/grpc [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/image [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/network [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/plugin [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/session [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/swarm [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/system [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/server/router/volume [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/backend [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/blkiodev [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/container [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/events [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/filters [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/image [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/mount [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/network [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/plugins/logdriver [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/registry [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/strslice [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/swarm [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/swarm/runtime [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/time [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/versions [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/versions/v1p19 [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/versions/v1p20 [2022-10-12T00:39:50.879Z] github.com/docker/docker/api/types/volume [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/builder-next [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/builder-next/exporter [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/builder-next/worker [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/dockerfile [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/remotecontext [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/remotecontext/git [2022-10-12T00:39:50.879Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-10-12T00:39:50.879Z] github.com/docker/docker/cli [2022-10-12T00:39:50.879Z] github.com/docker/docker/cli/config [2022-10-12T00:39:50.879Z] github.com/docker/docker/cli/debug [2022-10-12T00:39:50.879Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-10-12T00:39:50.879Z] github.com/docker/docker/cli/winresources/dockerd [2022-10-12T00:39:50.879Z] github.com/docker/docker/client [2022-10-12T00:39:50.879Z] github.com/docker/docker/cmd/docker-proxy [2022-10-12T00:39:50.879Z] github.com/docker/docker/cmd/dockerd [2022-10-12T00:39:50.879Z] github.com/docker/docker/cmd/dockerd/trap [2022-10-12T00:39:50.879Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-10-12T00:39:50.879Z] github.com/docker/docker/container [2022-10-12T00:39:50.879Z] github.com/docker/docker/container/stream [2022-10-12T00:39:50.879Z] github.com/docker/docker/contrib/apparmor [2022-10-12T00:39:50.879Z] github.com/docker/docker/contrib/docker-device-tool [2022-10-12T00:39:50.879Z] github.com/docker/docker/contrib/httpserver [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/convert [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/executor [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/executor/container [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/cluster/provider [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/config [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/containerd [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/events [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/events/testutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/copy [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/register [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/images [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/initlayer [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/links [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/listeners [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/awslogs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/fluentd [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/gcplogs [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/gelf [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/local [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/logentries [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/loggertest [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/loggerutils [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/splunk [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/syslog [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/logger/templates [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/names [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/network [2022-10-12T00:39:50.879Z] github.com/docker/docker/daemon/stats [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution/metadata [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution/utils [2022-10-12T00:39:50.879Z] github.com/docker/docker/distribution/xfer [2022-10-12T00:39:50.879Z] github.com/docker/docker/dockerversion [2022-10-12T00:39:50.879Z] github.com/docker/docker/errdefs [2022-10-12T00:39:50.879Z] github.com/docker/docker/image [2022-10-12T00:39:50.879Z] github.com/docker/docker/image/cache [2022-10-12T00:39:50.879Z] github.com/docker/docker/image/tarexport [2022-10-12T00:39:50.879Z] github.com/docker/docker/image/v1 [2022-10-12T00:39:50.879Z] github.com/docker/docker/internal/test/suite [2022-10-12T00:39:50.879Z] github.com/docker/docker/layer [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/queue [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/remote [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/supervisor [2022-10-12T00:39:50.879Z] github.com/docker/docker/libcontainerd/types [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/bitseq [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cluster [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/config [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/datastore [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/diagnostic [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/discoverapi [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/driverapi [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-10-12T00:39:50.879Z] github.com/docker/docker/libnetwork/drivers/host [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/null [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/remote [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/windows [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/drvregistry [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/etchosts [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/idm [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/internal/caller [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipam [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipamapi [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipams/null [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipams/remote [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ipamutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/iptables [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/netlabel [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/netutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/networkdb [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/ns [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/options [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/osl [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/osl/kernel [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/portallocator [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/portmapper [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/resolvconf [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/testutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/libnetwork/types [2022-10-12T00:39:50.880Z] github.com/docker/docker/oci [2022-10-12T00:39:50.880Z] github.com/docker/docker/oci/caps [2022-10-12T00:39:50.880Z] github.com/docker/docker/opts [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/aaparser [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/archive [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/authorization [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/broadcaster [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/capabilities [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/chrootarchive [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/containerfs [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/devicemapper [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/directory [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/dmesg [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/fileutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/fsutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/homedir [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/idtools [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/ioutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/jsonmessage [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/longpath [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/loopback [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/namesgenerator [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/parsers [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/parsers/kernel [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/pidfile [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/platform [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugingetter [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/transport [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/pools [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/progress [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/pubsub [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/reexec [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/stack [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/stdcopy [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/streamformatter [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/stringid [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/sysinfo [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/system [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/tailfile [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/tarsum [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/urlutil [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/useragent [2022-10-12T00:39:50.880Z] github.com/docker/docker/plugin [2022-10-12T00:39:50.880Z] github.com/docker/docker/plugin/executor/containerd [2022-10-12T00:39:50.880Z] github.com/docker/docker/plugin/v2 [2022-10-12T00:39:50.880Z] github.com/docker/docker/profiles/apparmor [2022-10-12T00:39:50.880Z] github.com/docker/docker/profiles/seccomp [2022-10-12T00:39:50.880Z] github.com/docker/docker/quota [2022-10-12T00:39:50.880Z] github.com/docker/docker/reference [2022-10-12T00:39:50.880Z] github.com/docker/docker/registry [2022-10-12T00:39:50.880Z] github.com/docker/docker/registry/resumable [2022-10-12T00:39:50.880Z] github.com/docker/docker/restartmanager [2022-10-12T00:39:50.880Z] github.com/docker/docker/rootless [2022-10-12T00:39:50.880Z] github.com/docker/docker/rootless/specconv [2022-10-12T00:39:50.880Z] github.com/docker/docker/runconfig [2022-10-12T00:39:50.880Z] github.com/docker/docker/runconfig/opts [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/daemon [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/environment [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fakecontext [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fakegit [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fakestorage [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fixtures/load [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fixtures/plugin [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/registry [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/request [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/drivers [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/local [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/mounts [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/service [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/service/opts [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/testutils' [2022-10-12T00:39:50.880Z] + base_pkg_list='github.com/docker/docker/api [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/backend/build [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/httpstatus [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/httputils [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/middleware [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/build [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/checkpoint [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/container [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/debug [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/distribution [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/grpc [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/image [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/network [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/plugin [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/session [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/swarm [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/system [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/volume [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/backend [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/blkiodev [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/container [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/events [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/filters [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/image [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/mount [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/network [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/plugins/logdriver [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/registry [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/strslice [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/swarm [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/swarm/runtime [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/time [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/versions [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/versions/v1p19 [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/versions/v1p20 [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/volume [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/builder-next [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/builder-next/exporter [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/builder-next/worker [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/dockerfile [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/remotecontext [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/remotecontext/git [2022-10-12T00:39:50.880Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-10-12T00:39:50.880Z] github.com/docker/docker/cli [2022-10-12T00:39:50.880Z] github.com/docker/docker/cli/config [2022-10-12T00:39:50.880Z] github.com/docker/docker/cli/debug [2022-10-12T00:39:50.880Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-10-12T00:39:50.880Z] github.com/docker/docker/cli/winresources/dockerd [2022-10-12T00:39:50.880Z] github.com/docker/docker/client [2022-10-12T00:39:50.880Z] github.com/docker/docker/cmd/docker-proxy [2022-10-12T00:39:50.880Z] github.com/docker/docker/cmd/dockerd [2022-10-12T00:39:50.880Z] github.com/docker/docker/cmd/dockerd/trap [2022-10-12T00:39:50.880Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-10-12T00:39:50.880Z] github.com/docker/docker/container [2022-10-12T00:39:50.880Z] github.com/docker/docker/container/stream [2022-10-12T00:39:50.880Z] github.com/docker/docker/contrib/apparmor [2022-10-12T00:39:50.880Z] github.com/docker/docker/contrib/docker-device-tool [2022-10-12T00:39:50.880Z] github.com/docker/docker/contrib/httpserver [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/cluster [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/cluster/convert [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/cluster/executor [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/cluster/executor/container [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/cluster/provider [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/config [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/containerd [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/events [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/events/testutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/copy [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/register [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/images [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/initlayer [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/links [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/listeners [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/awslogs [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/fluentd [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/gcplogs [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/gelf [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/journald [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/local [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/logentries [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/loggertest [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/loggerutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/splunk [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/syslog [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/logger/templates [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/names [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/network [2022-10-12T00:39:50.880Z] github.com/docker/docker/daemon/stats [2022-10-12T00:39:50.880Z] github.com/docker/docker/distribution [2022-10-12T00:39:50.880Z] github.com/docker/docker/distribution/metadata [2022-10-12T00:39:50.880Z] github.com/docker/docker/distribution/utils [2022-10-12T00:39:50.880Z] github.com/docker/docker/distribution/xfer [2022-10-12T00:39:50.880Z] github.com/docker/docker/dockerversion [2022-10-12T00:39:50.880Z] github.com/docker/docker/errdefs [2022-10-12T00:39:50.880Z] github.com/docker/docker/image [2022-10-12T00:39:50.880Z] github.com/docker/docker/image/cache [2022-10-12T00:39:50.880Z] github.com/docker/docker/image/tarexport [2022-10-12T00:39:50.880Z] github.com/docker/docker/image/v1 [2022-10-12T00:39:50.880Z] github.com/docker/docker/internal/test/suite [2022-10-12T00:39:50.880Z] github.com/docker/docker/layer [2022-10-12T00:39:50.880Z] github.com/docker/docker/libcontainerd [2022-10-12T00:39:50.880Z] github.com/docker/docker/libcontainerd/queue [2022-10-12T00:39:50.880Z] github.com/docker/docker/libcontainerd/remote [2022-10-12T00:39:50.880Z] github.com/docker/docker/libcontainerd/supervisor [2022-10-12T00:39:50.880Z] github.com/docker/docker/libcontainerd/types [2022-10-12T00:39:50.880Z] github.com/docker/docker/oci [2022-10-12T00:39:50.880Z] github.com/docker/docker/oci/caps [2022-10-12T00:39:50.880Z] github.com/docker/docker/opts [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/aaparser [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/archive [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/authorization [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/broadcaster [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/capabilities [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/chrootarchive [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/containerfs [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/devicemapper [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/directory [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/dmesg [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/fileutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/fsutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/homedir [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/idtools [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/ioutils [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/jsonmessage [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/longpath [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/loopback [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/namesgenerator [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/parsers [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/parsers/kernel [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/pidfile [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/platform [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugingetter [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/plugins/transport [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/pools [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/progress [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/pubsub [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/reexec [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/stack [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/stdcopy [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/streamformatter [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/stringid [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/sysinfo [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/system [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/tailfile [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/tarsum [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/urlutil [2022-10-12T00:39:50.880Z] github.com/docker/docker/pkg/useragent [2022-10-12T00:39:50.880Z] github.com/docker/docker/plugin [2022-10-12T00:39:50.880Z] github.com/docker/docker/plugin/executor/containerd [2022-10-12T00:39:50.880Z] github.com/docker/docker/plugin/v2 [2022-10-12T00:39:50.880Z] github.com/docker/docker/profiles/apparmor [2022-10-12T00:39:50.880Z] github.com/docker/docker/profiles/seccomp [2022-10-12T00:39:50.880Z] github.com/docker/docker/quota [2022-10-12T00:39:50.880Z] github.com/docker/docker/reference [2022-10-12T00:39:50.880Z] github.com/docker/docker/registry [2022-10-12T00:39:50.880Z] github.com/docker/docker/registry/resumable [2022-10-12T00:39:50.880Z] github.com/docker/docker/restartmanager [2022-10-12T00:39:50.880Z] github.com/docker/docker/rootless [2022-10-12T00:39:50.880Z] github.com/docker/docker/rootless/specconv [2022-10-12T00:39:50.880Z] github.com/docker/docker/runconfig [2022-10-12T00:39:50.880Z] github.com/docker/docker/runconfig/opts [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/daemon [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/environment [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fakecontext [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fakegit [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fakestorage [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fixtures/load [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fixtures/plugin [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/registry [2022-10-12T00:39:50.880Z] github.com/docker/docker/testutil/request [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/drivers [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/local [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/mounts [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/service [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/service/opts [2022-10-12T00:39:50.880Z] github.com/docker/docker/volume/testutils' [2022-10-12T00:39:50.880Z] ++ grep --fixed-strings /libnetwork [2022-10-12T00:39:50.880Z] ++ echo 'github.com/docker/docker/api [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/backend/build [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/httpstatus [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/httputils [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/middleware [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/build [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/checkpoint [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/container [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/debug [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/distribution [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/grpc [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/image [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/network [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/plugin [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/session [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/swarm [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/system [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/server/router/volume [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/backend [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/blkiodev [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/container [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/events [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/filters [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/image [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/mount [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/network [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/plugins/logdriver [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/registry [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/strslice [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/swarm [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/swarm/runtime [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/time [2022-10-12T00:39:50.880Z] github.com/docker/docker/api/types/versions [2022-10-12T00:39:50.881Z] github.com/docker/docker/api/types/versions/v1p19 [2022-10-12T00:39:50.881Z] github.com/docker/docker/api/types/versions/v1p20 [2022-10-12T00:39:50.881Z] github.com/docker/docker/api/types/volume [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/builder-next [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/builder-next/exporter [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/builder-next/worker [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/dockerfile [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/remotecontext [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/remotecontext/git [2022-10-12T00:39:50.881Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-10-12T00:39:50.881Z] github.com/docker/docker/cli [2022-10-12T00:39:50.881Z] github.com/docker/docker/cli/config [2022-10-12T00:39:50.881Z] github.com/docker/docker/cli/debug [2022-10-12T00:39:50.881Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-10-12T00:39:50.881Z] github.com/docker/docker/cli/winresources/dockerd [2022-10-12T00:39:50.881Z] github.com/docker/docker/client [2022-10-12T00:39:50.881Z] github.com/docker/docker/cmd/docker-proxy [2022-10-12T00:39:50.881Z] github.com/docker/docker/cmd/dockerd [2022-10-12T00:39:50.881Z] github.com/docker/docker/cmd/dockerd/trap [2022-10-12T00:39:50.881Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-10-12T00:39:50.881Z] github.com/docker/docker/container [2022-10-12T00:39:50.881Z] github.com/docker/docker/container/stream [2022-10-12T00:39:50.881Z] github.com/docker/docker/contrib/apparmor [2022-10-12T00:39:50.881Z] github.com/docker/docker/contrib/docker-device-tool [2022-10-12T00:39:50.881Z] github.com/docker/docker/contrib/httpserver [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/cluster [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/cluster/convert [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/cluster/executor [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/cluster/executor/container [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/cluster/provider [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/config [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/containerd [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/events [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/events/testutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/copy [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/register [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/images [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/initlayer [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/links [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/listeners [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/awslogs [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/fluentd [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/gcplogs [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/gelf [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/journald [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/local [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/logentries [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/loggertest [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/loggerutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/splunk [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/syslog [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/logger/templates [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/names [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/network [2022-10-12T00:39:50.881Z] github.com/docker/docker/daemon/stats [2022-10-12T00:39:50.881Z] github.com/docker/docker/distribution [2022-10-12T00:39:50.881Z] github.com/docker/docker/distribution/metadata [2022-10-12T00:39:50.881Z] github.com/docker/docker/distribution/utils [2022-10-12T00:39:50.881Z] github.com/docker/docker/distribution/xfer [2022-10-12T00:39:50.881Z] github.com/docker/docker/dockerversion [2022-10-12T00:39:50.881Z] github.com/docker/docker/errdefs [2022-10-12T00:39:50.881Z] github.com/docker/docker/image [2022-10-12T00:39:50.881Z] github.com/docker/docker/image/cache [2022-10-12T00:39:50.881Z] github.com/docker/docker/image/tarexport [2022-10-12T00:39:50.881Z] github.com/docker/docker/image/v1 [2022-10-12T00:39:50.881Z] github.com/docker/docker/internal/test/suite [2022-10-12T00:39:50.881Z] github.com/docker/docker/layer [2022-10-12T00:39:50.881Z] github.com/docker/docker/libcontainerd [2022-10-12T00:39:50.881Z] github.com/docker/docker/libcontainerd/queue [2022-10-12T00:39:50.881Z] github.com/docker/docker/libcontainerd/remote [2022-10-12T00:39:50.881Z] github.com/docker/docker/libcontainerd/supervisor [2022-10-12T00:39:50.881Z] github.com/docker/docker/libcontainerd/types [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/bitseq [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cluster [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/config [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/datastore [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/diagnostic [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/discoverapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/driverapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/host [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/null [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/remote [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/windows [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drvregistry [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/etchosts [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/idm [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/internal/caller [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipam [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipamapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/null [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/remote [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipamutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/iptables [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/netlabel [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/netutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/networkdb [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ns [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/options [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/osl [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/osl/kernel [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/portallocator [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/portmapper [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/resolvconf [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/testutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/types [2022-10-12T00:39:50.881Z] github.com/docker/docker/oci [2022-10-12T00:39:50.881Z] github.com/docker/docker/oci/caps [2022-10-12T00:39:50.881Z] github.com/docker/docker/opts [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/aaparser [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/archive [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/authorization [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/broadcaster [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/capabilities [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/chrootarchive [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/containerfs [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/devicemapper [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/directory [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/dmesg [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/fileutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/fsutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/homedir [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/idtools [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/ioutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/jsonmessage [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/longpath [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/loopback [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/namesgenerator [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/parsers [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/parsers/kernel [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/pidfile [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/platform [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/plugingetter [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/plugins [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/plugins/transport [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/pools [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/progress [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/pubsub [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/reexec [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/stack [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/stdcopy [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/streamformatter [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/stringid [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/sysinfo [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/system [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/tailfile [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/tarsum [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/urlutil [2022-10-12T00:39:50.881Z] github.com/docker/docker/pkg/useragent [2022-10-12T00:39:50.881Z] github.com/docker/docker/plugin [2022-10-12T00:39:50.881Z] github.com/docker/docker/plugin/executor/containerd [2022-10-12T00:39:50.881Z] github.com/docker/docker/plugin/v2 [2022-10-12T00:39:50.881Z] github.com/docker/docker/profiles/apparmor [2022-10-12T00:39:50.881Z] github.com/docker/docker/profiles/seccomp [2022-10-12T00:39:50.881Z] github.com/docker/docker/quota [2022-10-12T00:39:50.881Z] github.com/docker/docker/reference [2022-10-12T00:39:50.881Z] github.com/docker/docker/registry [2022-10-12T00:39:50.881Z] github.com/docker/docker/registry/resumable [2022-10-12T00:39:50.881Z] github.com/docker/docker/restartmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/rootless [2022-10-12T00:39:50.881Z] github.com/docker/docker/rootless/specconv [2022-10-12T00:39:50.881Z] github.com/docker/docker/runconfig [2022-10-12T00:39:50.881Z] github.com/docker/docker/runconfig/opts [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/daemon [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/environment [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/fakecontext [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/fakegit [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/fakestorage [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/fixtures/load [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/fixtures/plugin [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/registry [2022-10-12T00:39:50.881Z] github.com/docker/docker/testutil/request [2022-10-12T00:39:50.881Z] github.com/docker/docker/volume [2022-10-12T00:39:50.881Z] github.com/docker/docker/volume/drivers [2022-10-12T00:39:50.881Z] github.com/docker/docker/volume/local [2022-10-12T00:39:50.881Z] github.com/docker/docker/volume/mounts [2022-10-12T00:39:50.881Z] github.com/docker/docker/volume/service [2022-10-12T00:39:50.881Z] github.com/docker/docker/volume/service/opts [2022-10-12T00:39:50.881Z] github.com/docker/docker/volume/testutils' [2022-10-12T00:39:50.881Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/bitseq [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cluster [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/config [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/datastore [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/diagnostic [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/discoverapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/driverapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/host [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/null [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/remote [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/windows [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drvregistry [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/etchosts [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/idm [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/internal/caller [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipam [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipamapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/null [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/remote [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipamutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/iptables [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/netlabel [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/netutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/networkdb [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ns [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/options [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/osl [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/osl/kernel [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/portallocator [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/portmapper [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/resolvconf [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/testutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/types' [2022-10-12T00:39:50.881Z] + echo 'github.com/docker/docker/libnetwork [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/bitseq [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cluster [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/config [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/datastore [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/diagnostic [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/discoverapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/driverapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/host [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/null [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/remote [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/windows [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/drvregistry [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/etchosts [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/idm [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/internal/caller [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipam [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipamapi [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/null [2022-10-12T00:39:50.881Z] github.com/docker/docker/libnetwork/ipams/remote [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/ipamutils [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/iptables [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/netlabel [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/netutils [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/networkdb [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/ns [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/options [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/osl [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/osl/kernel [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/portallocator [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/portmapper [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/resolvconf [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/testutils [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/types' [2022-10-12T00:39:50.882Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-10-12T00:39:50.882Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-10-12T00:39:50.882Z] + type docker-proxy [2022-10-12T00:39:50.882Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-10-12T00:39:50.882Z] + hack/make.sh binary-proxy install-proxy [2022-10-12T00:39:50.882Z] [2022-10-12T00:39:50.882Z] Removing bundles/ [2022-10-12T00:39:50.882Z] [2022-10-12T00:39:50.882Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-10-12T00:39:50.882Z] Building: bundles/binary-proxy/docker-proxy [2022-10-12T00:39:50.882Z] GOOS="" GOARCH="" GOARM="" [2022-10-12T00:39:57.446Z] Created binary: bundles/binary-proxy/docker-proxy [2022-10-12T00:39:57.446Z] [2022-10-12T00:39:57.446Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-10-12T00:39:57.446Z] Installing docker-proxy to /usr/local/bin/ [2022-10-12T00:39:57.446Z] [2022-10-12T00:39:57.446Z] + mkdir -p bundles [2022-10-12T00:39:57.446Z] + '[' -n 'github.com/docker/docker/api [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/backend/build [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/httpstatus [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/httputils [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/middleware [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/build [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/checkpoint [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/container [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/debug [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/distribution [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/grpc [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/image [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/network [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/plugin [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/session [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/swarm [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/system [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/server/router/volume [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/backend [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/blkiodev [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/container [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/events [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/filters [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/image [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/mount [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/network [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/plugins/logdriver [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/registry [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/strslice [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/swarm [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/swarm/runtime [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/time [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/versions [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/versions/v1p19 [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/versions/v1p20 [2022-10-12T00:39:57.446Z] github.com/docker/docker/api/types/volume [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/builder-next [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/builder-next/exporter [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/builder-next/worker [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/dockerfile [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/remotecontext [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/remotecontext/git [2022-10-12T00:39:57.446Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-10-12T00:39:57.446Z] github.com/docker/docker/cli [2022-10-12T00:39:57.446Z] github.com/docker/docker/cli/config [2022-10-12T00:39:57.446Z] github.com/docker/docker/cli/debug [2022-10-12T00:39:57.446Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-10-12T00:39:57.446Z] github.com/docker/docker/cli/winresources/dockerd [2022-10-12T00:39:57.446Z] github.com/docker/docker/client [2022-10-12T00:39:57.446Z] github.com/docker/docker/cmd/docker-proxy [2022-10-12T00:39:57.446Z] github.com/docker/docker/cmd/dockerd [2022-10-12T00:39:57.446Z] github.com/docker/docker/cmd/dockerd/trap [2022-10-12T00:39:57.446Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-10-12T00:39:57.446Z] github.com/docker/docker/container [2022-10-12T00:39:57.446Z] github.com/docker/docker/container/stream [2022-10-12T00:39:57.446Z] github.com/docker/docker/contrib/apparmor [2022-10-12T00:39:57.446Z] github.com/docker/docker/contrib/docker-device-tool [2022-10-12T00:39:57.446Z] github.com/docker/docker/contrib/httpserver [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/cluster [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/cluster/convert [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/cluster/executor [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/cluster/executor/container [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/cluster/provider [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/config [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/containerd [2022-10-12T00:39:57.446Z] github.com/docker/docker/daemon/events [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/events/testutils [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/copy [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/register [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/images [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/initlayer [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/links [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/listeners [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/awslogs [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/fluentd [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/gcplogs [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/gelf [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/journald [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/local [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/logentries [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/loggertest [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/loggerutils [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/splunk [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/syslog [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/logger/templates [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/names [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/network [2022-10-12T00:39:57.447Z] github.com/docker/docker/daemon/stats [2022-10-12T00:39:57.447Z] github.com/docker/docker/distribution [2022-10-12T00:39:57.447Z] github.com/docker/docker/distribution/metadata [2022-10-12T00:39:57.447Z] github.com/docker/docker/distribution/utils [2022-10-12T00:39:57.447Z] github.com/docker/docker/distribution/xfer [2022-10-12T00:39:57.447Z] github.com/docker/docker/dockerversion [2022-10-12T00:39:57.447Z] github.com/docker/docker/errdefs [2022-10-12T00:39:57.447Z] github.com/docker/docker/image [2022-10-12T00:39:57.447Z] github.com/docker/docker/image/cache [2022-10-12T00:39:57.447Z] github.com/docker/docker/image/tarexport [2022-10-12T00:39:57.447Z] github.com/docker/docker/image/v1 [2022-10-12T00:39:57.447Z] github.com/docker/docker/internal/test/suite [2022-10-12T00:39:57.447Z] github.com/docker/docker/layer [2022-10-12T00:39:57.447Z] github.com/docker/docker/libcontainerd [2022-10-12T00:39:57.447Z] github.com/docker/docker/libcontainerd/queue [2022-10-12T00:39:57.447Z] github.com/docker/docker/libcontainerd/remote [2022-10-12T00:39:57.447Z] github.com/docker/docker/libcontainerd/supervisor [2022-10-12T00:39:57.447Z] github.com/docker/docker/libcontainerd/types [2022-10-12T00:39:57.447Z] github.com/docker/docker/oci [2022-10-12T00:39:57.447Z] github.com/docker/docker/oci/caps [2022-10-12T00:39:57.447Z] github.com/docker/docker/opts [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/aaparser [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/archive [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/authorization [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/broadcaster [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/capabilities [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/chrootarchive [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/containerfs [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/devicemapper [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/directory [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/dmesg [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/fileutils [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/fsutils [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/homedir [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/idtools [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/ioutils [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/jsonmessage [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/longpath [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/loopback [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/namesgenerator [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/parsers [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/parsers/kernel [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/pidfile [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/platform [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/plugingetter [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/plugins [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/plugins/transport [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/pools [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/progress [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/pubsub [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/reexec [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/stack [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/stdcopy [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/streamformatter [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/stringid [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/sysinfo [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/system [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/tailfile [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/tarsum [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/urlutil [2022-10-12T00:39:57.447Z] github.com/docker/docker/pkg/useragent [2022-10-12T00:39:57.447Z] github.com/docker/docker/plugin [2022-10-12T00:39:57.447Z] github.com/docker/docker/plugin/executor/containerd [2022-10-12T00:39:57.447Z] github.com/docker/docker/plugin/v2 [2022-10-12T00:39:57.447Z] github.com/docker/docker/profiles/apparmor [2022-10-12T00:39:57.447Z] github.com/docker/docker/profiles/seccomp [2022-10-12T00:39:57.447Z] github.com/docker/docker/quota [2022-10-12T00:39:57.447Z] github.com/docker/docker/reference [2022-10-12T00:39:57.447Z] github.com/docker/docker/registry [2022-10-12T00:39:57.447Z] github.com/docker/docker/registry/resumable [2022-10-12T00:39:57.447Z] github.com/docker/docker/restartmanager [2022-10-12T00:39:57.447Z] github.com/docker/docker/rootless [2022-10-12T00:39:57.447Z] github.com/docker/docker/rootless/specconv [2022-10-12T00:39:57.447Z] github.com/docker/docker/runconfig [2022-10-12T00:39:57.447Z] github.com/docker/docker/runconfig/opts [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/daemon [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/environment [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/fakecontext [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/fakegit [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/fakestorage [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/fixtures/load [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/fixtures/plugin [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/registry [2022-10-12T00:39:57.447Z] github.com/docker/docker/testutil/request [2022-10-12T00:39:57.447Z] github.com/docker/docker/volume [2022-10-12T00:39:57.447Z] github.com/docker/docker/volume/drivers [2022-10-12T00:39:57.447Z] github.com/docker/docker/volume/local [2022-10-12T00:39:57.447Z] github.com/docker/docker/volume/mounts [2022-10-12T00:39:57.447Z] github.com/docker/docker/volume/service [2022-10-12T00:39:57.447Z] github.com/docker/docker/volume/service/opts [2022-10-12T00:39:57.447Z] github.com/docker/docker/volume/testutils' ']' [2022-10-12T00:39:57.447Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-10-12T00:39:57.706Z] ? github.com/docker/docker/api [no test files] [2022-10-12T00:40:12.586Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/server/router/volume 0.005s coverage: 66.3% of statements [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/container [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/events [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/image [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/network [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-10-12T00:41:34.024Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/builder [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-10-12T00:41:34.024Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-10-12T00:41:34.025Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-10-12T00:41:34.025Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-10-12T00:41:34.025Z] ok github.com/docker/docker/builder/remotecontext 0.115s coverage: 13.7% of statements [2022-10-12T00:41:34.025Z] ok github.com/docker/docker/builder/dockerfile 0.561s coverage: 50.2% of statements [2022-10-12T00:41:34.025Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-10-12T00:41:34.025Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-10-12T00:41:34.025Z] ok github.com/docker/docker/builder/remotecontext/git 1.592s coverage: 86.3% of statements [2022-10-12T00:41:34.025Z] ? github.com/docker/docker/cli [no test files] [2022-10-12T00:41:34.025Z] ? github.com/docker/docker/cli/config [no test files] [2022-10-12T00:41:34.025Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-10-12T00:41:34.025Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-10-12T00:41:34.025Z] ok github.com/docker/docker/cmd/docker-proxy 0.019s coverage: 67.6% of statements [2022-10-12T00:41:34.960Z] ok github.com/docker/docker/client 0.112s coverage: 76.1% of statements [2022-10-12T00:42:07.079Z] ok github.com/docker/docker/cmd/dockerd 0.070s coverage: 29.9% of statements [2022-10-12T00:42:07.079Z] ok github.com/docker/docker/container 0.123s coverage: 35.8% of statements [2022-10-12T00:42:07.079Z] ok github.com/docker/docker/cmd/dockerd/trap 2.400s coverage: 0.0% of statements [2022-10-12T00:42:07.079Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-10-12T00:42:07.079Z] ? github.com/docker/docker/container/stream [no test files] [2022-10-12T00:42:07.079Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-10-12T00:42:07.079Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-10-12T00:42:07.079Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-10-12T00:42:09.611Z] ok github.com/docker/docker/daemon/cluster 0.074s coverage: 0.5% of statements [2022-10-12T00:42:11.514Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.017s coverage: 65.3% of statements [2022-10-12T00:42:12.890Z] ok github.com/docker/docker/daemon/cluster/convert 0.016s coverage: 36.9% of statements [2022-10-12T00:42:19.451Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.447s coverage: 13.4% of statements [2022-10-12T00:42:20.828Z] ok github.com/docker/docker/daemon/config 0.030s coverage: 76.8% of statements [2022-10-12T00:42:21.086Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-10-12T00:42:22.021Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2022-10-12T00:42:22.957Z] ok github.com/docker/docker/daemon 10.118s coverage: 16.4% of statements [2022-10-12T00:42:22.957Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-10-12T00:42:22.957Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-10-12T00:42:22.957Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-10-12T00:42:22.957Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-10-12T00:42:23.215Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.621s coverage: 74.8% of statements [2022-10-12T00:42:24.149Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.287s coverage: 60.7% of statements [2022-10-12T00:42:25.085Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-10-12T00:42:26.461Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.014s coverage: 1.9% of statements [2022-10-12T00:42:27.841Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.355s coverage: 50.6% of statements [2022-10-12T00:42:28.100Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.909s coverage: 45.9% of statements [2022-10-12T00:42:28.100Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-10-12T00:42:29.476Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.185s coverage: 60.0% of statements [2022-10-12T00:42:29.476Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-10-12T00:42:29.476Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-10-12T00:42:29.476Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.5% of statements [2022-10-12T00:42:30.851Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-10-12T00:42:31.110Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2022-10-12T00:42:32.044Z] ok github.com/docker/docker/daemon/images 0.049s coverage: 6.8% of statements [2022-10-12T00:42:32.044Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-10-12T00:42:32.044Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-10-12T00:42:32.612Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.2% of statements [2022-10-12T00:42:33.178Z] ok github.com/docker/docker/daemon/logger/awslogs 0.129s coverage: 79.6% of statements [2022-10-12T00:42:33.436Z] ok github.com/docker/docker/daemon/logger/fluentd 0.027s coverage: 53.6% of statements [2022-10-12T00:42:33.436Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-10-12T00:42:34.003Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2022-10-12T00:42:34.262Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.004s coverage: 88.2% of statements [2022-10-12T00:42:35.196Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.130s coverage: 76.8% of statements [2022-10-12T00:42:35.763Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2022-10-12T00:42:36.330Z] ok github.com/docker/docker/daemon/logger/local 0.025s coverage: 79.4% of statements [2022-10-12T00:42:37.265Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.021s coverage: 63.5% of statements [2022-10-12T00:42:37.832Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 31.5% of statements [2022-10-12T00:42:38.090Z] ok github.com/docker/docker/daemon/logger/journald 3.333s coverage: 74.5% of statements [2022-10-12T00:42:38.090Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2022-10-12T00:42:38.090Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2022-10-12T00:42:38.090Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-10-12T00:42:38.090Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-10-12T00:42:38.656Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-10-12T00:42:38.914Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-10-12T00:42:39.480Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-10-12T00:42:40.047Z] ok github.com/docker/docker/daemon/logger/splunk 1.549s coverage: 82.5% of statements [2022-10-12T00:42:40.047Z] ? github.com/docker/docker/daemon/names [no test files] [2022-10-12T00:42:40.047Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-10-12T00:42:40.985Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-10-12T00:42:42.359Z] ok github.com/docker/docker/distribution 1.514s coverage: 28.0% of statements [2022-10-12T00:42:42.359Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-10-12T00:42:42.617Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-10-12T00:42:43.552Z] ok github.com/docker/docker/image 0.029s coverage: 86.9% of statements [2022-10-12T00:42:43.552Z] ok github.com/docker/docker/distribution/xfer 1.893s coverage: 84.9% of statements [2022-10-12T00:42:43.552Z] ? github.com/docker/docker/dockerversion [no test files] [2022-10-12T00:42:43.810Z] ok github.com/docker/docker/image/cache 0.020s coverage: 19.2% of statements [2022-10-12T00:42:44.377Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-10-12T00:42:44.377Z] ? github.com/docker/docker/image/v1 [no test files] [2022-10-12T00:42:44.377Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-10-12T00:42:44.943Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-10-12T00:42:45.510Z] ok github.com/docker/docker/oci 0.010s coverage: 41.4% of statements [2022-10-12T00:42:46.077Z] ok github.com/docker/docker/opts 0.022s coverage: 66.0% of statements [2022-10-12T00:42:46.077Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-10-12T00:42:47.989Z] ok github.com/docker/docker/pkg/archive 0.297s coverage: 82.1% of statements [2022-10-12T00:42:48.925Z] ok github.com/docker/docker/pkg/authorization 0.775s coverage: 68.3% of statements [2022-10-12T00:42:49.183Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-10-12T00:42:49.183Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-10-12T00:42:52.466Z] ok github.com/docker/docker/pkg/chrootarchive 2.526s coverage: 44.9% of statements [2022-10-12T00:42:52.466Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 28.6% of statements [2022-10-12T00:42:52.725Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-10-12T00:42:52.984Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-10-12T00:42:53.242Z] ok github.com/docker/docker/layer 7.520s coverage: 68.9% of statements [2022-10-12T00:42:53.242Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-10-12T00:42:53.242Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-10-12T00:42:53.242Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-10-12T00:42:53.242Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-10-12T00:42:53.242Z] ? github.com/docker/docker/oci/caps [no test files] [2022-10-12T00:42:53.242Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-10-12T00:42:53.242Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 78.6% of statements [2022-10-12T00:42:53.242Z] ? github.com/docker/docker/pkg/fsutils [no test files] [2022-10-12T00:42:53.501Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-10-12T00:42:54.437Z] ok github.com/docker/docker/pkg/idtools 0.389s coverage: 69.5% of statements [2022-10-12T00:42:54.437Z] ok github.com/docker/docker/pkg/ioutils 0.369s coverage: 70.1% of statements [2022-10-12T00:42:54.695Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2022-10-12T00:42:54.695Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-10-12T00:42:54.695Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-10-12T00:42:54.953Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-10-12T00:42:54.953Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-10-12T00:42:55.213Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2022-10-12T00:42:55.213Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-10-12T00:42:55.471Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-10-12T00:42:55.471Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-10-12T00:42:55.471Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-10-12T00:42:55.730Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2022-10-12T00:42:56.297Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-10-12T00:42:56.556Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-10-12T00:42:56.814Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-10-12T00:42:57.073Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-10-12T00:42:57.332Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-10-12T00:42:57.590Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-10-12T00:42:57.848Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-10-12T00:42:57.848Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-10-12T00:42:58.415Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-10-12T00:42:58.982Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 46.5% of statements [2022-10-12T00:42:59.240Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2022-10-12T00:42:59.806Z] ok github.com/docker/docker/pkg/tarsum 0.047s coverage: 89.3% of statements [2022-10-12T00:42:59.806Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-10-12T00:43:01.709Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-10-12T00:43:01.968Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.4% of statements [2022-10-12T00:43:02.535Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-10-12T00:43:03.470Z] ok github.com/docker/docker/quota 0.169s coverage: 71.4% of statements [2022-10-12T00:43:04.037Z] ok github.com/docker/docker/reference 0.008s coverage: 84.4% of statements [2022-10-12T00:43:04.971Z] ok github.com/docker/docker/registry 0.082s coverage: 58.6% of statements [2022-10-12T00:43:05.229Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-10-12T00:43:05.229Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-10-12T00:43:05.795Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-10-12T00:43:06.054Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-10-12T00:43:07.429Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-10-12T00:43:08.375Z] ok github.com/docker/docker/volume/local 0.077s coverage: 77.1% of statements [2022-10-12T00:43:08.638Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-10-12T00:43:10.011Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2022-10-12T00:43:31.933Z] ok github.com/docker/docker/pkg/plugins 33.642s coverage: 76.3% of statements [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/pkg/pubsub [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/rootless [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/testutil/request [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/volume [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-10-12T00:43:31.933Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-10-12T00:43:31.933Z] [2022-10-12T00:43:31.933Z] === Skipped [2022-10-12T00:43:31.933Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-10-12T00:43:31.933Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-10-12T00:43:31.933Z] [2022-10-12T00:43:31.933Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-10-12T00:43:31.933Z] network_proxy_test.go:208: No support for dual stack yet [2022-10-12T00:43:31.933Z] [2022-10-12T00:43:31.933Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-10-12T00:43:31.933Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-10-12T00:43:31.933Z] [2022-10-12T00:43:31.933Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-10-12T00:43:31.933Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-10-12T00:43:31.933Z] [2022-10-12T00:43:31.933Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-10-12T00:43:31.933Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.933Z] graphtest_unix.go:44: Driver btrfs not supported [2022-10-12T00:43:31.933Z] [2022-10-12T00:43:31.933Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-10-12T00:43:31.933Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.933Z] graphtest_unix.go:44: Driver btrfs not supported [2022-10-12T00:43:31.933Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver btrfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver btrfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver btrfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:71: No driver to put! [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-10-12T00:43:31.934Z] time="2022-10-12T00:42:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-10-12T00:43:31.934Z] time="2022-10-12T00:42:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-10-12T00:43:31.934Z] time="2022-10-12T00:42:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-10-12T00:43:31.934Z] time="2022-10-12T00:42:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-10-12T00:43:31.934Z] time="2022-10-12T00:42:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:71: No driver to put! [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-10-12T00:43:31.934Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-10-12T00:43:31.934Z] overlay_test.go:50: Fails to compute changes intermittently [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-10-12T00:43:31.934Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver zfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver zfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver zfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver zfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-10-12T00:43:31.934Z] graphtest_unix.go:44: Driver zfs not supported [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-10-12T00:43:31.934Z] graphtest_unix.go:71: No driver to put! [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-10-12T00:43:31.934Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-10-12T00:43:31.934Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2022-10-12T00:43:31.934Z] [2022-10-12T00:43:31.934Z] DONE 2847 tests, 28 skipped in 213.137s [2022-10-12T00:43:31.934Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/bitseq [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cluster [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/config [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/datastore [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/diagnostic [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/discoverapi [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/driverapi [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/host [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/null [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/remote [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/windows [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/drvregistry [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/etchosts [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/idm [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/internal/caller [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipam [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipamapi [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipams/null [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipams/remote [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ipamutils [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/iptables [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/netlabel [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/netutils [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/networkdb [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/ns [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/options [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/osl [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/osl/kernel [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/portallocator [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/portmapper [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/resolvconf [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/testutils [2022-10-12T00:43:31.934Z] github.com/docker/docker/libnetwork/types' ']' [2022-10-12T00:43:31.934Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-10-12T00:44:18.603Z] ok github.com/docker/docker/libnetwork 37.440s coverage: 40.6% of statements [2022-10-12T00:44:18.603Z] ok github.com/docker/docker/libnetwork/bitseq 0.143s coverage: 84.4% of statements [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-10-12T00:44:18.603Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 9.3% of statements [2022-10-12T00:44:18.603Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-10-12T00:44:18.603Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-10-12T00:44:18.603Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.536s coverage: 59.9% of statements [2022-10-12T00:44:18.603Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-10-12T00:44:18.603Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-10-12T00:44:18.604Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.030s coverage: 5.1% of statements [2022-10-12T00:44:18.604Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-10-12T00:44:18.862Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.013s coverage: 4.7% of statements [2022-10-12T00:44:18.862Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-10-12T00:44:19.120Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-10-12T00:44:29.091Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.265s coverage: 6.6% of statements [2022-10-12T00:44:29.091Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-10-12T00:44:29.091Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-10-12T00:44:29.658Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-10-12T00:44:29.658Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-10-12T00:44:29.658Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-10-12T00:44:29.658Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-10-12T00:44:30.225Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-10-12T00:44:30.483Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-10-12T00:44:30.484Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-10-12T00:44:30.742Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-10-12T00:44:42.966Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-10-12T00:44:57.844Z] ok github.com/docker/docker/libnetwork/ipam 16.022s coverage: 85.3% of statements [2022-10-12T00:44:57.844Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-10-12T00:44:57.844Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-10-12T00:44:57.844Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-10-12T00:44:58.102Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-10-12T00:44:58.102Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-10-12T00:44:58.360Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-10-12T00:44:58.926Z] ok github.com/docker/docker/libnetwork/ipamutils 0.267s coverage: 74.0% of statements [2022-10-12T00:44:59.861Z] ok github.com/docker/docker/libnetwork/iptables 0.168s coverage: 45.1% of statements [2022-10-12T00:44:59.861Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-10-12T00:45:00.120Z] ok github.com/docker/docker/libnetwork/netutils 0.016s coverage: 44.1% of statements [2022-10-12T00:46:51.566Z] ok github.com/docker/docker/libnetwork/networkdb 103.177s coverage: 60.1% of statements [2022-10-12T00:46:51.566Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-10-12T00:46:51.566Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-10-12T00:46:51.566Z] ok github.com/docker/docker/libnetwork/osl 4.316s coverage: 39.7% of statements [2022-10-12T00:46:51.566Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-10-12T00:46:51.566Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.7% of statements [2022-10-12T00:46:51.566Z] ok github.com/docker/docker/libnetwork/portmapper 0.661s coverage: 46.3% of statements [2022-10-12T00:46:51.566Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 82.8% of statements [2022-10-12T00:46:51.566Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-10-12T00:46:51.828Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === Skipped [2022-10-12T00:46:51.828Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-10-12T00:46:51.828Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-10-12T00:46:51.828Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-10-12T00:46:51.828Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-10-12T00:46:51.828Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-10-12T00:46:51.828Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-10-12T00:46:51.828Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-10-12T00:46:51.828Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-10-12T00:46:51.828Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-10-12T00:46:51.828Z] firewalld_test.go:14: firewalld is not running [2022-10-12T00:46:51.828Z] [2022-10-12T00:46:51.828Z] DONE 325 tests, 9 skipped in 202.087s Post stage [Pipeline] junit [2022-10-12T00:46:52.775Z] Recording test results [2022-10-12T00:46:52.903Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T00:46:53.260Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44285/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=34f459423ae32dd07993eebd7c81dc6390403b5a -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:34f459423ae32dd07993eebd7c81dc6390403b5a hack/make.sh dynbinary test-integration [2022-10-12T00:46:53.830Z] [2022-10-12T00:46:53.830Z] Removing bundles/ [2022-10-12T00:46:53.830Z] [2022-10-12T00:46:53.830Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-10-12T00:46:53.830Z] Building: bundles/dynbinary-daemon/dockerd [2022-10-12T00:46:53.830Z] GOOS="" GOARCH="" GOARM="" [2022-10-12T00:48:30.279Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-10-12T00:48:30.279Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-10-12T00:48:30.279Z] GOOS="" GOARCH="" GOARM="" [2022-10-12T00:48:30.279Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-10-12T00:48:30.279Z] [2022-10-12T00:48:30.279Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-10-12T00:48:30.279Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-10-12T00:48:30.279Z] HOSTNAME=b5cc35663b89 [2022-10-12T00:48:30.279Z] TESTDEBUG=0 [2022-10-12T00:48:30.279Z] DEST=bundles/test-integration [2022-10-12T00:48:30.279Z] PWD=/go/src/github.com/docker/docker [2022-10-12T00:48:30.279Z] DOCKER_GITCOMMIT=34f459423ae32dd07993eebd7c81dc6390403b5a [2022-10-12T00:48:30.279Z] container=docker [2022-10-12T00:48:30.279Z] HOME=/root [2022-10-12T00:48:30.279Z] GOLANG_VERSION=1.19.2 [2022-10-12T00:48:30.279Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-10-12T00:48:30.279Z] VALIDATE_BRANCH=master [2022-10-12T00:48:30.279Z] TERM=xterm [2022-10-12T00:48:30.279Z] DOCKER_PKG=github.com/docker/docker [2022-10-12T00:48:30.279Z] SHLVL=1 [2022-10-12T00:48:30.279Z] TIMEOUT=120m [2022-10-12T00:48:30.279Z] DOCKER_BUILDTAGS= journald [2022-10-12T00:48:30.279Z] DOCKER_GRAPHDRIVER=overlay2 [2022-10-12T00:48:30.279Z] GO111MODULE=off [2022-10-12T00:48:30.279Z] DOCKER_EXPERIMENTAL=1 [2022-10-12T00:48:30.279Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-10-12T00:48:30.279Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-10-12T00:48:30.279Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-10-12T00:48:30.279Z] GOPATH=/go [2022-10-12T00:48:30.279Z] PKG_CONFIG=pkg-config [2022-10-12T00:48:30.279Z] _=/usr/bin/env [2022-10-12T00:48:30.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-10-12T00:49:02.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-10-12T00:49:02.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-10-12T00:49:28.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-10-12T00:49:33.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-10-12T00:49:39.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-10-12T00:49:39.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-10-12T00:49:40.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-10-12T00:49:41.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-10-12T00:49:42.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-10-12T00:49:42.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-10-12T00:49:43.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-10-12T00:49:44.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-10-12T00:49:45.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-10-12T00:49:46.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-10-12T00:49:46.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-10-12T00:49:47.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-10-12T00:49:48.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-10-12T00:49:49.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-10-12T00:49:50.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-10-12T00:49:50.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-10-12T00:49:51.841Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-10-12T00:49:51.841Z] Using test binary docker [2022-10-12T00:49:51.841Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-10-12T00:49:51.841Z] +++ /etc/init.d/apparmor start [2022-10-12T00:49:51.841Z] Not: starting. [2022-10-12T00:49:51.841Z] INFO: Waiting for daemon to start... [2022-10-12T00:49:51.841Z] Starting dockerd [2022-10-12T00:49:51.841Z] +++ 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-10-12T00:49:53.771Z] . [2022-10-12T00:49:53.771Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-10-12T00:49:53.771Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-10-12T00:49:53.771Z] Error: No such image: emptyfs [2022-10-12T00:49:53.771Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-10-12T00:49:53.771Z] ++++ docker load [2022-10-12T00:49:54.029Z] Loaded image: emptyfs:latest [2022-10-12T00:49:54.029Z] Running integration-test (iteration 1) [2022-10-12T00:49:54.029Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-10-12T00:49:54.029Z] ++ 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-10-12T00:49:54.029Z] ++ set -e [2022-10-12T00:49:54.029Z] ++ '[' -n 0 ']' [2022-10-12T00:49:54.029Z] ++ set -x [2022-10-12T00:49:54.029Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:49:54.287Z] Loaded image: busybox:latest [2022-10-12T00:49:54.287Z] Loaded image: busybox:glibc [2022-10-12T00:49:55.222Z] Loaded image: debian:bullseye-slim [2022-10-12T00:49:55.480Z] Loaded image: hello-world:latest [2022-10-12T00:49:55.480Z] Loaded image: arm32v7/hello-world:latest [2022-10-12T00:49:55.480Z] INFO: Testing against a local daemon [2022-10-12T00:49:55.480Z] === RUN TestCgroupNamespacesBuild [2022-10-12T00:49:56.855Z] --- PASS: TestCgroupNamespacesBuild (1.25s) [2022-10-12T00:49:56.855Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-10-12T00:49:58.228Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2022-10-12T00:49:58.228Z] === RUN TestBuildWithSession [2022-10-12T00:49:58.228Z] build_session_test.go:25: TODO: BuildKit [2022-10-12T00:49:58.228Z] --- SKIP: TestBuildWithSession (0.00s) [2022-10-12T00:49:58.228Z] === RUN TestBuildSquashParent [2022-10-12T00:50:01.514Z] --- PASS: TestBuildSquashParent (3.42s) [2022-10-12T00:50:01.514Z] === RUN TestBuildWithRemoveAndForceRemove [2022-10-12T00:50:01.514Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-10-12T00:50:01.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-10-12T00:50:01.514Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-10-12T00:50:01.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-10-12T00:50:01.514Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-10-12T00:50:01.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-10-12T00:50:01.514Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-10-12T00:50:01.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-10-12T00:50:01.514Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-10-12T00:50:01.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-10-12T00:50:01.514Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-10-12T00:50:01.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-10-12T00:50:01.514Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-10-12T00:50:01.514Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-10-12T00:50:02.890Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-10-12T00:50:02.890Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-10-12T00:50:03.826Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-10-12T00:50:04.085Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-10-12T00:50:05.461Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-10-12T00:50:05.461Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.25s) [2022-10-12T00:50:05.461Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.38s) [2022-10-12T00:50:05.461Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.30s) [2022-10-12T00:50:05.461Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.31s) [2022-10-12T00:50:05.461Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.27s) [2022-10-12T00:50:05.461Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.27s) [2022-10-12T00:50:05.461Z] === RUN TestBuildMultiStageCopy [2022-10-12T00:50:05.461Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-10-12T00:50:06.837Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-10-12T00:50:06.837Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-10-12T00:50:06.837Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-10-12T00:50:07.097Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-10-12T00:50:07.357Z] --- PASS: TestBuildMultiStageCopy (2.13s) [2022-10-12T00:50:07.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.21s) [2022-10-12T00:50:07.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-10-12T00:50:07.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-10-12T00:50:07.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-10-12T00:50:07.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2022-10-12T00:50:07.357Z] === RUN TestBuildMultiStageParentConfig [2022-10-12T00:50:08.291Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2022-10-12T00:50:08.291Z] === RUN TestBuildLabelWithTargets [2022-10-12T00:50:09.225Z] --- PASS: TestBuildLabelWithTargets (1.19s) [2022-10-12T00:50:09.225Z] === RUN TestBuildWithEmptyLayers [2022-10-12T00:50:09.792Z] --- PASS: TestBuildWithEmptyLayers (0.47s) [2022-10-12T00:50:09.792Z] === RUN TestBuildMultiStageOnBuild [2022-10-12T00:50:11.167Z] --- PASS: TestBuildMultiStageOnBuild (1.44s) [2022-10-12T00:50:11.167Z] === RUN TestBuildUncleanTarFilenames [2022-10-12T00:50:11.733Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-10-12T00:50:11.733Z] === RUN TestBuildMultiStageLayerLeak [2022-10-12T00:50:13.634Z] --- PASS: TestBuildMultiStageLayerLeak (1.47s) [2022-10-12T00:50:13.634Z] === RUN TestBuildWithHugeFile [2022-10-12T00:50:52.353Z] --- PASS: TestBuildWithHugeFile (38.41s) [2022-10-12T00:50:52.353Z] === RUN TestBuildWCOWSandboxSize [2022-10-12T00:50:52.353Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-10-12T00:50:52.353Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-10-12T00:50:52.353Z] === RUN TestBuildWithEmptyDockerfile [2022-10-12T00:50:52.353Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-10-12T00:50:52.353Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-10-12T00:50:52.353Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-10-12T00:50:52.353Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-10-12T00:50:52.353Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-10-12T00:50:52.353Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-10-12T00:50:52.353Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-10-12T00:50:52.353Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-10-12T00:50:52.353Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-10-12T00:50:52.353Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-10-12T00:50:52.353Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-10-12T00:50:52.353Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-10-12T00:50:52.353Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-10-12T00:50:52.353Z] === RUN TestBuildPreserveOwnership [2022-10-12T00:50:52.353Z] === RUN TestBuildPreserveOwnership/copy_from [2022-10-12T00:50:54.255Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-10-12T00:50:55.190Z] --- PASS: TestBuildPreserveOwnership (3.13s) [2022-10-12T00:50:55.190Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.14s) [2022-10-12T00:50:55.190Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.98s) [2022-10-12T00:50:55.190Z] === RUN TestBuildPlatformInvalid [2022-10-12T00:50:55.190Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-10-12T00:50:55.190Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-10-12T00:50:55.757Z] Loaded image: busybox:latest [2022-10-12T00:50:56.015Z] Loaded image: busybox:glibc [2022-10-12T00:50:56.949Z] Loaded image: debian:bullseye-slim [2022-10-12T00:50:56.949Z] Loaded image: hello-world:latest [2022-10-12T00:50:57.207Z] Loaded image: arm32v7/hello-world:latest [2022-10-12T00:51:05.320Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.27s) [2022-10-12T00:51:05.320Z] PASS [2022-10-12T00:51:05.320Z] [2022-10-12T00:51:05.320Z] === Skipped [2022-10-12T00:51:05.320Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-10-12T00:51:05.320Z] build_session_test.go:25: TODO: BuildKit [2022-10-12T00:51:05.320Z] [2022-10-12T00:51:05.320Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-10-12T00:51:05.320Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-10-12T00:51:05.320Z] [2022-10-12T00:51:05.320Z] DONE 34 tests, 2 skipped in 71.462s [2022-10-12T00:51:05.320Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-10-12T00:51:05.320Z] ++ 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-10-12T00:51:05.320Z] ++ set -e [2022-10-12T00:51:05.320Z] ++ '[' -n 0 ']' [2022-10-12T00:51:05.320Z] ++ set -x [2022-10-12T00:51:05.320Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:51:05.579Z] INFO: Testing against a local daemon [2022-10-12T00:51:05.579Z] === RUN TestConfigInspect [2022-10-12T00:51:08.110Z] --- PASS: TestConfigInspect (2.20s) [2022-10-12T00:51:08.110Z] === RUN TestConfigList [2022-10-12T00:51:10.010Z] --- PASS: TestConfigList (2.15s) [2022-10-12T00:51:10.010Z] === RUN TestConfigsCreateAndDelete [2022-10-12T00:51:12.542Z] --- PASS: TestConfigsCreateAndDelete (2.18s) [2022-10-12T00:51:12.542Z] === RUN TestConfigsUpdate [2022-10-12T00:51:14.443Z] --- PASS: TestConfigsUpdate (2.19s) [2022-10-12T00:51:14.443Z] === RUN TestTemplatedConfig [2022-10-12T00:51:16.984Z] --- PASS: TestTemplatedConfig (2.44s) [2022-10-12T00:51:16.984Z] === RUN TestConfigCreateResolve [2022-10-12T00:51:18.885Z] --- PASS: TestConfigCreateResolve (2.17s) [2022-10-12T00:51:18.885Z] PASS [2022-10-12T00:51:18.885Z] [2022-10-12T00:51:18.885Z] DONE 6 tests in 13.413s [2022-10-12T00:51:18.885Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-10-12T00:51:18.885Z] ++ 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-10-12T00:51:18.885Z] ++ set -e [2022-10-12T00:51:18.885Z] ++ '[' -n 0 ']' [2022-10-12T00:51:18.885Z] ++ set -x [2022-10-12T00:51:18.886Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:51:19.144Z] INFO: Testing against a local daemon [2022-10-12T00:51:19.144Z] === RUN TestAttachWithTTY [2022-10-12T00:51:19.144Z] --- PASS: TestAttachWithTTY (0.09s) [2022-10-12T00:51:19.144Z] === RUN TestAttachWithoutTTy [2022-10-12T00:51:19.144Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-10-12T00:51:19.144Z] === RUN TestCheckpoint [2022-10-12T00:51:19.144Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-10-12T00:51:19.144Z] --- SKIP: TestCheckpoint (0.00s) [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/commit [2022-10-12T00:51:19.144Z] === PAUSE TestContainerInvalidJSON/commit [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/create [2022-10-12T00:51:19.144Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-10-12T00:51:19.144Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-10-12T00:51:19.144Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-10-12T00:51:19.144Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-10-12T00:51:19.144Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-10-12T00:51:19.144Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-10-12T00:51:19.144Z] === CONT TestContainerInvalidJSON/commit [2022-10-12T00:51:19.144Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-10-12T00:51:19.144Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-10-12T00:51:19.144Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-10-12T00:51:19.144Z] === CONT TestContainerInvalidJSON/containers/create [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-10-12T00:51:19.144Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-10-12T00:51:19.144Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-10-12T00:51:19.144Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-10-12T00:51:19.144Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-10-12T00:51:19.144Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-10-12T00:51:19.402Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-10-12T00:51:19.402Z] === RUN TestCopyFromContainerPathIsNotDir [2022-10-12T00:51:19.402Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-10-12T00:51:19.402Z] === RUN TestCopyToContainerPathDoesNotExist [2022-10-12T00:51:19.402Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-10-12T00:51:19.402Z] === RUN TestCopyEmptyFile [2022-10-12T00:51:19.661Z] --- PASS: TestCopyEmptyFile (0.23s) [2022-10-12T00:51:19.661Z] === RUN TestCopyToContainerPathIsNotDir [2022-10-12T00:51:19.661Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-10-12T00:51:19.661Z] === RUN TestCopyFromContainer [2022-10-12T00:51:20.595Z] === RUN TestCopyFromContainer// [2022-10-12T00:51:20.596Z] === RUN TestCopyFromContainer//bar/root [2022-10-12T00:51:20.854Z] === RUN TestCopyFromContainer//bar/root/ [2022-10-12T00:51:20.854Z] === RUN TestCopyFromContainer/bar/quux [2022-10-12T00:51:20.854Z] === RUN TestCopyFromContainer/bar/quux/ [2022-10-12T00:51:20.854Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-10-12T00:51:21.112Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-10-12T00:51:21.112Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-10-12T00:51:21.112Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-10-12T00:51:21.112Z] === RUN TestCopyFromContainer/bar/notarget [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer (1.59s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer// (0.07s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-10-12T00:51:21.371Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-10-12T00:51:21.371Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-10-12T00:51:21.371Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-10-12T00:51:21.371Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-10-12T00:51:21.371Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-10-12T00:51:21.371Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-10-12T00:51:21.371Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-10-12T00:51:21.371Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-10-12T00:51:21.371Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-10-12T00:51:21.371Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-10-12T00:51:21.371Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-10-12T00:51:21.371Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-10-12T00:51:21.371Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-10-12T00:51:21.371Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-10-12T00:51:21.371Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-10-12T00:51:21.371Z] === RUN TestCreateLinkToNonExistingContainer [2022-10-12T00:51:21.371Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-10-12T00:51:21.371Z] === RUN TestCreateWithInvalidEnv [2022-10-12T00:51:21.371Z] === RUN TestCreateWithInvalidEnv/0 [2022-10-12T00:51:21.371Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-10-12T00:51:21.371Z] === RUN TestCreateWithInvalidEnv/1 [2022-10-12T00:51:21.371Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-10-12T00:51:21.371Z] === RUN TestCreateWithInvalidEnv/2 [2022-10-12T00:51:21.371Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-10-12T00:51:21.371Z] === CONT TestCreateWithInvalidEnv/0 [2022-10-12T00:51:21.371Z] === CONT TestCreateWithInvalidEnv/2 [2022-10-12T00:51:21.371Z] === CONT TestCreateWithInvalidEnv/1 [2022-10-12T00:51:21.371Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-10-12T00:51:21.371Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-10-12T00:51:21.371Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-10-12T00:51:21.371Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-10-12T00:51:21.371Z] === RUN TestCreateTmpfsMountsTarget [2022-10-12T00:51:21.371Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-10-12T00:51:21.371Z] === RUN TestCreateWithCustomMaskedPaths [2022-10-12T00:51:22.746Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s) [2022-10-12T00:51:22.746Z] === RUN TestCreateWithCustomReadonlyPaths [2022-10-12T00:51:24.121Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.31s) [2022-10-12T00:51:24.121Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-10-12T00:51:24.121Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-10-12T00:51:24.121Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-10-12T00:51:24.121Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-10-12T00:51:24.121Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-10-12T00:51:24.121Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-10-12T00:51:24.121Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-10-12T00:51:24.121Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-10-12T00:51:24.121Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-10-12T00:51:24.121Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-10-12T00:51:24.121Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-10-12T00:51:24.121Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-10-12T00:51:24.121Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-10-12T00:51:24.121Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-10-12T00:51:24.121Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-10-12T00:51:24.121Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-10-12T00:51:24.121Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-10-12T00:51:24.121Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-10-12T00:51:24.121Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-10-12T00:51:24.121Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-10-12T00:51:24.121Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-10-12T00:51:24.121Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-10-12T00:51:24.121Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-10-12T00:51:24.379Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.46s) [2022-10-12T00:51:24.379Z] === RUN TestCreateDifferentPlatform [2022-10-12T00:51:24.379Z] === RUN TestCreateDifferentPlatform/different_os [2022-10-12T00:51:24.379Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-10-12T00:51:24.379Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-10-12T00:51:24.379Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-10-12T00:51:24.379Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-10-12T00:51:24.379Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-10-12T00:51:24.379Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-10-12T00:51:24.379Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-10-12T00:51:24.637Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-10-12T00:51:24.637Z] === RUN TestCreateInvalidHostConfig [2022-10-12T00:51:24.637Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-10-12T00:51:24.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-10-12T00:51:24.637Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-10-12T00:51:24.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-10-12T00:51:24.637Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-10-12T00:51:24.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-10-12T00:51:24.637Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-10-12T00:51:24.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-10-12T00:51:24.637Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-10-12T00:51:24.637Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-10-12T00:51:24.637Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-10-12T00:51:24.637Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-10-12T00:51:24.637Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-10-12T00:51:24.637Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-10-12T00:51:24.637Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-10-12T00:51:24.637Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-10-12T00:51:24.637Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-10-12T00:51:24.637Z] === RUN TestContainerStartOnDaemonRestart [2022-10-12T00:51:24.637Z] === PAUSE TestContainerStartOnDaemonRestart [2022-10-12T00:51:24.637Z] === RUN TestDaemonRestartIpcMode [2022-10-12T00:51:24.637Z] === PAUSE TestDaemonRestartIpcMode [2022-10-12T00:51:24.637Z] === RUN TestDaemonHostGatewayIP [2022-10-12T00:51:24.637Z] === PAUSE TestDaemonHostGatewayIP [2022-10-12T00:51:24.637Z] === RUN TestRestartDaemonWithRestartingContainer [2022-10-12T00:51:24.637Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-10-12T00:51:24.637Z] === RUN TestContainerKillOnDaemonStart [2022-10-12T00:51:24.637Z] === PAUSE TestContainerKillOnDaemonStart [2022-10-12T00:51:24.637Z] === RUN TestDiff [2022-10-12T00:51:24.896Z] --- PASS: TestDiff (0.46s) [2022-10-12T00:51:24.896Z] === RUN TestExecConsoleSize [2022-10-12T00:51:25.463Z] --- PASS: TestExecConsoleSize (0.52s) [2022-10-12T00:51:25.463Z] === RUN TestExecWithCloseStdin [2022-10-12T00:51:26.030Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-10-12T00:51:26.030Z] === RUN TestExec [2022-10-12T00:51:26.597Z] --- PASS: TestExec (0.53s) [2022-10-12T00:51:26.597Z] === RUN TestExecUser [2022-10-12T00:51:27.163Z] --- PASS: TestExecUser (0.50s) [2022-10-12T00:51:27.163Z] === RUN TestExportContainerAndImportImage [2022-10-12T00:51:27.729Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2022-10-12T00:51:27.729Z] === RUN TestExportContainerAfterDaemonRestart [2022-10-12T00:51:29.103Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-10-12T00:51:29.103Z] === RUN TestHealthCheckWorkdir [2022-10-12T00:51:29.361Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-10-12T00:51:29.362Z] === RUN TestHealthKillContainer [2022-10-12T00:51:37.472Z] --- PASS: TestHealthKillContainer (7.84s) [2022-10-12T00:51:37.472Z] === RUN TestHealthCheckProcessKilled [2022-10-12T00:51:38.037Z] --- PASS: TestHealthCheckProcessKilled (0.63s) [2022-10-12T00:51:38.037Z] === RUN TestInspectCpusetInConfigPre120 [2022-10-12T00:51:38.296Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2022-10-12T00:51:38.296Z] === RUN TestIpcModeNone [2022-10-12T00:51:38.862Z] --- PASS: TestIpcModeNone (0.49s) [2022-10-12T00:51:38.862Z] === RUN TestIpcModePrivate [2022-10-12T00:51:39.119Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-10-12T00:51:39.378Z] --- PASS: TestIpcModePrivate (0.48s) [2022-10-12T00:51:39.378Z] === RUN TestIpcModeShareable [2022-10-12T00:51:39.636Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-10-12T00:51:39.894Z] --- PASS: TestIpcModeShareable (0.50s) [2022-10-12T00:51:39.894Z] === RUN TestAPIIpcModeShareableAndContainer [2022-10-12T00:51:41.817Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.60s) [2022-10-12T00:51:41.817Z] === RUN TestAPIIpcModeHost [2022-10-12T00:51:41.817Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-10-12T00:51:41.817Z] === RUN TestDaemonIpcModeShareable [2022-10-12T00:51:42.754Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-10-12T00:51:43.013Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2022-10-12T00:51:43.013Z] === RUN TestDaemonIpcModePrivate [2022-10-12T00:51:43.947Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-10-12T00:51:44.206Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-10-12T00:51:44.206Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-10-12T00:51:45.141Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-10-12T00:51:45.399Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-10-12T00:51:45.399Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-10-12T00:51:46.773Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-10-12T00:51:46.773Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s) [2022-10-12T00:51:46.773Z] === RUN TestIpcModeOlderClient [2022-10-12T00:51:46.773Z] === PAUSE TestIpcModeOlderClient [2022-10-12T00:51:46.773Z] === RUN TestKillContainerInvalidSignal [2022-10-12T00:51:47.032Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-10-12T00:51:47.032Z] === RUN TestKillContainer [2022-10-12T00:51:47.032Z] === RUN TestKillContainer/no_signal [2022-10-12T00:51:47.597Z] === RUN TestKillContainer/non_killing_signal [2022-10-12T00:51:47.855Z] === RUN TestKillContainer/killing_signal [2022-10-12T00:51:48.422Z] --- PASS: TestKillContainer (1.33s) [2022-10-12T00:51:48.422Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-10-12T00:51:48.422Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-10-12T00:51:48.422Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-10-12T00:51:48.422Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-10-12T00:51:48.422Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-10-12T00:51:48.988Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-10-12T00:51:49.554Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2022-10-12T00:51:49.555Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-10-12T00:51:49.555Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2022-10-12T00:51:49.555Z] === RUN TestKillStoppedContainer [2022-10-12T00:51:49.813Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-10-12T00:51:49.813Z] === RUN TestKillStoppedContainerAPIPre120 [2022-10-12T00:51:49.813Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-10-12T00:51:49.813Z] === RUN TestKillDifferentUserContainer [2022-10-12T00:51:50.378Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-10-12T00:51:50.378Z] === RUN TestInspectOomKilledTrue [2022-10-12T00:51:50.944Z] --- PASS: TestInspectOomKilledTrue (0.58s) [2022-10-12T00:51:50.944Z] === RUN TestInspectOomKilledFalse [2022-10-12T00:51:51.202Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-10-12T00:51:51.202Z] === RUN TestLinksEtcHostsContentMatch [2022-10-12T00:51:51.463Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-10-12T00:51:51.463Z] === RUN TestLinksContainerNames [2022-10-12T00:51:52.397Z] --- PASS: TestLinksContainerNames (0.88s) [2022-10-12T00:51:52.397Z] === RUN TestLogsFollowTailEmpty [2022-10-12T00:51:52.963Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-10-12T00:51:52.963Z] === RUN TestLogs [2022-10-12T00:51:52.963Z] === RUN TestLogs/driver_local [2022-10-12T00:51:52.963Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-10-12T00:51:52.963Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-10-12T00:51:52.963Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-10-12T00:51:52.963Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-10-12T00:51:52.963Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-10-12T00:51:52.963Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-10-12T00:51:52.963Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-10-12T00:51:52.963Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-10-12T00:51:52.963Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-10-12T00:51:52.963Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-10-12T00:51:52.963Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-10-12T00:51:52.963Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-10-12T00:51:52.963Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-10-12T00:51:52.963Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-10-12T00:51:53.533Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-10-12T00:51:53.533Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-10-12T00:51:54.099Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-10-12T00:51:54.099Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-10-12T00:51:54.665Z] === RUN TestLogs/driver_json-file [2022-10-12T00:51:54.665Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-10-12T00:51:54.665Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-10-12T00:51:54.665Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-10-12T00:51:54.665Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-10-12T00:51:54.665Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-10-12T00:51:54.665Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-10-12T00:51:54.665Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-10-12T00:51:54.665Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-10-12T00:51:54.665Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-10-12T00:51:54.665Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-10-12T00:51:54.665Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-10-12T00:51:54.665Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-10-12T00:51:54.665Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-10-12T00:51:54.665Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-10-12T00:51:55.232Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-10-12T00:51:55.491Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-10-12T00:51:56.057Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-10-12T00:51:56.057Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-10-12T00:51:56.623Z] --- PASS: TestLogs (3.71s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_local (0.01s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.59s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.69s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.58s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.57s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.55s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.70s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.73s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.60s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.63s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.51s) [2022-10-12T00:51:56.623Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s) [2022-10-12T00:51:56.623Z] === RUN TestContainerNetworkMountsNoChown [2022-10-12T00:51:56.881Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/default [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/default [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/private [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/private [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rprivate [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rprivate [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/slave [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/slave [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rslave [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rslave [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/shared [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/shared [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rshared [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rshared [2022-10-12T00:51:56.881Z] === CONT TestMountDaemonRoot/default [2022-10-12T00:51:56.881Z] === CONT TestMountDaemonRoot/rslave [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-10-12T00:51:56.881Z] === CONT TestMountDaemonRoot/rshared [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-10-12T00:51:56.881Z] === CONT TestMountDaemonRoot/shared [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-10-12T00:51:56.881Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-10-12T00:51:56.881Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-10-12T00:51:56.882Z] === CONT TestMountDaemonRoot/rprivate [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-10-12T00:51:56.882Z] === CONT TestMountDaemonRoot/slave [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-10-12T00:51:56.882Z] === CONT TestMountDaemonRoot/private [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/private/bind_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/private/mount_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-10-12T00:51:56.882Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/default/bind_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/default/mount_root [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-10-12T00:51:56.882Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-10-12T00:51:56.882Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-10-12T00:51:56.882Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-10-12T00:51:57.141Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/private/mount_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/private/bind_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/default/bind_root [2022-10-12T00:51:57.399Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-10-12T00:51:57.657Z] === CONT TestMountDaemonRoot/default/mount_root [2022-10-12T00:51:57.657Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-10-12T00:51:57.657Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-10-12T00:51:57.657Z] === RUN TestContainerBindMountNonRecursive [2022-10-12T00:51:59.032Z] --- PASS: TestContainerBindMountNonRecursive (1.35s) [2022-10-12T00:51:59.032Z] === RUN TestContainerVolumesMountedAsShared [2022-10-12T00:51:59.291Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-10-12T00:51:59.291Z] === RUN TestContainerVolumesMountedAsSlave [2022-10-12T00:51:59.856Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-10-12T00:51:59.856Z] === RUN TestNetworkNat [2022-10-12T00:52:00.115Z] --- PASS: TestNetworkNat (0.49s) [2022-10-12T00:52:00.115Z] === RUN TestNetworkLocalhostTCPNat [2022-10-12T00:52:00.681Z] --- PASS: TestNetworkLocalhostTCPNat (0.51s) [2022-10-12T00:52:00.681Z] === RUN TestNetworkLoopbackNat [2022-10-12T00:52:03.220Z] --- PASS: TestNetworkLoopbackNat (2.62s) [2022-10-12T00:52:03.220Z] === RUN TestPause [2022-10-12T00:52:03.787Z] --- PASS: TestPause (0.50s) [2022-10-12T00:52:03.787Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-10-12T00:52:03.787Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-10-12T00:52:03.787Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-10-12T00:52:03.787Z] === RUN TestPauseStopPausedContainer [2022-10-12T00:52:04.353Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-10-12T00:52:04.353Z] === RUN TestPidHost [2022-10-12T00:52:05.287Z] --- PASS: TestPidHost (0.98s) [2022-10-12T00:52:05.287Z] === RUN TestPsFilter [2022-10-12T00:52:05.545Z] --- PASS: TestPsFilter (0.15s) [2022-10-12T00:52:05.545Z] === RUN TestRemoveContainerWithRemovedVolume [2022-10-12T00:52:05.803Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-10-12T00:52:05.803Z] === RUN TestRemoveContainerWithVolume [2022-10-12T00:52:06.370Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-10-12T00:52:06.370Z] === RUN TestRemoveContainerRunning [2022-10-12T00:52:06.936Z] --- PASS: TestRemoveContainerRunning (0.48s) [2022-10-12T00:52:06.936Z] === RUN TestRemoveContainerForceRemoveRunning [2022-10-12T00:52:07.194Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-10-12T00:52:07.194Z] === RUN TestRemoveInvalidContainer [2022-10-12T00:52:07.194Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-10-12T00:52:07.194Z] === RUN TestRenameLinkedContainer [2022-10-12T00:52:09.095Z] --- PASS: TestRenameLinkedContainer (1.83s) [2022-10-12T00:52:09.095Z] === RUN TestRenameStoppedContainer [2022-10-12T00:52:09.661Z] --- PASS: TestRenameStoppedContainer (0.45s) [2022-10-12T00:52:09.661Z] === RUN TestRenameRunningContainerAndReuse [2022-10-12T00:52:10.595Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s) [2022-10-12T00:52:10.595Z] === RUN TestRenameInvalidName [2022-10-12T00:52:10.853Z] --- PASS: TestRenameInvalidName (0.50s) [2022-10-12T00:52:10.853Z] === RUN TestRenameAnonymousContainer [2022-10-12T00:52:12.753Z] --- PASS: TestRenameAnonymousContainer (1.60s) [2022-10-12T00:52:12.753Z] === RUN TestRenameContainerWithSameName [2022-10-12T00:52:13.012Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-10-12T00:52:13.012Z] === RUN TestRenameContainerWithLinkedContainer [2022-10-12T00:52:13.946Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s) [2022-10-12T00:52:13.946Z] === RUN TestResize [2022-10-12T00:52:14.512Z] --- PASS: TestResize (0.45s) [2022-10-12T00:52:14.512Z] === RUN TestResizeWithInvalidSize [2022-10-12T00:52:14.769Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-10-12T00:52:14.769Z] === RUN TestResizeWhenContainerNotStarted [2022-10-12T00:52:15.335Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-10-12T00:52:15.335Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-10-12T00:52:15.335Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-10-12T00:52:15.335Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-10-12T00:52:15.335Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-10-12T00:52:17.236Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-10-12T00:52:18.610Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-10-12T00:52:19.544Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-10-12T00:52:19.803Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-10-12T00:52:20.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-10-12T00:52:20.995Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-10-12T00:52:24.280Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-10-12T00:52:24.281Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-10-12T00:52:26.186Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-10-12T00:52:28.088Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-10-12T00:52:28.088Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-10-12T00:52:29.467Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-10-12T00:52:30.033Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-10-12T00:52:31.408Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-10-12T00:52:32.784Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.94s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.16s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.41s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.39s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.90s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.55s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.97s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.66s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.89s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.68s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.63s) [2022-10-12T00:52:32.785Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.54s) [2022-10-12T00:52:32.785Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-10-12T00:52:32.785Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-10-12T00:52:33.718Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-10-12T00:52:34.652Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.96s) [2022-10-12T00:52:34.652Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.97s) [2022-10-12T00:52:34.652Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.98s) [2022-10-12T00:52:34.652Z] === RUN TestCgroupNamespacesRun [2022-10-12T00:52:36.027Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-10-12T00:52:36.027Z] === RUN TestCgroupNamespacesRunPrivileged [2022-10-12T00:52:36.961Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s) [2022-10-12T00:52:36.961Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-10-12T00:52:38.336Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.31s) [2022-10-12T00:52:38.336Z] === RUN TestCgroupNamespacesRunHostMode [2022-10-12T00:52:39.710Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s) [2022-10-12T00:52:39.710Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-10-12T00:52:40.644Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-10-12T00:52:40.644Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-10-12T00:52:42.019Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2022-10-12T00:52:42.019Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-10-12T00:52:42.586Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-10-12T00:52:42.586Z] === RUN TestCgroupNamespacesRunOlderClient [2022-10-12T00:52:43.961Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s) [2022-10-12T00:52:43.961Z] === RUN TestNISDomainname [2022-10-12T00:52:44.219Z] --- PASS: TestNISDomainname (0.55s) [2022-10-12T00:52:44.219Z] === RUN TestHostnameDnsResolution [2022-10-12T00:52:44.786Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-10-12T00:52:44.786Z] === RUN TestUnprivilegedPortsAndPing [2022-10-12T00:52:45.355Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-10-12T00:52:45.355Z] === RUN TestPrivilegedHostDevices [2022-10-12T00:52:45.921Z] --- PASS: TestPrivilegedHostDevices (0.49s) [2022-10-12T00:52:45.921Z] === RUN TestRunConsoleSize [2022-10-12T00:52:46.487Z] --- PASS: TestRunConsoleSize (0.46s) [2022-10-12T00:52:46.487Z] === RUN TestRunWithAlternativeContainerdShim [2022-10-12T00:52:48.411Z] --- PASS: TestRunWithAlternativeContainerdShim (2.05s) [2022-10-12T00:52:48.411Z] === RUN TestStats [2022-10-12T00:52:50.939Z] --- PASS: TestStats (2.43s) [2022-10-12T00:52:50.939Z] === RUN TestStopContainerWithTimeout [2022-10-12T00:52:50.939Z] === RUN TestStopContainerWithTimeout/0 [2022-10-12T00:52:50.939Z] === PAUSE TestStopContainerWithTimeout/0 [2022-10-12T00:52:50.939Z] === RUN TestStopContainerWithTimeout/1 [2022-10-12T00:52:50.939Z] === PAUSE TestStopContainerWithTimeout/1 [2022-10-12T00:52:50.939Z] === RUN TestStopContainerWithTimeout/3 [2022-10-12T00:52:50.939Z] === PAUSE TestStopContainerWithTimeout/3 [2022-10-12T00:52:50.939Z] === RUN TestStopContainerWithTimeout/-1 [2022-10-12T00:52:50.939Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-10-12T00:52:50.939Z] === CONT TestStopContainerWithTimeout/0 [2022-10-12T00:52:50.939Z] === CONT TestStopContainerWithTimeout/3 [2022-10-12T00:52:51.505Z] === CONT TestStopContainerWithTimeout/1 [2022-10-12T00:52:52.936Z] === CONT TestStopContainerWithTimeout/-1 [2022-10-12T00:52:55.466Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-10-12T00:52:55.466Z] --- PASS: TestStopContainerWithTimeout/0 (0.68s) [2022-10-12T00:52:55.466Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-10-12T00:52:55.466Z] --- PASS: TestStopContainerWithTimeout/3 (2.58s) [2022-10-12T00:52:55.466Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-10-12T00:52:55.466Z] === RUN TestDeleteDevicemapper [2022-10-12T00:52:55.466Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-10-12T00:52:55.466Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-10-12T00:52:55.466Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-10-12T00:52:57.999Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.20s) [2022-10-12T00:52:58.000Z] === RUN TestUpdateMemory [2022-10-12T00:52:58.258Z] --- PASS: TestUpdateMemory (0.55s) [2022-10-12T00:52:58.258Z] === RUN TestUpdateCPUQuota [2022-10-12T00:52:58.823Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-10-12T00:52:58.823Z] === RUN TestUpdatePidsLimit [2022-10-12T00:52:58.823Z] === RUN TestUpdatePidsLimit/update_from_none [2022-10-12T00:52:59.082Z] === RUN TestUpdatePidsLimit/no_change [2022-10-12T00:52:59.340Z] === RUN TestUpdatePidsLimit/update_lower [2022-10-12T00:52:59.340Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-10-12T00:52:59.598Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-10-12T00:52:59.857Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-10-12T00:53:00.115Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit (1.88s) [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s) [2022-10-12T00:53:00.682Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-10-12T00:53:00.682Z] === RUN TestUpdateRestartPolicy [2022-10-12T00:53:12.884Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2022-10-12T00:53:12.884Z] === RUN TestUpdateRestartWithAutoRemove [2022-10-12T00:53:12.884Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-10-12T00:53:12.884Z] === RUN TestWaitNonBlocked [2022-10-12T00:53:12.884Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-10-12T00:53:12.884Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-10-12T00:53:12.884Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-10-12T00:53:12.884Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-10-12T00:53:12.884Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-10-12T00:53:12.884Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-10-12T00:53:12.884Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-10-12T00:53:12.884Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2022-10-12T00:53:12.884Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2022-10-12T00:53:12.884Z] === RUN TestWaitBlocked [2022-10-12T00:53:12.884Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-10-12T00:53:12.884Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-10-12T00:53:12.884Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-10-12T00:53:12.884Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-10-12T00:53:12.884Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-10-12T00:53:12.884Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-10-12T00:53:13.820Z] --- PASS: TestWaitBlocked (0.02s) [2022-10-12T00:53:13.820Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2022-10-12T00:53:13.820Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2022-10-12T00:53:13.820Z] === RUN TestWaitConditions [2022-10-12T00:53:13.820Z] === RUN TestWaitConditions/default [2022-10-12T00:53:13.820Z] === PAUSE TestWaitConditions/default [2022-10-12T00:53:13.820Z] === RUN TestWaitConditions/not-running [2022-10-12T00:53:13.820Z] === PAUSE TestWaitConditions/not-running [2022-10-12T00:53:13.820Z] === RUN TestWaitConditions/next-exit [2022-10-12T00:53:13.820Z] === PAUSE TestWaitConditions/next-exit [2022-10-12T00:53:13.820Z] === RUN TestWaitConditions/removed [2022-10-12T00:53:13.820Z] === PAUSE TestWaitConditions/removed [2022-10-12T00:53:13.820Z] === CONT TestWaitConditions/default [2022-10-12T00:53:13.820Z] === CONT TestWaitConditions/next-exit [2022-10-12T00:53:13.820Z] === CONT TestWaitConditions/default [2022-10-12T00:53:13.820Z] wait_test.go:146: ContainerID = b80676a0461322741ca0ebf54354fe91e43eca0a5e0a6625f0f754b52a8bc710 [2022-10-12T00:53:13.820Z] === CONT TestWaitConditions/next-exit [2022-10-12T00:53:13.820Z] wait_test.go:146: ContainerID = 57c2f10da05f582aaeddc503f7ea3d05f69d70d5eaff1116f8089eaed7723bf4 [2022-10-12T00:53:14.387Z] === CONT TestWaitConditions/removed [2022-10-12T00:53:14.387Z] === CONT TestWaitConditions/not-running [2022-10-12T00:53:14.387Z] === CONT TestWaitConditions/removed [2022-10-12T00:53:14.387Z] wait_test.go:146: ContainerID = 8f9a361f18c869a1fb09cf43cd970b1c735a93c29eb06ea73c5ff273aaf24a61 [2022-10-12T00:53:14.387Z] === CONT TestWaitConditions/not-running [2022-10-12T00:53:14.387Z] wait_test.go:146: ContainerID = 758892f47020c903e6f45cd04736e4e00356d57e5f0883dab9904f8ec61ccd01 [2022-10-12T00:53:14.953Z] --- PASS: TestWaitConditions (0.01s) [2022-10-12T00:53:14.953Z] --- PASS: TestWaitConditions/next-exit (0.67s) [2022-10-12T00:53:14.953Z] --- PASS: TestWaitConditions/default (0.69s) [2022-10-12T00:53:14.953Z] --- PASS: TestWaitConditions/removed (0.57s) [2022-10-12T00:53:14.953Z] --- PASS: TestWaitConditions/not-running (0.55s) [2022-10-12T00:53:14.953Z] === RUN TestWaitRestartedContainer [2022-10-12T00:53:14.953Z] === RUN TestWaitRestartedContainer/default [2022-10-12T00:53:14.953Z] === PAUSE TestWaitRestartedContainer/default [2022-10-12T00:53:14.953Z] === RUN TestWaitRestartedContainer/not-running [2022-10-12T00:53:14.953Z] === PAUSE TestWaitRestartedContainer/not-running [2022-10-12T00:53:14.953Z] === RUN TestWaitRestartedContainer/next-exit [2022-10-12T00:53:14.953Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-10-12T00:53:14.953Z] === CONT TestWaitRestartedContainer/default [2022-10-12T00:53:14.953Z] === CONT TestWaitRestartedContainer/next-exit [2022-10-12T00:53:16.854Z] === CONT TestWaitRestartedContainer/not-running [2022-10-12T00:53:17.421Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-10-12T00:53:17.421Z] --- PASS: TestWaitRestartedContainer/default (1.59s) [2022-10-12T00:53:17.421Z] --- PASS: TestWaitRestartedContainer/next-exit (1.63s) [2022-10-12T00:53:17.421Z] --- PASS: TestWaitRestartedContainer/not-running (0.91s) [2022-10-12T00:53:17.421Z] === CONT TestContainerStartOnDaemonRestart [2022-10-12T00:53:17.421Z] === CONT TestIpcModeOlderClient [2022-10-12T00:53:17.421Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-10-12T00:53:17.421Z] === CONT TestRestartDaemonWithRestartingContainer [2022-10-12T00:53:19.953Z] --- PASS: TestContainerStartOnDaemonRestart (2.10s) [2022-10-12T00:53:19.953Z] === CONT TestContainerKillOnDaemonStart [2022-10-12T00:53:19.953Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.12s) [2022-10-12T00:53:19.953Z] === CONT TestDaemonHostGatewayIP [2022-10-12T00:53:22.484Z] === CONT TestDaemonRestartIpcMode [2022-10-12T00:53:22.484Z] --- PASS: TestDaemonHostGatewayIP (2.37s) [2022-10-12T00:53:24.385Z] --- PASS: TestDaemonRestartIpcMode (2.23s) [2022-10-12T00:53:32.499Z] --- PASS: TestContainerKillOnDaemonStart (11.61s) [2022-10-12T00:53:32.499Z] PASS [2022-10-12T00:53:32.499Z] [2022-10-12T00:53:32.499Z] === Skipped [2022-10-12T00:53:32.500Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-10-12T00:53:32.500Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-10-12T00:53:32.500Z] [2022-10-12T00:53:32.500Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-10-12T00:53:32.500Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-10-12T00:53:32.500Z] [2022-10-12T00:53:32.500Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-10-12T00:53:32.500Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-10-12T00:53:32.500Z] [2022-10-12T00:53:32.500Z] DONE 273 tests, 3 skipped in 132.240s [2022-10-12T00:53:32.500Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-10-12T00:53:32.500Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-10-12T00:53:32.500Z] ++ set -e [2022-10-12T00:53:32.500Z] ++ '[' -n 0 ']' [2022-10-12T00:53:32.500Z] ++ set -x [2022-10-12T00:53:32.500Z] ++ 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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-10-12T00:53:32.500Z] INFO: Testing against a local daemon [2022-10-12T00:53:32.500Z] === RUN TestConfigDaemonLibtrustID [2022-10-12T00:53:32.500Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-10-12T00:53:32.500Z] === RUN TestConfigDaemonID [2022-10-12T00:53:32.758Z] daemon_test.go:86: [d01f9108566a1] daemon is not started [2022-10-12T00:53:32.758Z] --- PASS: TestConfigDaemonID (1.04s) [2022-10-12T00:53:32.758Z] === RUN TestDaemonConfigValidation [2022-10-12T00:53:32.758Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-10-12T00:53:32.758Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-10-12T00:53:32.758Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-10-12T00:53:32.758Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-10-12T00:53:32.758Z] === RUN TestDaemonConfigValidation/invalid_config [2022-10-12T00:53:32.758Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-10-12T00:53:32.758Z] === RUN TestDaemonConfigValidation/malformed_config [2022-10-12T00:53:32.758Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-10-12T00:53:32.758Z] === RUN TestDaemonConfigValidation/valid_config [2022-10-12T00:53:32.758Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-10-12T00:53:32.758Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-10-12T00:53:32.758Z] === CONT TestDaemonConfigValidation/malformed_config [2022-10-12T00:53:33.017Z] === CONT TestDaemonConfigValidation/valid_config [2022-10-12T00:53:33.017Z] === CONT TestDaemonConfigValidation/invalid_config [2022-10-12T00:53:33.017Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-10-12T00:53:33.017Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-10-12T00:53:33.017Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-10-12T00:53:33.017Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-10-12T00:53:33.017Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-10-12T00:53:33.017Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-10-12T00:53:33.017Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-10-12T00:53:33.017Z] === RUN TestConfigDaemonSeccompProfiles [2022-10-12T00:53:33.017Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-10-12T00:53:33.952Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-10-12T00:53:35.346Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-10-12T00:53:36.283Z] === CONT TestConfigDaemonSeccompProfiles [2022-10-12T00:53:36.283Z] daemon_test.go:200: [da7b88b23bf45] daemon is not started [2022-10-12T00:53:36.283Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-10-12T00:53:36.283Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-10-12T00:53:36.283Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-10-12T00:53:36.283Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-10-12T00:53:36.283Z] === RUN TestDaemonProxy [2022-10-12T00:53:36.283Z] === RUN TestDaemonProxy/environment_variables [2022-10-12T00:53:38.182Z] === RUN TestDaemonProxy/command-line_options [2022-10-12T00:53:39.556Z] === RUN TestDaemonProxy/configuration_file [2022-10-12T00:53:41.456Z] === RUN TestDaemonProxy/conflicting_options [2022-10-12T00:53:42.022Z] === RUN TestDaemonProxy/reload_sanitized [2022-10-12T00:53:42.280Z] --- PASS: TestDaemonProxy (6.26s) [2022-10-12T00:53:42.280Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-10-12T00:53:42.280Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-10-12T00:53:42.280Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-10-12T00:53:42.280Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-10-12T00:53:42.280Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-10-12T00:53:42.280Z] === RUN TestLiveRestore [2022-10-12T00:53:42.280Z] === RUN TestLiveRestore/volume_references [2022-10-12T00:53:42.280Z] === PAUSE TestLiveRestore/volume_references [2022-10-12T00:53:42.280Z] === CONT TestLiveRestore/volume_references [2022-10-12T00:53:43.215Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-10-12T00:53:43.215Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-10-12T00:53:44.149Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-10-12T00:53:45.083Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-10-12T00:53:45.648Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-10-12T00:53:46.583Z] --- PASS: TestLiveRestore (0.00s) [2022-10-12T00:53:46.583Z] --- PASS: TestLiveRestore/volume_references (4.23s) [2022-10-12T00:53:46.583Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.55s) [2022-10-12T00:53:46.583Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.92s) [2022-10-12T00:53:46.583Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.88s) [2022-10-12T00:53:46.583Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.88s) [2022-10-12T00:53:46.583Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.87s) [2022-10-12T00:53:46.583Z] PASS [2022-10-12T00:53:46.583Z] [2022-10-12T00:53:46.583Z] DONE 25 tests in 15.496s [2022-10-12T00:53:46.583Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-10-12T00:53:46.583Z] ++ 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-10-12T00:53:46.583Z] ++ set -e [2022-10-12T00:53:46.583Z] ++ '[' -n 0 ']' [2022-10-12T00:53:46.583Z] ++ set -x [2022-10-12T00:53:46.583Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:53:46.841Z] INFO: Testing against a local daemon [2022-10-12T00:53:46.841Z] === RUN TestCommitInheritsEnv [2022-10-12T00:53:47.099Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-10-12T00:53:47.099Z] === RUN TestImportExtremelyLargeImageWorks [2022-10-12T00:53:47.099Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-10-12T00:53:47.099Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-10-12T00:53:47.099Z] === RUN TestImportWithCustomPlatform [2022-10-12T00:53:47.099Z] === RUN TestImportWithCustomPlatform/#00 [2022-10-12T00:53:47.099Z] === RUN TestImportWithCustomPlatform/_______ [2022-10-12T00:53:47.099Z] === RUN TestImportWithCustomPlatform// [2022-10-12T00:53:47.099Z] === RUN TestImportWithCustomPlatform/linux [2022-10-12T00:53:47.357Z] === RUN TestImportWithCustomPlatform/LINUX [2022-10-12T00:53:47.357Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-10-12T00:53:47.357Z] === RUN TestImportWithCustomPlatform/macos [2022-10-12T00:53:47.357Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-10-12T00:53:47.357Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-10-12T00:53:47.357Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-10-12T00:53:47.357Z] === RUN TestImagesFilterMultiReference [2022-10-12T00:53:47.357Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-10-12T00:53:47.357Z] === RUN TestImagePullPlatformInvalid [2022-10-12T00:53:47.615Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-10-12T00:53:47.615Z] === RUN TestRemoveImageOrphaning [2022-10-12T00:53:47.873Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-10-12T00:53:47.873Z] === RUN TestRemoveImageGarbageCollector [2022-10-12T00:53:47.873Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:53:47.873Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-10-12T00:53:47.873Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-10-12T00:53:47.873Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-10-12T00:53:47.873Z] === RUN TestTagInvalidReference [2022-10-12T00:53:47.873Z] --- PASS: TestTagInvalidReference (0.01s) [2022-10-12T00:53:47.873Z] === RUN TestTagValidPrefixedRepo [2022-10-12T00:53:47.873Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-10-12T00:53:47.873Z] === RUN TestTagExistedNameWithoutForce [2022-10-12T00:53:47.873Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-10-12T00:53:47.873Z] === RUN TestTagOfficialNames [2022-10-12T00:53:47.873Z] --- PASS: TestTagOfficialNames (0.05s) [2022-10-12T00:53:47.873Z] === RUN TestTagMatchesDigest [2022-10-12T00:53:47.873Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-10-12T00:53:47.873Z] PASS [2022-10-12T00:53:47.873Z] [2022-10-12T00:53:47.873Z] === Skipped [2022-10-12T00:53:47.873Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-10-12T00:53:47.873Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-10-12T00:53:47.873Z] [2022-10-12T00:53:47.873Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-10-12T00:53:47.873Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:53:47.873Z] [2022-10-12T00:53:47.873Z] DONE 22 tests, 2 skipped in 1.311s [2022-10-12T00:53:47.873Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-10-12T00:53:47.873Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-10-12T00:53:47.873Z] ++ set -e [2022-10-12T00:53:47.873Z] ++ '[' -n 0 ']' [2022-10-12T00:53:47.873Z] ++ set -x [2022-10-12T00:53:47.873Z] ++ 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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-10-12T00:53:48.132Z] === RUN TestStripANSICommands [2022-10-12T00:53:48.132Z] === RUN TestStripANSICommands/#00 [2022-10-12T00:53:48.132Z] === RUN TestStripANSICommands/#01 [2022-10-12T00:53:48.132Z] --- PASS: TestStripANSICommands (0.00s) [2022-10-12T00:53:48.132Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-10-12T00:53:48.132Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-10-12T00:53:48.132Z] PASS [2022-10-12T00:53:48.132Z] [2022-10-12T00:53:48.132Z] DONE 3 tests in 0.041s [2022-10-12T00:53:48.132Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-10-12T00:53:48.132Z] ++ 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-10-12T00:53:48.132Z] ++ set -e [2022-10-12T00:53:48.132Z] ++ '[' -n 0 ']' [2022-10-12T00:53:48.132Z] ++ set -x [2022-10-12T00:53:48.132Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:53:48.132Z] INFO: Testing against a local daemon [2022-10-12T00:53:48.132Z] === RUN TestNetworkCreateDelete [2022-10-12T00:53:48.390Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-10-12T00:53:48.390Z] === RUN TestDockerNetworkDeletePreferID [2022-10-12T00:53:48.648Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-10-12T00:53:48.648Z] === RUN TestDaemonDNSFallback [2022-10-12T00:53:55.210Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-10-12T00:53:55.210Z] === RUN TestInspectNetwork [2022-10-12T00:53:58.495Z] === RUN TestInspectNetwork/full_network_id [2022-10-12T00:53:58.496Z] === RUN TestInspectNetwork/partial_network_id [2022-10-12T00:53:58.496Z] === RUN TestInspectNetwork/network_name [2022-10-12T00:53:58.496Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-10-12T00:54:02.681Z] --- PASS: TestInspectNetwork (7.12s) [2022-10-12T00:54:02.681Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-10-12T00:54:02.681Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-10-12T00:54:02.681Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-10-12T00:54:02.681Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-10-12T00:54:02.681Z] === RUN TestRunContainerWithBridgeNone [2022-10-12T00:54:03.615Z] --- PASS: TestRunContainerWithBridgeNone (1.46s) [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/create [2022-10-12T00:54:03.615Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-10-12T00:54:03.615Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-10-12T00:54:03.615Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-10-12T00:54:03.615Z] === CONT TestNetworkInvalidJSON/networks/create [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-10-12T00:54:03.615Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-10-12T00:54:03.615Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-10-12T00:54:03.615Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-10-12T00:54:03.615Z] === RUN TestNetworkList [2022-10-12T00:54:03.615Z] === RUN TestNetworkList//networks [2022-10-12T00:54:03.615Z] === PAUSE TestNetworkList//networks [2022-10-12T00:54:03.615Z] === RUN TestNetworkList//networks/ [2022-10-12T00:54:03.615Z] === PAUSE TestNetworkList//networks/ [2022-10-12T00:54:03.615Z] === CONT TestNetworkList//networks [2022-10-12T00:54:03.615Z] === CONT TestNetworkList//networks/ [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkList (0.01s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkList//networks (0.00s) [2022-10-12T00:54:03.615Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-10-12T00:54:03.615Z] === RUN TestHostIPv4BridgeLabel [2022-10-12T00:54:04.182Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-10-12T00:54:04.182Z] === RUN TestDaemonRestartWithLiveRestore [2022-10-12T00:54:05.117Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-10-12T00:54:05.117Z] === RUN TestDaemonDefaultNetworkPools [2022-10-12T00:54:06.051Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2022-10-12T00:54:06.051Z] === RUN TestDaemonRestartWithExistingNetwork [2022-10-12T00:54:06.986Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-10-12T00:54:06.986Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-10-12T00:54:08.361Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-10-12T00:54:08.361Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-10-12T00:54:08.927Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-10-12T00:54:08.927Z] === RUN TestServiceWithPredefinedNetwork [2022-10-12T00:54:11.456Z] --- PASS: TestServiceWithPredefinedNetwork (2.27s) [2022-10-12T00:54:11.456Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-10-12T00:54:11.456Z] service_test.go:242: FLAKY_TEST [2022-10-12T00:54:11.456Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-10-12T00:54:11.456Z] === RUN TestServiceWithDataPathPortInit [2022-10-12T00:54:26.329Z] --- PASS: TestServiceWithDataPathPortInit (13.58s) [2022-10-12T00:54:26.329Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-10-12T00:54:27.263Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:t2bzzz9y0a0yy2rbwuo3i1glf Created:2022-10-12 00:54:25.976913021 +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[14a8c7bcebad6b6c55595b439a0529aafa84983b6711e93d58b812c01c5a615c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y01rqmootulgbadqfgqcxgjmy EndpointID:d4e689d8335c707b86bd4a7732f8304e22b1a5a53689c88aecd3aad375756de0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c080879cafbf5a0daa10d5991926dc47ef87565a2a88501cf6a65a3da3bda5e8 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:f92a7c46843a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y01rqmootulgbadqfgqcxgjmy EndpointID:d4e689d8335c707b86bd4a7732f8304e22b1a5a53689c88aecd3aad375756de0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-10-12T00:54:31.447Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.79s) [2022-10-12T00:54:31.447Z] PASS [2022-10-12T00:54:31.447Z] [2022-10-12T00:54:31.447Z] === Skipped [2022-10-12T00:54:31.447Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-10-12T00:54:31.447Z] service_test.go:242: FLAKY_TEST [2022-10-12T00:54:31.447Z] [2022-10-12T00:54:31.447Z] DONE 38 tests, 1 skipped in 43.470s [2022-10-12T00:54:31.447Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-10-12T00:54:31.447Z] ++ 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-10-12T00:54:31.447Z] ++ set -e [2022-10-12T00:54:31.447Z] ++ '[' -n 0 ']' [2022-10-12T00:54:31.447Z] ++ set -x [2022-10-12T00:54:31.447Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:54:31.705Z] INFO: Testing against a local daemon [2022-10-12T00:54:31.705Z] === RUN TestDockerNetworkIpvlanPersistance [2022-10-12T00:54:31.705Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-10-12T00:54:31.705Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-10-12T00:54:31.705Z] === RUN TestDockerNetworkIpvlan [2022-10-12T00:54:31.705Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-10-12T00:54:31.705Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-10-12T00:54:31.705Z] PASS [2022-10-12T00:54:31.705Z] [2022-10-12T00:54:31.705Z] === Skipped [2022-10-12T00:54:31.705Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-10-12T00:54:31.705Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-10-12T00:54:31.705Z] [2022-10-12T00:54:31.705Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-10-12T00:54:31.705Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-10-12T00:54:31.705Z] [2022-10-12T00:54:31.705Z] DONE 2 tests, 2 skipped in 0.094s [2022-10-12T00:54:31.705Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-10-12T00:54:31.705Z] ++ 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-10-12T00:54:31.705Z] ++ set -e [2022-10-12T00:54:31.705Z] ++ '[' -n 0 ']' [2022-10-12T00:54:31.705Z] ++ set -x [2022-10-12T00:54:31.706Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:54:31.706Z] INFO: Testing against a local daemon [2022-10-12T00:54:31.706Z] === RUN TestDockerNetworkMacvlanPersistance [2022-10-12T00:54:33.090Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-10-12T00:54:33.090Z] === RUN TestDockerNetworkMacvlan [2022-10-12T00:54:33.657Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-10-12T00:54:34.591Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-10-12T00:54:35.157Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-10-12T00:54:37.059Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-10-12T00:54:38.433Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-10-12T00:54:41.718Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-10-12T00:54:42.652Z] --- PASS: TestDockerNetworkMacvlan (9.54s) [2022-10-12T00:54:42.652Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-10-12T00:54:42.652Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-10-12T00:54:42.652Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2022-10-12T00:54:42.652Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-10-12T00:54:42.652Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.04s) [2022-10-12T00:54:42.652Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-10-12T00:54:42.652Z] PASS [2022-10-12T00:54:42.652Z] [2022-10-12T00:54:42.652Z] DONE 8 tests in 10.862s [2022-10-12T00:54:42.652Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-10-12T00:54:42.652Z] ++ 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-10-12T00:54:42.652Z] ++ set -e [2022-10-12T00:54:42.652Z] ++ '[' -n 0 ']' [2022-10-12T00:54:42.652Z] ++ set -x [2022-10-12T00:54:42.652Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:54:42.652Z] testing: warning: no tests to run [2022-10-12T00:54:42.652Z] PASS [2022-10-12T00:54:42.652Z] [2022-10-12T00:54:42.652Z] DONE 0 tests in 0.022s [2022-10-12T00:54:42.652Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-10-12T00:54:42.652Z] ++ 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-10-12T00:54:42.652Z] ++ set -e [2022-10-12T00:54:42.652Z] ++ '[' -n 0 ']' [2022-10-12T00:54:42.652Z] ++ set -x [2022-10-12T00:54:42.652Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:54:42.652Z] INFO: Testing against a local daemon [2022-10-12T00:54:42.652Z] === RUN TestAuthZPluginAllowRequest [2022-10-12T00:54:44.026Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2022-10-12T00:54:44.026Z] === RUN TestAuthZPluginTLS [2022-10-12T00:54:44.284Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-10-12T00:54:44.284Z] === RUN TestAuthZPluginDenyRequest [2022-10-12T00:54:44.850Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-10-12T00:54:44.850Z] === RUN TestAuthZPluginAPIDenyResponse [2022-10-12T00:54:45.416Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-10-12T00:54:45.416Z] === RUN TestAuthZPluginDenyResponse [2022-10-12T00:54:45.982Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-10-12T00:54:45.982Z] === RUN TestAuthZPluginAllowEventStream [2022-10-12T00:54:47.357Z] --- PASS: TestAuthZPluginAllowEventStream (1.13s) [2022-10-12T00:54:47.357Z] === RUN TestAuthZPluginErrorResponse [2022-10-12T00:54:47.615Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-10-12T00:54:47.615Z] === RUN TestAuthZPluginErrorRequest [2022-10-12T00:54:48.181Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-10-12T00:54:48.181Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-10-12T00:54:48.747Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-10-12T00:54:48.747Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-10-12T00:54:50.122Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s) [2022-10-12T00:54:50.122Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-10-12T00:54:51.496Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s) [2022-10-12T00:54:51.497Z] === RUN TestAuthZPluginHeader [2022-10-12T00:54:52.063Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-10-12T00:54:52.063Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-10-12T00:54:52.063Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:54:52.063Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-10-12T00:54:52.063Z] === RUN TestAuthZPluginV2Disable [2022-10-12T00:54:52.063Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:54:52.063Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-10-12T00:54:52.063Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-10-12T00:54:52.063Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:54:52.063Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-10-12T00:54:52.063Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-10-12T00:54:52.063Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:54:52.063Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-10-12T00:54:52.063Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-10-12T00:55:10.172Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2022-10-12T00:55:10.172Z] PASS [2022-10-12T00:55:10.172Z] [2022-10-12T00:55:10.172Z] === Skipped [2022-10-12T00:55:10.172Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-10-12T00:55:10.172Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:55:10.172Z] [2022-10-12T00:55:10.172Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-10-12T00:55:10.172Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:55:10.172Z] [2022-10-12T00:55:10.172Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-10-12T00:55:10.172Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:55:10.172Z] [2022-10-12T00:55:10.172Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-10-12T00:55:10.172Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:55:10.172Z] [2022-10-12T00:55:10.172Z] DONE 17 tests, 4 skipped in 26.406s [2022-10-12T00:55:10.172Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-10-12T00:55:10.172Z] ++ 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-10-12T00:55:10.172Z] ++ set -e [2022-10-12T00:55:10.172Z] ++ '[' -n 0 ']' [2022-10-12T00:55:10.172Z] ++ set -x [2022-10-12T00:55:10.172Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:55:10.172Z] INFO: Testing against a local daemon [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-10-12T00:55:10.172Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-10-12T00:55:10.172Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-10-12T00:55:10.172Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-10-12T00:55:10.172Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-10-12T00:55:10.172Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-10-12T00:55:10.172Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-10-12T00:55:10.172Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-10-12T00:55:10.172Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-10-12T00:55:10.172Z] === RUN TestPluginInstall [2022-10-12T00:55:10.172Z] === RUN TestPluginInstall/no_auth [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c43a312210b46a62ec7043b2c89fbb731572382b594f3292f89c2a12b6558b61" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c43a312210b46a62ec7043b2c89fbb731572382b594f3292f89c2a12b6558b61" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-10-12T00:55:13.459Z] === RUN TestPluginInstall/with_htpasswd [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:afa26ed3ee7928c8a6c0a07c62d31f5b2950b165978aa36ef561401c7d20d0b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-10-12T00:55:13.459Z] time="2022-10-12T00:55:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:afa26ed3ee7928c8a6c0a07c62d31f5b2950b165978aa36ef561401c7d20d0b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-10-12T00:55:13.717Z] === RUN TestPluginInstall/with_insecure [2022-10-12T00:55:14.651Z] time="2022-10-12T00:55:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-10-12T00:55:14.651Z] time="2022-10-12T00:55:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:52821662b8edc9a9df227aa3504924d3a083557d9372a45f020031a6fa67f198" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-10-12T00:55:14.651Z] time="2022-10-12T00:55:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-10-12T00:55:14.651Z] time="2022-10-12T00:55:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:52821662b8edc9a9df227aa3504924d3a083557d9372a45f020031a6fa67f198" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-10-12T00:55:14.651Z] plugin_test.go:196: [dba200996944a] daemon is not started [2022-10-12T00:55:14.651Z] --- PASS: TestPluginInstall (5.67s) [2022-10-12T00:55:14.651Z] --- PASS: TestPluginInstall/no_auth (4.05s) [2022-10-12T00:55:14.651Z] --- PASS: TestPluginInstall/with_htpasswd (0.58s) [2022-10-12T00:55:14.651Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-10-12T00:55:14.651Z] === RUN TestPluginsWithRuntimes [2022-10-12T00:55:16.552Z] === RUN TestPluginsWithRuntimes/No_Args [2022-10-12T00:55:17.118Z] === RUN TestPluginsWithRuntimes/With_Args [2022-10-12T00:55:18.052Z] --- PASS: TestPluginsWithRuntimes (3.30s) [2022-10-12T00:55:18.052Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-10-12T00:55:18.052Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-10-12T00:55:18.052Z] === RUN TestPluginBackCompatMediaTypes [2022-10-12T00:55:18.619Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2022-10-12T00:55:18.619Z] PASS [2022-10-12T00:55:18.619Z] [2022-10-12T00:55:18.619Z] DONE 24 tests in 9.700s [2022-10-12T00:55:18.619Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-10-12T00:55:18.619Z] ++ 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-10-12T00:55:18.619Z] ++ set -e [2022-10-12T00:55:18.619Z] ++ '[' -n 0 ']' [2022-10-12T00:55:18.619Z] ++ set -x [2022-10-12T00:55:18.619Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:55:18.877Z] INFO: Testing against a local daemon [2022-10-12T00:55:18.877Z] === RUN TestExternalGraphDriver [2022-10-12T00:55:19.135Z] === RUN TestExternalGraphDriver/json [2022-10-12T00:55:21.036Z] === RUN TestExternalGraphDriver/spec [2022-10-12T00:55:22.411Z] === RUN TestExternalGraphDriver/pull [2022-10-12T00:55:24.311Z] --- PASS: TestExternalGraphDriver (5.19s) [2022-10-12T00:55:24.311Z] --- PASS: TestExternalGraphDriver/json (1.60s) [2022-10-12T00:55:24.311Z] --- PASS: TestExternalGraphDriver/spec (1.59s) [2022-10-12T00:55:24.311Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2022-10-12T00:55:24.311Z] === RUN TestGraphdriverPluginV2 [2022-10-12T00:55:24.311Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:55:24.311Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-10-12T00:55:24.311Z] PASS [2022-10-12T00:55:24.311Z] [2022-10-12T00:55:24.311Z] === Skipped [2022-10-12T00:55:24.311Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-10-12T00:55:24.311Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:55:24.311Z] [2022-10-12T00:55:24.311Z] DONE 5 tests, 1 skipped in 5.616s [2022-10-12T00:55:24.311Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-10-12T00:55:24.311Z] ++ 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-10-12T00:55:24.311Z] ++ set -e [2022-10-12T00:55:24.311Z] ++ '[' -n 0 ']' [2022-10-12T00:55:24.311Z] ++ set -x [2022-10-12T00:55:24.311Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:55:24.311Z] INFO: Testing against a local daemon [2022-10-12T00:55:24.311Z] === RUN TestContinueAfterPluginCrash [2022-10-12T00:55:24.311Z] === PAUSE TestContinueAfterPluginCrash [2022-10-12T00:55:24.311Z] === RUN TestReadPluginNoRead [2022-10-12T00:55:24.311Z] === PAUSE TestReadPluginNoRead [2022-10-12T00:55:24.311Z] === RUN TestDaemonStartWithLogOpt [2022-10-12T00:55:24.311Z] === PAUSE TestDaemonStartWithLogOpt [2022-10-12T00:55:24.311Z] === CONT TestContinueAfterPluginCrash [2022-10-12T00:55:24.311Z] === CONT TestDaemonStartWithLogOpt [2022-10-12T00:55:27.595Z] --- PASS: TestDaemonStartWithLogOpt (3.13s) [2022-10-12T00:55:27.595Z] === CONT TestReadPluginNoRead [2022-10-12T00:55:30.135Z] === RUN TestReadPluginNoRead/default [2022-10-12T00:55:31.088Z] === RUN TestReadPluginNoRead/disabled_caching [2022-10-12T00:55:32.463Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-10-12T00:55:32.463Z] --- PASS: TestContinueAfterPluginCrash (8.01s) [2022-10-12T00:55:33.397Z] === CONT TestReadPluginNoRead [2022-10-12T00:55:33.397Z] read_test.go:91: [d2d2e864d2064] daemon is not started [2022-10-12T00:55:33.397Z] --- PASS: TestReadPluginNoRead (5.85s) [2022-10-12T00:55:33.397Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2022-10-12T00:55:33.397Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.23s) [2022-10-12T00:55:33.397Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2022-10-12T00:55:33.397Z] PASS [2022-10-12T00:55:33.397Z] [2022-10-12T00:55:33.397Z] DONE 6 tests in 9.081s [2022-10-12T00:55:33.397Z] 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-10-12T00:55:33.397Z] ++ 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-10-12T00:55:33.397Z] ++ set -e [2022-10-12T00:55:33.397Z] ++ '[' -n 0 ']' [2022-10-12T00:55:33.397Z] ++ set -x [2022-10-12T00:55:33.397Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:55:33.397Z] testing: warning: no tests to run [2022-10-12T00:55:33.397Z] PASS [2022-10-12T00:55:33.397Z] [2022-10-12T00:55:33.397Z] DONE 0 tests in 0.031s [2022-10-12T00:55:33.397Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-10-12T00:55:33.397Z] ++ 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-10-12T00:55:33.397Z] ++ set -e [2022-10-12T00:55:33.397Z] ++ '[' -n 0 ']' [2022-10-12T00:55:33.397Z] ++ set -x [2022-10-12T00:55:33.397Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:55:33.655Z] INFO: Testing against a local daemon [2022-10-12T00:55:33.655Z] === RUN TestPluginWithDevMounts [2022-10-12T00:55:33.655Z] === PAUSE TestPluginWithDevMounts [2022-10-12T00:55:33.655Z] === CONT TestPluginWithDevMounts [2022-10-12T00:55:35.029Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-10-12T00:55:35.029Z] PASS [2022-10-12T00:55:35.029Z] [2022-10-12T00:55:35.029Z] DONE 1 tests in 1.648s [2022-10-12T00:55:35.029Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-10-12T00:55:35.029Z] ++ 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-10-12T00:55:35.029Z] ++ set -e [2022-10-12T00:55:35.029Z] ++ '[' -n 0 ']' [2022-10-12T00:55:35.029Z] ++ set -x [2022-10-12T00:55:35.029Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:55:35.288Z] INFO: Testing against a local daemon [2022-10-12T00:55:35.288Z] === RUN TestSecretInspect [2022-10-12T00:55:37.817Z] --- PASS: TestSecretInspect (2.19s) [2022-10-12T00:55:37.817Z] === RUN TestSecretList [2022-10-12T00:55:39.718Z] --- PASS: TestSecretList (2.18s) [2022-10-12T00:55:39.718Z] === RUN TestSecretsCreateAndDelete [2022-10-12T00:55:41.620Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2022-10-12T00:55:41.620Z] === RUN TestSecretsUpdate [2022-10-12T00:55:44.150Z] --- PASS: TestSecretsUpdate (2.24s) [2022-10-12T00:55:44.150Z] === RUN TestTemplatedSecret [2022-10-12T00:55:46.681Z] --- PASS: TestTemplatedSecret (2.44s) [2022-10-12T00:55:46.681Z] === RUN TestSecretCreateResolve [2022-10-12T00:55:48.581Z] --- PASS: TestSecretCreateResolve (2.16s) [2022-10-12T00:55:48.581Z] PASS [2022-10-12T00:55:48.581Z] [2022-10-12T00:55:48.581Z] DONE 6 tests in 13.446s [2022-10-12T00:55:48.581Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-10-12T00:55:48.581Z] ++ 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-10-12T00:55:48.581Z] ++ set -e [2022-10-12T00:55:48.581Z] ++ '[' -n 0 ']' [2022-10-12T00:55:48.581Z] ++ set -x [2022-10-12T00:55:48.581Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:55:48.581Z] INFO: Testing against a local daemon [2022-10-12T00:55:48.581Z] === RUN TestServiceCreateInit [2022-10-12T00:55:48.581Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-10-12T00:55:52.767Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-10-12T00:55:56.054Z] --- PASS: TestServiceCreateInit (7.15s) [2022-10-12T00:55:56.054Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.54s) [2022-10-12T00:55:56.054Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.60s) [2022-10-12T00:55:56.054Z] === RUN TestCreateServiceMultipleTimes [2022-10-12T00:56:10.928Z] --- PASS: TestCreateServiceMultipleTimes (15.05s) [2022-10-12T00:56:10.928Z] === RUN TestCreateServiceConflict [2022-10-12T00:56:13.458Z] --- PASS: TestCreateServiceConflict (2.27s) [2022-10-12T00:56:13.458Z] === RUN TestCreateServiceMaxReplicas [2022-10-12T00:56:15.987Z] --- PASS: TestCreateServiceMaxReplicas (2.62s) [2022-10-12T00:56:15.988Z] === RUN TestCreateWithDuplicateNetworkNames [2022-10-12T00:56:30.861Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.12s) [2022-10-12T00:56:30.861Z] === RUN TestCreateServiceSecretFileMode [2022-10-12T00:56:31.427Z] --- PASS: TestCreateServiceSecretFileMode (2.53s) [2022-10-12T00:56:31.427Z] === RUN TestCreateServiceConfigFileMode [2022-10-12T00:56:33.956Z] --- PASS: TestCreateServiceConfigFileMode (2.44s) [2022-10-12T00:56:33.956Z] === RUN TestCreateServiceSysctls [2022-10-12T00:56:37.238Z] --- PASS: TestCreateServiceSysctls (2.95s) [2022-10-12T00:56:37.238Z] === RUN TestCreateServiceCapabilities [2022-10-12T00:56:39.768Z] --- PASS: TestCreateServiceCapabilities (2.48s) [2022-10-12T00:56:39.768Z] === RUN TestInspect [2022-10-12T00:56:42.322Z] --- PASS: TestInspect (2.66s) [2022-10-12T00:56:42.322Z] === RUN TestCreateJob [2022-10-12T00:56:44.857Z] --- PASS: TestCreateJob (2.92s) [2022-10-12T00:56:44.857Z] === RUN TestReplicatedJob [2022-10-12T00:56:50.128Z] --- PASS: TestReplicatedJob (5.08s) [2022-10-12T00:56:50.128Z] === RUN TestUpdateReplicatedJob [2022-10-12T00:56:53.412Z] --- PASS: TestUpdateReplicatedJob (3.03s) [2022-10-12T00:56:53.412Z] === RUN TestServiceListWithStatuses [2022-10-12T00:56:53.412Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-10-12T00:56:53.412Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-10-12T00:56:53.412Z] === RUN TestDockerNetworkConnectAlias [2022-10-12T00:56:57.596Z] --- PASS: TestDockerNetworkConnectAlias (4.18s) [2022-10-12T00:56:57.596Z] === RUN TestDockerNetworkReConnect [2022-10-12T00:57:00.880Z] --- PASS: TestDockerNetworkReConnect (3.47s) [2022-10-12T00:57:00.880Z] === RUN TestServicePlugin [2022-10-12T00:57:00.880Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:57:00.880Z] --- SKIP: TestServicePlugin (0.00s) [2022-10-12T00:57:00.880Z] === RUN TestServiceUpdateLabel [2022-10-12T00:57:02.782Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-10-12T00:57:02.782Z] === RUN TestServiceUpdateSecrets [2022-10-12T00:57:17.656Z] --- PASS: TestServiceUpdateSecrets (14.32s) [2022-10-12T00:57:17.656Z] === RUN TestServiceUpdateConfigs [2022-10-12T00:57:32.536Z] --- PASS: TestServiceUpdateConfigs (14.32s) [2022-10-12T00:57:32.536Z] === RUN TestServiceUpdateNetwork [2022-10-12T00:57:44.736Z] --- PASS: TestServiceUpdateNetwork (12.05s) [2022-10-12T00:57:44.736Z] === RUN TestServiceUpdatePidsLimit [2022-10-12T00:57:44.736Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-10-12T00:57:45.303Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-10-12T00:57:53.412Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-10-12T00:57:59.971Z] --- PASS: TestServiceUpdatePidsLimit (16.04s) [2022-10-12T00:57:59.971Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-10-12T00:57:59.971Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-10-12T00:57:59.971Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-10-12T00:57:59.971Z] PASS [2022-10-12T00:57:59.971Z] [2022-10-12T00:57:59.971Z] === Skipped [2022-10-12T00:57:59.971Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-10-12T00:57:59.971Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-10-12T00:57:59.971Z] [2022-10-12T00:57:59.971Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-10-12T00:57:59.971Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-10-12T00:57:59.971Z] [2022-10-12T00:57:59.971Z] DONE 27 tests, 2 skipped in 130.990s [2022-10-12T00:57:59.971Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-10-12T00:57:59.971Z] ++ 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-10-12T00:57:59.971Z] ++ set -e [2022-10-12T00:57:59.971Z] ++ '[' -n 0 ']' [2022-10-12T00:57:59.971Z] ++ set -x [2022-10-12T00:57:59.971Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:57:59.971Z] INFO: Testing against a local daemon [2022-10-12T00:57:59.971Z] === RUN TestSessionCreate [2022-10-12T00:57:59.971Z] --- PASS: TestSessionCreate (0.02s) [2022-10-12T00:57:59.971Z] === RUN TestSessionCreateWithBadUpgrade [2022-10-12T00:57:59.971Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-10-12T00:57:59.971Z] PASS [2022-10-12T00:57:59.971Z] [2022-10-12T00:57:59.971Z] DONE 2 tests in 0.119s [2022-10-12T00:57:59.971Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-10-12T00:57:59.971Z] ++ 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-10-12T00:57:59.971Z] ++ set -e [2022-10-12T00:57:59.971Z] ++ '[' -n 0 ']' [2022-10-12T00:57:59.971Z] ++ set -x [2022-10-12T00:57:59.971Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:57:59.971Z] INFO: Testing against a local daemon [2022-10-12T00:57:59.971Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-10-12T00:57:59.971Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-10-12T00:57:59.971Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-10-12T00:57:59.971Z] === RUN TestDiskUsage [2022-10-12T00:57:59.971Z] === PAUSE TestDiskUsage [2022-10-12T00:57:59.971Z] === RUN TestEventsExecDie [2022-10-12T00:58:00.538Z] --- PASS: TestEventsExecDie (0.53s) [2022-10-12T00:58:00.538Z] === RUN TestEventsBackwardsCompatible [2022-10-12T00:58:00.538Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-10-12T00:58:00.538Z] === RUN TestEventsVolumeCreate [2022-10-12T00:58:00.538Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-10-12T00:58:00.538Z] === RUN TestInfoBinaryCommits [2022-10-12T00:58:00.538Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-10-12T00:58:00.538Z] === RUN TestInfoAPIVersioned [2022-10-12T00:58:00.538Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-10-12T00:58:00.538Z] === RUN TestInfoAPI [2022-10-12T00:58:00.538Z] --- PASS: TestInfoAPI (0.02s) [2022-10-12T00:58:00.538Z] === RUN TestInfoAPIWarnings [2022-10-12T00:58:18.623Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-10-12T00:58:18.623Z] === RUN TestInfoDebug [2022-10-12T00:58:18.623Z] --- PASS: TestInfoDebug (0.52s) [2022-10-12T00:58:18.623Z] === RUN TestInfoInsecureRegistries [2022-10-12T00:58:18.623Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-10-12T00:58:18.623Z] === RUN TestInfoRegistryMirrors [2022-10-12T00:58:18.623Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-10-12T00:58:18.623Z] === RUN TestLoginFailsWithBadCredentials [2022-10-12T00:58:19.202Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-10-12T00:58:19.202Z] === RUN TestPingCacheHeaders [2022-10-12T00:58:19.202Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-10-12T00:58:19.202Z] === RUN TestPingGet [2022-10-12T00:58:19.202Z] --- PASS: TestPingGet (0.01s) [2022-10-12T00:58:19.202Z] === RUN TestPingHead [2022-10-12T00:58:19.202Z] --- PASS: TestPingHead (0.02s) [2022-10-12T00:58:19.202Z] === RUN TestPingSwarmHeader [2022-10-12T00:58:19.770Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-10-12T00:58:20.335Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-10-12T00:58:21.270Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-10-12T00:58:21.270Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-10-12T00:58:21.270Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-10-12T00:58:21.270Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-10-12T00:58:21.270Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-10-12T00:58:21.270Z] === RUN TestPingBuilderHeader [2022-10-12T00:58:21.270Z] === RUN TestPingBuilderHeader/default_config [2022-10-12T00:58:21.836Z] === RUN TestPingBuilderHeader/buildkit_disabled [2022-10-12T00:58:22.402Z] --- PASS: TestPingBuilderHeader (1.05s) [2022-10-12T00:58:22.402Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2022-10-12T00:58:22.402Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2022-10-12T00:58:22.402Z] === RUN TestVersion [2022-10-12T00:58:22.402Z] --- PASS: TestVersion (0.02s) [2022-10-12T00:58:22.402Z] === CONT TestDiskUsage [2022-10-12T00:58:22.660Z] === RUN TestDiskUsage/empty [2022-10-12T00:58:22.660Z] === RUN TestDiskUsage/empty/container_types [2022-10-12T00:58:22.660Z] === RUN TestDiskUsage/empty/image_types [2022-10-12T00:58:22.660Z] === RUN TestDiskUsage/empty/volume_types [2022-10-12T00:58:22.660Z] === RUN TestDiskUsage/empty/build-cache_types [2022-10-12T00:58:22.660Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-10-12T00:58:22.661Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-10-12T00:58:22.661Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-10-12T00:58:22.661Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-10-12T00:58:22.661Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-10-12T00:58:22.661Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-10-12T00:58:22.661Z] === RUN TestDiskUsage/after_LoadBusybox [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-10-12T00:58:22.919Z] === RUN TestDiskUsage/after_container.Run [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-10-12T00:58:23.177Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage (1.17s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run (0.33s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-10-12T00:58:23.438Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-10-12T00:58:23.438Z] PASS [2022-10-12T00:58:23.438Z] [2022-10-12T00:58:23.438Z] === Skipped [2022-10-12T00:58:23.438Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-10-12T00:58:23.438Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-10-12T00:58:23.438Z] [2022-10-12T00:58:23.438Z] DONE 57 tests, 1 skipped in 23.696s [2022-10-12T00:58:23.438Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-10-12T00:58:23.438Z] ++ 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-10-12T00:58:23.438Z] ++ set -e [2022-10-12T00:58:23.438Z] ++ '[' -n 0 ']' [2022-10-12T00:58:23.438Z] ++ set -x [2022-10-12T00:58:23.438Z] ++ 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 GITHUB_ACTIONS= 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-10-12T00:58:23.438Z] INFO: Testing against a local daemon [2022-10-12T00:58:23.438Z] === RUN TestVolumesCreateAndList [2022-10-12T00:58:23.438Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-10-12T00:58:23.438Z] === RUN TestVolumesRemove [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesRemove (0.08s) [2022-10-12T00:58:23.696Z] === RUN TestVolumesInspect [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesInspect (0.02s) [2022-10-12T00:58:23.696Z] === RUN TestVolumesInvalidJSON [2022-10-12T00:58:23.696Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-10-12T00:58:23.696Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-10-12T00:58:23.696Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-10-12T00:58:23.696Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-10-12T00:58:23.696Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-10-12T00:58:23.696Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-10-12T00:58:23.696Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-10-12T00:58:23.696Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-10-12T00:58:23.696Z] === RUN TestVolumePruneAnonymous [2022-10-12T00:58:23.696Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2022-10-12T00:58:23.696Z] PASS [2022-10-12T00:58:23.696Z] [2022-10-12T00:58:23.696Z] DONE 10 tests in 0.256s [2022-10-12T00:58:23.696Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-10-12T00:58:23.954Z] ++++ cat bundles/test-integration/docker.pid [2022-10-12T00:58:23.954Z] +++ kill 14819 [2022-10-12T00:58:23.954Z] +++ /etc/init.d/apparmor stop [2022-10-12T00:58:23.954Z] Leaving: AppArmorNo profiles have been unloaded. [2022-10-12T00:58:23.954Z] [2022-10-12T00:58:23.954Z] Unloading profiles will leave already running processes permanently [2022-10-12T00:58:23.954Z] unconfined, which can lead to unexpected situations. [2022-10-12T00:58:23.954Z] [2022-10-12T00:58:23.954Z] To set a process to complain mode, use the command line tool [2022-10-12T00:58:23.954Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-10-12T00:58:23.954Z] +++ true [2022-10-12T00:58:23.954Z] exiting test-integration [2022-10-12T00:58:23.954Z] ++ exit 0 [2022-10-12T00:58:23.954Z] Post stage [Pipeline] junit [2022-10-12T00:58:24.902Z] Recording test results [2022-10-12T00:58:25.052Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-10-12T00:58:25.358Z] + echo Ensuring container killed. [2022-10-12T00:58:25.358Z] Ensuring container killed. [2022-10-12T00:58:25.358Z] + docker rm -vf docker-pr2 [2022-10-12T00:58:25.358Z] Error response from daemon: No such container: docker-pr2 [Pipeline] sh [2022-10-12T00:58:25.637Z] + echo Chowning /workspace to jenkins user [2022-10-12T00:58:25.637Z] Chowning /workspace to jenkins user [2022-10-12T00:58:25.637Z] + id -u [2022-10-12T00:58:25.637Z] + id -g [2022-10-12T00:58:25.637Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44285:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-10-12T00:58:27.298Z] + bundleName=arm64-integration [2022-10-12T00:58:27.298Z] + echo Creating arm64-integration-bundles.tar.gz [2022-10-12T00:58:27.298Z] Creating arm64-integration-bundles.tar.gz [2022-10-12T00:58:27.298Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-10-12T00:58:27.298Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-10-12T00:58:27.568Z] Archiving artifacts [2022-10-12T00:58:27.830Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44285/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-10-12T00:58:28.124Z] + make clean [2022-10-12T00:58:28.381Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-10-12T00:58:28.381Z] docker-dev-cache [2022-10-12T00:58:28.381Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS