Pull request #43787 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 28382c58ec2078d17ae3a3d6a2f262733a1e779d+d9694c27c2fd1d40a1d038404d3a1516a3a6d74c (f4aeebc6a0dfa86054f52595c995d36c367c87d2) 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-43787@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-12-08T13:37:56.202Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-12-08T13:37:56.205Z] Trying to pass milestone 10 [Pipeline] milestone [2022-12-08T13:37:56.305Z] Trying to pass milestone 11 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-12-08T13:37:56.501Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05bfdd069fe8e2272) in /home/ubuntu/workspace/moby_PR-43787 [Pipeline] { [Pipeline] checkout [2022-12-08T13:37:56.525Z] The recommended git tool is: git [2022-12-08T13:37:56.534Z] using credential docker-jenkins-github-credentials [2022-12-08T13:37:56.543Z] Cloning the remote Git repository [2022-12-08T13:37:56.543Z] Cloning with configured refspecs honoured and without tags [2022-12-08T13:37:56.603Z] Cloning repository https://github.com/moby/moby.git [2022-12-08T13:37:56.604Z] > git init /home/ubuntu/workspace/moby_PR-43787 # timeout=10 [2022-12-08T13:37:56.613Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-08T13:37:56.614Z] > git --version # timeout=10 [2022-12-08T13:37:56.616Z] > git --version # 'git version 2.25.1' [2022-12-08T13:37:56.616Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-08T13:37:56.617Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43787/head:refs/remotes/origin/PR-43787 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-08T13:38:08.924Z] Fetching without tags [2022-12-08T13:38:08.960Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-08T13:38:08.963Z] > git config --add remote.origin.fetch +refs/pull/43787/head:refs/remotes/origin/PR-43787 # timeout=10 [2022-12-08T13:38:08.966Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-08T13:38:08.977Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-08T13:38:08.982Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-08T13:38:08.983Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-08T13:38:08.983Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43787/head:refs/remotes/origin/PR-43787 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-08T13:38:09.135Z] Merging remotes/origin/master commit d9694c27c2fd1d40a1d038404d3a1516a3a6d74c into PR head commit 28382c58ec2078d17ae3a3d6a2f262733a1e779d [2022-12-08T13:38:09.708Z] Merge succeeded, producing 28382c58ec2078d17ae3a3d6a2f262733a1e779d [2022-12-08T13:38:09.708Z] Checking out Revision 28382c58ec2078d17ae3a3d6a2f262733a1e779d (PR-43787) [2022-12-08T13:38:10.463Z] Commit message: "container: ViewDB: use logrus.WithError()" [2022-12-08T13:38:10.480Z] First time build. Skipping changelog. [2022-12-08T13:38:09.194Z] > git config core.sparsecheckout # timeout=10 [2022-12-08T13:38:09.197Z] > git checkout -f 28382c58ec2078d17ae3a3d6a2f262733a1e779d # timeout=10 [2022-12-08T13:38:09.740Z] > git remote # timeout=10 [2022-12-08T13:38:09.744Z] > git config --get remote.origin.url # timeout=10 [2022-12-08T13:38:09.751Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-08T13:38:09.752Z] > git merge d9694c27c2fd1d40a1d038404d3a1516a3a6d74c # timeout=10 [2022-12-08T13:38:09.760Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-08T13:38:09.767Z] > git config core.sparsecheckout # timeout=10 [2022-12-08T13:38:09.771Z] > git checkout -f 28382c58ec2078d17ae3a3d6a2f262733a1e779d # timeout=10 [2022-12-08T13:38:10.521Z] > git rev-list --no-walk d6e2c560d5f1b203ac95aa7b1ab876f53b2c72d4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-08T13:38:11.462Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43787:/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-12-08T13:38:15.663Z] 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 Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [2022-12-08T13:38:15.803Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05bfdd069fe8e2272) in /home/ubuntu/workspace/moby_PR-43787 [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-12-08T13:38:15.847Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2022-12-08T13:38:15.857Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-12-08T13:38:15.873Z] Fetching changes from the remote Git repository [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2022-12-08T13:38:15.879Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-12-08T13:38:16.111Z] Merging remotes/origin/master commit d9694c27c2fd1d40a1d038404d3a1516a3a6d74c into PR head commit 28382c58ec2078d17ae3a3d6a2f262733a1e779d [2022-12-08T13:38:16.166Z] Merge succeeded, producing 28382c58ec2078d17ae3a3d6a2f262733a1e779d [2022-12-08T13:38:16.167Z] Checking out Revision 28382c58ec2078d17ae3a3d6a2f262733a1e779d (PR-43787) [2022-12-08T13:38:16.209Z] Commit message: "container: ViewDB: use logrus.WithError()" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-12-08T13:38:15.923Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43787/.git # timeout=10 [2022-12-08T13:38:15.931Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-08T13:38:15.939Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-08T13:38:15.939Z] > git --version # timeout=10 [2022-12-08T13:38:15.943Z] > git --version # 'git version 2.25.1' [2022-12-08T13:38:15.943Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-08T13:38:15.944Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43787/head:refs/remotes/origin/PR-43787 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-08T13:38:16.169Z] > git config core.sparsecheckout # timeout=10 [2022-12-08T13:38:16.174Z] > git checkout -f 28382c58ec2078d17ae3a3d6a2f262733a1e779d # timeout=10 [2022-12-08T13:38:16.205Z] > git remote # timeout=10 [2022-12-08T13:38:16.208Z] > git config --get remote.origin.url # timeout=10 [2022-12-08T13:38:16.211Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-08T13:38:16.211Z] > git merge d9694c27c2fd1d40a1d038404d3a1516a3a6d74c # timeout=10 [2022-12-08T13:38:16.219Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-08T13:38:16.224Z] > git config core.sparsecheckout # timeout=10 [2022-12-08T13:38:16.227Z] > git checkout -f 28382c58ec2078d17ae3a3d6a2f262733a1e779d # timeout=10 [2022-12-08T13:38:16.871Z] + docker version [2022-12-08T13:38:16.871Z] Client: Docker Engine - Community [2022-12-08T13:38:16.871Z] Version: 22.06.0-beta.0 [2022-12-08T13:38:16.871Z] API version: 1.42 [2022-12-08T13:38:16.871Z] Go version: go1.18.3 [2022-12-08T13:38:16.871Z] Git commit: 3e9117b [2022-12-08T13:38:16.871Z] Built: Fri Jun 3 17:55:34 2022 [2022-12-08T13:38:16.871Z] OS/Arch: linux/arm64 [2022-12-08T13:38:16.871Z] Context: default [2022-12-08T13:38:16.871Z] [2022-12-08T13:38:16.871Z] Server: Docker Engine - Community [2022-12-08T13:38:16.871Z] Engine: [2022-12-08T13:38:16.871Z] Version: 22.06.0-beta.0 [2022-12-08T13:38:16.871Z] API version: 1.42 (minimum version 1.12) [2022-12-08T13:38:16.871Z] Go version: go1.18.3 [2022-12-08T13:38:16.871Z] Git commit: 38633e7 [2022-12-08T13:38:16.871Z] Built: Fri Jun 3 17:55:34 2022 [2022-12-08T13:38:16.871Z] OS/Arch: linux/arm64 [2022-12-08T13:38:16.871Z] Experimental: true [2022-12-08T13:38:16.871Z] containerd: [2022-12-08T13:38:16.871Z] Version: 1.6.8 [2022-12-08T13:38:16.871Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-08T13:38:16.871Z] runc: [2022-12-08T13:38:16.871Z] Version: 1.1.4 [2022-12-08T13:38:16.871Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-12-08T13:38:16.871Z] docker-init: [2022-12-08T13:38:16.871Z] Version: 0.19.0 [2022-12-08T13:38:16.871Z] GitCommit: de40ad0 [Pipeline] sh [2022-12-08T13:38:17.155Z] + docker info [2022-12-08T13:38:17.155Z] Client: [2022-12-08T13:38:17.155Z] Context: default [2022-12-08T13:38:17.155Z] Debug Mode: false [2022-12-08T13:38:17.155Z] Plugins: [2022-12-08T13:38:17.155Z] buildx: Docker Buildx (Docker Inc.) [2022-12-08T13:38:17.155Z] Version: v0.8.2 [2022-12-08T13:38:17.155Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2022-12-08T13:38:17.155Z] compose: Docker Compose (Docker Inc.) [2022-12-08T13:38:17.155Z] Version: v2.12.0 [2022-12-08T13:38:17.155Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-12-08T13:38:17.155Z] [2022-12-08T13:38:17.155Z] Server: [2022-12-08T13:38:17.155Z] Containers: 0 [2022-12-08T13:38:17.155Z] Running: 0 [2022-12-08T13:38:17.155Z] Paused: 0 [2022-12-08T13:38:17.155Z] Stopped: 0 [2022-12-08T13:38:17.155Z] Images: 4 [2022-12-08T13:38:17.155Z] Server Version: 22.06.0-beta.0 [2022-12-08T13:38:17.155Z] Storage Driver: overlay2 [2022-12-08T13:38:17.155Z] Backing Filesystem: extfs [2022-12-08T13:38:17.155Z] Supports d_type: true [2022-12-08T13:38:17.155Z] Using metacopy: false [2022-12-08T13:38:17.155Z] Native Overlay Diff: true [2022-12-08T13:38:17.155Z] userxattr: false [2022-12-08T13:38:17.155Z] Logging Driver: json-file [2022-12-08T13:38:17.155Z] Cgroup Driver: cgroupfs [2022-12-08T13:38:17.155Z] Cgroup Version: 1 [2022-12-08T13:38:17.155Z] Plugins: [2022-12-08T13:38:17.155Z] Volume: local [2022-12-08T13:38:17.155Z] Network: bridge host ipvlan macvlan null overlay [2022-12-08T13:38:17.155Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-12-08T13:38:17.155Z] Swarm: inactive [2022-12-08T13:38:17.155Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-12-08T13:38:17.155Z] Default Runtime: runc [2022-12-08T13:38:17.155Z] Init Binary: docker-init [2022-12-08T13:38:17.155Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-08T13:38:17.155Z] runc version: v1.1.4-0-g5fd4c4d [2022-12-08T13:38:17.155Z] init version: de40ad0 [2022-12-08T13:38:17.155Z] Security Options: [2022-12-08T13:38:17.155Z] apparmor [2022-12-08T13:38:17.155Z] seccomp [2022-12-08T13:38:17.155Z] Profile: builtin [2022-12-08T13:38:17.155Z] Kernel Version: 5.15.0-1022-aws [2022-12-08T13:38:17.155Z] Operating System: Ubuntu 20.04.5 LTS [2022-12-08T13:38:17.155Z] OSType: linux [2022-12-08T13:38:17.155Z] Architecture: aarch64 [2022-12-08T13:38:17.155Z] CPUs: 2 [2022-12-08T13:38:17.155Z] Total Memory: 7.559GiB [2022-12-08T13:38:17.155Z] Name: ip-10-100-56-233 [2022-12-08T13:38:17.155Z] ID: a4508864-5846-4859-9d9f-739af3007ee0 [2022-12-08T13:38:17.155Z] Docker Root Dir: /var/lib/docker [2022-12-08T13:38:17.155Z] Debug Mode: false [2022-12-08T13:38:17.155Z] Registry: https://index.docker.io/v1/ [2022-12-08T13:38:17.155Z] Labels: [2022-12-08T13:38:17.155Z] Experimental: true [2022-12-08T13:38:17.155Z] Insecure Registries: [2022-12-08T13:38:17.155Z] 127.0.0.0/8 [2022-12-08T13:38:17.155Z] Live Restore Enabled: true [2022-12-08T13:38:17.155Z] [Pipeline] sh [2022-12-08T13:38:17.439Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-12-08T13:38:17.439Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-12-08T13:38:17.439Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43787/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-12-08T13:38:17.439Z] + bash /home/ubuntu/workspace/moby_PR-43787/check-config.sh [2022-12-08T13:38:17.439Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-12-08T13:38:17.439Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ... [2022-12-08T13:38:17.439Z] [2022-12-08T13:38:17.439Z] Generally Necessary: [2022-12-08T13:38:17.439Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-12-08T13:38:17.439Z] - apparmor: enabled and tools installed [2022-12-08T13:38:17.439Z] - CONFIG_NAMESPACES: enabled [2022-12-08T13:38:17.439Z] - CONFIG_NET_NS: enabled [2022-12-08T13:38:17.439Z] - CONFIG_PID_NS: enabled [2022-12-08T13:38:17.439Z] - CONFIG_IPC_NS: enabled [2022-12-08T13:38:17.439Z] - CONFIG_UTS_NS: enabled [2022-12-08T13:38:17.439Z] - CONFIG_CGROUPS: enabled [2022-12-08T13:38:17.439Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-12-08T13:38:17.439Z] - CONFIG_CGROUP_DEVICE: enabled [2022-12-08T13:38:17.439Z] - CONFIG_CGROUP_FREEZER: enabled [2022-12-08T13:38:17.439Z] - CONFIG_CGROUP_SCHED: enabled [2022-12-08T13:38:17.439Z] - CONFIG_CPUSETS: enabled [2022-12-08T13:38:17.439Z] - CONFIG_MEMCG: enabled [2022-12-08T13:38:17.439Z] - CONFIG_KEYS: enabled [2022-12-08T13:38:17.699Z] - CONFIG_VETH: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_BRIDGE: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_NF_NAT: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_POSIX_MQUEUE: enabled [2022-12-08T13:38:17.699Z] - CONFIG_CGROUP_BPF: enabled [2022-12-08T13:38:17.699Z] [2022-12-08T13:38:17.699Z] Optional Features: [2022-12-08T13:38:17.699Z] - CONFIG_USER_NS: enabled [2022-12-08T13:38:17.699Z] - CONFIG_SECCOMP: enabled [2022-12-08T13:38:17.699Z] - CONFIG_SECCOMP_FILTER: enabled [2022-12-08T13:38:17.699Z] - CONFIG_CGROUP_PIDS: enabled [2022-12-08T13:38:17.699Z] - CONFIG_MEMCG_SWAP: enabled [2022-12-08T13:38:17.699Z] (cgroup swap accounting is currently enabled) [2022-12-08T13:38:17.699Z] - CONFIG_BLK_CGROUP: enabled [2022-12-08T13:38:17.699Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-12-08T13:38:17.699Z] - CONFIG_CGROUP_PERF: enabled [2022-12-08T13:38:17.699Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-12-08T13:38:17.699Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-12-08T13:38:17.699Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-12-08T13:38:17.958Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-12-08T13:38:17.958Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-12-08T13:38:17.958Z] - CONFIG_RT_GROUP_SCHED: missing [2022-12-08T13:38:17.958Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-12-08T13:38:17.958Z] - CONFIG_IP_VS: enabled (as module) [2022-12-08T13:38:17.958Z] - CONFIG_IP_VS_NFCT: enabled [2022-12-08T13:38:17.958Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-12-08T13:38:17.958Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-12-08T13:38:17.958Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-12-08T13:38:17.958Z] - CONFIG_SECURITY_SELINUX: enabled [2022-12-08T13:38:17.958Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-12-08T13:38:17.958Z] - CONFIG_EXT4_FS: enabled [2022-12-08T13:38:17.958Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-12-08T13:38:17.958Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-12-08T13:38:17.958Z] - Network Drivers: [2022-12-08T13:38:17.958Z] - "overlay": [2022-12-08T13:38:17.958Z] - CONFIG_VXLAN: enabled (as module) [2022-12-08T13:38:17.958Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-12-08T13:38:17.958Z] Optional (for encrypted networks): [2022-12-08T13:38:18.218Z] - CONFIG_CRYPTO: enabled [2022-12-08T13:38:18.218Z] - CONFIG_CRYPTO_AEAD: enabled [2022-12-08T13:38:18.218Z] - CONFIG_CRYPTO_GCM: enabled [2022-12-08T13:38:18.218Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-12-08T13:38:18.218Z] - CONFIG_CRYPTO_GHASH: enabled [2022-12-08T13:38:18.218Z] - CONFIG_XFRM: enabled [2022-12-08T13:38:18.218Z] - CONFIG_XFRM_USER: enabled (as module) [2022-12-08T13:38:18.218Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-12-08T13:38:18.218Z] - CONFIG_INET_ESP: enabled (as module) [2022-12-08T13:38:18.218Z] - "ipvlan": [2022-12-08T13:38:18.218Z] - CONFIG_IPVLAN: enabled (as module) [2022-12-08T13:38:18.218Z] - "macvlan": [2022-12-08T13:38:18.218Z] - CONFIG_MACVLAN: enabled (as module) [2022-12-08T13:38:18.218Z] - CONFIG_DUMMY: enabled (as module) [2022-12-08T13:38:18.218Z] - "ftp,tftp client in container": [2022-12-08T13:38:18.218Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-12-08T13:38:18.218Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-12-08T13:38:18.218Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-12-08T13:38:18.218Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-12-08T13:38:18.218Z] - Storage Drivers: [2022-12-08T13:38:18.218Z] - "aufs": [2022-12-08T13:38:18.218Z] - CONFIG_AUFS_FS: enabled (as module) [2022-12-08T13:38:18.218Z] - "btrfs": [2022-12-08T13:38:18.218Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-12-08T13:38:18.218Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-12-08T13:38:18.218Z] - "devicemapper": [2022-12-08T13:38:18.218Z] - CONFIG_BLK_DEV_DM: enabled [2022-12-08T13:38:18.218Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-12-08T13:38:18.218Z] - "overlay": [2022-12-08T13:38:18.218Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-12-08T13:38:18.218Z] - "zfs": [2022-12-08T13:38:18.218Z] - /dev/zfs: present [2022-12-08T13:38:18.218Z] - zfs command: missing [2022-12-08T13:38:18.218Z] - zpool command: missing [2022-12-08T13:38:18.218Z] [2022-12-08T13:38:18.218Z] Limits: [2022-12-08T13:38:18.218Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-12-08T13:38:18.218Z] [2022-12-08T13:38:18.218Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-12-08T13:38:18.531Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:28382c58ec2078d17ae3a3d6a2f262733a1e779d . [2022-12-08T13:38:18.791Z] #1 [internal] load build definition from Dockerfile [2022-12-08T13:38:18.791Z] #1 transferring dockerfile: 19.55kB done [2022-12-08T13:38:18.791Z] #1 DONE 0.0s [2022-12-08T13:38:18.791Z] [2022-12-08T13:38:18.791Z] #2 [internal] load .dockerignore [2022-12-08T13:38:18.791Z] #2 transferring context: 113B done [2022-12-08T13:38:18.791Z] #2 DONE 0.0s [2022-12-08T13:38:18.791Z] [2022-12-08T13:38:18.791Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-12-08T13:38:19.050Z] #3 DONE 0.1s [2022-12-08T13:38:19.050Z] [2022-12-08T13:38:19.050Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-12-08T13:38:19.050Z] #4 CACHED [2022-12-08T13:38:19.050Z] [2022-12-08T13:38:19.051Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-08T13:38:19.313Z] #5 DONE 0.1s [2022-12-08T13:38:19.313Z] [2022-12-08T13:38:19.313Z] #6 [internal] load metadata for docker.io/library/golang:1.19.4-bullseye [2022-12-08T13:38:19.313Z] #6 DONE 0.1s [2022-12-08T13:38:19.313Z] [2022-12-08T13:38:19.313Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-12-08T13:38:19.313Z] #7 DONE 0.1s [2022-12-08T13:38:19.313Z] [2022-12-08T13:38:19.313Z] #8 [base 1/3] FROM docker.io/library/golang:1.19.4-bullseye@sha256:9554cfef4c535c7fa4e17c95b28d4c0097a75a430637e13052c27cbd85bdc641 [2022-12-08T13:38:19.313Z] #8 DONE 0.0s [2022-12-08T13:38:19.313Z] [2022-12-08T13:38:19.313Z] #9 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-08T13:38:19.313Z] #9 DONE 0.0s [2022-12-08T13:38:19.313Z] [2022-12-08T13:38:19.313Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b [2022-12-08T13:38:19.313Z] #10 DONE 0.0s [2022-12-08T13:38:19.313Z] [2022-12-08T13:38:19.313Z] #11 [internal] load build context [2022-12-08T13:38:19.888Z] #11 ... [2022-12-08T13:38:19.888Z] [2022-12-08T13:38:19.888Z] #12 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-12-08T13:38:19.888Z] #12 DONE 0.6s [2022-12-08T13:38:19.888Z] [2022-12-08T13:38:19.888Z] #11 [internal] load build context [2022-12-08T13:38:20.458Z] #11 transferring context: 63.86MB 1.1s done [2022-12-08T13:38:20.458Z] #11 DONE 1.1s [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #13 [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-12-08T13:38:20.458Z] #13 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #14 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #14 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #15 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-12-08T13:38:20.458Z] #15 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #16 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #16 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #17 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-12-08T13:38:20.458Z] #17 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #18 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.27.1 [2022-12-08T13:38:20.458Z] #18 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #19 [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-12-08T13:38:20.458Z] #19 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #20 [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-12-08T13:38:20.458Z] #20 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #21 [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-12-08T13:38:20.458Z] #21 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #22 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #22 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #23 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #23 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #24 [dev-systemd-false 6/28] RUN ldconfig [2022-12-08T13:38:20.458Z] #24 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #25 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-12-08T13:38:20.458Z] #25 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #26 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #26 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #27 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #27 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #28 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-12-08T13:38:20.458Z] #28 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #29 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-12-08T13:38:20.458Z] #29 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #30 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #30 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #31 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-12-08T13:38:20.458Z] #31 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #32 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-12-08T13:38:20.458Z] #32 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #33 [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-12-08T13:38:20.458Z] #33 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #34 [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-12-08T13:38:20.458Z] #34 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #35 [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.2" && /build/gotestsum --version [2022-12-08T13:38:20.458Z] #35 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #36 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-12-08T13:38:20.458Z] #36 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #37 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-12-08T13:38:20.458Z] #37 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.458Z] #38 [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-12-08T13:38:20.458Z] #38 CACHED [2022-12-08T13:38:20.458Z] [2022-12-08T13:38:20.459Z] #39 [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-12-08T13:38:20.459Z] #39 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #40 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-12-08T13:38:20.459Z] #40 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #41 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-12-08T13:38:20.459Z] #41 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #42 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-12-08T13:38:20.459Z] #42 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #43 [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-12-08T13:38:20.459Z] #43 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #44 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-12-08T13:38:20.459Z] #44 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #45 [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-12-08T13:38:20.459Z] #45 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #46 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-12-08T13:38:20.459Z] #46 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #47 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-12-08T13:38:20.459Z] #47 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #48 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-12-08T13:38:20.459Z] #48 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #49 [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-12-08T13:38:20.459Z] #49 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #50 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-12-08T13:38:20.459Z] #50 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #51 [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-12-08T13:38:20.459Z] #51 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #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-12-08T13:38:20.459Z] #52 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #53 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-12-08T13:38:20.459Z] #53 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #54 [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-12-08T13:38:20.459Z] #54 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #55 [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-12-08T13:38:20.459Z] #55 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #56 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-12-08T13:38:20.459Z] #56 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #57 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-12-08T13:38:20.459Z] #57 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #58 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-08T13:38:20.459Z] #58 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #59 [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-12-08T13:38:20.459Z] #59 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #60 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-08T13:38:20.459Z] #60 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #61 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-12-08T13:38:20.459Z] #61 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #62 [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-12-08T13:38:20.459Z] #62 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #63 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-12-08T13:38:20.459Z] #63 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #64 [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-12-08T13:38:20.459Z] #64 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #65 [dev-systemd-false 25/28] COPY --from=vpnkit / /usr/local/bin/ [2022-12-08T13:38:20.459Z] #65 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-12-08T13:38:20.459Z] #66 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #67 [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-12-08T13:38:20.459Z] #67 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #68 [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-12-08T13:38:20.459Z] #68 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #69 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-12-08T13:38:20.459Z] #69 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #70 [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-12-08T13:38:20.459Z] #70 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #71 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-12-08T13:38:20.459Z] #71 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #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.3.0" && /build/go-winres --help [2022-12-08T13:38:20.459Z] #72 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #73 [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-12-08T13:38:20.459Z] #73 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #74 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-12-08T13:38:20.459Z] #74 CACHED [2022-12-08T13:38:20.459Z] [2022-12-08T13:38:20.459Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-12-08T13:38:25.736Z] #75 DONE 4.5s [2022-12-08T13:38:25.736Z] [2022-12-08T13:38:25.736Z] #76 exporting to image [2022-12-08T13:38:25.736Z] #76 exporting layers [2022-12-08T13:38:25.736Z] #76 exporting layers 0.7s done [2022-12-08T13:38:25.736Z] #76 writing image sha256:b7f4831b30437cdc78864e976748b59f0395327bc3ce26bafbd7d8e0578641cf done [2022-12-08T13:38:25.736Z] #76 naming to docker.io/library/docker:28382c58ec2078d17ae3a3d6a2f262733a1e779d done [2022-12-08T13:38:25.736Z] #76 DONE 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-12-08T13:38:26.049Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-12-08T13:38:26.333Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43787/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28382c58ec2078d17ae3a3d6a2f262733a1e779d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28382c58ec2078d17ae3a3d6a2f262733a1e779d hack/test/unit [2022-12-08T13:38:26.592Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald') [2022-12-08T13:38:26.592Z] + TESTFLAGS+=' -test.timeout=5m' [2022-12-08T13:38:26.592Z] + TESTDIRS=./... [2022-12-08T13:38:26.592Z] + exclude_paths='/vendor/|/integration' [2022-12-08T13:38:26.592Z] ++ go list ./... [2022-12-08T13:38:26.592Z] ++ grep -vE '(/vendor/|/integration)' [2022-12-08T13:38:27.533Z] + pkg_list='github.com/docker/docker/api [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/backend/build [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/httpstatus [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/httputils [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/middleware [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/build [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/checkpoint [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/container [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/debug [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/distribution [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/grpc [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/image [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/network [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/plugin [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/session [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/swarm [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/system [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/server/router/volume [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/backend [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/blkiodev [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/container [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/events [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/filters [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/image [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/mount [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/network [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/plugins/logdriver [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/registry [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/strslice [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/swarm [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/swarm/runtime [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/time [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/versions [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/versions/v1p19 [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/versions/v1p20 [2022-12-08T13:38:27.533Z] github.com/docker/docker/api/types/volume [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/builder-next [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/builder-next/exporter [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/builder-next/worker [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/dockerfile [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/remotecontext [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/remotecontext/git [2022-12-08T13:38:27.533Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-12-08T13:38:27.533Z] github.com/docker/docker/cli [2022-12-08T13:38:27.533Z] github.com/docker/docker/cli/config [2022-12-08T13:38:27.533Z] github.com/docker/docker/cli/debug [2022-12-08T13:38:27.533Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-12-08T13:38:27.533Z] github.com/docker/docker/cli/winresources/dockerd [2022-12-08T13:38:27.533Z] github.com/docker/docker/client [2022-12-08T13:38:27.533Z] github.com/docker/docker/cmd/docker-proxy [2022-12-08T13:38:27.533Z] github.com/docker/docker/cmd/dockerd [2022-12-08T13:38:27.533Z] github.com/docker/docker/cmd/dockerd/trap [2022-12-08T13:38:27.533Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-12-08T13:38:27.533Z] github.com/docker/docker/container [2022-12-08T13:38:27.533Z] github.com/docker/docker/container/stream [2022-12-08T13:38:27.533Z] github.com/docker/docker/contrib/apparmor [2022-12-08T13:38:27.533Z] github.com/docker/docker/contrib/docker-device-tool [2022-12-08T13:38:27.533Z] github.com/docker/docker/contrib/httpserver [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/cluster [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/cluster/convert [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/cluster/executor [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/cluster/executor/container [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/cluster/provider [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/config [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/containerd [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/events [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/events/testutils [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/copy [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/register [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/images [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/initlayer [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/links [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/listeners [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/awslogs [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/fluentd [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/gcplogs [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/gelf [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/journald [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/local [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/logentries [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/loggertest [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/loggerutils [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/splunk [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/syslog [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/logger/templates [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/names [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/network [2022-12-08T13:38:27.533Z] github.com/docker/docker/daemon/stats [2022-12-08T13:38:27.533Z] github.com/docker/docker/distribution [2022-12-08T13:38:27.533Z] github.com/docker/docker/distribution/metadata [2022-12-08T13:38:27.533Z] github.com/docker/docker/distribution/utils [2022-12-08T13:38:27.533Z] github.com/docker/docker/distribution/xfer [2022-12-08T13:38:27.533Z] github.com/docker/docker/dockerversion [2022-12-08T13:38:27.533Z] github.com/docker/docker/errdefs [2022-12-08T13:38:27.533Z] github.com/docker/docker/image [2022-12-08T13:38:27.533Z] github.com/docker/docker/image/cache [2022-12-08T13:38:27.533Z] github.com/docker/docker/image/tarexport [2022-12-08T13:38:27.533Z] github.com/docker/docker/image/v1 [2022-12-08T13:38:27.533Z] github.com/docker/docker/internal/mounttree [2022-12-08T13:38:27.533Z] github.com/docker/docker/internal/test/suite [2022-12-08T13:38:27.533Z] github.com/docker/docker/internal/unshare [2022-12-08T13:38:27.533Z] github.com/docker/docker/layer [2022-12-08T13:38:27.533Z] github.com/docker/docker/libcontainerd [2022-12-08T13:38:27.533Z] github.com/docker/docker/libcontainerd/queue [2022-12-08T13:38:27.533Z] github.com/docker/docker/libcontainerd/remote [2022-12-08T13:38:27.533Z] github.com/docker/docker/libcontainerd/supervisor [2022-12-08T13:38:27.533Z] github.com/docker/docker/libcontainerd/types [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/bitseq [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cluster [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/config [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/datastore [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/diagnostic [2022-12-08T13:38:27.533Z] github.com/docker/docker/libnetwork/discoverapi [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/driverapi [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/host [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/null [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/remote [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/windows [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drvregistry [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/etchosts [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/idm [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/internal/caller [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipam [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipamapi [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/null [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/remote [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipamutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/iptables [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/netlabel [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/netutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/networkdb [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ns [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/options [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/osl [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/osl/kernel [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/portallocator [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/portmapper [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/resolvconf [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/testutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/types [2022-12-08T13:38:27.534Z] github.com/docker/docker/oci [2022-12-08T13:38:27.534Z] github.com/docker/docker/oci/caps [2022-12-08T13:38:27.534Z] github.com/docker/docker/opts [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/aaparser [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/archive [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/authorization [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/broadcaster [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/capabilities [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/chrootarchive [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/containerfs [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/devicemapper [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/directory [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/dmesg [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/fileutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/homedir [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/idtools [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/ioutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/jsonmessage [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/longpath [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/loopback [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/namesgenerator [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/parsers [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/parsers/kernel [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/pidfile [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/platform [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugingetter [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/transport [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/pools [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/process [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/progress [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/reexec [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/stack [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/stdcopy [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/streamformatter [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/stringid [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/sysinfo [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/system [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/tailfile [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/tarsum [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/useragent [2022-12-08T13:38:27.534Z] github.com/docker/docker/plugin [2022-12-08T13:38:27.534Z] github.com/docker/docker/plugin/executor/containerd [2022-12-08T13:38:27.534Z] github.com/docker/docker/plugin/v2 [2022-12-08T13:38:27.534Z] github.com/docker/docker/profiles/apparmor [2022-12-08T13:38:27.534Z] github.com/docker/docker/profiles/seccomp [2022-12-08T13:38:27.534Z] github.com/docker/docker/quota [2022-12-08T13:38:27.534Z] github.com/docker/docker/reference [2022-12-08T13:38:27.534Z] github.com/docker/docker/registry [2022-12-08T13:38:27.534Z] github.com/docker/docker/registry/resumable [2022-12-08T13:38:27.534Z] github.com/docker/docker/restartmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/rootless [2022-12-08T13:38:27.534Z] github.com/docker/docker/rootless/specconv [2022-12-08T13:38:27.534Z] github.com/docker/docker/runconfig [2022-12-08T13:38:27.534Z] github.com/docker/docker/runconfig/opts [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/daemon [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/environment [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/fakecontext [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/fakegit [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/fakestorage [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/fixtures/load [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/fixtures/plugin [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/registry [2022-12-08T13:38:27.534Z] github.com/docker/docker/testutil/request [2022-12-08T13:38:27.534Z] github.com/docker/docker/volume [2022-12-08T13:38:27.534Z] github.com/docker/docker/volume/drivers [2022-12-08T13:38:27.534Z] github.com/docker/docker/volume/local [2022-12-08T13:38:27.534Z] github.com/docker/docker/volume/mounts [2022-12-08T13:38:27.534Z] github.com/docker/docker/volume/service [2022-12-08T13:38:27.534Z] github.com/docker/docker/volume/service/opts [2022-12-08T13:38:27.534Z] github.com/docker/docker/volume/testutils' [2022-12-08T13:38:27.534Z] ++ grep --fixed-strings -v /libnetwork [2022-12-08T13:38:27.534Z] ++ echo 'github.com/docker/docker/api [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/backend/build [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/httpstatus [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/httputils [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/middleware [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/build [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/checkpoint [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/container [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/debug [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/distribution [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/grpc [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/image [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/network [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/plugin [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/session [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/swarm [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/system [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/server/router/volume [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/backend [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/blkiodev [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/container [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/events [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/filters [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/image [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/mount [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/network [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/plugins/logdriver [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/registry [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/strslice [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/swarm [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/swarm/runtime [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/time [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/versions [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/versions/v1p19 [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/versions/v1p20 [2022-12-08T13:38:27.534Z] github.com/docker/docker/api/types/volume [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/builder-next [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/builder-next/exporter [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/builder-next/worker [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/dockerfile [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/remotecontext [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/remotecontext/git [2022-12-08T13:38:27.534Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-12-08T13:38:27.534Z] github.com/docker/docker/cli [2022-12-08T13:38:27.534Z] github.com/docker/docker/cli/config [2022-12-08T13:38:27.534Z] github.com/docker/docker/cli/debug [2022-12-08T13:38:27.534Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-12-08T13:38:27.534Z] github.com/docker/docker/cli/winresources/dockerd [2022-12-08T13:38:27.534Z] github.com/docker/docker/client [2022-12-08T13:38:27.534Z] github.com/docker/docker/cmd/docker-proxy [2022-12-08T13:38:27.534Z] github.com/docker/docker/cmd/dockerd [2022-12-08T13:38:27.534Z] github.com/docker/docker/cmd/dockerd/trap [2022-12-08T13:38:27.534Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-12-08T13:38:27.534Z] github.com/docker/docker/container [2022-12-08T13:38:27.534Z] github.com/docker/docker/container/stream [2022-12-08T13:38:27.534Z] github.com/docker/docker/contrib/apparmor [2022-12-08T13:38:27.534Z] github.com/docker/docker/contrib/docker-device-tool [2022-12-08T13:38:27.534Z] github.com/docker/docker/contrib/httpserver [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/cluster [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/cluster/convert [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/cluster/executor [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/cluster/executor/container [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/cluster/provider [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/config [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/containerd [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/events [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/events/testutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/copy [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/register [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/images [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/initlayer [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/links [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/listeners [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/awslogs [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/fluentd [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/gcplogs [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/gelf [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/journald [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/local [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/logentries [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/loggertest [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/loggerutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/splunk [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/syslog [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/logger/templates [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/names [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/network [2022-12-08T13:38:27.534Z] github.com/docker/docker/daemon/stats [2022-12-08T13:38:27.534Z] github.com/docker/docker/distribution [2022-12-08T13:38:27.534Z] github.com/docker/docker/distribution/metadata [2022-12-08T13:38:27.534Z] github.com/docker/docker/distribution/utils [2022-12-08T13:38:27.534Z] github.com/docker/docker/distribution/xfer [2022-12-08T13:38:27.534Z] github.com/docker/docker/dockerversion [2022-12-08T13:38:27.534Z] github.com/docker/docker/errdefs [2022-12-08T13:38:27.534Z] github.com/docker/docker/image [2022-12-08T13:38:27.534Z] github.com/docker/docker/image/cache [2022-12-08T13:38:27.534Z] github.com/docker/docker/image/tarexport [2022-12-08T13:38:27.534Z] github.com/docker/docker/image/v1 [2022-12-08T13:38:27.534Z] github.com/docker/docker/internal/mounttree [2022-12-08T13:38:27.534Z] github.com/docker/docker/internal/test/suite [2022-12-08T13:38:27.534Z] github.com/docker/docker/internal/unshare [2022-12-08T13:38:27.534Z] github.com/docker/docker/layer [2022-12-08T13:38:27.534Z] github.com/docker/docker/libcontainerd [2022-12-08T13:38:27.534Z] github.com/docker/docker/libcontainerd/queue [2022-12-08T13:38:27.534Z] github.com/docker/docker/libcontainerd/remote [2022-12-08T13:38:27.534Z] github.com/docker/docker/libcontainerd/supervisor [2022-12-08T13:38:27.534Z] github.com/docker/docker/libcontainerd/types [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/bitseq [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cluster [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/config [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/datastore [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/diagnostic [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/discoverapi [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/driverapi [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/host [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/null [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/remote [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/windows [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/drvregistry [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/etchosts [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/idm [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/internal/caller [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipam [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipamapi [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/null [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/remote [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ipamutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/iptables [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/netlabel [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/netutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/networkdb [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/ns [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/options [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/osl [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/osl/kernel [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/portallocator [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/portmapper [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/resolvconf [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/testutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/libnetwork/types [2022-12-08T13:38:27.534Z] github.com/docker/docker/oci [2022-12-08T13:38:27.534Z] github.com/docker/docker/oci/caps [2022-12-08T13:38:27.534Z] github.com/docker/docker/opts [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/aaparser [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/archive [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/authorization [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/broadcaster [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/capabilities [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/chrootarchive [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/containerfs [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/devicemapper [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/directory [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/dmesg [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/fileutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/homedir [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/idtools [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/ioutils [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/jsonmessage [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/longpath [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/loopback [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/namesgenerator [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/parsers [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/parsers/kernel [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/pidfile [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/platform [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugingetter [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/plugins/transport [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/pools [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/process [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/progress [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/reexec [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/stack [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/stdcopy [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/streamformatter [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/stringid [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/sysinfo [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/system [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/tailfile [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/tarsum [2022-12-08T13:38:27.534Z] github.com/docker/docker/pkg/useragent [2022-12-08T13:38:27.534Z] github.com/docker/docker/plugin [2022-12-08T13:38:27.534Z] github.com/docker/docker/plugin/executor/containerd [2022-12-08T13:38:27.534Z] github.com/docker/docker/plugin/v2 [2022-12-08T13:38:27.535Z] github.com/docker/docker/profiles/apparmor [2022-12-08T13:38:27.535Z] github.com/docker/docker/profiles/seccomp [2022-12-08T13:38:27.535Z] github.com/docker/docker/quota [2022-12-08T13:38:27.535Z] github.com/docker/docker/reference [2022-12-08T13:38:27.535Z] github.com/docker/docker/registry [2022-12-08T13:38:27.535Z] github.com/docker/docker/registry/resumable [2022-12-08T13:38:27.535Z] github.com/docker/docker/restartmanager [2022-12-08T13:38:27.535Z] github.com/docker/docker/rootless [2022-12-08T13:38:27.535Z] github.com/docker/docker/rootless/specconv [2022-12-08T13:38:27.535Z] github.com/docker/docker/runconfig [2022-12-08T13:38:27.535Z] github.com/docker/docker/runconfig/opts [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/daemon [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/environment [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fakecontext [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fakegit [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fakestorage [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fixtures/load [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fixtures/plugin [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/registry [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/request [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/drivers [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/local [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/mounts [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/service [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/service/opts [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/testutils' [2022-12-08T13:38:27.535Z] + base_pkg_list='github.com/docker/docker/api [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/backend/build [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/httpstatus [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/httputils [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/middleware [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/build [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/checkpoint [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/debug [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/distribution [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/grpc [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/image [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/network [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/plugin [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/session [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/swarm [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/system [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/volume [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/backend [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/blkiodev [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/events [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/filters [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/image [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/mount [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/network [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/plugins/logdriver [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/registry [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/strslice [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/swarm [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/swarm/runtime [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/time [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/versions [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/versions/v1p19 [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/versions/v1p20 [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/volume [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/exporter [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/worker [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/dockerfile [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/remotecontext [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/remotecontext/git [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/config [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/debug [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/winresources/dockerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/client [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/docker-proxy [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/dockerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/dockerd/trap [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-12-08T13:38:27.535Z] github.com/docker/docker/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/container/stream [2022-12-08T13:38:27.535Z] github.com/docker/docker/contrib/apparmor [2022-12-08T13:38:27.535Z] github.com/docker/docker/contrib/docker-device-tool [2022-12-08T13:38:27.535Z] github.com/docker/docker/contrib/httpserver [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/convert [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/executor [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/executor/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/provider [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/config [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/containerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/events [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/events/testutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/copy [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/register [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/images [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/initlayer [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/links [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/listeners [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/awslogs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/fluentd [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/gcplogs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/gelf [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/local [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/logentries [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/loggertest [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/loggerutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/splunk [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/syslog [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/templates [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/names [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/network [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/stats [2022-12-08T13:38:27.535Z] github.com/docker/docker/distribution [2022-12-08T13:38:27.535Z] github.com/docker/docker/distribution/metadata [2022-12-08T13:38:27.535Z] github.com/docker/docker/distribution/utils [2022-12-08T13:38:27.535Z] github.com/docker/docker/distribution/xfer [2022-12-08T13:38:27.535Z] github.com/docker/docker/dockerversion [2022-12-08T13:38:27.535Z] github.com/docker/docker/errdefs [2022-12-08T13:38:27.535Z] github.com/docker/docker/image [2022-12-08T13:38:27.535Z] github.com/docker/docker/image/cache [2022-12-08T13:38:27.535Z] github.com/docker/docker/image/tarexport [2022-12-08T13:38:27.535Z] github.com/docker/docker/image/v1 [2022-12-08T13:38:27.535Z] github.com/docker/docker/internal/mounttree [2022-12-08T13:38:27.535Z] github.com/docker/docker/internal/test/suite [2022-12-08T13:38:27.535Z] github.com/docker/docker/internal/unshare [2022-12-08T13:38:27.535Z] github.com/docker/docker/layer [2022-12-08T13:38:27.535Z] github.com/docker/docker/libcontainerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/libcontainerd/queue [2022-12-08T13:38:27.535Z] github.com/docker/docker/libcontainerd/remote [2022-12-08T13:38:27.535Z] github.com/docker/docker/libcontainerd/supervisor [2022-12-08T13:38:27.535Z] github.com/docker/docker/libcontainerd/types [2022-12-08T13:38:27.535Z] github.com/docker/docker/oci [2022-12-08T13:38:27.535Z] github.com/docker/docker/oci/caps [2022-12-08T13:38:27.535Z] github.com/docker/docker/opts [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/aaparser [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/archive [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/authorization [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/broadcaster [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/capabilities [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/chrootarchive [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/containerfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/devicemapper [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/directory [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/dmesg [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/fileutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/homedir [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/idtools [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/ioutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/jsonmessage [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/longpath [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/loopback [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/namesgenerator [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/parsers [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/parsers/kernel [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/pidfile [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/platform [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/plugingetter [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/plugins [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/plugins/transport [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/pools [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/process [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/progress [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/reexec [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/stack [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/stdcopy [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/streamformatter [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/stringid [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/sysinfo [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/system [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/tailfile [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/tarsum [2022-12-08T13:38:27.535Z] github.com/docker/docker/pkg/useragent [2022-12-08T13:38:27.535Z] github.com/docker/docker/plugin [2022-12-08T13:38:27.535Z] github.com/docker/docker/plugin/executor/containerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/plugin/v2 [2022-12-08T13:38:27.535Z] github.com/docker/docker/profiles/apparmor [2022-12-08T13:38:27.535Z] github.com/docker/docker/profiles/seccomp [2022-12-08T13:38:27.535Z] github.com/docker/docker/quota [2022-12-08T13:38:27.535Z] github.com/docker/docker/reference [2022-12-08T13:38:27.535Z] github.com/docker/docker/registry [2022-12-08T13:38:27.535Z] github.com/docker/docker/registry/resumable [2022-12-08T13:38:27.535Z] github.com/docker/docker/restartmanager [2022-12-08T13:38:27.535Z] github.com/docker/docker/rootless [2022-12-08T13:38:27.535Z] github.com/docker/docker/rootless/specconv [2022-12-08T13:38:27.535Z] github.com/docker/docker/runconfig [2022-12-08T13:38:27.535Z] github.com/docker/docker/runconfig/opts [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/daemon [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/environment [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fakecontext [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fakegit [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fakestorage [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fixtures/load [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fixtures/plugin [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/registry [2022-12-08T13:38:27.535Z] github.com/docker/docker/testutil/request [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/drivers [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/local [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/mounts [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/service [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/service/opts [2022-12-08T13:38:27.535Z] github.com/docker/docker/volume/testutils' [2022-12-08T13:38:27.535Z] ++ grep --fixed-strings /libnetwork [2022-12-08T13:38:27.535Z] ++ echo 'github.com/docker/docker/api [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/backend/build [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/httpstatus [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/httputils [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/middleware [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/build [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/checkpoint [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/debug [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/distribution [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/grpc [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/image [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/network [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/plugin [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/session [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/swarm [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/system [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/server/router/volume [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/backend [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/blkiodev [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/events [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/filters [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/image [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/mount [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/network [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/plugins/logdriver [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/registry [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/strslice [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/swarm [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/swarm/runtime [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/time [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/versions [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/versions/v1p19 [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/versions/v1p20 [2022-12-08T13:38:27.535Z] github.com/docker/docker/api/types/volume [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/exporter [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/builder-next/worker [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/dockerfile [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/remotecontext [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/remotecontext/git [2022-12-08T13:38:27.535Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/config [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/debug [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-12-08T13:38:27.535Z] github.com/docker/docker/cli/winresources/dockerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/client [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/docker-proxy [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/dockerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/dockerd/trap [2022-12-08T13:38:27.535Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-12-08T13:38:27.535Z] github.com/docker/docker/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/container/stream [2022-12-08T13:38:27.535Z] github.com/docker/docker/contrib/apparmor [2022-12-08T13:38:27.535Z] github.com/docker/docker/contrib/docker-device-tool [2022-12-08T13:38:27.535Z] github.com/docker/docker/contrib/httpserver [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/convert [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/executor [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/executor/container [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/cluster/provider [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/config [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/containerd [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/events [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/events/testutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/copy [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/register [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/images [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/initlayer [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/links [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/listeners [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/awslogs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/fluentd [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/gcplogs [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/gelf [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/local [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/logentries [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/loggertest [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/loggerutils [2022-12-08T13:38:27.535Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-12-08T13:38:27.536Z] github.com/docker/docker/daemon/logger/splunk [2022-12-08T13:38:27.536Z] github.com/docker/docker/daemon/logger/syslog [2022-12-08T13:38:27.536Z] github.com/docker/docker/daemon/logger/templates [2022-12-08T13:38:27.536Z] github.com/docker/docker/daemon/names [2022-12-08T13:38:27.536Z] github.com/docker/docker/daemon/network [2022-12-08T13:38:27.536Z] github.com/docker/docker/daemon/stats [2022-12-08T13:38:27.536Z] github.com/docker/docker/distribution [2022-12-08T13:38:27.536Z] github.com/docker/docker/distribution/metadata [2022-12-08T13:38:27.536Z] github.com/docker/docker/distribution/utils [2022-12-08T13:38:27.536Z] github.com/docker/docker/distribution/xfer [2022-12-08T13:38:27.536Z] github.com/docker/docker/dockerversion [2022-12-08T13:38:27.536Z] github.com/docker/docker/errdefs [2022-12-08T13:38:27.536Z] github.com/docker/docker/image [2022-12-08T13:38:27.536Z] github.com/docker/docker/image/cache [2022-12-08T13:38:27.536Z] github.com/docker/docker/image/tarexport [2022-12-08T13:38:27.536Z] github.com/docker/docker/image/v1 [2022-12-08T13:38:27.536Z] github.com/docker/docker/internal/mounttree [2022-12-08T13:38:27.536Z] github.com/docker/docker/internal/test/suite [2022-12-08T13:38:27.536Z] github.com/docker/docker/internal/unshare [2022-12-08T13:38:27.536Z] github.com/docker/docker/layer [2022-12-08T13:38:27.536Z] github.com/docker/docker/libcontainerd [2022-12-08T13:38:27.536Z] github.com/docker/docker/libcontainerd/queue [2022-12-08T13:38:27.536Z] github.com/docker/docker/libcontainerd/remote [2022-12-08T13:38:27.536Z] github.com/docker/docker/libcontainerd/supervisor [2022-12-08T13:38:27.536Z] github.com/docker/docker/libcontainerd/types [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/bitseq [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cluster [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/config [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/datastore [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/diagnostic [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/discoverapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/driverapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/host [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/null [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/remote [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/windows [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drvregistry [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/etchosts [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/idm [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/internal/caller [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipam [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipamapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/null [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/remote [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipamutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/iptables [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/netlabel [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/netutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/networkdb [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ns [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/options [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/osl [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/osl/kernel [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/portallocator [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/portmapper [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/resolvconf [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/testutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/types [2022-12-08T13:38:27.536Z] github.com/docker/docker/oci [2022-12-08T13:38:27.536Z] github.com/docker/docker/oci/caps [2022-12-08T13:38:27.536Z] github.com/docker/docker/opts [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/aaparser [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/archive [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/authorization [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/broadcaster [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/capabilities [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/chrootarchive [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/containerfs [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/devicemapper [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/directory [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/dmesg [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/fileutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/homedir [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/idtools [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/ioutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/jsonmessage [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/longpath [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/loopback [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/namesgenerator [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/parsers [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/parsers/kernel [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/pidfile [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/platform [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/plugingetter [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/plugins [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/plugins/transport [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/pools [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/process [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/progress [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/reexec [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/stack [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/stdcopy [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/streamformatter [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/stringid [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/sysinfo [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/system [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/tailfile [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/tarsum [2022-12-08T13:38:27.536Z] github.com/docker/docker/pkg/useragent [2022-12-08T13:38:27.536Z] github.com/docker/docker/plugin [2022-12-08T13:38:27.536Z] github.com/docker/docker/plugin/executor/containerd [2022-12-08T13:38:27.536Z] github.com/docker/docker/plugin/v2 [2022-12-08T13:38:27.536Z] github.com/docker/docker/profiles/apparmor [2022-12-08T13:38:27.536Z] github.com/docker/docker/profiles/seccomp [2022-12-08T13:38:27.536Z] github.com/docker/docker/quota [2022-12-08T13:38:27.536Z] github.com/docker/docker/reference [2022-12-08T13:38:27.536Z] github.com/docker/docker/registry [2022-12-08T13:38:27.536Z] github.com/docker/docker/registry/resumable [2022-12-08T13:38:27.536Z] github.com/docker/docker/restartmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/rootless [2022-12-08T13:38:27.536Z] github.com/docker/docker/rootless/specconv [2022-12-08T13:38:27.536Z] github.com/docker/docker/runconfig [2022-12-08T13:38:27.536Z] github.com/docker/docker/runconfig/opts [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/daemon [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/environment [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/fakecontext [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/fakegit [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/fakestorage [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/fixtures/load [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/fixtures/plugin [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/registry [2022-12-08T13:38:27.536Z] github.com/docker/docker/testutil/request [2022-12-08T13:38:27.536Z] github.com/docker/docker/volume [2022-12-08T13:38:27.536Z] github.com/docker/docker/volume/drivers [2022-12-08T13:38:27.536Z] github.com/docker/docker/volume/local [2022-12-08T13:38:27.536Z] github.com/docker/docker/volume/mounts [2022-12-08T13:38:27.536Z] github.com/docker/docker/volume/service [2022-12-08T13:38:27.536Z] github.com/docker/docker/volume/service/opts [2022-12-08T13:38:27.536Z] github.com/docker/docker/volume/testutils' [2022-12-08T13:38:27.536Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/bitseq [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cluster [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/config [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/datastore [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/diagnostic [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/discoverapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/driverapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/host [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/null [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/remote [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/windows [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drvregistry [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/etchosts [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/idm [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/internal/caller [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipam [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipamapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/null [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/remote [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipamutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/iptables [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/netlabel [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/netutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/networkdb [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ns [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/options [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/osl [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/osl/kernel [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/portallocator [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/portmapper [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/resolvconf [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/testutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/types' [2022-12-08T13:38:27.536Z] + echo 'github.com/docker/docker/libnetwork [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/bitseq [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cluster [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/config [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/datastore [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/diagnostic [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/discoverapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/driverapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/host [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/null [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/remote [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/windows [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drvregistry [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/etchosts [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/idm [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/internal/caller [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipam [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipamapi [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/null [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/remote [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ipamutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/iptables [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/netlabel [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/netutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/networkdb [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/ns [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/options [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/osl [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/osl/kernel [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/portallocator [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/portmapper [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/resolvconf [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/testutils [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/types' [2022-12-08T13:38:27.536Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-08T13:38:27.536Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-08T13:38:27.536Z] + type docker-proxy [2022-12-08T13:38:27.536Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-12-08T13:38:27.536Z] + hack/make.sh binary-proxy install-proxy [2022-12-08T13:38:27.536Z] [2022-12-08T13:38:27.536Z] Removing bundles/ [2022-12-08T13:38:27.536Z] [2022-12-08T13:38:27.536Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-12-08T13:38:27.796Z] Building: bundles/binary-proxy/docker-proxy [2022-12-08T13:38:27.796Z] GOOS="" GOARCH="" GOARM="" [2022-12-08T13:38:34.375Z] Created binary: bundles/binary-proxy/docker-proxy [2022-12-08T13:38:34.375Z] [2022-12-08T13:38:34.375Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-12-08T13:38:34.375Z] Installing docker-proxy to /usr/local/bin/ [2022-12-08T13:38:34.375Z] [2022-12-08T13:38:34.375Z] + mkdir -p bundles [2022-12-08T13:38:34.375Z] + '[' -n 'github.com/docker/docker/api [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/backend/build [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/httpstatus [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/httputils [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/middleware [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/build [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/checkpoint [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/container [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/debug [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/distribution [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/grpc [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/image [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/network [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/plugin [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/session [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/swarm [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/system [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/server/router/volume [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/backend [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/blkiodev [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/container [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/events [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/filters [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/image [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/mount [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/network [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/plugins/logdriver [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/registry [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/strslice [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/swarm [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/swarm/runtime [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/time [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/versions [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/versions/v1p19 [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/versions/v1p20 [2022-12-08T13:38:34.375Z] github.com/docker/docker/api/types/volume [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/builder-next [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/builder-next/exporter [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/builder-next/worker [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/dockerfile [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/remotecontext [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/remotecontext/git [2022-12-08T13:38:34.375Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-12-08T13:38:34.375Z] github.com/docker/docker/cli [2022-12-08T13:38:34.375Z] github.com/docker/docker/cli/config [2022-12-08T13:38:34.375Z] github.com/docker/docker/cli/debug [2022-12-08T13:38:34.375Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-12-08T13:38:34.375Z] github.com/docker/docker/cli/winresources/dockerd [2022-12-08T13:38:34.375Z] github.com/docker/docker/client [2022-12-08T13:38:34.375Z] github.com/docker/docker/cmd/docker-proxy [2022-12-08T13:38:34.375Z] github.com/docker/docker/cmd/dockerd [2022-12-08T13:38:34.375Z] github.com/docker/docker/cmd/dockerd/trap [2022-12-08T13:38:34.375Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-12-08T13:38:34.375Z] github.com/docker/docker/container [2022-12-08T13:38:34.375Z] github.com/docker/docker/container/stream [2022-12-08T13:38:34.375Z] github.com/docker/docker/contrib/apparmor [2022-12-08T13:38:34.375Z] github.com/docker/docker/contrib/docker-device-tool [2022-12-08T13:38:34.375Z] github.com/docker/docker/contrib/httpserver [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/cluster [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/cluster/convert [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/cluster/executor [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/cluster/executor/container [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/cluster/provider [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/config [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/containerd [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/events [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/events/testutils [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/copy [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/register [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/images [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/initlayer [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/links [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/listeners [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/awslogs [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/fluentd [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/gcplogs [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/gelf [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/journald [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/local [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/logentries [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/loggertest [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/loggerutils [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/splunk [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/syslog [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/logger/templates [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/names [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/network [2022-12-08T13:38:34.375Z] github.com/docker/docker/daemon/stats [2022-12-08T13:38:34.375Z] github.com/docker/docker/distribution [2022-12-08T13:38:34.375Z] github.com/docker/docker/distribution/metadata [2022-12-08T13:38:34.375Z] github.com/docker/docker/distribution/utils [2022-12-08T13:38:34.375Z] github.com/docker/docker/distribution/xfer [2022-12-08T13:38:34.375Z] github.com/docker/docker/dockerversion [2022-12-08T13:38:34.375Z] github.com/docker/docker/errdefs [2022-12-08T13:38:34.375Z] github.com/docker/docker/image [2022-12-08T13:38:34.375Z] github.com/docker/docker/image/cache [2022-12-08T13:38:34.375Z] github.com/docker/docker/image/tarexport [2022-12-08T13:38:34.375Z] github.com/docker/docker/image/v1 [2022-12-08T13:38:34.375Z] github.com/docker/docker/internal/mounttree [2022-12-08T13:38:34.375Z] github.com/docker/docker/internal/test/suite [2022-12-08T13:38:34.375Z] github.com/docker/docker/internal/unshare [2022-12-08T13:38:34.375Z] github.com/docker/docker/layer [2022-12-08T13:38:34.375Z] github.com/docker/docker/libcontainerd [2022-12-08T13:38:34.375Z] github.com/docker/docker/libcontainerd/queue [2022-12-08T13:38:34.375Z] github.com/docker/docker/libcontainerd/remote [2022-12-08T13:38:34.375Z] github.com/docker/docker/libcontainerd/supervisor [2022-12-08T13:38:34.375Z] github.com/docker/docker/libcontainerd/types [2022-12-08T13:38:34.375Z] github.com/docker/docker/oci [2022-12-08T13:38:34.375Z] github.com/docker/docker/oci/caps [2022-12-08T13:38:34.375Z] github.com/docker/docker/opts [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/aaparser [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/archive [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/authorization [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/broadcaster [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/capabilities [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/chrootarchive [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/containerfs [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/devicemapper [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/directory [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/dmesg [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/fileutils [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/homedir [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/idtools [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/ioutils [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/jsonmessage [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/longpath [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/loopback [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/namesgenerator [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/parsers [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/parsers/kernel [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/pidfile [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/platform [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/plugingetter [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/plugins [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/plugins/transport [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/pools [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/process [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/progress [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/reexec [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/stack [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/stdcopy [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/streamformatter [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/stringid [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/sysinfo [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/system [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/tailfile [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/tarsum [2022-12-08T13:38:34.375Z] github.com/docker/docker/pkg/useragent [2022-12-08T13:38:34.375Z] github.com/docker/docker/plugin [2022-12-08T13:38:34.375Z] github.com/docker/docker/plugin/executor/containerd [2022-12-08T13:38:34.375Z] github.com/docker/docker/plugin/v2 [2022-12-08T13:38:34.375Z] github.com/docker/docker/profiles/apparmor [2022-12-08T13:38:34.375Z] github.com/docker/docker/profiles/seccomp [2022-12-08T13:38:34.375Z] github.com/docker/docker/quota [2022-12-08T13:38:34.375Z] github.com/docker/docker/reference [2022-12-08T13:38:34.375Z] github.com/docker/docker/registry [2022-12-08T13:38:34.375Z] github.com/docker/docker/registry/resumable [2022-12-08T13:38:34.375Z] github.com/docker/docker/restartmanager [2022-12-08T13:38:34.375Z] github.com/docker/docker/rootless [2022-12-08T13:38:34.375Z] github.com/docker/docker/rootless/specconv [2022-12-08T13:38:34.375Z] github.com/docker/docker/runconfig [2022-12-08T13:38:34.375Z] github.com/docker/docker/runconfig/opts [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/daemon [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/environment [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/fakecontext [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/fakegit [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/fakestorage [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/fixtures/load [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/fixtures/plugin [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/registry [2022-12-08T13:38:34.375Z] github.com/docker/docker/testutil/request [2022-12-08T13:38:34.375Z] github.com/docker/docker/volume [2022-12-08T13:38:34.375Z] github.com/docker/docker/volume/drivers [2022-12-08T13:38:34.375Z] github.com/docker/docker/volume/local [2022-12-08T13:38:34.375Z] github.com/docker/docker/volume/mounts [2022-12-08T13:38:34.375Z] github.com/docker/docker/volume/service [2022-12-08T13:38:34.375Z] github.com/docker/docker/volume/service/opts [2022-12-08T13:38:34.375Z] github.com/docker/docker/volume/testutils' ']' [2022-12-08T13:38:34.376Z] + 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/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare 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/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/process github.com/docker/docker/pkg/progress 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/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-12-08T13:38:34.376Z] ? github.com/docker/docker/api [no test files] [2022-12-08T13:38:49.274Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/server/httputils 0.035s coverage: 31.9% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/server/router/swarm 0.018s coverage: 6.0% of statements [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 93.8% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/server/router/volume 0.011s coverage: 66.7% of statements [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/container [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/events [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/image [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/network [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/types/registry 0.007s coverage: 54.2% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/builder/remotecontext 0.057s coverage: 13.7% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/builder/dockerfile 0.086s coverage: 50.1% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.007s coverage: 100.0% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/builder/remotecontext/git 2.865s coverage: 83.5% of statements [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/cli [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/cli/config [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-12-08T13:40:10.788Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/cmd/docker-proxy 0.017s coverage: 69.3% of statements [2022-12-08T13:40:10.788Z] ok github.com/docker/docker/client 0.127s coverage: 76.1% of statements [2022-12-08T13:40:42.886Z] ok github.com/docker/docker/cmd/dockerd 0.090s coverage: 29.4% of statements [2022-12-08T13:40:42.886Z] ok github.com/docker/docker/container 0.125s coverage: 36.5% of statements [2022-12-08T13:40:42.886Z] ok github.com/docker/docker/cmd/dockerd/trap 2.393s coverage: 0.0% of statements [2022-12-08T13:40:42.886Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-12-08T13:40:42.886Z] ? github.com/docker/docker/container/stream [no test files] [2022-12-08T13:40:42.886Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-12-08T13:40:42.886Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-12-08T13:40:42.886Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-12-08T13:40:47.087Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2022-12-08T13:40:48.549Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.020s coverage: 65.3% of statements [2022-12-08T13:40:49.929Z] ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 36.9% of statements [2022-12-08T13:40:56.503Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.451s coverage: 13.4% of statements [2022-12-08T13:40:57.884Z] ok github.com/docker/docker/daemon/config 0.035s coverage: 76.8% of statements [2022-12-08T13:40:58.453Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-12-08T13:40:59.023Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2022-12-08T13:40:59.283Z] ok github.com/docker/docker/daemon 10.092s coverage: 16.2% of statements [2022-12-08T13:40:59.283Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-12-08T13:40:59.283Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-12-08T13:40:59.283Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-12-08T13:40:59.283Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-12-08T13:41:00.664Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.598s coverage: 74.8% of statements [2022-12-08T13:41:01.235Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-12-08T13:41:01.495Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.240s coverage: 60.7% of statements [2022-12-08T13:41:02.877Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-12-08T13:41:04.792Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.344s coverage: 50.6% of statements [2022-12-08T13:41:05.053Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.940s coverage: 46.1% of statements [2022-12-08T13:41:05.053Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-12-08T13:41:06.437Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.206s coverage: 60.3% of statements [2022-12-08T13:41:06.437Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-12-08T13:41:06.437Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-12-08T13:41:06.437Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-12-08T13:41:07.402Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2022-12-08T13:41:07.975Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-12-08T13:41:08.917Z] ok github.com/docker/docker/daemon/images 0.042s coverage: 6.9% of statements [2022-12-08T13:41:08.917Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-12-08T13:41:08.917Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-12-08T13:41:09.488Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.2% of statements [2022-12-08T13:41:10.058Z] ok github.com/docker/docker/daemon/logger/awslogs 0.145s coverage: 79.9% of statements [2022-12-08T13:41:10.318Z] ok github.com/docker/docker/daemon/logger/fluentd 0.023s coverage: 53.6% of statements [2022-12-08T13:41:10.318Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-12-08T13:41:10.888Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-12-08T13:41:11.148Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2022-12-08T13:41:12.087Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.119s coverage: 76.8% of statements [2022-12-08T13:41:12.658Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-12-08T13:41:13.228Z] ok github.com/docker/docker/daemon/logger/local 0.024s coverage: 79.4% of statements [2022-12-08T13:41:14.168Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.027s coverage: 63.5% of statements [2022-12-08T13:41:14.429Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2022-12-08T13:41:14.999Z] ok github.com/docker/docker/daemon/logger/journald 3.412s coverage: 74.5% of statements [2022-12-08T13:41:14.999Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2022-12-08T13:41:14.999Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2022-12-08T13:41:14.999Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-12-08T13:41:14.999Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-12-08T13:41:15.570Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-12-08T13:41:15.830Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-12-08T13:41:16.400Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-12-08T13:41:16.970Z] ok github.com/docker/docker/daemon/logger/splunk 1.523s coverage: 82.5% of statements [2022-12-08T13:41:16.970Z] ? github.com/docker/docker/daemon/names [no test files] [2022-12-08T13:41:16.970Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-12-08T13:41:17.911Z] ok github.com/docker/docker/distribution/metadata 0.062s coverage: 44.4% of statements [2022-12-08T13:41:19.293Z] ok github.com/docker/docker/distribution 1.488s coverage: 29.5% of statements [2022-12-08T13:41:19.293Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-12-08T13:41:19.553Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-12-08T13:41:20.492Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-12-08T13:41:20.492Z] ok github.com/docker/docker/distribution/xfer 1.896s coverage: 85.4% of statements [2022-12-08T13:41:20.492Z] ? github.com/docker/docker/dockerversion [no test files] [2022-12-08T13:41:21.062Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-12-08T13:41:21.322Z] ok github.com/docker/docker/image/tarexport 0.017s coverage: 0.7% of statements [2022-12-08T13:41:21.322Z] ? github.com/docker/docker/image/v1 [no test files] [2022-12-08T13:41:21.322Z] ? github.com/docker/docker/internal/mounttree [no test files] [2022-12-08T13:41:21.322Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-12-08T13:41:21.322Z] ? github.com/docker/docker/internal/unshare [no test files] [2022-12-08T13:41:21.582Z] ok github.com/docker/docker/libcontainerd/queue 0.037s coverage: 100.0% of statements [2022-12-08T13:41:22.536Z] ok github.com/docker/docker/oci 0.012s coverage: 41.4% of statements [2022-12-08T13:41:23.105Z] ok github.com/docker/docker/opts 0.022s coverage: 66.8% of statements [2022-12-08T13:41:23.105Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-12-08T13:41:25.014Z] ok github.com/docker/docker/pkg/archive 0.291s coverage: 81.9% of statements [2022-12-08T13:41:25.953Z] ok github.com/docker/docker/pkg/authorization 0.601s coverage: 68.3% of statements [2022-12-08T13:41:25.953Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-12-08T13:41:26.213Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-12-08T13:41:26.782Z] ok github.com/docker/docker/pkg/chrootarchive 0.236s coverage: 83.1% of statements [2022-12-08T13:41:27.041Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 28.6% of statements [2022-12-08T13:41:27.301Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 81.8% of statements [2022-12-08T13:41:27.561Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-12-08T13:41:27.821Z] ok github.com/docker/docker/pkg/fileutils 0.003s coverage: 77.5% of statements [2022-12-08T13:41:27.821Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-12-08T13:41:28.762Z] ok github.com/docker/docker/pkg/idtools 0.279s coverage: 69.6% of statements [2022-12-08T13:41:29.331Z] ok github.com/docker/docker/pkg/ioutils 0.343s coverage: 70.1% of statements [2022-12-08T13:41:29.591Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-12-08T13:41:29.850Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-12-08T13:41:29.850Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-12-08T13:41:30.110Z] ok github.com/docker/docker/layer 7.411s coverage: 68.9% of statements [2022-12-08T13:41:30.110Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-12-08T13:41:30.110Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-12-08T13:41:30.110Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-12-08T13:41:30.110Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-12-08T13:41:30.110Z] ? github.com/docker/docker/oci/caps [no test files] [2022-12-08T13:41:30.110Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-12-08T13:41:30.110Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-12-08T13:41:30.110Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2022-12-08T13:41:30.370Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-12-08T13:41:30.370Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 90.5% of statements [2022-12-08T13:41:30.630Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 94.1% of statements [2022-12-08T13:41:30.630Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-12-08T13:41:30.630Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-12-08T13:41:31.201Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2022-12-08T13:41:31.770Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2022-12-08T13:41:31.770Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-12-08T13:41:32.030Z] ok github.com/docker/docker/pkg/process 0.003s coverage: 21.7% of statements [2022-12-08T13:41:32.290Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-12-08T13:41:32.551Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-12-08T13:41:32.811Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-12-08T13:41:32.811Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-12-08T13:41:33.070Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-12-08T13:41:33.331Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-12-08T13:41:33.900Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-12-08T13:41:34.160Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 52.9% of statements [2022-12-08T13:41:34.420Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2022-12-08T13:41:34.999Z] ok github.com/docker/docker/pkg/tarsum 0.046s coverage: 89.3% of statements [2022-12-08T13:41:35.265Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-12-08T13:41:37.173Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-12-08T13:41:37.433Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-12-08T13:41:37.693Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-12-08T13:41:39.079Z] ok github.com/docker/docker/quota 0.207s coverage: 71.4% of statements [2022-12-08T13:41:39.079Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-12-08T13:41:40.019Z] ok github.com/docker/docker/registry 0.079s coverage: 58.7% of statements [2022-12-08T13:41:40.279Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-12-08T13:41:40.538Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-12-08T13:41:41.109Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-12-08T13:41:41.369Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-12-08T13:41:42.759Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-12-08T13:41:43.328Z] ok github.com/docker/docker/volume/local 0.062s coverage: 77.1% of statements [2022-12-08T13:41:43.898Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-12-08T13:41:45.279Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.2% of statements [2022-12-08T13:42:07.222Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.3% of statements [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/rootless [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/testutil/request [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/volume [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-12-08T13:42:07.223Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === Skipped [2022-12-08T13:42:07.223Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-12-08T13:42:07.223Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-12-08T13:42:07.223Z] network_proxy_test.go:208: No support for dual stack yet [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-12-08T13:42:07.223Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-12-08T13:42:07.223Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:71: No driver to put! [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-12-08T13:42:07.223Z] time="2022-12-08T13:41:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-12-08T13:42:07.223Z] time="2022-12-08T13:41:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-12-08T13:42:07.223Z] time="2022-12-08T13:41:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-12-08T13:42:07.223Z] time="2022-12-08T13:41:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-12-08T13:42:07.223Z] time="2022-12-08T13:41:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:71: No driver to put! [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-12-08T13:42:07.223Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-12-08T13:42:07.223Z] overlay_test.go:50: Fails to compute changes intermittently [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-12-08T13:42:07.223Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-08T13:42:07.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-12-08T13:42:07.223Z] graphtest_unix.go:71: No driver to put! [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-12-08T13:42:07.223Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-12-08T13:42:07.223Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2022-12-08T13:42:07.223Z] [2022-12-08T13:42:07.223Z] DONE 2896 tests, 28 skipped in 211.719s [2022-12-08T13:42:07.223Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/bitseq [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cluster [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/config [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/datastore [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/diagnostic [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/discoverapi [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/driverapi [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/host [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/null [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/remote [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/windows [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/drvregistry [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/etchosts [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/idm [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/internal/caller [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipam [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipamapi [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipams/null [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipams/remote [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ipamutils [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/iptables [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/netlabel [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/netutils [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/networkdb [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/ns [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/options [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/osl [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/osl/kernel [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/portallocator [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/portmapper [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/resolvconf [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/testutils [2022-12-08T13:42:07.223Z] github.com/docker/docker/libnetwork/types' ']' [2022-12-08T13:42:07.223Z] + 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-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork 37.542s coverage: 40.6% of statements [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/bitseq 0.136s coverage: 84.4% of statements [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 9.3% of statements [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.517s coverage: 59.7% of statements [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.013s coverage: 5.2% of statements [2022-12-08T13:42:53.928Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-12-08T13:42:53.928Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.8% of statements [2022-12-08T13:42:54.191Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-12-08T13:42:54.191Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-12-08T13:43:04.180Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.117s coverage: 7.1% of statements [2022-12-08T13:43:04.180Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-12-08T13:43:04.180Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.013s coverage: 63.6% of statements [2022-12-08T13:43:04.760Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-12-08T13:43:04.760Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-12-08T13:43:04.760Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-12-08T13:43:04.760Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-12-08T13:43:05.019Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 82.4% of statements [2022-12-08T13:43:05.280Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-12-08T13:43:05.539Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-12-08T13:43:05.799Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-12-08T13:43:15.808Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.006s coverage: 100.0% of statements [2022-12-08T13:43:33.909Z] ok github.com/docker/docker/libnetwork/ipam 15.072s coverage: 85.3% of statements [2022-12-08T13:43:33.909Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-12-08T13:43:33.909Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-12-08T13:43:33.909Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-12-08T13:43:33.909Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-12-08T13:43:33.909Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-12-08T13:43:33.909Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-12-08T13:43:33.909Z] ok github.com/docker/docker/libnetwork/ipamutils 0.255s coverage: 74.0% of statements [2022-12-08T13:43:33.909Z] ok github.com/docker/docker/libnetwork/iptables 0.244s coverage: 45.9% of statements [2022-12-08T13:43:33.909Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-12-08T13:43:34.169Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 43.7% of statements [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/networkdb 104.452s coverage: 60.1% of statements [2022-12-08T13:45:28.488Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/osl 4.360s coverage: 39.5% of statements [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.7% of statements [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/portmapper 0.621s coverage: 46.3% of statements [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 82.8% of statements [2022-12-08T13:45:28.488Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-12-08T13:45:28.488Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === Skipped [2022-12-08T13:45:28.488Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-12-08T13:45:28.488Z] libnetwork_linux_test.go:968: Skipped because t.parallel was less than 3 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-12-08T13:45:28.488Z] libnetwork_linux_test.go:968: Skipped because t.parallel was less than 3 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-12-08T13:45:28.488Z] libnetwork_linux_test.go:968: Skipped because t.parallel was less than 3 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-12-08T13:45:28.488Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-12-08T13:45:28.488Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-12-08T13:45:28.488Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-12-08T13:45:28.488Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-12-08T13:45:28.488Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-12-08T13:45:28.488Z] firewalld_test.go:14: firewalld is not running [2022-12-08T13:45:28.488Z] [2022-12-08T13:45:28.488Z] DONE 326 tests, 9 skipped in 202.022s Post stage [Pipeline] junit [2022-12-08T13:45:28.502Z] Recording test results [2022-12-08T13:45:28.594Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-08T13:45:28.913Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43787/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28382c58ec2078d17ae3a3d6a2f262733a1e779d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28382c58ec2078d17ae3a3d6a2f262733a1e779d hack/make.sh dynbinary test-integration [2022-12-08T13:45:29.482Z] [2022-12-08T13:45:29.482Z] Removing bundles/ [2022-12-08T13:45:29.482Z] [2022-12-08T13:45:29.482Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-12-08T13:45:29.482Z] Building: bundles/dynbinary-daemon/dockerd [2022-12-08T13:45:29.482Z] GOOS="" GOARCH="" GOARM="" [2022-12-08T13:47:05.964Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-12-08T13:47:05.964Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-12-08T13:47:05.964Z] GOOS="" GOARCH="" GOARM="" [2022-12-08T13:47:05.964Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-12-08T13:47:05.964Z] [2022-12-08T13:47:05.964Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-08T13:47:05.964Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-08T13:47:05.964Z] HOSTNAME=a2113755725e [2022-12-08T13:47:05.964Z] TESTDEBUG=0 [2022-12-08T13:47:05.964Z] DEST=bundles/test-integration [2022-12-08T13:47:05.964Z] PWD=/go/src/github.com/docker/docker [2022-12-08T13:47:05.964Z] DOCKER_GITCOMMIT=28382c58ec2078d17ae3a3d6a2f262733a1e779d [2022-12-08T13:47:05.964Z] container=docker [2022-12-08T13:47:05.964Z] HOME=/root [2022-12-08T13:47:05.964Z] GOLANG_VERSION=1.19.4 [2022-12-08T13:47:05.964Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-08T13:47:05.964Z] VALIDATE_BRANCH=master [2022-12-08T13:47:05.964Z] TERM=xterm [2022-12-08T13:47:05.964Z] DOCKER_PKG=github.com/docker/docker [2022-12-08T13:47:05.964Z] SHLVL=1 [2022-12-08T13:47:05.964Z] TIMEOUT=120m [2022-12-08T13:47:05.964Z] DOCKER_BUILDTAGS= journald [2022-12-08T13:47:05.964Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-08T13:47:05.964Z] GO111MODULE=off [2022-12-08T13:47:05.964Z] DOCKER_EXPERIMENTAL=1 [2022-12-08T13:47:05.964Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-12-08T13:47:05.964Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-08T13:47:05.964Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-08T13:47:05.964Z] GOPATH=/go [2022-12-08T13:47:05.964Z] PKG_CONFIG=pkg-config [2022-12-08T13:47:05.964Z] _=/usr/bin/env [2022-12-08T13:47:05.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-12-08T13:47:38.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-12-08T13:47:38.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-12-08T13:48:04.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-12-08T13:48:11.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-12-08T13:48:17.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-12-08T13:48:17.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-12-08T13:48:18.369Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-12-08T13:48:19.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-12-08T13:48:19.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-12-08T13:48:20.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-12-08T13:48:20.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-12-08T13:48:22.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-12-08T13:48:23.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-12-08T13:48:24.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-12-08T13:48:24.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-12-08T13:48:25.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-12-08T13:48:26.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-12-08T13:48:27.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-12-08T13:48:27.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-12-08T13:48:28.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-12-08T13:48:29.792Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-08T13:48:29.792Z] Using test binary docker [2022-12-08T13:48:29.792Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-12-08T13:48:29.792Z] +++ /etc/init.d/apparmor start [2022-12-08T13:48:29.792Z] Not: starting. [2022-12-08T13:48:29.792Z] INFO: Waiting for daemon to start... [2022-12-08T13:48:29.792Z] Starting dockerd [2022-12-08T13:48:29.792Z] +++ 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-12-08T13:48:31.700Z] . [2022-12-08T13:48:31.700Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-08T13:48:31.700Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-08T13:48:31.700Z] Error: No such image: emptyfs [2022-12-08T13:48:31.700Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-12-08T13:48:31.700Z] ++++ docker load [2022-12-08T13:48:31.700Z] Loaded image: emptyfs:latest [2022-12-08T13:48:31.700Z] Running integration-test (iteration 1) [2022-12-08T13:48:31.700Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-12-08T13:48:31.700Z] ++ 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-12-08T13:48:31.700Z] ++ set -e [2022-12-08T13:48:31.700Z] ++ '[' -n 0 ']' [2022-12-08T13:48:31.700Z] ++ set -x [2022-12-08T13:48:31.700Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:48:31.960Z] Loaded image: busybox:latest [2022-12-08T13:48:31.960Z] Loaded image: busybox:glibc [2022-12-08T13:48:33.340Z] Loaded image: debian:bullseye-slim [2022-12-08T13:48:33.340Z] Loaded image: hello-world:latest [2022-12-08T13:48:33.340Z] Loaded image: arm32v7/hello-world:latest [2022-12-08T13:48:33.340Z] INFO: Testing against a local daemon [2022-12-08T13:48:33.340Z] === RUN TestCgroupNamespacesBuild [2022-12-08T13:48:34.280Z] --- PASS: TestCgroupNamespacesBuild (1.09s) [2022-12-08T13:48:34.280Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-12-08T13:48:35.661Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.04s) [2022-12-08T13:48:35.661Z] === RUN TestBuildWithSession [2022-12-08T13:48:35.661Z] build_session_test.go:25: TODO: BuildKit [2022-12-08T13:48:35.661Z] --- SKIP: TestBuildWithSession (0.00s) [2022-12-08T13:48:35.661Z] === RUN TestBuildSquashParent [2022-12-08T13:48:39.875Z] --- PASS: TestBuildSquashParent (3.87s) [2022-12-08T13:48:39.875Z] === RUN TestBuildWithRemoveAndForceRemove [2022-12-08T13:48:39.875Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-08T13:48:39.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-08T13:48:39.875Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-08T13:48:39.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-08T13:48:39.875Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-08T13:48:39.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-08T13:48:39.875Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-08T13:48:39.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-08T13:48:39.875Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-08T13:48:39.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-08T13:48:39.875Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-08T13:48:39.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-08T13:48:39.875Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-08T13:48:39.875Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-08T13:48:40.135Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-08T13:48:40.395Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-08T13:48:41.334Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-08T13:48:41.594Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-08T13:48:42.533Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-12-08T13:48:42.533Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (0.93s) [2022-12-08T13:48:42.533Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.11s) [2022-12-08T13:48:42.533Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.18s) [2022-12-08T13:48:42.533Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.18s) [2022-12-08T13:48:42.533Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.11s) [2022-12-08T13:48:42.533Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.03s) [2022-12-08T13:48:42.533Z] === RUN TestBuildMultiStageCopy [2022-12-08T13:48:42.533Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-12-08T13:48:43.473Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-12-08T13:48:43.473Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-12-08T13:48:43.473Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-12-08T13:48:43.473Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-12-08T13:48:43.733Z] --- PASS: TestBuildMultiStageCopy (1.10s) [2022-12-08T13:48:43.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.85s) [2022-12-08T13:48:43.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s) [2022-12-08T13:48:43.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.06s) [2022-12-08T13:48:43.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.07s) [2022-12-08T13:48:43.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.08s) [2022-12-08T13:48:43.733Z] === RUN TestBuildMultiStageParentConfig [2022-12-08T13:48:43.992Z] --- PASS: TestBuildMultiStageParentConfig (0.30s) [2022-12-08T13:48:43.992Z] === RUN TestBuildLabelWithTargets [2022-12-08T13:48:44.562Z] --- PASS: TestBuildLabelWithTargets (0.48s) [2022-12-08T13:48:44.562Z] === RUN TestBuildWithEmptyLayers [2022-12-08T13:48:44.562Z] --- PASS: TestBuildWithEmptyLayers (0.09s) [2022-12-08T13:48:44.562Z] === RUN TestBuildMultiStageOnBuild [2022-12-08T13:48:45.501Z] --- PASS: TestBuildMultiStageOnBuild (1.04s) [2022-12-08T13:48:45.501Z] === RUN TestBuildUncleanTarFilenames [2022-12-08T13:48:45.761Z] --- PASS: TestBuildUncleanTarFilenames (0.11s) [2022-12-08T13:48:45.761Z] === RUN TestBuildMultiStageLayerLeak [2022-12-08T13:48:46.699Z] --- PASS: TestBuildMultiStageLayerLeak (1.02s) [2022-12-08T13:48:46.699Z] === RUN TestBuildWithHugeFile [2022-12-08T13:49:25.434Z] --- PASS: TestBuildWithHugeFile (34.86s) [2022-12-08T13:49:25.434Z] === RUN TestBuildWCOWSandboxSize [2022-12-08T13:49:25.434Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-12-08T13:49:25.434Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-12-08T13:49:25.434Z] === RUN TestBuildWithEmptyDockerfile [2022-12-08T13:49:25.434Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-08T13:49:25.434Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-08T13:49:25.434Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-08T13:49:25.434Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-08T13:49:25.434Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-08T13:49:25.434Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-08T13:49:25.434Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-08T13:49:25.434Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-08T13:49:25.434Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-08T13:49:25.434Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-12-08T13:49:25.434Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-12-08T13:49:25.434Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2022-12-08T13:49:25.434Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-12-08T13:49:25.434Z] === RUN TestBuildPreserveOwnership [2022-12-08T13:49:25.434Z] === RUN TestBuildPreserveOwnership/copy_from [2022-12-08T13:49:25.434Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-12-08T13:49:25.434Z] --- PASS: TestBuildPreserveOwnership (2.02s) [2022-12-08T13:49:25.434Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.43s) [2022-12-08T13:49:25.434Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.58s) [2022-12-08T13:49:25.434Z] === RUN TestBuildPlatformInvalid [2022-12-08T13:49:25.434Z] --- PASS: TestBuildPlatformInvalid (0.02s) [2022-12-08T13:49:25.434Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-12-08T13:49:25.434Z] Loaded image: busybox:latest [2022-12-08T13:49:25.434Z] Loaded image: busybox:glibc [2022-12-08T13:49:25.693Z] Loaded image: debian:bullseye-slim [2022-12-08T13:49:25.693Z] Loaded image: hello-world:latest [2022-12-08T13:49:25.693Z] Loaded image: arm32v7/hello-world:latest [2022-12-08T13:49:33.824Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.76s) [2022-12-08T13:49:33.824Z] PASS [2022-12-08T13:49:33.824Z] [2022-12-08T13:49:33.824Z] === Skipped [2022-12-08T13:49:33.824Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-12-08T13:49:33.824Z] build_session_test.go:25: TODO: BuildKit [2022-12-08T13:49:33.824Z] [2022-12-08T13:49:33.824Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-12-08T13:49:33.824Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-12-08T13:49:33.824Z] [2022-12-08T13:49:33.824Z] DONE 34 tests, 2 skipped in 61.664s [2022-12-08T13:49:33.824Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-12-08T13:49:33.824Z] ++ 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-12-08T13:49:33.824Z] ++ set -e [2022-12-08T13:49:33.824Z] ++ '[' -n 0 ']' [2022-12-08T13:49:33.824Z] ++ set -x [2022-12-08T13:49:33.824Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:49:33.824Z] INFO: Testing against a local daemon [2022-12-08T13:49:33.824Z] === RUN TestConfigInspect [2022-12-08T13:49:35.734Z] --- PASS: TestConfigInspect (2.09s) [2022-12-08T13:49:35.734Z] === RUN TestConfigList [2022-12-08T13:49:37.642Z] --- PASS: TestConfigList (2.06s) [2022-12-08T13:49:37.642Z] === RUN TestConfigsCreateAndDelete [2022-12-08T13:49:40.179Z] --- PASS: TestConfigsCreateAndDelete (2.08s) [2022-12-08T13:49:40.179Z] === RUN TestConfigsUpdate [2022-12-08T13:49:42.087Z] --- PASS: TestConfigsUpdate (2.07s) [2022-12-08T13:49:42.087Z] === RUN TestTemplatedConfig [2022-12-08T13:49:43.995Z] --- PASS: TestTemplatedConfig (2.29s) [2022-12-08T13:49:43.995Z] === RUN TestConfigCreateResolve [2022-12-08T13:49:46.534Z] --- PASS: TestConfigCreateResolve (2.08s) [2022-12-08T13:49:46.534Z] PASS [2022-12-08T13:49:46.534Z] [2022-12-08T13:49:46.534Z] DONE 6 tests in 12.774s [2022-12-08T13:49:46.534Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-12-08T13:49:46.534Z] ++ 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-12-08T13:49:46.534Z] ++ set -e [2022-12-08T13:49:46.534Z] ++ '[' -n 0 ']' [2022-12-08T13:49:46.534Z] ++ set -x [2022-12-08T13:49:46.534Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:49:46.534Z] INFO: Testing against a local daemon [2022-12-08T13:49:46.534Z] === RUN TestAttachWithTTY [2022-12-08T13:49:46.534Z] --- PASS: TestAttachWithTTY (0.07s) [2022-12-08T13:49:46.534Z] === RUN TestAttachWithoutTTy [2022-12-08T13:49:46.534Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-12-08T13:49:46.534Z] === RUN TestCheckpoint [2022-12-08T13:49:46.534Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-08T13:49:46.534Z] --- SKIP: TestCheckpoint (0.00s) [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/commit [2022-12-08T13:49:46.534Z] === PAUSE TestContainerInvalidJSON/commit [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/create [2022-12-08T13:49:46.534Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-12-08T13:49:46.534Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-12-08T13:49:46.534Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-12-08T13:49:46.534Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-12-08T13:49:46.534Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-12-08T13:49:46.534Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-12-08T13:49:46.534Z] === CONT TestContainerInvalidJSON/commit [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-12-08T13:49:46.534Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-12-08T13:49:46.534Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-12-08T13:49:46.534Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-12-08T13:49:46.534Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-12-08T13:49:46.534Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-12-08T13:49:46.534Z] === CONT TestContainerInvalidJSON/containers/create [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-12-08T13:49:46.534Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-12-08T13:49:46.534Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-12-08T13:49:46.535Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-12-08T13:49:46.535Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-12-08T13:49:46.535Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-12-08T13:49:46.535Z] === RUN TestCopyFromContainerPathIsNotDir [2022-12-08T13:49:46.535Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-12-08T13:49:46.535Z] === RUN TestCopyToContainerPathDoesNotExist [2022-12-08T13:49:46.794Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-12-08T13:49:46.794Z] === RUN TestCopyEmptyFile [2022-12-08T13:49:46.794Z] --- PASS: TestCopyEmptyFile (0.06s) [2022-12-08T13:49:46.794Z] === RUN TestCopyToContainerPathIsNotDir [2022-12-08T13:49:46.794Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-12-08T13:49:46.794Z] === RUN TestCopyFromContainer [2022-12-08T13:49:47.364Z] === RUN TestCopyFromContainer// [2022-12-08T13:49:47.364Z] === RUN TestCopyFromContainer/. [2022-12-08T13:49:47.364Z] === RUN TestCopyFromContainer//. [2022-12-08T13:49:47.364Z] === RUN TestCopyFromContainer/./ [2022-12-08T13:49:47.364Z] === RUN TestCopyFromContainer//./ [2022-12-08T13:49:47.364Z] === RUN TestCopyFromContainer//bar/root [2022-12-08T13:49:47.364Z] === RUN TestCopyFromContainer//bar/root/ [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer//bar/root/. [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/quux [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/quux/ [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/quux/. [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-12-08T13:49:47.623Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2022-12-08T13:49:47.624Z] === RUN TestCopyFromContainer/bar/notarget [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer (0.79s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer// (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/. (0.02s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer//. (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer//bar/root/ (0.02s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer//bar/root/. (0.02s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCopyFromContainer/bar/notarget (0.00s) [2022-12-08T13:49:47.624Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-12-08T13:49:47.624Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-08T13:49:47.624Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-08T13:49:47.624Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-08T13:49:47.624Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-08T13:49:47.624Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-08T13:49:47.624Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-08T13:49:47.624Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-08T13:49:47.624Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-08T13:49:47.624Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-08T13:49:47.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-12-08T13:49:47.624Z] === RUN TestCreateLinkToNonExistingContainer [2022-12-08T13:49:47.624Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-12-08T13:49:47.624Z] === RUN TestCreateWithInvalidEnv [2022-12-08T13:49:47.624Z] === RUN TestCreateWithInvalidEnv/0 [2022-12-08T13:49:47.624Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-12-08T13:49:47.624Z] === RUN TestCreateWithInvalidEnv/1 [2022-12-08T13:49:47.624Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-12-08T13:49:47.624Z] === RUN TestCreateWithInvalidEnv/2 [2022-12-08T13:49:47.624Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-12-08T13:49:47.624Z] === CONT TestCreateWithInvalidEnv/0 [2022-12-08T13:49:47.624Z] === CONT TestCreateWithInvalidEnv/2 [2022-12-08T13:49:47.624Z] === CONT TestCreateWithInvalidEnv/1 [2022-12-08T13:49:47.624Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-12-08T13:49:47.624Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-12-08T13:49:47.624Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-12-08T13:49:47.624Z] === RUN TestCreateTmpfsMountsTarget [2022-12-08T13:49:47.624Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-12-08T13:49:47.624Z] === RUN TestCreateWithCustomMaskedPaths [2022-12-08T13:49:49.003Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2022-12-08T13:49:49.003Z] === RUN TestCreateWithCustomReadonlyPaths [2022-12-08T13:49:50.386Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2022-12-08T13:49:50.386Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-12-08T13:49:50.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-08T13:49:50.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-08T13:49:50.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-08T13:49:50.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-08T13:49:50.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-08T13:49:50.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-08T13:49:50.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-08T13:49:50.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-08T13:49:50.386Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-08T13:49:50.386Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-08T13:49:50.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-08T13:49:50.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-08T13:49:50.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-08T13:49:50.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-08T13:49:50.386Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-08T13:49:50.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-12-08T13:49:50.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-12-08T13:49:50.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-12-08T13:49:50.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-12-08T13:49:50.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-12-08T13:49:50.386Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-12-08T13:49:50.386Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-12-08T13:49:50.646Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2022-12-08T13:49:50.646Z] === RUN TestCreateDifferentPlatform [2022-12-08T13:49:50.646Z] === RUN TestCreateDifferentPlatform/different_os [2022-12-08T13:49:50.646Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-12-08T13:49:50.646Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-12-08T13:49:50.646Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-12-08T13:49:50.646Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-12-08T13:49:50.646Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-12-08T13:49:50.646Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-12-08T13:49:50.646Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-12-08T13:49:50.646Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-12-08T13:49:50.646Z] === RUN TestCreateInvalidHostConfig [2022-12-08T13:49:50.646Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-12-08T13:49:50.646Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-12-08T13:49:50.646Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-12-08T13:49:50.646Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-12-08T13:49:50.646Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-12-08T13:49:50.646Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-12-08T13:49:50.646Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-12-08T13:49:50.646Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-12-08T13:49:50.646Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-12-08T13:49:50.646Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-12-08T13:49:50.646Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-12-08T13:49:50.646Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-12-08T13:49:50.646Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-12-08T13:49:50.646Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-12-08T13:49:50.646Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-12-08T13:49:50.646Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-12-08T13:49:50.646Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-12-08T13:49:50.646Z] === RUN TestContainerStartOnDaemonRestart [2022-12-08T13:49:50.646Z] === PAUSE TestContainerStartOnDaemonRestart [2022-12-08T13:49:50.646Z] === RUN TestDaemonRestartIpcMode [2022-12-08T13:49:50.646Z] === PAUSE TestDaemonRestartIpcMode [2022-12-08T13:49:50.646Z] === RUN TestDaemonHostGatewayIP [2022-12-08T13:49:50.646Z] === PAUSE TestDaemonHostGatewayIP [2022-12-08T13:49:50.646Z] === RUN TestRestartDaemonWithRestartingContainer [2022-12-08T13:49:50.646Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-12-08T13:49:50.646Z] === RUN TestContainerKillOnDaemonStart [2022-12-08T13:49:50.646Z] === PAUSE TestContainerKillOnDaemonStart [2022-12-08T13:49:50.646Z] === RUN TestDiff [2022-12-08T13:49:51.215Z] --- PASS: TestDiff (0.44s) [2022-12-08T13:49:51.215Z] === RUN TestExecConsoleSize [2022-12-08T13:49:51.475Z] --- PASS: TestExecConsoleSize (0.47s) [2022-12-08T13:49:51.475Z] === RUN TestExecWithCloseStdin [2022-12-08T13:49:52.045Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-12-08T13:49:52.045Z] === RUN TestExec [2022-12-08T13:49:52.617Z] --- PASS: TestExec (0.46s) [2022-12-08T13:49:52.617Z] === RUN TestExecUser [2022-12-08T13:49:53.205Z] --- PASS: TestExecUser (0.48s) [2022-12-08T13:49:53.205Z] === RUN TestExportContainerAndImportImage [2022-12-08T13:49:53.476Z] --- PASS: TestExportContainerAndImportImage (0.48s) [2022-12-08T13:49:53.476Z] === RUN TestExportContainerAfterDaemonRestart [2022-12-08T13:49:54.857Z] --- PASS: TestExportContainerAfterDaemonRestart (1.16s) [2022-12-08T13:49:54.857Z] === RUN TestHealthCheckWorkdir [2022-12-08T13:49:55.426Z] --- PASS: TestHealthCheckWorkdir (0.65s) [2022-12-08T13:49:55.426Z] === RUN TestHealthKillContainer [2022-12-08T13:50:03.554Z] --- PASS: TestHealthKillContainer (7.85s) [2022-12-08T13:50:03.554Z] === RUN TestHealthCheckProcessKilled [2022-12-08T13:50:03.814Z] --- PASS: TestHealthCheckProcessKilled (0.63s) [2022-12-08T13:50:03.814Z] === RUN TestInspectCpusetInConfigPre120 [2022-12-08T13:50:04.074Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-12-08T13:50:04.074Z] === RUN TestIpcModeNone [2022-12-08T13:50:04.643Z] --- PASS: TestIpcModeNone (0.52s) [2022-12-08T13:50:04.643Z] === RUN TestIpcModePrivate [2022-12-08T13:50:05.212Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-12-08T13:50:05.212Z] --- PASS: TestIpcModePrivate (0.47s) [2022-12-08T13:50:05.212Z] === RUN TestIpcModeShareable [2022-12-08T13:50:05.472Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-12-08T13:50:05.732Z] --- PASS: TestIpcModeShareable (0.43s) [2022-12-08T13:50:05.732Z] === RUN TestAPIIpcModeShareableAndContainer [2022-12-08T13:50:07.111Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.45s) [2022-12-08T13:50:07.111Z] === RUN TestAPIIpcModeHost [2022-12-08T13:50:07.371Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-12-08T13:50:07.371Z] === RUN TestDaemonIpcModeShareable [2022-12-08T13:50:08.309Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-12-08T13:50:08.568Z] --- PASS: TestDaemonIpcModeShareable (1.06s) [2022-12-08T13:50:08.568Z] === RUN TestDaemonIpcModePrivate [2022-12-08T13:50:09.507Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-12-08T13:50:09.507Z] --- PASS: TestDaemonIpcModePrivate (1.08s) [2022-12-08T13:50:09.507Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-12-08T13:50:10.446Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-12-08T13:50:10.705Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.05s) [2022-12-08T13:50:10.705Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-12-08T13:50:11.717Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-12-08T13:50:11.717Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.05s) [2022-12-08T13:50:11.717Z] === RUN TestIpcModeOlderClient [2022-12-08T13:50:11.717Z] === PAUSE TestIpcModeOlderClient [2022-12-08T13:50:11.717Z] === RUN TestKillContainerInvalidSignal [2022-12-08T13:50:12.287Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-12-08T13:50:12.287Z] === RUN TestKillContainer [2022-12-08T13:50:12.287Z] === RUN TestKillContainer/no_signal [2022-12-08T13:50:12.546Z] === RUN TestKillContainer/non_killing_signal [2022-12-08T13:50:12.807Z] === RUN TestKillContainer/killing_signal [2022-12-08T13:50:13.376Z] --- PASS: TestKillContainer (1.23s) [2022-12-08T13:50:13.376Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-12-08T13:50:13.376Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-12-08T13:50:13.376Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-12-08T13:50:13.376Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-12-08T13:50:13.376Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-12-08T13:50:13.945Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-12-08T13:50:14.515Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2022-12-08T13:50:14.515Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-12-08T13:50:14.515Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2022-12-08T13:50:14.515Z] === RUN TestKillStoppedContainer [2022-12-08T13:50:14.774Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-12-08T13:50:14.774Z] === RUN TestKillStoppedContainerAPIPre120 [2022-12-08T13:50:14.774Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-12-08T13:50:14.774Z] === RUN TestKillDifferentUserContainer [2022-12-08T13:50:15.034Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-12-08T13:50:15.034Z] === RUN TestInspectOomKilledTrue [2022-12-08T13:50:15.607Z] --- PASS: TestInspectOomKilledTrue (0.47s) [2022-12-08T13:50:15.607Z] === RUN TestInspectOomKilledFalse [2022-12-08T13:50:16.178Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-12-08T13:50:16.178Z] === RUN TestLinksEtcHostsContentMatch [2022-12-08T13:50:16.437Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-12-08T13:50:16.437Z] === RUN TestLinksContainerNames [2022-12-08T13:50:17.376Z] --- PASS: TestLinksContainerNames (0.86s) [2022-12-08T13:50:17.376Z] === RUN TestLogsFollowTailEmpty [2022-12-08T13:50:17.636Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-12-08T13:50:17.636Z] === RUN TestLogs [2022-12-08T13:50:17.636Z] === RUN TestLogs/driver_local [2022-12-08T13:50:17.636Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-12-08T13:50:17.636Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-12-08T13:50:17.636Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-12-08T13:50:17.636Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-12-08T13:50:17.636Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-12-08T13:50:17.636Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-12-08T13:50:17.636Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-12-08T13:50:17.636Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-12-08T13:50:17.636Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-12-08T13:50:17.636Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-12-08T13:50:17.636Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-12-08T13:50:17.636Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-12-08T13:50:17.636Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-12-08T13:50:17.636Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-12-08T13:50:18.207Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-12-08T13:50:18.207Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-12-08T13:50:18.779Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-12-08T13:50:18.779Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-12-08T13:50:19.349Z] === RUN TestLogs/driver_json-file [2022-12-08T13:50:19.349Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-12-08T13:50:19.349Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-12-08T13:50:19.349Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-12-08T13:50:19.349Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-12-08T13:50:19.349Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-12-08T13:50:19.349Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-12-08T13:50:19.349Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-12-08T13:50:19.349Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-12-08T13:50:19.349Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-12-08T13:50:19.349Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-12-08T13:50:19.349Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-12-08T13:50:19.349Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-12-08T13:50:19.349Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-12-08T13:50:19.349Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-12-08T13:50:19.918Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-12-08T13:50:20.178Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-12-08T13:50:20.438Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-12-08T13:50:20.697Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-12-08T13:50:21.267Z] --- PASS: TestLogs (3.51s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_local (0.01s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.59s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.64s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.49s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.58s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.58s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.63s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.67s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.50s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.57s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.59s) [2022-12-08T13:50:21.267Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.50s) [2022-12-08T13:50:21.267Z] === RUN TestContainerNetworkMountsNoChown [2022-12-08T13:50:21.527Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/default [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/default [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/private [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/private [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rprivate [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rprivate [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/slave [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/slave [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rslave [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rslave [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/shared [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/shared [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rshared [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rshared [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/default [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/default/mount_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/default/bind_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/rshared [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/shared [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/rslave [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/slave [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/rprivate [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/private [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/private/bind_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/private/mount_root [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-12-08T13:50:21.527Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-12-08T13:50:21.527Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/default/bind_root [2022-12-08T13:50:21.527Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/default/mount_root [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-12-08T13:50:21.787Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/private/bind_root [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/private/mount_root [2022-12-08T13:50:22.047Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-12-08T13:50:22.047Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-12-08T13:50:22.047Z] === RUN TestContainerBindMountNonRecursive [2022-12-08T13:50:23.429Z] --- PASS: TestContainerBindMountNonRecursive (1.34s) [2022-12-08T13:50:23.429Z] === RUN TestContainerVolumesMountedAsShared [2022-12-08T13:50:23.998Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2022-12-08T13:50:23.998Z] === RUN TestContainerVolumesMountedAsSlave [2022-12-08T13:50:24.258Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-12-08T13:50:24.258Z] === RUN TestContainerCopyLeaksMounts [2022-12-08T13:50:24.828Z] --- PASS: TestContainerCopyLeaksMounts (0.52s) [2022-12-08T13:50:24.828Z] === RUN TestNetworkNat [2022-12-08T13:50:25.089Z] --- PASS: TestNetworkNat (0.45s) [2022-12-08T13:50:25.089Z] === RUN TestNetworkLocalhostTCPNat [2022-12-08T13:50:25.658Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2022-12-08T13:50:25.658Z] === RUN TestNetworkLoopbackNat [2022-12-08T13:50:28.195Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-12-08T13:50:28.195Z] === RUN TestPause [2022-12-08T13:50:28.765Z] --- PASS: TestPause (0.47s) [2022-12-08T13:50:28.765Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-12-08T13:50:28.765Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-08T13:50:28.765Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-08T13:50:28.765Z] === RUN TestPauseStopPausedContainer [2022-12-08T13:50:29.334Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-12-08T13:50:29.334Z] === RUN TestPidHost [2022-12-08T13:50:30.273Z] --- PASS: TestPidHost (1.00s) [2022-12-08T13:50:30.273Z] === RUN TestPsFilter [2022-12-08T13:50:30.273Z] --- PASS: TestPsFilter (0.12s) [2022-12-08T13:50:30.273Z] === RUN TestRemoveContainerWithRemovedVolume [2022-12-08T13:50:30.841Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-12-08T13:50:30.841Z] === RUN TestRemoveContainerWithVolume [2022-12-08T13:50:31.101Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-12-08T13:50:31.101Z] === RUN TestRemoveContainerRunning [2022-12-08T13:50:31.670Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-12-08T13:50:31.670Z] === RUN TestRemoveContainerForceRemoveRunning [2022-12-08T13:50:31.930Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-12-08T13:50:31.930Z] === RUN TestRemoveInvalidContainer [2022-12-08T13:50:31.930Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-12-08T13:50:31.930Z] === RUN TestRenameLinkedContainer [2022-12-08T13:50:33.853Z] --- PASS: TestRenameLinkedContainer (1.77s) [2022-12-08T13:50:33.853Z] === RUN TestRenameStoppedContainer [2022-12-08T13:50:34.112Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-12-08T13:50:34.112Z] === RUN TestRenameRunningContainerAndReuse [2022-12-08T13:50:35.051Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-12-08T13:50:35.051Z] === RUN TestRenameInvalidName [2022-12-08T13:50:35.620Z] --- PASS: TestRenameInvalidName (0.41s) [2022-12-08T13:50:35.620Z] === RUN TestRenameAnonymousContainer [2022-12-08T13:50:37.001Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2022-12-08T13:50:37.001Z] === RUN TestRenameContainerWithSameName [2022-12-08T13:50:37.570Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-12-08T13:50:37.570Z] === RUN TestRenameContainerWithLinkedContainer [2022-12-08T13:50:38.509Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-12-08T13:50:38.509Z] === RUN TestResize [2022-12-08T13:50:38.768Z] --- PASS: TestResize (0.44s) [2022-12-08T13:50:38.768Z] === RUN TestResizeWithInvalidSize [2022-12-08T13:50:39.028Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-12-08T13:50:39.028Z] === RUN TestResizeWhenContainerNotStarted [2022-12-08T13:50:39.597Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s) [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-08T13:50:39.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-08T13:50:39.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-08T13:50:39.597Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-08T13:50:39.597Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-08T13:50:40.978Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-08T13:50:40.978Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-08T13:50:42.358Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-08T13:50:42.358Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-08T13:50:43.739Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-08T13:50:43.739Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-08T13:50:47.032Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-08T13:50:47.032Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-08T13:50:51.228Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-08T13:50:51.228Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-08T13:50:52.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-08T13:50:52.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-08T13:50:54.096Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-08T13:50:54.096Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.49s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.18s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.53s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.17s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.18s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.25s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.31s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.84s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.88s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.52s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.58s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.82s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.93s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.53s) [2022-12-08T13:50:56.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.52s) [2022-12-08T13:50:56.047Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-12-08T13:50:56.047Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-12-08T13:50:56.616Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-12-08T13:50:57.555Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.81s) [2022-12-08T13:50:57.555Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.88s) [2022-12-08T13:50:57.555Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.92s) [2022-12-08T13:50:57.555Z] === RUN TestCgroupNamespacesRun [2022-12-08T13:50:58.494Z] --- PASS: TestCgroupNamespacesRun (1.08s) [2022-12-08T13:50:58.494Z] === RUN TestCgroupNamespacesRunPrivileged [2022-12-08T13:50:59.876Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2022-12-08T13:50:59.876Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-12-08T13:51:00.816Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s) [2022-12-08T13:51:00.816Z] === RUN TestCgroupNamespacesRunHostMode [2022-12-08T13:51:01.755Z] --- PASS: TestCgroupNamespacesRunHostMode (1.08s) [2022-12-08T13:51:01.755Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-12-08T13:51:03.136Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.06s) [2022-12-08T13:51:03.136Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-12-08T13:51:04.074Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.04s) [2022-12-08T13:51:04.074Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-12-08T13:51:04.643Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s) [2022-12-08T13:51:04.643Z] === RUN TestCgroupNamespacesRunOlderClient [2022-12-08T13:51:05.582Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.06s) [2022-12-08T13:51:05.582Z] === RUN TestNISDomainname [2022-12-08T13:51:06.153Z] --- PASS: TestNISDomainname (0.54s) [2022-12-08T13:51:06.153Z] === RUN TestHostnameDnsResolution [2022-12-08T13:51:07.093Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-12-08T13:51:07.093Z] === RUN TestUnprivilegedPortsAndPing [2022-12-08T13:51:07.356Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-12-08T13:51:07.356Z] === RUN TestPrivilegedHostDevices [2022-12-08T13:51:07.926Z] --- PASS: TestPrivilegedHostDevices (0.52s) [2022-12-08T13:51:07.926Z] === RUN TestRunConsoleSize [2022-12-08T13:51:08.495Z] --- PASS: TestRunConsoleSize (0.44s) [2022-12-08T13:51:08.495Z] === RUN TestRunWithAlternativeContainerdShim [2022-12-08T13:51:10.406Z] --- PASS: TestRunWithAlternativeContainerdShim (2.00s) [2022-12-08T13:51:10.406Z] === RUN TestStats [2022-12-08T13:51:12.945Z] --- PASS: TestStats (2.48s) [2022-12-08T13:51:12.945Z] === RUN TestStopContainerWithTimeout [2022-12-08T13:51:12.945Z] === RUN TestStopContainerWithTimeout/0 [2022-12-08T13:51:12.945Z] === PAUSE TestStopContainerWithTimeout/0 [2022-12-08T13:51:12.945Z] === RUN TestStopContainerWithTimeout/1 [2022-12-08T13:51:12.945Z] === PAUSE TestStopContainerWithTimeout/1 [2022-12-08T13:51:12.945Z] === RUN TestStopContainerWithTimeout/3 [2022-12-08T13:51:12.945Z] === PAUSE TestStopContainerWithTimeout/3 [2022-12-08T13:51:12.945Z] === RUN TestStopContainerWithTimeout/-1 [2022-12-08T13:51:12.945Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-12-08T13:51:12.945Z] === CONT TestStopContainerWithTimeout/0 [2022-12-08T13:51:12.945Z] === CONT TestStopContainerWithTimeout/-1 [2022-12-08T13:51:13.517Z] === CONT TestStopContainerWithTimeout/3 [2022-12-08T13:51:15.424Z] === CONT TestStopContainerWithTimeout/1 [2022-12-08T13:51:17.333Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-12-08T13:51:17.333Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-12-08T13:51:17.333Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2022-12-08T13:51:17.333Z] --- PASS: TestStopContainerWithTimeout/3 (2.44s) [2022-12-08T13:51:17.333Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-12-08T13:51:17.333Z] === RUN TestDeleteDevicemapper [2022-12-08T13:51:17.333Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-08T13:51:17.333Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-12-08T13:51:17.333Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-12-08T13:51:18.714Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.62s) [2022-12-08T13:51:18.714Z] === RUN TestUpdateMemory [2022-12-08T13:51:19.282Z] --- PASS: TestUpdateMemory (0.51s) [2022-12-08T13:51:19.283Z] === RUN TestUpdateCPUQuota [2022-12-08T13:51:19.852Z] --- PASS: TestUpdateCPUQuota (0.74s) [2022-12-08T13:51:19.852Z] === RUN TestUpdatePidsLimit [2022-12-08T13:51:19.852Z] === RUN TestUpdatePidsLimit/update_from_none [2022-12-08T13:51:20.113Z] === RUN TestUpdatePidsLimit/no_change [2022-12-08T13:51:20.373Z] === RUN TestUpdatePidsLimit/update_lower [2022-12-08T13:51:20.373Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-12-08T13:51:20.632Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-12-08T13:51:20.893Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-12-08T13:51:21.153Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit (1.78s) [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-12-08T13:51:21.723Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2022-12-08T13:51:21.723Z] === RUN TestUpdateRestartPolicy [2022-12-08T13:51:33.936Z] --- PASS: TestUpdateRestartPolicy (10.84s) [2022-12-08T13:51:33.936Z] === RUN TestUpdateRestartWithAutoRemove [2022-12-08T13:51:33.936Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-12-08T13:51:33.936Z] === RUN TestWaitNonBlocked [2022-12-08T13:51:33.936Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-08T13:51:33.936Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-08T13:51:33.936Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-08T13:51:33.936Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-08T13:51:33.936Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-08T13:51:33.936Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-08T13:51:33.936Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-12-08T13:51:33.936Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s) [2022-12-08T13:51:33.936Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2022-12-08T13:51:33.936Z] === RUN TestWaitBlocked [2022-12-08T13:51:33.936Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-08T13:51:33.936Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-08T13:51:33.936Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-12-08T13:51:33.936Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-12-08T13:51:33.936Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-08T13:51:33.936Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-12-08T13:51:34.506Z] --- PASS: TestWaitBlocked (0.01s) [2022-12-08T13:51:34.506Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-12-08T13:51:34.506Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2022-12-08T13:51:34.506Z] === RUN TestWaitConditions [2022-12-08T13:51:34.506Z] === RUN TestWaitConditions/default [2022-12-08T13:51:34.506Z] === PAUSE TestWaitConditions/default [2022-12-08T13:51:34.506Z] === RUN TestWaitConditions/not-running [2022-12-08T13:51:34.506Z] === PAUSE TestWaitConditions/not-running [2022-12-08T13:51:34.506Z] === RUN TestWaitConditions/next-exit [2022-12-08T13:51:34.506Z] === PAUSE TestWaitConditions/next-exit [2022-12-08T13:51:34.506Z] === RUN TestWaitConditions/removed [2022-12-08T13:51:34.506Z] === PAUSE TestWaitConditions/removed [2022-12-08T13:51:34.506Z] === CONT TestWaitConditions/default [2022-12-08T13:51:34.506Z] === CONT TestWaitConditions/next-exit [2022-12-08T13:51:34.506Z] === CONT TestWaitConditions/default [2022-12-08T13:51:34.506Z] wait_test.go:146: ContainerID = c3355162cb74824d529bc8f8e9e490a006b6379b855d8254f6f11a5863d56e66 [2022-12-08T13:51:34.506Z] === CONT TestWaitConditions/next-exit [2022-12-08T13:51:34.506Z] wait_test.go:146: ContainerID = 82b1dab00098a4ccba261520343b8f6483f963c98769c89c48129640eaf6183b [2022-12-08T13:51:35.075Z] === CONT TestWaitConditions/removed [2022-12-08T13:51:35.075Z] wait_test.go:146: ContainerID = f3d6fe10dad1e8acbe26c0069827c5997d2a3312655d3efdf8eabf4f0aa80b47 [2022-12-08T13:51:35.075Z] === CONT TestWaitConditions/not-running [2022-12-08T13:51:35.075Z] wait_test.go:146: ContainerID = 12512c85bad14d1abfec03d4e3631463794f1f052be1a7b2c23db0b8f1f2b737 [2022-12-08T13:51:35.645Z] --- PASS: TestWaitConditions (0.01s) [2022-12-08T13:51:35.645Z] --- PASS: TestWaitConditions/default (0.61s) [2022-12-08T13:51:35.645Z] --- PASS: TestWaitConditions/next-exit (0.72s) [2022-12-08T13:51:35.645Z] --- PASS: TestWaitConditions/removed (0.57s) [2022-12-08T13:51:35.645Z] --- PASS: TestWaitConditions/not-running (0.53s) [2022-12-08T13:51:35.645Z] === RUN TestWaitRestartedContainer [2022-12-08T13:51:35.645Z] === RUN TestWaitRestartedContainer/default [2022-12-08T13:51:35.645Z] === PAUSE TestWaitRestartedContainer/default [2022-12-08T13:51:35.645Z] === RUN TestWaitRestartedContainer/not-running [2022-12-08T13:51:35.645Z] === PAUSE TestWaitRestartedContainer/not-running [2022-12-08T13:51:35.645Z] === RUN TestWaitRestartedContainer/next-exit [2022-12-08T13:51:35.645Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-12-08T13:51:35.645Z] === CONT TestWaitRestartedContainer/default [2022-12-08T13:51:35.645Z] === CONT TestWaitRestartedContainer/next-exit [2022-12-08T13:51:37.026Z] === CONT TestWaitRestartedContainer/not-running [2022-12-08T13:51:37.965Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-12-08T13:51:37.965Z] --- PASS: TestWaitRestartedContainer/next-exit (1.19s) [2022-12-08T13:51:37.965Z] --- PASS: TestWaitRestartedContainer/default (1.28s) [2022-12-08T13:51:37.965Z] --- PASS: TestWaitRestartedContainer/not-running (0.93s) [2022-12-08T13:51:37.965Z] === CONT TestRestartDaemonWithRestartingContainer [2022-12-08T13:51:37.965Z] === CONT TestContainerStartOnDaemonRestart [2022-12-08T13:51:39.873Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.89s) [2022-12-08T13:51:39.873Z] === CONT TestDaemonHostGatewayIP [2022-12-08T13:51:39.873Z] --- PASS: TestContainerStartOnDaemonRestart (2.05s) [2022-12-08T13:51:39.873Z] === CONT TestDaemonRestartIpcMode [2022-12-08T13:51:42.422Z] --- PASS: TestDaemonHostGatewayIP (2.31s) [2022-12-08T13:51:42.422Z] === CONT TestIpcModeOlderClient [2022-12-08T13:51:42.422Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-12-08T13:51:42.422Z] === CONT TestContainerKillOnDaemonStart [2022-12-08T13:51:42.422Z] --- PASS: TestDaemonRestartIpcMode (2.33s) [2022-12-08T13:51:54.637Z] --- PASS: TestContainerKillOnDaemonStart (11.40s) [2022-12-08T13:51:54.637Z] PASS [2022-12-08T13:51:54.637Z] [2022-12-08T13:51:54.637Z] === Skipped [2022-12-08T13:51:54.637Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-12-08T13:51:54.637Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-08T13:51:54.637Z] [2022-12-08T13:51:54.637Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-08T13:51:54.637Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-08T13:51:54.637Z] [2022-12-08T13:51:54.637Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-12-08T13:51:54.637Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-08T13:51:54.637Z] [2022-12-08T13:51:54.637Z] DONE 281 tests, 3 skipped in 127.211s [2022-12-08T13:51:54.637Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-12-08T13:51:54.637Z] ++ 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-12-08T13:51:54.637Z] ++ set -e [2022-12-08T13:51:54.637Z] ++ '[' -n 0 ']' [2022-12-08T13:51:54.637Z] ++ set -x [2022-12-08T13:51:54.638Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:51:54.638Z] INFO: Testing against a local daemon [2022-12-08T13:51:54.638Z] === RUN TestConfigDaemonID [2022-12-08T13:51:54.638Z] daemon_test.go:51: [d4f56fa835b51] daemon is not started [2022-12-08T13:51:54.638Z] --- PASS: TestConfigDaemonID (1.04s) [2022-12-08T13:51:54.638Z] === RUN TestDaemonConfigValidation [2022-12-08T13:51:54.638Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-12-08T13:51:54.638Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-12-08T13:51:54.638Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-12-08T13:51:54.638Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-12-08T13:51:54.638Z] === RUN TestDaemonConfigValidation/invalid_config [2022-12-08T13:51:54.638Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-12-08T13:51:54.638Z] === RUN TestDaemonConfigValidation/malformed_config [2022-12-08T13:51:54.638Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-12-08T13:51:54.638Z] === RUN TestDaemonConfigValidation/valid_config [2022-12-08T13:51:54.638Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-12-08T13:51:54.638Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-12-08T13:51:54.638Z] === CONT TestDaemonConfigValidation/malformed_config [2022-12-08T13:51:54.638Z] === CONT TestDaemonConfigValidation/valid_config [2022-12-08T13:51:54.638Z] === CONT TestDaemonConfigValidation/invalid_config [2022-12-08T13:51:54.897Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-12-08T13:51:54.897Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-12-08T13:51:54.897Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-12-08T13:51:54.897Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-12-08T13:51:54.897Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-12-08T13:51:54.897Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-12-08T13:51:54.897Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-12-08T13:51:54.897Z] === RUN TestConfigDaemonSeccompProfiles [2022-12-08T13:51:54.897Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-12-08T13:51:55.836Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-12-08T13:51:57.216Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-12-08T13:51:58.154Z] === CONT TestConfigDaemonSeccompProfiles [2022-12-08T13:51:58.154Z] daemon_test.go:165: [dc9cdd0fc23c7] daemon is not started [2022-12-08T13:51:58.154Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-12-08T13:51:58.154Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-12-08T13:51:58.154Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-12-08T13:51:58.154Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-12-08T13:51:58.154Z] === RUN TestDaemonProxy [2022-12-08T13:51:58.154Z] === RUN TestDaemonProxy/environment_variables [2022-12-08T13:52:00.060Z] === RUN TestDaemonProxy/command-line_options [2022-12-08T13:52:01.441Z] === RUN TestDaemonProxy/configuration_file [2022-12-08T13:52:03.346Z] === RUN TestDaemonProxy/conflicting_options [2022-12-08T13:52:03.606Z] === RUN TestDaemonProxy/reload_sanitized [2022-12-08T13:52:04.174Z] --- PASS: TestDaemonProxy (6.25s) [2022-12-08T13:52:04.175Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-12-08T13:52:04.175Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-12-08T13:52:04.175Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-12-08T13:52:04.175Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-12-08T13:52:04.175Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-12-08T13:52:04.175Z] === RUN TestLiveRestore [2022-12-08T13:52:04.175Z] === RUN TestLiveRestore/volume_references [2022-12-08T13:52:04.175Z] === PAUSE TestLiveRestore/volume_references [2022-12-08T13:52:04.175Z] === CONT TestLiveRestore/volume_references [2022-12-08T13:52:04.743Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-12-08T13:52:04.743Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-12-08T13:52:05.682Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-12-08T13:52:06.621Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-12-08T13:52:07.559Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-12-08T13:52:08.497Z] --- PASS: TestLiveRestore (0.00s) [2022-12-08T13:52:08.497Z] --- PASS: TestLiveRestore/volume_references (4.08s) [2022-12-08T13:52:08.497Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.49s) [2022-12-08T13:52:08.497Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.87s) [2022-12-08T13:52:08.497Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.90s) [2022-12-08T13:52:08.497Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.86s) [2022-12-08T13:52:08.497Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.86s) [2022-12-08T13:52:08.497Z] PASS [2022-12-08T13:52:08.497Z] [2022-12-08T13:52:08.497Z] DONE 24 tests in 14.841s [2022-12-08T13:52:08.497Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-12-08T13:52:08.497Z] ++ 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-12-08T13:52:08.497Z] ++ set -e [2022-12-08T13:52:08.497Z] ++ '[' -n 0 ']' [2022-12-08T13:52:08.497Z] ++ set -x [2022-12-08T13:52:08.497Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:52:08.497Z] INFO: Testing against a local daemon [2022-12-08T13:52:08.497Z] === RUN TestCommitInheritsEnv [2022-12-08T13:52:08.759Z] --- PASS: TestCommitInheritsEnv (0.16s) [2022-12-08T13:52:08.759Z] === RUN TestImportExtremelyLargeImageWorks [2022-12-08T13:52:08.759Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-12-08T13:52:08.759Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/#00 [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/_______ [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform// [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/linux [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/LINUX [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/macos [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-12-08T13:52:08.759Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform (0.11s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.02s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-12-08T13:52:08.759Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-12-08T13:52:08.759Z] === RUN TestImagesFilterMultiReference [2022-12-08T13:52:08.759Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-12-08T13:52:08.759Z] === RUN TestImagePullPlatformInvalid [2022-12-08T13:52:08.759Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-12-08T13:52:08.759Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-12-08T13:52:08.759Z] time="2022-12-08T13:52:08Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.4 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:08.759Z] time="2022-12-08T13:52:08Z" level=info msg="Starting upload purge in 51m0s" go.version=go1.19.4 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:08.759Z] time="2022-12-08T13:52:08Z" level=info msg="redis not configured" go.version=go1.19.4 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:08.759Z] time="2022-12-08T13:52:08Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.4 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.022Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=eb05ed65-01ed-41aa-b18e-9374194d8a10 http.request.method=GET http.request.remoteaddr="127.0.0.1:48884" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.022Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=eb05ed65-01ed-41aa-b18e-9374194d8a10 http.request.method=GET http.request.remoteaddr="127.0.0.1:48884" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.071098ms http.response.status=200 http.response.written=2 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=065586aa-0c9b-4db4-9b10-a26de249bb5e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=065586aa-0c9b-4db4-9b10-a26de249bb5e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=065586aa-0c9b-4db4-9b10-a26de249bb5e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=24.845µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1c57dabe-5f4a-44e0-9b71-0423272cd64d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=065586aa-0c9b-4db4-9b10-a26de249bb5e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.746505ms http.response.status=404 http.response.written=157 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=998a49e9-244a-454d-a73c-7483c8d30122 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=998a49e9-244a-454d-a73c-7483c8d30122 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=998a49e9-244a-454d-a73c-7483c8d30122 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=143.578µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=397de70b-2a65-4b0e-8bb2-374a0626af7d trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=998a49e9-244a-454d-a73c-7483c8d30122 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.85622ms http.response.status=404 http.response.written=157 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=d174f3c2-439b-44d1-a058-24fb867a93a2 http.request.method=POST http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=d174f3c2-439b-44d1-a058-24fb867a93a2 http.request.method=POST http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=54cd39b4-5cbe-4221-b0e2-2f053759313e http.request.method=POST http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=54cd39b4-5cbe-4221-b0e2-2f053759313e http.request.method=POST http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/startedat\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=54cd39b4-5cbe-4221-b0e2-2f053759313e http.request.method=POST http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=230.305µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=2dfad75a-2fd7-4dca-bc16-fba1592f0ef4 trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=54cd39b4-5cbe-4221-b0e2-2f053759313e http.request.method=POST http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=13.054µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c8437956-00e3-4420-b311-13eafa5d0462 trace.line=141 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/startedat\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=d174f3c2-439b-44d1-a058-24fb867a93a2 http.request.method=POST http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=98.484µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1e7d996c-6add-4676-8bbb-de47c2212070 trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=d174f3c2-439b-44d1-a058-24fb867a93a2 http.request.method=POST http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=11.816µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6a54d69e-111c-4eec-969d-a7c90606ce3a trace.line=141 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/hashstates/sha256/0\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=54cd39b4-5cbe-4221-b0e2-2f053759313e http.request.method=POST http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=88.786µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3b81cfb3-0133-4760-bbe2-b880e821af13 trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=54cd39b4-5cbe-4221-b0e2-2f053759313e http.request.method=POST http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" http.response.duration=6.894788ms http.response.status=202 http.response.written=0 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/hashstates/sha256/0\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=d174f3c2-439b-44d1-a058-24fb867a93a2 http.request.method=POST http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=73.073µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1a097ff0-4d0d-4708-b3b4-3a56dcf42899 trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=d174f3c2-439b-44d1-a058-24fb867a93a2 http.request.method=POST http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.12+unknown" http.response.duration=9.038051ms http.response.status=202 http.response.written=0 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/startedat\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=28.307µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5d69624c-bf61-4b3d-9a85-ead99736f6e6 trace.line=82 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=11.684µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3d95c0ec-068d-4333-8b91-ab8f3de81e88 trace.line=141 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.023Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/startedat\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=27.618µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ddc45c4a-7b78-4c38-b3b8-326ea1ee4958 trace.line=82 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=13.153µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a9365615-0cc4-401d-8973-87e42f5ea929 trace.line=141 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/data\", 0)" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=40.574µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=18926bec-1b47-4a67-9799-da732fdc6ce0 trace.line=124 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=8.591µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5af6235f-44bb-4d79-97c7-65614c09357d trace.line=141 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=342.466µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d9d72f40-0d5c-4ab8-bf33-58fff409ac8e trace.line=141 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=112.621µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8efe18c5-da18-4304-a517-dc12091e1abf trace.line=141 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=80.056µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=d28717e2-8499-489d-ad84-99e1eb984f93 trace.line=167 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=53.012µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=894e5b3c-c4ee-451b-8403-5a6d3473af88 trace.line=95 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/data\", 0)" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=1.102458ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=7904a740-91ab-4605-bd33-b112a3451f68 trace.line=124 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=25.73µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6de2294e-275c-47d1-bb45-5fe0c321abfc trace.line=141 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=14.433µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2e04e496-a72c-46e3-9b17-9cd35d2dea57 trace.line=141 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=10.207µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=793bc45c-02d0-4eb7-b0b0-56c43e166927 trace.line=141 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=43.413µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=05065db8-81cc-45a2-b050-8181127d7945 trace.line=167 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=54.982µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=8931424e-a925-447e-bea7-677fb8044f3d trace.line=95 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/f72ed722-5674-44fd-8f97-fecc73717fb0\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=103.448µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=ff062e5b-9985-4b17-b61a-8bebd8c357cd trace.line=181 vars.name=test vars.uuid=f72ed722-5674-44fd-8f97-fecc73717fb0 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a87e57ad-b863-416d-8d24-e91a976b69b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48916" http.request.uri="/v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.12+unknown" http.response.duration=4.952645ms http.response.status=201 http.response.written=0 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=1.411259ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=83300e8c-411d-4029-b4ec-ff5f2a8d1329 trace.line=181 vars.name=test vars.uuid=592b6708-1b99-4ae8-9b01-cd5f41b64be7 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "PUT /v2/test/blobs/uploads/f72ed722-5674-44fd-8f97-fecc73717fb0?_state=7ILsABZi_VweGZbPcJILFWCZ1YJ4o9d3fnkBACjwCEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY3MmVkNzIyLTU2NzQtNDRmZC04Zjk3LWZlY2M3MzcxN2ZiMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44MzkxNDc0M1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f6296e7-0c45-40d3-80ec-870b4cfe7d45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.12+unknown" http.response.duration=5.48901ms http.response.status=201 http.response.written=0 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.024Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "PUT /v2/test/blobs/uploads/592b6708-1b99-4ae8-9b01-cd5f41b64be7?_state=NuN7-AT9vqqtrPHn2WpNk14WdEEcUxQQEOShPNprn8Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU5MmI2NzA4LTFiOTktNGFlOC05YjAxLWNkNWY0MWI2NGJlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wOFQxMzo1MjowOC44Mzk2NTc2MTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.024Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5153f817-d8a4-462e-b4ed-50051a739ded http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5153f817-d8a4-462e-b4ed-50051a739ded http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5153f817-d8a4-462e-b4ed-50051a739ded http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=66.107µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d6565626-210c-431e-acdc-6eb24e4f91a9 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5153f817-d8a4-462e-b4ed-50051a739ded http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.311807ms http.response.status=404 http.response.written=96 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg=PutImageManifest go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=58.731µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=501d3c2f-3d95-4524-82fa-e309a42baaab trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=35.109µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9f96c420-db81-4905-b679-8532d7e2bce0 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=32.147µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=be7b167a-21ab-41a9-8d72-2d13a0f24f8b trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=22.818µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7cf318cd-5b9f-440b-b990-52e03863d697 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=46.259µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f6f6864d-c210-47d1-841d-9974b1e2c916 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=100.913µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=01d0e74a-24ee-4333-94b3-e57e21aecc8a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=63.482µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=571a5cd5-bf1a-43a0-8395-129cc098933a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=33.854µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ffb11a65-0bf2-4a29-a6cf-6fedc6aa35bf trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=85.085µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d33488f3-fd50-4c34-a878-605b8daffe7a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=67.937µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=cf99ba74-94de-4102-9487-efa72b3ae76e trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ffce57b0-a379-4675-9b37-4d12425c7a9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48900" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.12+unknown" http.response.duration=2.82927ms http.response.status=201 http.response.written=0 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.12+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=b3e8bb74-aca6-4a54-8fe5-d4a55f392507 http.request.method=GET http.request.remoteaddr="127.0.0.1:48932" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=b3e8bb74-aca6-4a54-8fe5-d4a55f392507 http.request.method=GET http.request.remoteaddr="127.0.0.1:48932" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="785.845µs" http.response.status=200 http.response.written=2 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=50.591µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8e2903c2-3d39-43d0-9f51-220047534309 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=85.717µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=93cf6bd3-8a47-45a1-b140-0b93041a2fcb trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.025Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=17.164µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9e7f92fe-521c-4b43-be55-ef3745d51c76 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=22.711µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b774b765-9711-4cbf-a18a-2bd6adef45fa trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=c56dabb0-2723-45d1-b387-d0c8dd99be0c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48940" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.663447ms http.response.status=200 http.response.written=417 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=148.189µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c83088d5-c4dc-4e07-b705-363df42204c8 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=20.48µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c4bb15b1-5f60-4ad1-a9cc-98cd98e04d25 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=242.53µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b7043595-1d5b-426a-86f6-1ed7751b5685 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=00ff2fb1-0390-44bf-97c0-c867f5c9eacc http.request.method=GET http.request.remoteaddr="127.0.0.1:48952" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.741854ms http.response.status=200 http.response.written=417 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=46.284µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5296490b-0654-4a8a-807d-5eda1edda14c trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=17.649µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dfe60648-3c39-4ca0-b9e5-d58727abe748 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=70.538µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a6880a29-e7d7-4b43-868f-360d276a4362 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=110.766µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=adca2bc7-71df-4902-934c-b95840d030a5 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=15.918µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0dd005d4-8cf0-4bde-8138-beab4d2a80d7 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=6.597µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=ac814e78-e736-42bc-96ff-614034c3f7fd trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=40.032µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=262545f9-6e7c-412a-a387-d031441f6dd2 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=52.782µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=943aef29-692f-4177-8e1f-0db4667a2ce2 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=13.145µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6307b667-3d5e-49f4-a723-08ea3a485668 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=04f4b61c-0bf2-4151-a6b7-448854b8a5ee http.request.method=GET http.request.remoteaddr="127.0.0.1:48958" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.044833ms http.response.status=200 http.response.written=179 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.026Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=50.862µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=89335aa9-a91e-4236-bc36-f970ca4493b1 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=16µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=666ce3af-883e-49a9-a697-cdb449d269fe trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=59.806µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3ed8acc4-7abe-407c-bae6-a39403128e8d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=16.213µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=12c8efbb-86f1-42e4-8ba9-ba6dece54ba9 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=12.151µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7a1544b9-4f3d-4f8e-bdbf-433e55b4e35d trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=6.564µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=854d1c19-4fff-4d6d-b613-721f502e590d trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=57.057µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=3c7c1598-7401-4bed-8773-72bb7ab0b656 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=28.988µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=346a7ce4-d78a-41f4-a7ae-c14144f072ca trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=14.654µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=611fdffb-09e8-43cb-a2d0-6bdb818d459e trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6a337d21-a71b-4b29-91c6-d6e3ff6e5a17 http.request.method=GET http.request.remoteaddr="127.0.0.1:48960" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=7.610375ms http.response.status=200 http.response.written=68 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1b78839e-4b15-4ed3-a220-d3ea16261221 http.request.method=GET http.request.remoteaddr="127.0.0.1:48966" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1b78839e-4b15-4ed3-a220-d3ea16261221 http.request.method=GET http.request.remoteaddr="127.0.0.1:48966" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="856.924µs" http.response.status=200 http.response.written=2 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=bb8eabaa-9577-4e39-a12e-4253acfb1867 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48982" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=bb8eabaa-9577-4e39-a12e-4253acfb1867 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48982" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=bb8eabaa-9577-4e39-a12e-4253acfb1867 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48982" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=bb8eabaa-9577-4e39-a12e-4253acfb1867 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48982" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=31.121µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ec3f9fc8-aa9b-4f53-bb91-05688ec5bf77 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=bb8eabaa-9577-4e39-a12e-4253acfb1867 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48982" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=19.24µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a39d8bba-5fb3-4cbd-b3c0-8748be77eff8 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=bb8eabaa-9577-4e39-a12e-4253acfb1867 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48982" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.722075ms http.response.status=404 http.response.written=181 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=af80d5ef-385a-40bd-96a1-7022790a8566 http.request.method=GET http.request.remoteaddr="127.0.0.1:48990" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=af80d5ef-385a-40bd-96a1-7022790a8566 http.request.method=GET http.request.remoteaddr="127.0.0.1:48990" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=af80d5ef-385a-40bd-96a1-7022790a8566 http.request.method=GET http.request.remoteaddr="127.0.0.1:48990" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.027Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=af80d5ef-385a-40bd-96a1-7022790a8566 http.request.method=GET http.request.remoteaddr="127.0.0.1:48990" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=22.441µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=30b3c6a4-894e-4085-a1b3-95c8e8b11d91 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.028Z] time="2022-12-08T13:52:08Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=af80d5ef-385a-40bd-96a1-7022790a8566 http.request.method=GET http.request.remoteaddr="127.0.0.1:48990" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 trace.duration=11.216µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=27bc1e73-84f2-45ff-b665-6803c2cd53cf trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.028Z] time="2022-12-08T13:52:08Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=af80d5ef-385a-40bd-96a1-7022790a8566 http.request.method=GET http.request.remoteaddr="127.0.0.1:48990" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.28679ms http.response.status=404 http.response.written=181 instance.id=a5b3078b-c88d-43bf-8c55-3105287024f5 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-08T13:52:09.028Z] 127.0.0.1 - - [08/Dec/2022:13:52:08 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.4 git-commit/28382c58ec2078d17ae3a3d6a2f262733a1e779d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-08T13:52:09.028Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s) [2022-12-08T13:52:09.028Z] === RUN TestRemoveImageOrphaning [2022-12-08T13:52:09.291Z] --- PASS: TestRemoveImageOrphaning (0.15s) [2022-12-08T13:52:09.291Z] === RUN TestRemoveImageGarbageCollector [2022-12-08T13:52:09.291Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:52:09.291Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-12-08T13:52:09.291Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-12-08T13:52:09.291Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-12-08T13:52:09.291Z] === RUN TestTagInvalidReference [2022-12-08T13:52:09.291Z] --- PASS: TestTagInvalidReference (0.01s) [2022-12-08T13:52:09.291Z] === RUN TestTagValidPrefixedRepo [2022-12-08T13:52:09.291Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-12-08T13:52:09.291Z] === RUN TestTagExistedNameWithoutForce [2022-12-08T13:52:09.291Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-12-08T13:52:09.291Z] === RUN TestTagOfficialNames [2022-12-08T13:52:09.291Z] --- PASS: TestTagOfficialNames (0.05s) [2022-12-08T13:52:09.291Z] === RUN TestTagMatchesDigest [2022-12-08T13:52:09.291Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-12-08T13:52:09.291Z] PASS [2022-12-08T13:52:09.291Z] [2022-12-08T13:52:09.291Z] === Skipped [2022-12-08T13:52:09.291Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-12-08T13:52:09.291Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-12-08T13:52:09.291Z] [2022-12-08T13:52:09.291Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-12-08T13:52:09.291Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:52:09.291Z] [2022-12-08T13:52:09.291Z] DONE 23 tests, 2 skipped in 1.057s [2022-12-08T13:52:09.291Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-12-08T13:52:09.291Z] ++ 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-12-08T13:52:09.291Z] ++ set -e [2022-12-08T13:52:09.291Z] ++ '[' -n 0 ']' [2022-12-08T13:52:09.291Z] ++ set -x [2022-12-08T13:52:09.291Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:52:09.551Z] === RUN TestStripANSICommands [2022-12-08T13:52:09.551Z] === RUN TestStripANSICommands/#00 [2022-12-08T13:52:09.551Z] === RUN TestStripANSICommands/#01 [2022-12-08T13:52:09.551Z] --- PASS: TestStripANSICommands (0.00s) [2022-12-08T13:52:09.551Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-12-08T13:52:09.551Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-12-08T13:52:09.551Z] PASS [2022-12-08T13:52:09.551Z] [2022-12-08T13:52:09.551Z] DONE 3 tests in 0.045s [2022-12-08T13:52:09.551Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-12-08T13:52:09.551Z] ++ 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-12-08T13:52:09.551Z] ++ set -e [2022-12-08T13:52:09.551Z] ++ '[' -n 0 ']' [2022-12-08T13:52:09.551Z] ++ set -x [2022-12-08T13:52:09.551Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:52:09.551Z] INFO: Testing against a local daemon [2022-12-08T13:52:09.551Z] === RUN TestNetworkCreateDelete [2022-12-08T13:52:09.551Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-12-08T13:52:09.551Z] === RUN TestDockerNetworkDeletePreferID [2022-12-08T13:52:10.120Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-12-08T13:52:10.120Z] === RUN TestDaemonDNSFallback [2022-12-08T13:52:16.692Z] --- PASS: TestDaemonDNSFallback (6.19s) [2022-12-08T13:52:16.692Z] === RUN TestInspectNetwork [2022-12-08T13:52:18.600Z] === RUN TestInspectNetwork/full_network_id [2022-12-08T13:52:18.600Z] === RUN TestInspectNetwork/partial_network_id [2022-12-08T13:52:18.600Z] === RUN TestInspectNetwork/network_name [2022-12-08T13:52:18.600Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-12-08T13:52:22.794Z] --- PASS: TestInspectNetwork (6.59s) [2022-12-08T13:52:22.794Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-12-08T13:52:22.794Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-12-08T13:52:22.794Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-12-08T13:52:22.794Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-12-08T13:52:22.794Z] === RUN TestRunContainerWithBridgeNone [2022-12-08T13:52:24.174Z] --- PASS: TestRunContainerWithBridgeNone (1.44s) [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/create [2022-12-08T13:52:24.174Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-12-08T13:52:24.174Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-12-08T13:52:24.174Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-12-08T13:52:24.174Z] === CONT TestNetworkInvalidJSON/networks/create [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-12-08T13:52:24.174Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-12-08T13:52:24.174Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-12-08T13:52:24.174Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-12-08T13:52:24.174Z] === RUN TestNetworkList [2022-12-08T13:52:24.174Z] === RUN TestNetworkList//networks [2022-12-08T13:52:24.174Z] === PAUSE TestNetworkList//networks [2022-12-08T13:52:24.174Z] === RUN TestNetworkList//networks/ [2022-12-08T13:52:24.174Z] === PAUSE TestNetworkList//networks/ [2022-12-08T13:52:24.174Z] === CONT TestNetworkList//networks [2022-12-08T13:52:24.174Z] === CONT TestNetworkList//networks/ [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkList (0.01s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkList//networks (0.00s) [2022-12-08T13:52:24.174Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-12-08T13:52:24.174Z] === RUN TestHostIPv4BridgeLabel [2022-12-08T13:52:24.743Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-12-08T13:52:24.743Z] === RUN TestDaemonRestartWithLiveRestore [2022-12-08T13:52:26.123Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-12-08T13:52:26.123Z] === RUN TestDaemonDefaultNetworkPools [2022-12-08T13:52:26.695Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-12-08T13:52:26.695Z] === RUN TestDaemonRestartWithExistingNetwork [2022-12-08T13:52:27.634Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-12-08T13:52:27.634Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-12-08T13:52:29.015Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-12-08T13:52:29.015Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-12-08T13:52:29.584Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-12-08T13:52:29.584Z] === RUN TestServiceWithPredefinedNetwork [2022-12-08T13:52:32.122Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2022-12-08T13:52:32.122Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-12-08T13:52:32.122Z] service_test.go:242: FLAKY_TEST [2022-12-08T13:52:32.122Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-08T13:52:32.122Z] === RUN TestServiceWithDataPathPortInit [2022-12-08T13:52:47.067Z] --- PASS: TestServiceWithDataPathPortInit (13.52s) [2022-12-08T13:52:47.067Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-12-08T13:52:47.637Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:knf06vuvxmysd72p3z6mjxckk Created:2022-12-08 13:52:46.50664549 +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[599e23a254518efb45244db98f65fad26490e913b6e9fabfbf24895eafefbbf2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mjbz5bdgrxtruo2hhx819wk7y EndpointID:4cb0babbf5241f9bda23f05f3748078b15b095ca3f8d7e6b29fd17de6be68997 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:120f5c9eb4ba80ea47d1034615de72a522f168b4d68d07d2da7de4f476dc1ff0 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:a939b147f283 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mjbz5bdgrxtruo2hhx819wk7y EndpointID:4cb0babbf5241f9bda23f05f3748078b15b095ca3f8d7e6b29fd17de6be68997 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-12-08T13:52:52.914Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.67s) [2022-12-08T13:52:52.914Z] PASS [2022-12-08T13:52:52.914Z] [2022-12-08T13:52:52.914Z] === Skipped [2022-12-08T13:52:52.914Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-08T13:52:52.914Z] service_test.go:242: FLAKY_TEST [2022-12-08T13:52:52.914Z] [2022-12-08T13:52:52.914Z] DONE 38 tests, 1 skipped in 42.537s [2022-12-08T13:52:52.914Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-12-08T13:52:52.914Z] ++ 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-12-08T13:52:52.914Z] ++ set -e [2022-12-08T13:52:52.914Z] ++ '[' -n 0 ']' [2022-12-08T13:52:52.914Z] ++ set -x [2022-12-08T13:52:52.914Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:52:52.914Z] INFO: Testing against a local daemon [2022-12-08T13:52:52.914Z] === RUN TestDockerNetworkIpvlanPersistance [2022-12-08T13:52:52.914Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-08T13:52:52.914Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-08T13:52:52.914Z] === RUN TestDockerNetworkIpvlan [2022-12-08T13:52:52.914Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-08T13:52:52.914Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-12-08T13:52:52.914Z] PASS [2022-12-08T13:52:52.914Z] [2022-12-08T13:52:52.914Z] === Skipped [2022-12-08T13:52:52.914Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-08T13:52:52.914Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-08T13:52:52.914Z] [2022-12-08T13:52:52.914Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-12-08T13:52:52.914Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-08T13:52:52.914Z] [2022-12-08T13:52:52.914Z] DONE 2 tests, 2 skipped in 0.081s [2022-12-08T13:52:52.914Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-12-08T13:52:52.914Z] ++ 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-12-08T13:52:52.914Z] ++ set -e [2022-12-08T13:52:52.914Z] ++ '[' -n 0 ']' [2022-12-08T13:52:52.914Z] ++ set -x [2022-12-08T13:52:52.914Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:52:52.914Z] INFO: Testing against a local daemon [2022-12-08T13:52:52.914Z] === RUN TestDockerNetworkMacvlanPersistance [2022-12-08T13:52:53.483Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.14s) [2022-12-08T13:52:53.483Z] === RUN TestDockerNetworkMacvlan [2022-12-08T13:52:54.053Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-12-08T13:52:54.622Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-12-08T13:52:55.191Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-12-08T13:52:57.099Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-12-08T13:52:58.481Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-12-08T13:53:01.774Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-12-08T13:53:02.034Z] --- PASS: TestDockerNetworkMacvlan (8.78s) [2022-12-08T13:53:02.034Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-12-08T13:53:02.034Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-12-08T13:53:02.034Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.77s) [2022-12-08T13:53:02.034Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-12-08T13:53:02.034Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s) [2022-12-08T13:53:02.034Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2022-12-08T13:53:02.034Z] PASS [2022-12-08T13:53:02.034Z] [2022-12-08T13:53:02.034Z] DONE 8 tests in 10.008s [2022-12-08T13:53:02.034Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-12-08T13:53:02.034Z] ++ 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-12-08T13:53:02.034Z] ++ set -e [2022-12-08T13:53:02.034Z] ++ '[' -n 0 ']' [2022-12-08T13:53:02.034Z] ++ set -x [2022-12-08T13:53:02.034Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:02.034Z] testing: warning: no tests to run [2022-12-08T13:53:02.034Z] PASS [2022-12-08T13:53:02.034Z] [2022-12-08T13:53:02.034Z] DONE 0 tests in 0.024s [2022-12-08T13:53:02.034Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-12-08T13:53:02.034Z] ++ 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-12-08T13:53:02.034Z] ++ set -e [2022-12-08T13:53:02.034Z] ++ '[' -n 0 ']' [2022-12-08T13:53:02.034Z] ++ set -x [2022-12-08T13:53:02.034Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:02.294Z] INFO: Testing against a local daemon [2022-12-08T13:53:02.294Z] === RUN TestAuthZPluginAllowRequest [2022-12-08T13:53:03.233Z] --- PASS: TestAuthZPluginAllowRequest (1.05s) [2022-12-08T13:53:03.233Z] === RUN TestAuthZPluginTLS [2022-12-08T13:53:03.803Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-12-08T13:53:03.803Z] === RUN TestAuthZPluginDenyRequest [2022-12-08T13:53:04.372Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-12-08T13:53:04.372Z] === RUN TestAuthZPluginAPIDenyResponse [2022-12-08T13:53:04.941Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-12-08T13:53:04.941Z] === RUN TestAuthZPluginDenyResponse [2022-12-08T13:53:05.510Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-12-08T13:53:05.510Z] === RUN TestAuthZPluginAllowEventStream [2022-12-08T13:53:06.449Z] --- PASS: TestAuthZPluginAllowEventStream (1.02s) [2022-12-08T13:53:06.449Z] === RUN TestAuthZPluginErrorResponse [2022-12-08T13:53:07.018Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-12-08T13:53:07.018Z] === RUN TestAuthZPluginErrorRequest [2022-12-08T13:53:07.586Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-12-08T13:53:07.586Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-12-08T13:53:08.154Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-12-08T13:53:08.154Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-12-08T13:53:09.093Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.13s) [2022-12-08T13:53:09.093Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-12-08T13:53:10.474Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.11s) [2022-12-08T13:53:10.474Z] === RUN TestAuthZPluginHeader [2022-12-08T13:53:11.043Z] --- PASS: TestAuthZPluginHeader (0.61s) [2022-12-08T13:53:11.043Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-12-08T13:53:11.043Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:11.043Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-12-08T13:53:11.043Z] === RUN TestAuthZPluginV2Disable [2022-12-08T13:53:11.043Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:11.043Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-12-08T13:53:11.043Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-12-08T13:53:11.043Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:11.043Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-12-08T13:53:11.043Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-12-08T13:53:11.043Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:11.043Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-12-08T13:53:11.043Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-12-08T13:53:29.141Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2022-12-08T13:53:29.141Z] PASS [2022-12-08T13:53:29.141Z] [2022-12-08T13:53:29.141Z] === Skipped [2022-12-08T13:53:29.141Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-12-08T13:53:29.141Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:29.141Z] [2022-12-08T13:53:29.141Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-12-08T13:53:29.141Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:29.141Z] [2022-12-08T13:53:29.141Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-12-08T13:53:29.141Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:29.141Z] [2022-12-08T13:53:29.141Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-12-08T13:53:29.141Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:29.141Z] [2022-12-08T13:53:29.141Z] DONE 17 tests, 4 skipped in 25.639s [2022-12-08T13:53:29.141Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-12-08T13:53:29.141Z] ++ 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-12-08T13:53:29.141Z] ++ set -e [2022-12-08T13:53:29.141Z] ++ '[' -n 0 ']' [2022-12-08T13:53:29.141Z] ++ set -x [2022-12-08T13:53:29.141Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:29.141Z] INFO: Testing against a local daemon [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-12-08T13:53:29.141Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-12-08T13:53:29.141Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-12-08T13:53:29.141Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-12-08T13:53:29.141Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-12-08T13:53:29.141Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-12-08T13:53:29.141Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-12-08T13:53:29.141Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-12-08T13:53:29.141Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-12-08T13:53:29.141Z] === RUN TestPluginInstall [2022-12-08T13:53:29.141Z] === RUN TestPluginInstall/no_auth [2022-12-08T13:53:31.731Z] time="2022-12-08T13:53:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-08T13:53:31.731Z] time="2022-12-08T13:53:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae24dae3d778152764f9325b60e29cecb468723828b17199b686982287b5f2c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-08T13:53:31.731Z] time="2022-12-08T13:53:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-08T13:53:31.731Z] time="2022-12-08T13:53:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae24dae3d778152764f9325b60e29cecb468723828b17199b686982287b5f2c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-08T13:53:31.991Z] === RUN TestPluginInstall/with_htpasswd [2022-12-08T13:53:32.251Z] time="2022-12-08T13:53:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-08T13:53:32.251Z] time="2022-12-08T13:53:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae24dae3d778152764f9325b60e29cecb468723828b17199b686982287b5f2c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-08T13:53:32.251Z] time="2022-12-08T13:53:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-08T13:53:32.251Z] time="2022-12-08T13:53:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae24dae3d778152764f9325b60e29cecb468723828b17199b686982287b5f2c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-08T13:53:32.510Z] === RUN TestPluginInstall/with_insecure [2022-12-08T13:53:33.450Z] time="2022-12-08T13:53:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-08T13:53:33.450Z] time="2022-12-08T13:53:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84428de4a8d2dfe9e2c9f6cacbf517aa9b07d73452363c70f3ae025286fb49d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-08T13:53:33.450Z] time="2022-12-08T13:53:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-08T13:53:33.450Z] time="2022-12-08T13:53:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84428de4a8d2dfe9e2c9f6cacbf517aa9b07d73452363c70f3ae025286fb49d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-08T13:53:33.450Z] plugin_test.go:196: [dd17bb0266e92] daemon is not started [2022-12-08T13:53:33.450Z] --- PASS: TestPluginInstall (5.47s) [2022-12-08T13:53:33.450Z] --- PASS: TestPluginInstall/no_auth (4.01s) [2022-12-08T13:53:33.450Z] --- PASS: TestPluginInstall/with_htpasswd (0.50s) [2022-12-08T13:53:33.450Z] --- PASS: TestPluginInstall/with_insecure (0.96s) [2022-12-08T13:53:33.450Z] === RUN TestPluginsWithRuntimes [2022-12-08T13:53:34.830Z] === RUN TestPluginsWithRuntimes/No_Args [2022-12-08T13:53:35.767Z] === RUN TestPluginsWithRuntimes/With_Args [2022-12-08T13:53:36.772Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-12-08T13:53:36.772Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-12-08T13:53:36.772Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2022-12-08T13:53:36.772Z] === RUN TestPluginBackCompatMediaTypes [2022-12-08T13:53:37.341Z] --- PASS: TestPluginBackCompatMediaTypes (0.53s) [2022-12-08T13:53:37.341Z] PASS [2022-12-08T13:53:37.341Z] [2022-12-08T13:53:37.341Z] DONE 24 tests in 9.413s [2022-12-08T13:53:37.341Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-12-08T13:53:37.341Z] ++ 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-12-08T13:53:37.341Z] ++ set -e [2022-12-08T13:53:37.341Z] ++ '[' -n 0 ']' [2022-12-08T13:53:37.341Z] ++ set -x [2022-12-08T13:53:37.342Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:37.342Z] INFO: Testing against a local daemon [2022-12-08T13:53:37.342Z] === RUN TestExternalGraphDriver [2022-12-08T13:53:37.601Z] === RUN TestExternalGraphDriver/json [2022-12-08T13:53:39.509Z] === RUN TestExternalGraphDriver/spec [2022-12-08T13:53:40.888Z] === RUN TestExternalGraphDriver/pull [2022-12-08T13:53:42.268Z] --- PASS: TestExternalGraphDriver (4.95s) [2022-12-08T13:53:42.268Z] --- PASS: TestExternalGraphDriver/json (1.51s) [2022-12-08T13:53:42.268Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-12-08T13:53:42.268Z] --- PASS: TestExternalGraphDriver/pull (1.60s) [2022-12-08T13:53:42.268Z] === RUN TestGraphdriverPluginV2 [2022-12-08T13:53:42.528Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:42.528Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-12-08T13:53:42.528Z] PASS [2022-12-08T13:53:42.528Z] [2022-12-08T13:53:42.528Z] === Skipped [2022-12-08T13:53:42.528Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-12-08T13:53:42.528Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:53:42.528Z] [2022-12-08T13:53:42.528Z] DONE 5 tests, 1 skipped in 5.395s [2022-12-08T13:53:42.788Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-12-08T13:53:42.788Z] ++ 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-12-08T13:53:42.788Z] ++ set -e [2022-12-08T13:53:42.788Z] ++ '[' -n 0 ']' [2022-12-08T13:53:42.788Z] ++ set -x [2022-12-08T13:53:42.788Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:42.788Z] INFO: Testing against a local daemon [2022-12-08T13:53:42.788Z] === RUN TestContinueAfterPluginCrash [2022-12-08T13:53:42.788Z] === PAUSE TestContinueAfterPluginCrash [2022-12-08T13:53:42.788Z] === RUN TestReadPluginNoRead [2022-12-08T13:53:42.788Z] === PAUSE TestReadPluginNoRead [2022-12-08T13:53:42.788Z] === RUN TestDaemonStartWithLogOpt [2022-12-08T13:53:42.788Z] === PAUSE TestDaemonStartWithLogOpt [2022-12-08T13:53:42.788Z] === CONT TestDaemonStartWithLogOpt [2022-12-08T13:53:42.788Z] === CONT TestContinueAfterPluginCrash [2022-12-08T13:53:46.080Z] --- PASS: TestDaemonStartWithLogOpt (2.96s) [2022-12-08T13:53:46.080Z] === CONT TestReadPluginNoRead [2022-12-08T13:53:47.989Z] === RUN TestReadPluginNoRead/disabled_caching [2022-12-08T13:53:48.930Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-12-08T13:53:50.346Z] === RUN TestReadPluginNoRead/default [2022-12-08T13:53:50.605Z] --- PASS: TestContinueAfterPluginCrash (7.78s) [2022-12-08T13:53:51.545Z] === CONT TestReadPluginNoRead [2022-12-08T13:53:51.545Z] read_test.go:91: [dc40defee3c54] daemon is not started [2022-12-08T13:53:51.545Z] --- PASS: TestReadPluginNoRead (5.65s) [2022-12-08T13:53:51.545Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-12-08T13:53:51.545Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-12-08T13:53:51.545Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-12-08T13:53:51.545Z] PASS [2022-12-08T13:53:51.545Z] [2022-12-08T13:53:51.545Z] DONE 6 tests in 8.738s [2022-12-08T13:53:51.545Z] 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-12-08T13:53:51.545Z] ++ 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-12-08T13:53:51.545Z] ++ set -e [2022-12-08T13:53:51.545Z] ++ '[' -n 0 ']' [2022-12-08T13:53:51.545Z] ++ set -x [2022-12-08T13:53:51.545Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:51.545Z] testing: warning: no tests to run [2022-12-08T13:53:51.545Z] PASS [2022-12-08T13:53:51.545Z] [2022-12-08T13:53:51.545Z] DONE 0 tests in 0.036s [2022-12-08T13:53:51.545Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-12-08T13:53:51.545Z] ++ 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-12-08T13:53:51.545Z] ++ set -e [2022-12-08T13:53:51.545Z] ++ '[' -n 0 ']' [2022-12-08T13:53:51.545Z] ++ set -x [2022-12-08T13:53:51.545Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:51.545Z] INFO: Testing against a local daemon [2022-12-08T13:53:51.545Z] === RUN TestPluginWithDevMounts [2022-12-08T13:53:51.545Z] === PAUSE TestPluginWithDevMounts [2022-12-08T13:53:51.545Z] === CONT TestPluginWithDevMounts [2022-12-08T13:53:53.453Z] --- PASS: TestPluginWithDevMounts (1.49s) [2022-12-08T13:53:53.453Z] PASS [2022-12-08T13:53:53.453Z] [2022-12-08T13:53:53.453Z] DONE 1 tests in 1.601s [2022-12-08T13:53:53.453Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-12-08T13:53:53.453Z] ++ 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-12-08T13:53:53.453Z] ++ set -e [2022-12-08T13:53:53.453Z] ++ '[' -n 0 ']' [2022-12-08T13:53:53.453Z] ++ set -x [2022-12-08T13:53:53.453Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:53:53.453Z] INFO: Testing against a local daemon [2022-12-08T13:53:53.453Z] === RUN TestSecretInspect [2022-12-08T13:53:55.362Z] --- PASS: TestSecretInspect (2.25s) [2022-12-08T13:53:55.362Z] === RUN TestSecretList [2022-12-08T13:53:57.901Z] --- PASS: TestSecretList (2.10s) [2022-12-08T13:53:57.901Z] === RUN TestSecretsCreateAndDelete [2022-12-08T13:53:59.808Z] --- PASS: TestSecretsCreateAndDelete (2.10s) [2022-12-08T13:53:59.808Z] === RUN TestSecretsUpdate [2022-12-08T13:54:01.718Z] --- PASS: TestSecretsUpdate (2.10s) [2022-12-08T13:54:01.718Z] === RUN TestTemplatedSecret [2022-12-08T13:54:04.257Z] --- PASS: TestTemplatedSecret (2.47s) [2022-12-08T13:54:04.257Z] === RUN TestSecretCreateResolve [2022-12-08T13:54:06.795Z] --- PASS: TestSecretCreateResolve (2.15s) [2022-12-08T13:54:06.795Z] PASS [2022-12-08T13:54:06.795Z] [2022-12-08T13:54:06.795Z] DONE 6 tests in 13.264s [2022-12-08T13:54:06.795Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-12-08T13:54:06.795Z] ++ 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-12-08T13:54:06.795Z] ++ set -e [2022-12-08T13:54:06.795Z] ++ '[' -n 0 ']' [2022-12-08T13:54:06.795Z] ++ set -x [2022-12-08T13:54:06.795Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:54:06.795Z] INFO: Testing against a local daemon [2022-12-08T13:54:06.795Z] === RUN TestServiceCreateInit [2022-12-08T13:54:06.795Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-12-08T13:54:10.088Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-12-08T13:54:13.380Z] --- PASS: TestServiceCreateInit (6.88s) [2022-12-08T13:54:13.380Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.46s) [2022-12-08T13:54:13.380Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.40s) [2022-12-08T13:54:13.380Z] === RUN TestCreateServiceMultipleTimes [2022-12-08T13:54:28.299Z] --- PASS: TestCreateServiceMultipleTimes (15.00s) [2022-12-08T13:54:28.299Z] === RUN TestCreateServiceConflict [2022-12-08T13:54:30.837Z] --- PASS: TestCreateServiceConflict (2.08s) [2022-12-08T13:54:30.837Z] === RUN TestCreateServiceMaxReplicas [2022-12-08T13:54:33.379Z] --- PASS: TestCreateServiceMaxReplicas (2.55s) [2022-12-08T13:54:33.379Z] === RUN TestCreateWithDuplicateNetworkNames [2022-12-08T13:54:48.271Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.99s) [2022-12-08T13:54:48.271Z] === RUN TestCreateServiceSecretFileMode [2022-12-08T13:54:48.271Z] --- PASS: TestCreateServiceSecretFileMode (1.90s) [2022-12-08T13:54:48.271Z] === RUN TestCreateServiceConfigFileMode [2022-12-08T13:54:50.179Z] --- PASS: TestCreateServiceConfigFileMode (2.40s) [2022-12-08T13:54:50.179Z] === RUN TestCreateServiceSysctls [2022-12-08T13:54:53.472Z] --- PASS: TestCreateServiceSysctls (2.85s) [2022-12-08T13:54:53.472Z] === RUN TestCreateServiceCapabilities [2022-12-08T13:54:55.380Z] --- PASS: TestCreateServiceCapabilities (2.35s) [2022-12-08T13:54:55.380Z] === RUN TestInspect [2022-12-08T13:54:58.673Z] --- PASS: TestInspect (2.55s) [2022-12-08T13:54:58.673Z] === RUN TestCreateJob [2022-12-08T13:55:01.211Z] --- PASS: TestCreateJob (2.94s) [2022-12-08T13:55:01.211Z] === RUN TestReplicatedJob [2022-12-08T13:55:06.496Z] --- PASS: TestReplicatedJob (4.75s) [2022-12-08T13:55:06.496Z] === RUN TestUpdateReplicatedJob [2022-12-08T13:55:09.033Z] --- PASS: TestUpdateReplicatedJob (2.81s) [2022-12-08T13:55:09.033Z] === RUN TestServiceListWithStatuses [2022-12-08T13:55:09.033Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-08T13:55:09.033Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-12-08T13:55:09.033Z] === RUN TestDockerNetworkConnectAlias [2022-12-08T13:55:12.325Z] --- PASS: TestDockerNetworkConnectAlias (3.85s) [2022-12-08T13:55:12.325Z] === RUN TestDockerNetworkReConnect [2022-12-08T13:55:15.619Z] --- PASS: TestDockerNetworkReConnect (3.30s) [2022-12-08T13:55:15.619Z] === RUN TestServicePlugin [2022-12-08T13:55:15.619Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:55:15.619Z] --- SKIP: TestServicePlugin (0.00s) [2022-12-08T13:55:15.619Z] === RUN TestServiceUpdateLabel [2022-12-08T13:55:18.156Z] --- PASS: TestServiceUpdateLabel (2.09s) [2022-12-08T13:55:18.156Z] === RUN TestServiceUpdateSecrets [2022-12-08T13:55:33.046Z] --- PASS: TestServiceUpdateSecrets (14.33s) [2022-12-08T13:55:33.046Z] === RUN TestServiceUpdateConfigs [2022-12-08T13:55:47.938Z] --- PASS: TestServiceUpdateConfigs (14.21s) [2022-12-08T13:55:47.938Z] === RUN TestServiceUpdateNetwork [2022-12-08T13:56:00.165Z] --- PASS: TestServiceUpdateNetwork (11.96s) [2022-12-08T13:56:00.165Z] === RUN TestServiceUpdatePidsLimit [2022-12-08T13:56:00.165Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-12-08T13:56:00.165Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-12-08T13:56:08.293Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-12-08T13:56:14.867Z] --- PASS: TestServiceUpdatePidsLimit (16.06s) [2022-12-08T13:56:14.867Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-12-08T13:56:14.867Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-12-08T13:56:14.867Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-12-08T13:56:14.867Z] PASS [2022-12-08T13:56:14.867Z] [2022-12-08T13:56:14.867Z] === Skipped [2022-12-08T13:56:14.867Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-12-08T13:56:14.867Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-08T13:56:14.867Z] [2022-12-08T13:56:14.867Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-12-08T13:56:14.867Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-08T13:56:14.867Z] [2022-12-08T13:56:14.867Z] DONE 27 tests, 2 skipped in 127.965s [2022-12-08T13:56:14.867Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-12-08T13:56:14.868Z] ++ 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-12-08T13:56:14.868Z] ++ set -e [2022-12-08T13:56:14.868Z] ++ '[' -n 0 ']' [2022-12-08T13:56:14.868Z] ++ set -x [2022-12-08T13:56:14.868Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:56:14.868Z] INFO: Testing against a local daemon [2022-12-08T13:56:14.868Z] === RUN TestSessionCreate [2022-12-08T13:56:14.868Z] --- PASS: TestSessionCreate (0.02s) [2022-12-08T13:56:14.868Z] === RUN TestSessionCreateWithBadUpgrade [2022-12-08T13:56:14.868Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-12-08T13:56:14.868Z] PASS [2022-12-08T13:56:14.868Z] [2022-12-08T13:56:14.868Z] DONE 2 tests in 0.133s [2022-12-08T13:56:14.868Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-12-08T13:56:14.868Z] ++ 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-12-08T13:56:14.868Z] ++ set -e [2022-12-08T13:56:14.868Z] ++ '[' -n 0 ']' [2022-12-08T13:56:14.868Z] ++ set -x [2022-12-08T13:56:14.868Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:56:14.868Z] INFO: Testing against a local daemon [2022-12-08T13:56:14.868Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-12-08T13:56:14.868Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-08T13:56:14.868Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-08T13:56:14.868Z] === RUN TestDiskUsage [2022-12-08T13:56:14.868Z] === PAUSE TestDiskUsage [2022-12-08T13:56:14.868Z] === RUN TestEventsExecDie [2022-12-08T13:56:15.128Z] --- PASS: TestEventsExecDie (0.52s) [2022-12-08T13:56:15.128Z] === RUN TestEventsBackwardsCompatible [2022-12-08T13:56:15.128Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-12-08T13:56:15.128Z] === RUN TestEventsVolumeCreate [2022-12-08T13:56:15.388Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-12-08T13:56:15.388Z] === RUN TestInfoBinaryCommits [2022-12-08T13:56:15.388Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-12-08T13:56:15.388Z] === RUN TestInfoAPIVersioned [2022-12-08T13:56:15.388Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-12-08T13:56:15.388Z] === RUN TestInfoAPI [2022-12-08T13:56:15.388Z] --- PASS: TestInfoAPI (0.02s) [2022-12-08T13:56:15.388Z] === RUN TestInfoAPIWarnings [2022-12-08T13:56:33.488Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-12-08T13:56:33.488Z] === RUN TestInfoDebug [2022-12-08T13:56:33.488Z] --- PASS: TestInfoDebug (0.52s) [2022-12-08T13:56:33.488Z] === RUN TestInfoInsecureRegistries [2022-12-08T13:56:33.488Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-12-08T13:56:33.488Z] === RUN TestInfoRegistryMirrors [2022-12-08T13:56:33.488Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-12-08T13:56:33.488Z] === RUN TestLoginFailsWithBadCredentials [2022-12-08T13:56:33.748Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-12-08T13:56:33.748Z] === RUN TestPingCacheHeaders [2022-12-08T13:56:33.748Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-12-08T13:56:33.748Z] === RUN TestPingGet [2022-12-08T13:56:33.748Z] --- PASS: TestPingGet (0.01s) [2022-12-08T13:56:33.748Z] === RUN TestPingHead [2022-12-08T13:56:33.748Z] --- PASS: TestPingHead (0.02s) [2022-12-08T13:56:33.748Z] === RUN TestPingSwarmHeader [2022-12-08T13:56:34.317Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-12-08T13:56:34.887Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-12-08T13:56:35.827Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-12-08T13:56:36.087Z] --- PASS: TestPingSwarmHeader (2.10s) [2022-12-08T13:56:36.087Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-12-08T13:56:36.087Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-12-08T13:56:36.087Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-12-08T13:56:36.087Z] === RUN TestPingBuilderHeader [2022-12-08T13:56:36.087Z] === RUN TestPingBuilderHeader/default_config [2022-12-08T13:56:36.657Z] === RUN TestPingBuilderHeader/buildkit_disabled [2022-12-08T13:56:36.916Z] --- PASS: TestPingBuilderHeader (1.04s) [2022-12-08T13:56:36.916Z] --- PASS: TestPingBuilderHeader/default_config (0.51s) [2022-12-08T13:56:36.916Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s) [2022-12-08T13:56:36.916Z] === RUN TestVersion [2022-12-08T13:56:36.916Z] --- PASS: TestVersion (0.02s) [2022-12-08T13:56:36.916Z] === CONT TestDiskUsage [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/container_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/image_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/volume_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/build-cache_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-12-08T13:56:37.486Z] === RUN TestDiskUsage/after_LoadBusybox [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-12-08T13:56:37.746Z] === RUN TestDiskUsage/after_container.Run [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-12-08T13:56:38.005Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage (1.04s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.08s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-12-08T13:56:38.005Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-12-08T13:56:38.006Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-12-08T13:56:38.006Z] PASS [2022-12-08T13:56:38.006Z] [2022-12-08T13:56:38.006Z] === Skipped [2022-12-08T13:56:38.006Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-08T13:56:38.006Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-08T13:56:38.006Z] [2022-12-08T13:56:38.006Z] DONE 57 tests, 1 skipped in 23.553s [2022-12-08T13:56:38.006Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-12-08T13:56:38.006Z] ++ 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-12-08T13:56:38.006Z] ++ set -e [2022-12-08T13:56:38.006Z] ++ '[' -n 0 ']' [2022-12-08T13:56:38.006Z] ++ set -x [2022-12-08T13:56:38.006Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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-12-08T13:56:38.265Z] INFO: Testing against a local daemon [2022-12-08T13:56:38.265Z] === RUN TestVolumesCreateAndList [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-12-08T13:56:38.265Z] === RUN TestVolumesRemove [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesRemove (0.06s) [2022-12-08T13:56:38.265Z] === RUN TestVolumesInspect [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesInspect (0.02s) [2022-12-08T13:56:38.265Z] === RUN TestVolumesInvalidJSON [2022-12-08T13:56:38.265Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-12-08T13:56:38.265Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-12-08T13:56:38.265Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-12-08T13:56:38.265Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-12-08T13:56:38.265Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-12-08T13:56:38.265Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-12-08T13:56:38.265Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-12-08T13:56:38.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-12-08T13:56:38.265Z] === RUN TestVolumePruneAnonymous [2022-12-08T13:56:38.265Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2022-12-08T13:56:38.265Z] PASS [2022-12-08T13:56:38.265Z] [2022-12-08T13:56:38.265Z] DONE 10 tests in 0.237s [2022-12-08T13:56:38.265Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-08T13:56:38.525Z] ++++ cat bundles/test-integration/docker.pid [2022-12-08T13:56:38.525Z] +++ kill 15081 [2022-12-08T13:56:38.525Z] +++ /etc/init.d/apparmor stop [2022-12-08T13:56:38.525Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-08T13:56:38.525Z] [2022-12-08T13:56:38.525Z] Unloading profiles will leave already running processes permanently [2022-12-08T13:56:38.525Z] unconfined, which can lead to unexpected situations. [2022-12-08T13:56:38.525Z] [2022-12-08T13:56:38.525Z] To set a process to complain mode, use the command line tool [2022-12-08T13:56:38.525Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-08T13:56:38.525Z] +++ true [2022-12-08T13:56:38.525Z] exiting test-integration [2022-12-08T13:56:38.525Z] ++ exit 0 [2022-12-08T13:56:38.525Z] Post stage [Pipeline] junit [2022-12-08T13:56:39.478Z] Recording test results [2022-12-08T13:56:39.657Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-12-08T13:56:39.979Z] + echo Ensuring container killed. [2022-12-08T13:56:39.979Z] Ensuring container killed. [2022-12-08T13:56:39.979Z] + docker rm -vf docker-pr11 [2022-12-08T13:56:39.979Z] Error response from daemon: No such container: docker-pr11 [Pipeline] sh [2022-12-08T13:56:40.268Z] + echo Chowning /workspace to jenkins user [2022-12-08T13:56:40.268Z] Chowning /workspace to jenkins user [2022-12-08T13:56:40.268Z] + id -u [2022-12-08T13:56:40.268Z] + id -g [2022-12-08T13:56:40.268Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43787:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-08T13:56:41.940Z] + bundleName=arm64-integration [2022-12-08T13:56:41.940Z] + echo Creating arm64-integration-bundles.tar.gz [2022-12-08T13:56:41.940Z] Creating arm64-integration-bundles.tar.gz [2022-12-08T13:56:41.940Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-12-08T13:56:41.940Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-12-08T13:56:42.213Z] Archiving artifacts [2022-12-08T13:56:42.524Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43787/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-12-08T13:56:42.824Z] + make clean [2022-12-08T13:56:43.084Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-12-08T13:56:43.084Z] docker-dev-cache [2022-12-08T13:56:43.084Z] 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